Hi
I have installed Hearts of Iron 2 Doomsday/Armageddon with the TRP mod in Ubuntu. None of the shortcuts that it set up (or i try and create) work.
However, if i open a terminal and cd to the game directory and then run the program through wine then it works fine
my knowledge if linux and shell scripts is very limited but i wondered if i could set up a script to run the game. So i set up the following file on my desktop:
trp.sh
which has in it:
#!/bin/bash
cd /home
cd /diss
cd /.wine
cd /drive_c
cd /TRP
cd /Doomsday
wine Hoi2.exe
However this doesn't work either as when i run it nothing happens.
Any idea how i can get this to work?
many thanks
Diss
I have installed Hearts of Iron 2 Doomsday/Armageddon with the TRP mod in Ubuntu. None of the shortcuts that it set up (or i try and create) work.
However, if i open a terminal and cd to the game directory and then run the program through wine then it works fine
my knowledge if linux and shell scripts is very limited but i wondered if i could set up a script to run the game. So i set up the following file on my desktop:
trp.sh
which has in it:
#!/bin/bash
cd /home
cd /diss
cd /.wine
cd /drive_c
cd /TRP
cd /Doomsday
wine Hoi2.exe
However this doesn't work either as when i run it nothing happens.
Any idea how i can get this to work?
many thanks
Diss