[Linux] Shortcut to launch nwmain_linux?
Japualtah
Member Posts: 165
Hi guys,
I'd like to directly launch the game:
Any clue as why this is happening?
All is fine using Steam though, but Steam doesn't accept (as far as I could find) different shortcuts with different parameters, they all have to be set from the steam options, which means only one set of parameters.
Cheers.
I'd like to directly launch the game:
#!/bin/bash cd /home/thierry/.steam/steam/steamapps/common/'Neverwinter Nights'/bin/linux-x86 ./nwmain-linux -dmc +connect 192.168.1.200:5123I got some sound errors, so I installed the missing libraries
sudo apt-get install libxxf86vm1:i386 libglu1-mesa:i386 libopenal1:i386 libssl1.0.0:i386 sudo apt-get install libasound2-plugins:i386I don't get any error anymore, the sound is fine, but the pointer is offset to the bottom by 20 pixels or so with a weird pointer which makes selecting things a problem.
Any clue as why this is happening?
All is fine using Steam though, but Steam doesn't accept (as far as I could find) different shortcuts with different parameters, they all have to be set from the steam options, which means only one set of parameters.
Cheers.
0
Comments
are you running in windowed mode, or fullscreen?
Does switching screen mode (out and in of fullscreen) resizing the window fix the pointer misalignment?
http://japu.synology.me/public_files/linux_display
I hit alt-Enter to exit/enter fullscreen, there's no parameter I know of ingame to do it but either way it doesn't fix the problem.
Also note alt-F4 only works in windowed mode, not fullscreen.
Also, it's a fresh Mint 19 installation too, no fancy stuff installed.
Check your nwn.ini for a setting like "Enable HW Mouse=0" and change it to 1. If it's already 1, try changing it to 0 and see if it does something.
Thanks a lot mate, now I only have to find out how to use the toolset on Linux, which doesn't seem to be for the faint of heart!
You can run the toolset via wine (just grab it from your package manager). It should run fine, but it's not officially supported.
I'm started to wonder whether it was a good idea to try and switch to Linux at 57 old after being spoiled by the Mac since 1984!
But I'm trying, learning a bit every day, I'll get there eventually
I'm on Mac, and I couldn't imagine switching to a Linux Desktop despite working with the system for 15-20 years on servers.
I still run a 960GTX, I was waiting for the new NVidia cards but seeing the prices on the 2080RTX I think I'll be waiting some more.
I managed to get (somewhat) better fonts on the toolset with PlayOnLinux following that guide, but still haven't got openGL to work.
But yeah, probably not worth the trouble, I wanted to ditch Windows because I've been having a nasty bug which prevents applications to link to file extensions correctly, which is a major pain when you have to open as many files as I have developing 3D assets, but Microsoft finaly acknowledged the problem and intend on fixing it by late november, so I'd probably be better off staying away from Linux.
Oh well
The issue here is I can't really help with running it on Linux + wine. Maybe trying a newer/different wine version? Hmm.