Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2022-08-05 00:00:00Z and 2022-08-06 00:00:00Z
Avatar
Avatar
deen
Please don't, it's annoying
I would like to know too. Anyway ddnet servers are blocking rainbow with skin change delay so what is the problem ?
Avatar
the problem is that its annoying
Avatar
Avatar
lomi
I would like to know too. Anyway ddnet servers are blocking rainbow with skin change delay so what is the problem ?
its annoying that after few days he will ask how to un-rainbow it
06:36
chn community keep having new player ask the bind to get rainbow skin few days later also them: how to stop the rainbow
Avatar
is rainbow even allowed in china?
Avatar
you mean lgbt culture?
Avatar
yes
Avatar
Hey, how does this work? Its for 9gates
Avatar
That smells like binary counting
Avatar
well, looking at each column individually it seems that they all alternate between red and green with different, but in each column constant, length
09:45
the first line alternates with a line length of 2, the second 4, third 8: it doubles with each column
09:46
what I can't see directly is where each column starts
09:46
I agree with deen that it looks like binary counting, but the columns are offset weirdly
Avatar
Another question, would a map like toetap be released again? I really liked and would love to create my own
Avatar
I extended the sequence to where I think is the real start, the left row I added is irrelevant I think
10:16
from the real start, the offset of the columns are 1, 4, 10, 6, 30, ...
10:16
starting from the first one, last-column * 2 + 2 works pretty well
10:16
4 and 10 work directly
10:17
the 6 kinda works since 22 is next and the 'length' of that column is 16, so the difference is 6
10:17
doesn't work from there on though
10:18
maybe I didn't go back to the 'real' start of the sequence yet
10:18
but I gtg now ^^
Avatar
thanks!
Avatar
ah I think I was just stupid, I think you can just say the sequence starts at the end you we go back
10:25
then its really simple with the offsets
10:26
I think thats just it, I didn't think enough about where the sequence actually starts
Avatar
hey how can i stop an exec, i tried downloading a pseudofly bind but after i deleted it and unbound the exec key my dummy still shoots whenever i do
10:46
hopefully this makes sense xd
Avatar
bind mouse1 +fire
10:53
the config rebound something else so you have to rebind it back manually (edited)
10:53
@Cipy29 slow
Avatar
Avatar
bencie
@Cipy29 slow
mflookingbtchassmf
Avatar
Avatar
bencie
bind mouse1 +fire
ty ty ty
Avatar
Avatar
Cipy29
mflookingbtchassmf
ly2
brownbear 1
Avatar
Are there restrictions on names? literally seen 2 tees named after 2 adult websites (edited)
Avatar
How do i get the kirby skin
Avatar
Avatar
Sans
Are there restrictions on names? literally seen 2 tees named after 2 adult websites (edited)
feel free to report them in #reports if you feel like it's inappropriate
Avatar
Avatar
DreWasHere
How do i get the kirby skin
either player_skin kirby in f1, or go to settings -> tee -> Your skin: -> type kirby there
Avatar
Avatar
deen
That smells like binary counting
the first thing i saw is heap tree
Avatar
Hi, I wonder how to launch custom game, is it hidden or something ? x)
Avatar
What is a custom game?
Avatar
Avatar
Steinchen
Hey, how does this work? Its for 9gates
that is my render from 2 years ago
15:48
it's the sequence of open and closed door until all doors are open
15:53
std::array<bool, 9> next_pattern(std::array<bool, 9> pattern) { static bool invert = false; if (invert) { pattern[0] = !pattern[0]; } else { for (qpl::u32 i = 0u; i < pattern.size() - 1; ++i) { if (pattern[i]) { pattern[i + 1] = !pattern[i + 1]; break; } } } invert = !invert; return pattern; } void solve() { std::array<bool, 9> pattern; pattern.fill(true); for (auto& i : pattern) { print(i); } println(); while (true) { pattern = next_pattern(pattern); for (auto& i : pattern) { print(i); } println(); bool done = true; for (auto& i : pattern) { if (i) { done = false; break; } } if (done) { break; } } }
15:55
it uses a boolean flag invert, if it's true the first door get's flipped. if not, the next door that comes after the first door that is open gets flipped. switch gets flipped, repeat until all doors are off for a human: 1) switch first door 2) go into next open door. goto 1) the pattern on the bottom will be the pattern in the render (edited)
Avatar
Avatar
ReD
it's the sequence of open and closed door until all doors are open
How tf do you still have and managed to find this program from 2 years ago
16:04
I barely find stuff from a week ago
Avatar
I usually make an extra folder for a quick project, so I have like 300 project folders and by now I am also starting to make git repositories for more important projects / newer projects
Avatar
Avatar
Steinchen
Another question, would a map like toetap be released again? I really liked and would love to create my own
:D
Avatar
Avatar
deen
What is a custom game?
I would like to launch a game without joining any servers but I can't figure it out how
Avatar
how do i save active race demo ? (without finishing)
Avatar
how does somepeople get their custom skins to show for other people but mine doesnot
Avatar
Avatar
Lwai
how do i save active race demo ? (without finishing)
Default last 10 map races are saved under auto directory
Avatar
Avatar
Zeevi
how does somepeople get their custom skins to show for other people but mine doesnot
#📬submit-skins
Avatar
how do i know the skin is approved
Avatar
Avatar
Zeevi
how do i know the skin is approved
son of the sprite 2022-08-05 17:42:44Z
it is on https://ddnet.tw/skins/ database if its approved
Avatar
well i downloaded from there
Avatar
Avatar
Jupstar ✪
Default last 10 map races are saved under auto directory
what for me auto directory has maps from february
Avatar
Then u disabled it
Avatar
Somewhere xd dunno in general settings or smth
Avatar
Avatar
Jupstar ✪
Somewhere xd dunno in general settings or smth
ah got it tyvm
Avatar
is there any vid about just bump fly or maybe someone who can help me with it
18:19
@here
Avatar
Avatar
Swaon
I would like to launch a game without joining any servers but I can't figure it out how
create your own lan server in main menu
Avatar
Avatar
Steinchen
Hey, how does this work? Its for 9gates
that pattern looks like a gray code btw https://en.wikipedia.org/wiki/Gray_code
The reflected binary code (RBC), also known as reflected binary (RB) or Gray code after Frank Gray, is an ordering of the binary numeral system such that two successive values differ in only one bit (binary digit). For example, the representation of the decimal value "1" in binary would normally be "001" and "2" would be "010". In Gray code, the...
Avatar
Avatar
deen
create your own lan server in main menu
I did but I don't know where to launch the map then
Avatar
if I have both folders "ddnet" and "Teeworlds" in AppData, where do documents with binds need be?
Exported 70 message(s)