FWGS / xash3d-fwgs

Xash3D FWGS engine.
1.45k stars 220 forks source link

Remember Server Settings #1675

Open FK2FAGHMS opened 1 month ago

FK2FAGHMS commented 1 month ago

This functionality is not working on 0.20 version, while it works on the older versions such as 0.19.3. I'd prefer to have this version to play with since it has brightness setting and no "CTRL stops working unless you go back to menu" bug (on VGUI Games). But having to re-configure everything from scratch every time I start a LAN game is just frustrating.

a1batross commented 1 month ago

This is actually a known bug.

We don't exactly save the data in .scr files. In my opinion, we should save SCR files the way GoldSrc does, rather than saving it somewhere else. I also don't think it should be handled in engine, since these were made specifically to be handled by the UI.

There are also some existing bugs with it. I've tried to fix them some time ago but unsuccessfully. :(