Topic: zchaos
can you guys give me a zChaos config?
You are not logged in. Please login or register.
Teeworlds Forum → Modifications → zchaos
can you guys give me a zChaos config?
Can use...
~$ grep -Poza "^sv_.+" <tw_server_binary>
Can use...
~$ grep -Poza "^sv_.+" <tw_server_binary>
Wow, neat command!
EDIT: It might be safer to search for `sv_.+` though, without the `^`, because I don't think it's guaranteed that there's a NUL before every string literal.
unsigned char* wrote:Can use...
~$ grep -Poza "^sv_.+" <tw_server_binary>
Wow, neat command!
EDIT: It might be safer to search for `sv_.+` though, without the `^`, because I don't think it's guaranteed that there's a NUL before every string literal.
True! xDD but best if not include descriptions...
grep -Poza "sv_[^\s]+" <tw_server_binary>
*** Ummm this repeat some commands.,..
EDIT: Ok finally i think that this is the best way... xD
grep -Poza "sv_[\w\d]+" <tw_server_binary> | sort | uniq
Teeworlds Forum → Modifications → zchaos
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.