User Tools

Site Tools


getting_started:how_to_play:using_nwn_diamond:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
getting_started:how_to_play:using_nwn_diamond:linux [2019/04/02 21:47]
Mavrixio
getting_started:how_to_play:using_nwn_diamond:linux [2023/11/30 20:29] (current)
ItsABadger
Line 1: Line 1:
-====== NWN Diamond on Linux  ======+====== ​PAGE INFO ALREADY TRANSFERRED TO THE NEW WIKI -  ​NWN Diamond on Linux  ======
  
 ===== Installing NWN Diamond on Linux ===== ===== Installing NWN Diamond on Linux =====
-A Windows installation built using those steps: ​[[/​getting_started/​how_to_play/​using_nwn_diamond#​starting_from_scratch_recommended]] is Linux compatible so I will mostly repeat the same steps but using Linux commands.+A Windows installation built using [[/​getting_started/​how_to_play/​using_nwn_diamond#​starting_from_scratch_recommended|those steps]] is Linux compatible so I will mostly repeat the same steps but with Linux commands.
  
 For this tutorial, I used a fresh installation of Ubuntu Desktop 18.04.2 LTS 64 bit on a VirtualBox VM, but it should be similar with other Linux distributions. For this tutorial, I used a fresh installation of Ubuntu Desktop 18.04.2 LTS 64 bit on a VirtualBox VM, but it should be similar with other Linux distributions.
Line 12: Line 12:
 <code bash> <code bash>
 wget "​https://​sinfar.net/​files/​NWNDiamondData.exe"​ wget "​https://​sinfar.net/​files/​NWNDiamondData.exe"​
-wget "​http://​sinfar.net/​haks/​sinfar_all_files_v27.exe"+wget "​http://​sinfar.net/​haks/​sinfar_all_files_v29.exe"
 </​code>​ </​code>​
  
Line 20: Line 20:
 sudo apt install p7zip-full sudo apt install p7zip-full
 7z x NWNDiamondData.exe 7z x NWNDiamondData.exe
-7z x sinfar_all_files_v27.exe+7z x sinfar_all_files_v29.exe
 </​code>​ </​code>​
 +
 +===== Configuring Linux to Run NWN Diamond =====
 +
 +==== Add 32 Bit Support on 64 Bit Linux ====
 +NWN Diamond is 32 bit, so to run it on a 64 bit Linux system, you may need to add the 32 bit architecture support (Until I did that, I was getting getting "​./​nwmain:​ No such file or directory"​).
 +<​code>​
 +sudo apt-get install libc6:i386 libncurses5 libstdc++6:​i386
 +</​code>​
 +
 +==== Install NWN Diamond Dependencies ====
 +The NWN Diamond executable (nwmain) need the following libraries: \\ {{:​getting_started:​how_to_play:​using_nwn_diamond:​linux_20190402-175929.png}} \\
 +libm.so.6, libpthread.so.0 and libc.so.6 should be installed with the 32 bit support. \\
 +libmss.so.6 is in your miles_linux folder and will be found when running the "​./​nwn"​ script. \\
 +libGL.so.1, libGLU.so.1 and libSDL-1.2.so.0 may need to be installed:
 +<​code>​
 +sudo apt install libgl1:i386
 +sudo apt install libglu1-mesa:​i386
 +sudo apt install libsdl1.2debian:​i386
 +</​code>​
 +
 +==== Run NWN Diamond ====
 +The script to launch the NWN Dimaond executable (nwmain) with the needed parameters is "​./​nwn"​. But first, you may need to make them executable:
 +<​code>​
 +chmod 755 nwmain nwn dmclient
 +./nwn
 +</​code>​
 +And if all is good, the game should start, enjoy! \\
 +{{:​getting_started:​how_to_play:​using_nwn_diamond:​linux_20190402-180720.png?​800}}
 +
getting_started/how_to_play/using_nwn_diamond/linux.1554241658.txt.gz ยท Last modified: 2019/04/02 21:47 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux