Page 1 of 1

[Solved] Page up default bind

Posted: Tue Oct 25, 2016 6:30 pm
by Pathos
There used to be a bind for page up on default, for toggling back and forth between overlay entities being shown at 100 and at 0 transparency/opacity. Can anyone tell me the bind for that? It seems like it was lost few patches ago and it's not just me. It showed these dark yellow tiles as walls.

Re: Page up default bind

Posted: Tue Oct 25, 2016 11:48 pm
by Chairn
bind pageup toggle cl_overlay_entities 0 100

Re: Page up default bind

Posted: Wed Oct 26, 2016 10:44 am
by Index
More general it's bind KEY toggle cl_overlay_entities 0 100
KEY is whatever you want

See here for more informations: viewtopic.php?f=16&t=2537

Re: [Solved] Page up default bind

Posted: Wed Oct 26, 2016 11:04 am
by deen
You can also read the source code to see what bind is set by default: https://github.com/ddnet/ddnet/blob/mas ... s.cpp#L297

Re: [Solved] Page up default bind

Posted: Thu Oct 27, 2016 5:26 pm
by Pathos
That's weird. I thought it was a different command because the colors are different. Right now, I see a bunch of dark pink/light purple color tiles as the walls. Before, it used to be dark yellow/light brown. How can this be changed?

Re: [Solved] Page up default bind

Posted: Thu Oct 27, 2016 6:23 pm
by deen
Settings -> DDNet -> Background (entities) I guess

Re: [Solved] Page up default bind

Posted: Fri Oct 28, 2016 5:57 pm
by Pathos
That's what the bind does. What I meant was that the overlay entities were completely different. The attached file is what I see with the latest version of DDNet client. Before, it wasn't like that at all, as I described in my previous post.

Re: [Solved] Page up default bind

Posted: Fri Oct 28, 2016 9:59 pm
by pixel
maybe deleted the mapres folder or something? xD

Re: [Solved] Page up default bind

Posted: Sat Oct 29, 2016 1:20 pm
by Index
You are currently missing a png-file in your entites folder (/data/editor/entities_clear/ddnet.png OR vanilla.png is most likely removed).
So,you should just re-download the client and it will be fine or manually add the missing files from the download.
Note, that I'm not sure if it's the right path structure, I use slightly different ones..