Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2023-03-26 00:00:00Z and 2023-03-27 00:00:00Z
Avatar
Avatar
lomi
last question (i hope) in the little tutorial you sent me jxsl13 says we cando horizontal flip and vertical flip but how to rotate a tile ?
jao's hairy kebab 2023-03-26 00:35:51Z
outdated tutorial, ddnet has NONE, NOTINDEX, and ROTATE e.g. place rotated tile excluding index 2 and 3 Index 69 ROTATE Pos 0 0 NOTINDEX 2 NONE OR 3 NONE
Avatar
My TP numbers are gone, I may have turned them off by accident. I can't find the setting, any ideas?
Avatar
Avatar
Risky
My TP numbers are gone, I may have turned them off by accident. I can't find the setting, any ideas?
cl_text_entities 1
pepeHeart 2
Avatar
Avatar
murpi
cl_text_entities 1
Hey, just noticed it is enabled. Does it help that there is a white pixel seen inside where the number should be? I deleted and reinstalled my ddnet but didn't mess with my Appdata>Roaming folder. Also, sorry if this is in the wrong text channel.
Avatar
Avatar
Risky
Hey, just noticed it is enabled. Does it help that there is a white pixel seen inside where the number should be? I deleted and reinstalled my ddnet but didn't mess with my Appdata>Roaming folder. Also, sorry if this is in the wrong text channel.
Try cl_text_entities_size 100
Avatar
Avatar
murpi
Try cl_text_entities_size 100
You are awesome, don't let anyone else tell you otherwise. ;) Thanks Murpi.
Avatar
No u, no problem ^^
pepeD 1
Avatar
How do I stop spectating someone [/spec (name)]
Avatar
do [/spec] again (edited)
Avatar
I don't think that's the solution
12:49
Because when he specs again, he will still spectate the player with that name
12:49
instead of having free look
12:50
So what you want to do lx<3, is, to press your mouse wheel. A new window should pop up with player names. Then select "free look".
Avatar
Avatar
default
So what you want to do lx<3, is, to press your mouse wheel. A new window should pop up with player names. Then select "free look".
Tysm
Avatar
Avatar
jao's hairy kebab
outdated tutorial, ddnet has NONE, NOTINDEX, and ROTATE e.g. place rotated tile excluding index 2 and 3 Index 69 ROTATE Pos 0 0 NOTINDEX 2 NONE OR 3 NONE
i don't understand what your example is supposed to do, NOTINDEX seems to be clear but NONE is't at all for ROTATE, how can i do if i want to place a rotated tile by 90° 180° and 270 clockwise ?
Avatar
BeyazSaclinizz 2023-03-26 14:40:16Z
hello when will moderator elections open
Avatar
whenever it opens
Avatar
Avatar
lomi
i don't understand what your example is supposed to do, NOTINDEX seems to be clear but NONE is't at all for ROTATE, how can i do if i want to place a rotated tile by 90° 180° and 270 clockwise ?
you can use ROTATE just like XFLIP and YFLIP 90°: ROTATE 180°: XFLIP YFLIP 270°: XFLIP YFLIP ROTATE
Avatar
Avatar
BeyazSaclinizz
hello when will moderator elections open
they don't have a strict plan. they will open it again when they need more mods.
Avatar
BeyazSaclinizz 2023-03-26 14:42:47Z
thanks brownbear
Avatar
you will know because they will announce it
Avatar
Avatar
lomi
i don't understand what your example is supposed to do, NOTINDEX seems to be clear but NONE is't at all for ROTATE, how can i do if i want to place a rotated tile by 90° 180° and 270 clockwise ?
jao's hairy kebab 2023-03-26 16:27:39Z
NONE is shortcut for no transformation Pos 0 0 INDEX 3 NONE is same as Pos 0 0 INDEX 3 NOTINDEX 3 XFLIP OR 3 YFLIP OR 3 XFLIP YFLIP OR 3 ROTATE OR 3 XFLIP ROTATE OR 3 YFLIP ROTATE OR 3 XFLIP YFLIP ROTATE (edited)
Avatar
Avatar
jao's hairy kebab
NONE is shortcut for no transformation Pos 0 0 INDEX 3 NONE is same as Pos 0 0 INDEX 3 NOTINDEX 3 XFLIP OR 3 YFLIP OR 3 XFLIP YFLIP OR 3 ROTATE OR 3 XFLIP ROTATE OR 3 YFLIP ROTATE OR 3 XFLIP YFLIP ROTATE (edited)
Ok thx for helping
Avatar
how do i get extra (afk) dummies on a local server without multiple clients?
Avatar
Avatar
bencie
how do i get extra (afk) dummies on a local server without multiple clients?
don't think you can without modifying the client or server
Avatar
hi! where can i download shaders? thonk (edited)
Avatar
They are in data/shader directory
Avatar
Shaders??
Avatar
Avatar
-StormAx
Shaders??
shaders are typically programs that run on the graphics card like e.g. how a set of points (vertices) is supposed to be displayed on the screen
✅ 1
Avatar
Fragment shader compute shader
19:02
Idk what it even means
Avatar
Avatar
pilonpl
Idk what it even means
Vertex shader -> usually calculates the position of each vertex Fragment shader -> usually calculates the colors Geometry shader -> AFAIK considers multiple vertices and their primitive type, like lines and triangles etc (edited)
19:07
You rarely need geometry shader. I have not needed yet.
Avatar
What happens when someone's gpu doesn't have a feature a program uses
19:08
How can you make software that works everywhere lol
Avatar
Avatar
deen
They are in data/shader directory
this?
Avatar
The gpu is marked with a specific opengl or vulkan version and the program can check, that it requires at least version X so this way you know that a system supports all your shader features
heartw 1
Avatar
Avatar
Darkai
this?
yes
Avatar
how do I activate them?
Avatar
Avatar
pilonpl
How can you make software that works everywhere lol
Standards. We target opengl 1.1, 2.1, 3.0, 3.3 and vulkan. If your gpu driver claims support for any of those we just send the commands and its up to the driver to figure out how to make the gpu do what we want
Exported 41 message(s)