00:03 <+bridge> [ddnet] Im bors' fan 00:08 <+bridge> [ddnet] `[00:06:33][client]: got pong from current server, latency=150ms` can we get rid of this again ? in F1 or everywhere 01:36 <+bridge> [ddnet] Can we get rid of f1 spam in general, have some kind of cooldown / spam protection for stuff like starting a ghost / demo, also tiles like solo. Ghost/demo are the worst offenders 01:38 <+bridge> [ddnet] I think most people probably use F1 as a chat history, rather than actually using the show chat bind to do so. 01:41 <+bridge> [ddnet] I think most people probably use F1 as a chat history, rather than actually using the show chat bind to do so. 01:41 <+bridge> [ddnet] Since f1 has a dark background to make text easier to read, and u can actually scroll up. 04:11 <+bridge> [ddnet] i do use show chat bind frequently, but when i wanna go back further i use f1 yea 06:43 <+bridge> [ddnet] Hello. It would be nice if you created an overlay. If you didn't write ebuilds, I can suggest my own. What do you think? 06:43 <+bridge> [ddnet] Sorry for necroposting 06:44 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/909317746188247060/ddnet-15.6.2.ebuild 06:44 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/909317748088254504/ddnet-9999.ebuild 09:32 <+bridge> [ddnet] Why? 11:52 <+bridge> [ddnet] because what Skeith said 12:06 <+bridge> [ddnet] then the chat history in ingame chat should be made more useful instead of taking away the purpose of the console 12:07 <+bridge> [ddnet] allow scrolling and text selection in history and allow configurable background color to for readability 12:07 <+bridge> [ddnet] allow scrolling and text selection in history and allow configurable background color for readability 12:12 <+bridge> [ddnet] like in 0.7? 12:12 <+bridge> [ddnet] Where u can use page up/down to read chat history while u hold show Chat or chat is opened 12:23 <+bridge> [ddnet] I don't particularly like page up/down only but yeah 12:23 <+bridge> [ddnet] mouse wheel and page up/down would be better 12:23 <+bridge> [ddnet] and another ingame mouse state so you can select text in the chat 12:24 <+bridge> [ddnet] and another ingame mouse state so you can select text in the chat (history) 12:29 <+bridge> [ddnet] Oh perfect. I'll give them a read, then I can just try to get them into gentoo, don't need to make our own overlay 19:25 <+bridge> [ddnet] fokkonauts server says NA in the server browser for me even though it gives ~200 ping 19:25 <+bridge> [ddnet] idk if thats a bug or what 19:30 <+bridge> [ddnet] @heinrich5991 can you add a hardcoded mapping for that ip? ^ 21:02 <+bridge> [ddnet] what? 22:44 <+bridge> [ddnet] on it 22:45 <+bridge> [ddnet] hmmmmm 22:45 <+bridge> [ddnet] can't reproduce @louis 22:46 <+bridge> [ddnet] it says EUR for me 22:47 <+bridge> [ddnet] how do i reset the ping things 22:48 <+bridge> [ddnet] you can rename `ddnet-cache.sqlite3` 22:49 <+bridge> [ddnet] and rename it back if you want your old pings back 22:49 <+bridge> [ddnet] ok 22:50 <+bridge> [ddnet] it says eur for me now but i'm pretty sure it said na earlier 22:50 <+bridge> [ddnet] maybe it had smth to do with it having >64 players and showing up at the top? idk 22:51 <+bridge> [ddnet] Hello. Is there a way for the server to check if a client has "vanilla only skins" option set? 22:51 <+bridge> [ddnet] The issue is that 1) mod requires different skins, 2) some vanilla skins are OK, but some DDNet skins fits better. 22:52 <+bridge> [ddnet] I added a check: if client version >= 11031 (https://github.com/ddnet/ddnet/pull/1218 released in this version) then use those skins, else — use vanilla. 22:54 <+bridge> [ddnet] But some players (who has "vanilla only skins" checked) reported that they got "default" skin for everyone. This is explainable but the question is if I can workaround that on the server side or not. 22:55 <+bridge> [ddnet] maybe because the ip is american 22:55 <+bridge> [ddnet] xd 22:55 <+bridge> [ddnet] nope 22:55 <+bridge> [ddnet] If not then the question is "is there a way for the client to expose its settings to the server" and if the protocol supports some "client capabilities" then whether a PR with such cap exposed to the server would be acceptable? 22:56 <+bridge> [ddnet] If not then the question is "is there a way for the client to expose its settings/capabilities to the server" and if the protocol supports some "client capabilities" then whether a PR with such cap exposed to the server would be acceptable? 22:56 <+bridge> [ddnet] Why would you need that? Just force those skins. You can re-build it on the server and if someone has a vanilla skin just send the prefix_name version of it 22:57 <+bridge> [ddnet] Ah, I think the pr u sent was misleading, if someone has vanilla skins only on, he cant see other skins than vanilla, thats to be expected and cant/shouldnt be changed 22:58 <+bridge> [ddnet] Server has no influence on that, also, one could remove all skins other than vanilla skins to achive the same 22:58 <+bridge> [ddnet] I have a check on the server side. Like: if the player character meets some condition, then { if version >= 11031 the skin is 'santa_bluekitty'; else : 'bluekitty' }. 22:58 <+bridge> [ddnet] This is fine 22:58 <+bridge> [ddnet] This is fine. 22:59 <+bridge> [ddnet] I woud just go with not caring about such old versions in a custom mod 22:59 <+bridge> [ddnet] If the client wants vanilla skins, then I want to set e.g. 'bluekitty'. But if the client OK with other skins, then 'santa_bluekitty' is highly preferable. 23:00 <+bridge> [ddnet] well, then you should just send santa_bluekitty i think 23:00 <+bridge> [ddnet] You cant solve every case here :/ 23:01 <+bridge> [ddnet] I think about a chat command to toggle the skins to vanilla only, but that would be inconvenient for the players. 23:01 <+bridge> [ddnet] You could let a vote pop up for each joining player asking to use customized skins or vanilla ones, F3 and F4 can be pressed then to choose 23:02 <+bridge> [ddnet] I am struggling with a similar Problem, i need to know if the Client uses dynamic camera, in order to calculate zoomed-out cursor positions correctly. Currently I need chat command for that too :/ 23:03 <+bridge> [ddnet] There is such a vote is for the language selection 😅 (toggle between English and ). 23:03 <+bridge> [ddnet] Make 2 votes :p 23:06 <+bridge> [ddnet] Hmmm. I just realized that I also can add custom votes. E.g. I can add a vote "toggle custom skins" to the vote list. If the client sends such vote start, then I can toggle the skins and ignore the vote. 23:06 <+bridge> [ddnet] The same for the language and many other chat commands. 23:07 <+bridge> [ddnet] Did i break my arch? pacman says my system is up to date since days that cant be right... 23:08 <+bridge> [ddnet] maybe your mirror is out of date chillerdragon 23:08 <+bridge> [ddnet] yea thought so 23:08 <+bridge> [ddnet] that actually happens a lot 23:08 <+bridge> [ddnet] ill look up on how to update em 23:09 <+bridge> [ddnet] just take the second one in the list 23:09 <+bridge> [ddnet] am i that arch newb still that it never happend to me so far? \:D 23:09 <+bridge> [ddnet] only happened to me once 23:09 <+bridge> [ddnet] ah oke 23:09 <+bridge> [ddnet] i found this reflector thing that can be enabled with systemd does it do it automatically? 23:09 <+bridge> [ddnet] https://archlinux.org/mirrors/status/ shows the delay 23:10 <+bridge> [ddnet] I don't know chillerdragon 23:11 <+bridge> [ddnet] oh seems like my mirror list was generated with reflector already according to the comment in my mirror cfg 23:13 <+bridge> [ddnet] ah nice thanks bois i got em updates bakk! c\: