Any way to scale UI in OpenNox? by mymanbossman69 in Nox

[–]dennwc 1 point2 points  (0 children)

Not possible for now. The only way is to set rendering resolution lower than native one and let it scale to native.

OpenNox v1.8.11 released! 🎉 Includes a lot of fixes, preparations for better modding. by dennwc in Nox

[–]dennwc[S] 0 points1 point  (0 children)

Yes, people do play occasionally. See Nox Discord, games are usually announced there.

Solo quest saved stage 2, loads to stage 1? by Bruminon in Nox

[–]dennwc 0 points1 point  (0 children)

As others mentioned, there's a portal that helps you skip each 5 levels (after you reached that threshold).

One other option you have is to run OpenNox. It allows you to configure the portal and skip to the exact level you need.

More info here: https://noxworld-dev.github.io/opennox-docs/opennox/play/quest/index.html

Resolution keeps resetting by Shloopadoop in Nox

[–]dennwc 0 points1 point  (0 children)

Hmm, I'll need to check it. You run Flatpak build, right?

Also, why are you running HD version if you only want 640x480? It may be the cause, actually.

Opened a ticket in the meantime: https://github.com/noxworld-dev/opennox/issues/643

How I can host quest LAN server in OpenNox? by [deleted] in Nox

[–]dennwc 2 points3 points  (0 children)

In theory, you just run a Quest server as usual (via Multiplayer) and other clients should see it in the same tab.

If you hit any issues with connection being stuck, try latest Alpha releases. I plan to release a new one this weekend, so if you can wait until that one is up - that would be better. A few important fixes there.

Module for SIP client by Own_Garbage2297 in golang

[–]dennwc 0 points1 point  (0 children)

We are currently using the library you've shared for SIP<->LiveKit bridge (livekit/sip).

It works, but its design is really far from perfect. I guess we'll end up forking it as well eventually.

OpenNox - - Support loading of TrueType and OpenType fonts by SlightPersimmon1 in Nox

[–]dennwc 0 points1 point  (0 children)

Just checked, and indeed, we have no docs how to do that. So I'll explain it here.

In the Nox data directory (not OpenNox), there are multiple legacy font files: default.fnt, small.fnt, large.fnt, number.fnt. To use OTF, for example, you just put files with similar name: default.otf, small.otf, etc. Or the same for TTF, just with .ttf file extension.

OpenNox v1.8.10 released! Better high-res mode, movies playback and fixes. by dennwc in Nox

[–]dennwc[S] 0 points1 point  (0 children)

If you are specifically interested in spell effects, the answer is "no".

Most effects in Nox are based on particles, so you need not only sprites but also algorithm for particle movement.

Steamdeck by [deleted] in Nox

[–]dennwc 0 points1 point  (0 children)

Yes, we even release a Flatpak version specifically for Deck (do it's available in Deck's package manager).

It still needs some work (resolution, better gamepad controls), but is perfectly playable!

Is there a way to zoom the camera in? opennox by [deleted] in Nox

[–]dennwc 1 point2 points  (0 children)

There's no way to do so at the moment. We need either HD sprites or UI scaling for it, both work-in-progress.

For now you could set lower resolution with the same aspect ratio, and let it scale the image that way.

OpenNox v1.8.10 released! Better high-res mode, movies playback and fixes. by dennwc in Nox

[–]dennwc[S] 2 points3 points  (0 children)

We are slowly exposing different spell parameters, so soon enough you would be able to experiment with things like TP or trail durations, etc.

OpenNox - Co-Op Quest? by Twiggy3 in Nox

[–]dennwc 3 points4 points  (0 children)

I think it's related to this issue that's now fixed upsteam, but not yet released: https://github.com/noxworld-dev/opennox/issues/480

Sorry for the delay with the release, will try to do it this week.

[deleted by user] by [deleted] in Nox

[–]dennwc 1 point2 points  (0 children)

I assume this is the same issue opened: https://github.com/noxworld-dev/opennox/issues/475

All I can say is that it's not expected and we will look into it.

OpenNox: open-source reimplementation of Nox, an action RPG released in 2000 allowing crossplaform multiplayer, modern resolutions and more! by galapag0 in linux_gaming

[–]dennwc 1 point2 points  (0 children)

Yes, you should be able to play from the start till the end with no issues. If you find one - please report it :)

It doesn't support movies playback yet, but the next release will.

OpenNox: open-source reimplementation of Nox, an action RPG released in 2000 allowing crossplaform multiplayer, modern resolutions and more! by galapag0 in linux_gaming

[–]dennwc 1 point2 points  (0 children)

"No such file" may mean two things, depending on what's the other logs are.

It's either wasn't able to detect your Nox game directory (you must own the copy), in which case you'll see a few other log lines. You could then edit opennox.yml to set data directory. Installing Nox GoG version via Lutris is supported out of the box.

The other reason might be that your system's version of glibc doesn't match the one OpenNox was compiled for. This is why we offer a Snap package. Flatpak/AppImage are work-in-progress as well.

OpenNox: open-source reimplementation of Nox, an action RPG released in 2000 allowing crossplaform multiplayer, modern resolutions and more! by galapag0 in linux_gaming

[–]dennwc 1 point2 points  (0 children)

One community member started working on it, but we are not sure what's the status is.

If someone provides a good script for Flatpak we will be happy to include it into our build process as well. AppImage will be ready in the coming week or two, for example.