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 22:09]
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 =====
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>​
  
-===== Installing ​NWN Diamond ​on Linux =====+===== Configuring Linux to Run NWN Diamond =====
  
 ==== Add 32 Bit Support on 64 Bit Linux ==== ==== 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"​). 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>​ <​code>​
-sudo dpkg --add-architecture i386 
-sudo apt update 
 sudo apt-get install libc6:i386 libncurses5 libstdc++6:​i386 sudo apt-get install libc6:i386 libncurses5 libstdc++6:​i386
 </​code>​ </​code>​
Line 36: Line 34:
 The NWN Diamond executable (nwmain) need the following libraries: \\ {{:​getting_started:​how_to_play:​using_nwn_diamond:​linux_20190402-175929.png}} \\ 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. \\ 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.+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: libGL.so.1, libGLU.so.1 and libSDL-1.2.so.0 may need to be installed:
 <​code>​ <​code>​
getting_started/how_to_play/using_nwn_diamond/linux.1554242953.txt.gz ยท Last modified: 2019/04/02 22:09 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux