noxworld-dev / opennox

OpenNox main repository.
GNU General Public License v3.0
451 stars 25 forks source link

Thank you for making opennox! #578

Open txtsd opened 1 year ago

txtsd commented 1 year ago

I just wanted to say thank you for making opennox.

I remembered I had the Nox demo that I played on my old Celeron with Windows 98, so I was itching to play the game. I didn't even need to look for widescreen hacks since opennox exists.

It runs perfectly on Wayland (Sway) for me. Compiling it was a breeze too.

Thank you!

dennwc commented 1 year ago

Glad you liked it! :rocket: Any feedback regarding installation / build instructions?

txtsd commented 1 year ago

I actually do have suggestions for using XDG Base Directories by default on Linux (like storing config in $XDG_CONFIG_HOME instead of the working directory). I'll dig around the code and see if I can manage a patch.

Installation + build instructions seem fine. I'll also package this for the AUR soon.

dennwc commented 1 year ago

There was some work done on this, so maybe you would find this helpful:

The issue is probably that it can currently read from XDG, but it writes to local path if it cannot find an existing config.

txtsd commented 1 year ago

Thanks! I'll take a look at the linked changes.

txtsd commented 1 year ago

Sorry it's taking so long. I've been working on better XDG Base Dir Spec adherence. I'll submit a PR soon.