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
getting_started:how_to_play:using_nwn_diamond:linux [2019/04/02 23:45]
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>​
  
Line 28: Line 28:
 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>​
getting_started/how_to_play/using_nwn_diamond/linux.txt ยท Last modified: 2023/11/30 20:29 by ItsABadger

phpBB Appliance - Powered by TurnKey Linux