Guild icon
DDraceNetwork
DDraceNetwork / questions
For newcomers to ask questions and get help. Also check https://wiki.ddnet.org/wiki/FAQ
Between 2023-09-27 00:00:00Z and 2023-09-28 00:00:00Z
Avatar
you can drop the skin on this site and dowload the png
❤️ 1
01:38
The Skin-Renderer assembles skin sprite sheets.
Avatar
i am making a open compilation, thats not behind javascript or a propietary website: https://assets.ddstats.org/skins/
gigachad 1
10:08
cc @ZSMF
Avatar
whats means that when i create a server with Trashmap.ddnet.org ? my friends and i cannot join to the server
Avatar
Same clans are no longer green, clanmates are not shown. How can i fix that? Is that a bug?
Avatar
Avatar
Vappy
whats means that when i create a server with Trashmap.ddnet.org ? my friends and i cannot join to the server
Connect via the ipv4 not ipv6 the ipv4 might not be shown in the server browser but you can copy it from the webinterface from trashmap
Avatar
Avatar
Teero
Connect via the ipv4 not ipv6 the ipv4 might not be shown in the server browser but you can copy it from the webinterface from trashmap
@timakro ipv4 not registered to masterservers
Avatar
Avatar
Nik_Hard
Same clans are no longer green, clanmates are not shown. How can i fix that? Is that a bug?
You need to add the clan as a friend for them to show up.
Avatar
Thank you! All works.
Avatar
Avatar
heinrich5991
@timakro ipv4 not registered to masterservers
ye was expecting that. He can still directly copy the ipv4 from the webinterface
Avatar
sorry for the ping, wanted to notify timakro
12:33
mb
Avatar
@heinrich5991 I can try setting sv_register ipv4,ipv6, maybe that helps?
Avatar
@heinrich5991 We've had this problem for ages. I've also once sent you logs and you've tried to compare them to the logs of the master servers. Not sure what's going one, I'm using plain upstream ddnet game servers (edited)
Avatar
a tcpdump of when the problem happens would be nice
Avatar
Avatar
timakro
@heinrich5991 I can try setting sv_register ipv4,ipv6, maybe that helps?
that's exactly the same as sv_register 1
Avatar
Avatar
TeaBreat
hi! why can't i play this game? when i press play (on steam) the game stopping
???
Avatar
chillerdragon BOT 2023-09-27 19:09:13Z
@timakro: you did not by any chance got bamboozled by System wide autoexec like me right? When you check sv_register in game it shows the same value as in your Config?
Avatar
[2023-09-25 22:47:55][register/7/ipv6]: registering... [2023-09-25 22:47:55][register/7/ipv6]: status: success [2023-09-25 22:47:56][register]: got challenge token, protocol='tw0.7/ipv4' token='yWrzvVSoQxz9LUlgk/WL+w==' [2023-09-25 22:47:56][register/7/ipv4]: status: need_challenge [2023-09-25 22:47:56][register/7/ipv4]: registering... [2023-09-25 22:47:56][register/7/ipv4]: status: success [2023-09-25 22:48:01][register]: got challenge token, protocol='tw0.6/ipv6' token='jHJxTrC7darFIABHZaGUEw==' [2023-09-25 22:48:01][register/6/ipv6]: status: need_challenge [2023-09-25 22:48:01][register/6/ipv6]: registering... [2023-09-25 22:48:01][register/6/ipv6]: status: success [2023-09-25 22:48:05][register]: got challenge token, protocol='tw0.6/ipv4' token='jHJxTrC7darFIABHZaGUEw==' [2023-09-25 22:48:05][register/6/ipv4]: status: need_challenge [2023-09-25 22:48:05][register/6/ipv4]: registering... [2023-09-25 22:48:05][register/6/ipv4]: status: success [2023-09-25 22:49:11][server]: client dropped. cid=2 addr=<{redacted}> reason='' [2023-09-25 22:49:11][chat]: *** 'redacted' has left the game [2023-09-25 22:49:11][game]: leave player='2:redacted' [2023-09-25 22:49:12][net_ban]: saved banlist to 'banlist.cfg' [2023-09-25 22:49:13][register/6/ipv6]: deleting... [2023-09-25 22:49:13][register/6/ipv4]: deleting... [2023-09-25 22:49:13][register/7/ipv6]: deleting... [2023-09-25 22:49:13][register/7/ipv4]: deleting... [2023-09-25 22:49:13][http]: https://master1.ddnet.tw/ddnet/15/register failed. libcurl error: The requested URL returned error: 400 Here just from a random server, it seems like it's trying at least (edited)
Avatar
217.234.36.163:8725 is not a DDNet or KoG server.
Avatar
@timakro that looks like a successful run. generally, you shouldn't share the tokens btw
Avatar
chillerdragon BOT 2023-09-27 19:29:12Z
Ah yea that looks good don’t mind my comment
Avatar
How to use MySQL on my server ?
Avatar
chillerdragon BOT 2023-09-27 19:39:40Z
That’s a broad question could you provide more detail?
Replying to @Gyro How to use MySQL on my server ?
Avatar
When i use add_sqlserver it say that MySQL isn't supported
Avatar
why do you want to use mysql with ddnet? it's only really required if you want to have more than one location
19:43
otherwise sqlite can do the same things, and it's easier to use
19:43
where did you get your server binary?
Avatar
On ddnet website
19:43
My hosting service provide free db
19:47
I download ddnet for Linux and delete useless things
Avatar
chillerdragon BOT 2023-09-27 19:51:42Z
Did you download the code or a binary? If you compile it your self make sure to build it with -DMYSQL=ON to activate it
Avatar
Ok I will build it tommorow
19:53
Thanks
Avatar
chillerdragon BOT 2023-09-27 19:54:37Z
If you want a binary you can run my slightly outdated prebuilt docker image https://hub.docker.com/r/chillerdragon/ddnet-mysql
👍 1
Avatar
I need to learn how to code
Avatar
Avatar
Gyro
My hosting service provide free db
you don't need the free db, sqlite works even without the free db
19:56
it's a lot easier. I'd never run with mysql if sqlite3 is also an option
Avatar
chillerdragon BOT 2023-09-27 19:58:56Z
Yea agree with what heinrich said. SQLite is really good and low maintenance effort. @Gyro do you have free persistent memory on your server? Or is it some weird cloud native environment where you can only store data in databases and not on disk?
Avatar
Avatar
chillerdragon
Yea agree with what heinrich said. SQLite is really good and low maintenance effort. @Gyro do you have free persistent memory on your server? Or is it some weird cloud native environment where you can only store data in databases and not on disk?
Yes it is 😢 but its free
Avatar
chillerdragon BOT 2023-09-27 20:00:25Z
Haha classic yea I know those. Which one? And let me know if you actually managed to spin up a free ddnet server!
22:02
why there is only those versions in Ubuntu Software ?
Avatar
You are probably on an older Ubuntu version
22:09
Ubuntu 23.04 has DDNet 16.4: https://packages.ubuntu.com/lunar/ddnet
Avatar
cat /etc/os-release please
Avatar
Avatar
deen
Ubuntu 23.04 has DDNet 16.4: https://packages.ubuntu.com/lunar/ddnet
i'm 22.04 LTS
22:11
Avatar
Yeah, Ubuntu, especially LTS, is a pretty stable distribution
Avatar
so you will always have old software
Avatar
and theres no way to update ?
22:11
i found no command in f1
Avatar
You can just use Steam or the client from https://ddnet.org with autoupdater
Avatar
autoupdater ?
22:13
u mean the button on the main menu ?
Avatar
no, you need to download the client from https://ddnet.org/ for that
Avatar
i have it :D
22:20
but i can't update the ubuntu software installation ?
22:21
like i already installed ddnet many times
22:21
but i would like to know if i can update the ddnet i already have installed
Avatar
Avatar
Astramast
but i can't update the ubuntu software installation ?
not without updating to a newer distribution AFAIK
22:23
ok :D
22:24
i'll just reinstall from the site
22:24
thxs ^^
Exported 69 message(s)