Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2023-04-05 00:00:00Z and 2023-04-06 00:00:00Z
Avatar
My in-game mouse range is fixed at 400, but my "cl_mouse_min_distance" value is 0
Avatar
I'm trying to create 2 versions of my deepfly bind (1 enforcing hammer and the other for if i need laser for example), i was wanting to use cl_dummy_restore_weapon 0 to stop the dummy from switching off of laser, but this locks it on hammer. Is there anyway to keep it on the weapon its starts with (aside from +weapon#)?
Avatar
Avatar
zhujun23333
My in-game mouse range is fixed at 400, but my "cl_mouse_min_distance" value is 0
your cl_mouse_max_distance should be 400, min is for the middle
Avatar
What is the easiest way to create a texture pack for ddnet?
Avatar
How should one answer this question. Download a template image e.g. template for game PNG and start drawing.. e.g. using gimp or inkscape
Avatar
here are some really useful templates: https://skins.tw/gridTemplates
Templates are used to help create your own sprite sheets by visually delimiting the required positions of elements.
Avatar
https://ddstats.org/ddnet-6c32497 How can I use this to see my finishes before/after some date with a condition? For example all Fun finishes on the name Gazebr after January 1st
Avatar
is there a way to get ddnet bot to a private server? or is it blocked
Avatar
Avatar
Gazebr
https://ddstats.org/ddnet-6c32497 How can I use this to see my finishes before/after some date with a condition? For example all Fun finishes on the name Gazebr after January 1st
https://ddstats.org/ddnet-6c32497?sql=select+race.Map%2C+race.Name%2C+race.Time%2C+race.Timestamp%2C+race.Server+from+race+join+maps+on+race.map+%3D+maps.map+where+maps.Server+%3D+%22Fun%22+and+race.Name+%3D+%22Gazebr%22+and+race.Timestamp+%3E%3D+%222023-01-01%22%3B select race.Map, race.Name, race.Time, race.Timestamp, race.Server from race join maps on race.map = maps.map where maps.Server = "Fun" and race.Name = "Gazebr" and race.Timestamp >= "2023-01-01";
👌 1
Avatar
Avatar
Cactus
is there a way to get ddnet bot to a private server? or is it blocked
I think not possible
Avatar
Avatar
Cactus
is there a way to get ddnet bot to a private server? or is it blocked
U can use the $invite command
Avatar
alr ty deeny weeny
10:25
ok i did $invite
10:26
but it cant join srv unless its verified
10:26
says i need to ask developer
Avatar
Oh it think it used to work
10:45
problem with custom resolution
10:45
already tried every res. settings
10:46
ah nvm
10:46
desktop fullscreen mode alr
Avatar
Avatar
Cactus
is there a way to get ddnet bot to a private server? or is it blocked
The reason you can't is because unverified bots are limited to being in 100 servers by discord
👆 1
Avatar
Avatar
Clavata
I'm trying to create 2 versions of my deepfly bind (1 enforcing hammer and the other for if i need laser for example), i was wanting to use cl_dummy_restore_weapon 0 to stop the dummy from switching off of laser, but this locks it on hammer. Is there anyway to keep it on the weapon its starts with (aside from +weapon#)?
^ any ideas?
Avatar
Avatar
Clavata
I'm trying to create 2 versions of my deepfly bind (1 enforcing hammer and the other for if i need laser for example), i was wanting to use cl_dummy_restore_weapon 0 to stop the dummy from switching off of laser, but this locks it on hammer. Is there anyway to keep it on the weapon its starts with (aside from +weapon#)?
cl_dummy_restore_weapon 1 will only switch your dummys weapon back, when you switch to your dummy. so if you have this off, then you will continue holding hammer on dummy when you switch to it. 1 idea i have is that you could bind something to bind smth to cl_dummy 1; cl_dummy 0 so that it switches your dummys weapon back everytime you hit this bind (edited)
Avatar
Avatar
deen
https://ddstats.org/ddnet-6c32497?sql=select+race.Map%2C+race.Name%2C+race.Time%2C+race.Timestamp%2C+race.Server+from+race+join+maps+on+race.map+%3D+maps.map+where+maps.Server+%3D+%22Fun%22+and+race.Name+%3D+%22Gazebr%22+and+race.Timestamp+%3E%3D+%222023-01-01%22%3B select race.Map, race.Name, race.Time, race.Timestamp, race.Server from race join maps on race.map = maps.map where maps.Server = "Fun" and race.Name = "Gazebr" and race.Timestamp >= "2023-01-01";
using ":name" in the queries u can add variables
11:55
even more
Avatar
Is there no tickets?
Avatar
Well could I get some help in dms?
Avatar
don't ask to ask
12:41
I can't tell you who to DM for your problem if I can't tell what type of problem you have
12:41
if rule breakers -> dm a moderator
12:41
if it's more critical, an admin?
Avatar
if your problem doesnt involve personal data, just ask here or in #bugs
13:32
this way the solution is available not just to you, but everyone
13:32
and dont ask to ask yeah
Avatar
Does anyone have the favorite partner query that is in the website?
Avatar
@thekid36 https://ddstats.org/ddnet-6c32497?sql=SELECT+Name%2C+COUNT%28*%29+FROM+teamrace%0D%0AWHERE+ID+IN+%28%0D%0ASELECT+ID+FROM+teamrace%0D%0AWHERE+Name+%3D+%27DefaultO%27%0D%0A%29+AND+Name+NOT+LIKE+%27DefaultO%27%0D%0AGROUP+BY+Name%0D%0AORDER+BY+COUNT%28*%29+DESC SELECT Name, COUNT(*) FROM teamrace WHERE ID IN ( SELECT ID FROM teamrace WHERE Name = 'DefaultO' ) AND Name NOT LIKE 'DefaultO' GROUP BY Name ORDER BY COUNT(*) DESC (edited)
13:58
it's not very elegant, but does its job
13:59
probably could have worked with a join instead of subselect
Avatar
Looks good enough, thanks 😄
Avatar
if you got a program/discord bot that goes for column names instead of index (edited)
14:09
you can use an AS Finishes behind the first COUNT(*)
14:10
and if you want ranks to be in the query result already (behind the number), you can use the SQL function concat to append text to something. (edited)
Avatar
Astral|Crying🌙 2023-04-05 14:26:57Z
can someone give a cfg file for deepfly with button on keyboard
Avatar
Astral|Crying🌙 2023-04-05 14:29:03Z
this is for mouse
Avatar
its not, see "Using 2 Config files"
Avatar
Astral|Crying🌙 2023-04-05 14:29:59Z
bro mouse1
Avatar
then rebind it yourself (edited)
14:30
theres every info you need on that page
14:30
you can choose your own keybinds and change your config however you like
Avatar
Avatar
bencie
then rebind it yourself (edited)
Astral|Crying🌙 2023-04-05 14:34:46Z
its aint works
Avatar
that's not helpful
14:37
instead show us what you tried to do
14:37
so we can call you not smart
Avatar
Astral|Crying🌙 2023-04-05 14:38:07Z
@default im just created a files and paste the code
14:38
almost just deepfly dont work
14:38
lel
Avatar
yea but he told you to rebind it to another key
14:39
show us your changes
Avatar
Astral|Crying🌙 2023-04-05 14:40:37Z
14:40
now im just fire for this button
14:41
and my dummy doesnt hit me
Avatar
did you run bind x exec deepfly_on.cfg
Avatar
Astral|Crying🌙 2023-04-05 14:41:53Z
What you mean?
14:41
in game?
Avatar
Astral|Crying🌙 2023-04-05 14:42:35Z
yeah im did that
Avatar
can you give more info? what happens if you press x / w? what does the console say when you press those (edited)
Avatar
Astral|Crying🌙 2023-04-05 14:44:11Z
14:44
14:44
im too exec the deepfly_off but this dont work lmao
Avatar
Avatar
Astral|Crying🌙
Click to see attachment 🖼️
can you show the other file aswell
Avatar
Astral|Crying🌙 2023-04-05 14:45:19Z
Avatar
ah i see the issue
Avatar
Astral|Crying🌙 2023-04-05 14:45:43Z
oh wait
Avatar
the double apastrophe in bind w isnt correct
Avatar
Astral|Crying🌙 2023-04-05 14:45:52Z
Avatar
bind w "+fire; +toggle cl_dummy_hammer 1 0"
14:46
replace with this
14:47
(bind w "+fire; +toggle cl_dummy_hammer "1 0" TO bind w "+fire; +toggle cl_dummy_hammer 1 0") (edited)
14:47
then it should work
Avatar
@bencie how to create checkpoints
Avatar
#mapping you Bomf you
Avatar
Avatar
bencie
(bind w "+fire; +toggle cl_dummy_hammer "1 0" TO bind w "+fire; +toggle cl_dummy_hammer 1 0") (edited)
Astral|Crying🌙 2023-04-05 14:48:18Z
work but im fire how to disable it
Avatar
its fine here too
Avatar
there exists a channel dedicated to mapping
14:48
questions is for everything that doesnt have a dedicated channel
Avatar
its better than chatting in showroom imo
14:48
its a question
Avatar
i am chatting whereever I want
Avatar
i ask question again in mapping or what
Avatar
if bencie doesnt know
14:49
yes
14:49
what is answer xd
14:50
i cannot see how to in game layer unless is layer am missing
Avatar
Astral|Crying🌙 2023-04-05 14:50:17Z
@bencie so
Avatar
Avatar
Bomf
@bencie how to create checkpoints
in tele layer, add CP tiles with the correct "Tele" number
14:51
and to reset to cp there is block in tele layer also?
Avatar
wdym reset cp?
Avatar
like in maps when u touch something and it
14:51
takes u back to start of part
14:51
i want if u mess up part it puts u back to cp
Avatar
checkpoint tiles do nothing other than reassign your checkpoint value. when you touch a CFRM tele, you will be teleported to a random CTO tile with the same number that you currently have ( = the last checkpoint you touched) (edited)
Avatar
cfrm tile
14:52
ok ty
Avatar
Astral|Crying🌙 2023-04-05 14:52:57Z
omg
14:52
someone help me
Avatar
be patient
Avatar
Avatar
Astral|Crying🌙
work but im fire how to disable it
press x
14:53
that should make w bind to +fire
Avatar
Astral|Crying🌙 2023-04-05 14:53:26Z
14:53
im cant off (edited)
14:53
the deepfly
14:53
why
Avatar
show me ur deepfly_on.cfg
Avatar
Astral|Crying🌙 2023-04-05 14:53:56Z
Avatar
Avatar
Astral|Crying🌙
im cant off (edited)
Astral|Crying🌙 2023-04-05 14:54:22Z
^^
Avatar
and what about the off.cfg
Avatar
Astral|Crying🌙 2023-04-05 14:54:39Z
Avatar
this is the same one
Avatar
Astral|Crying🌙 2023-04-05 14:55:07Z
oops
14:55
Avatar
exec deepfly_on.cfg in f1
14:56
you probably didnt execute the config, so your "c" key never got bound
Avatar
Astral|Crying🌙 2023-04-05 14:58:01Z
bruh
14:58
doesnt work
14:58
but now just deepfly off
14:58
and dont on
14:58
Avatar
did u change anything
Avatar
hes executing off in the off.cfg and on in the on.cfg
15:00
so it never toggles
Avatar
ah yeah
Avatar
Astral|Crying🌙 2023-04-05 15:01:35Z
..
Avatar
in deepfly_off.cfg change last line to bind c exec deepfly_on.cfg in deepfly_on.cfg change last line to bind c exec deepfly_off.cfg
Avatar
Astral|Crying🌙 2023-04-05 15:03:31Z
okay
15:03
what me do now
Avatar
exec deepfly_on.cfg in f1 and test
Avatar
Avatar
bencie
exec deepfly_on.cfg in f1 and test
Astral|Crying🌙 2023-04-05 15:04:13Z
just this
15:04
or a deepfly_off
15:04
too?
Avatar
just that
Avatar
Astral|Crying🌙 2023-04-05 15:05:27Z
done
15:05
what next
Avatar
and test
Avatar
Astral|Crying🌙 2023-04-05 15:06:03Z
doesnt work
15:06
this was not off
15:06
Avatar
can u show me ur changes
Avatar
Astral|Crying🌙 2023-04-05 15:07:13Z
what you mean
Avatar
can u show me the contents of your config files
Avatar
Astral|Crying🌙 2023-04-05 15:07:36Z
15:07
Avatar
Avatar
bencie
in deepfly_off.cfg change last line to bind c exec deepfly_on.cfg in deepfly_on.cfg change last line to bind c exec deepfly_off.cfg
do this step
Avatar
Astral|Crying🌙 2023-04-05 15:08:13Z
im did that
Avatar
Astral|Crying🌙 2023-04-05 15:08:33Z
huh
Avatar
maybe show filename aswell
Avatar
Astral|Crying🌙 2023-04-05 15:09:23Z
oh
Avatar
#bot-cmds
Avatar
Astral|Crying🌙 2023-04-05 15:09:26Z
im did that
Avatar
@murpi that is very useful, maybe enable bot cmds here too?
Avatar
all commands would work here then
15:11
including $ddos and so on
Avatar
$deepfly
15:12
$ddos
15:12
lies
15:12
deceit
15:12
ah
15:12
ok i misread
15:12
troll
Avatar
how can i play from 2 accounts
Avatar
rename dummy -> connect dummy
Avatar
thanks
Avatar
hey, what are the easiest brutal maps? been playing moderate 5 maps for a while now with a friend and were asking ourself what brutal maps we could start with. there are a lot of 1 star brutal maps so i thought id ask you guys here
Avatar
Avatar
Laboon
hey, what are the easiest brutal maps? been playing moderate 5 maps for a while now with a friend and were asking ourself what brutal maps we could start with. there are a lot of 1 star brutal maps so i thought id ask you guys here
lotus and a world beyond were the first two i ever did
20:53
both stoned 1 and stoned 2 are relatively easy
20:53
escape the cave, nullptr, milk, nostalgia, flux, flux 2
Avatar
stronghold if you have 30 trillion people
20:54
zoe is pretty ez
Avatar
i wouldnt recommend acidate mostly because it has killtiles (scariest shit ive seen)
20:54
but ye stronghold too if u can get a silly t0 run going
20:54
ive heard alot of ppl say flux and flux 2 are the easiest brutals, but i think lotus and world beyond are easier
Avatar
biome master too, which is like stronghold, but for babies
20:55
and then if you like full drag part maps like lumine and shit, ofc you have barren, yun gu 2, yun gu 3, degard, offpanic, polarity etc, which aren't really 'easy' but there's mostly no way to fail
20:56
add bollerman to that list
Avatar
that one map with deep only
Avatar
thx for ur help well try brownbear
Avatar
Ravillion
23:51
I mean
23:51
Anoix
23:51
troll
Exported 207 message(s)