Stargus

(zehjotkah's instructions, sanitized to remove references to his files. I want this to be available but he (understandably) is tired of the constant barrage of support requests it brings.)
(Installing Stargus on Nokia N900: update instructions)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
-
Here is the How-To for installing Starcraft on your N900.
+
== Installing Stargus on Nokia N900 ==
-
To install this you need to have rootsh installed. If you don't have it yet please install it through the Program Manager (with maemo extras enabled). Also you need to have a memory card inserted in the N900.
+
# Copy <code>INSTALL.EXE</code> from the original Starcraft I CD to phone directory <code>/home/user/MyDocs/Starcraft</code> (Connect phone to computer in mass storage mode and copy files to Starcraft directory). Note: Broodwar does not work
 +
# Install Stargus from Hildon Application Manager or via apt-get
 +
# During Stargus installation, data files from <code>/home/user/MyDocs/Starcraft</code> will be automatically extracted. Note that this process may take 15-30 minutes and the installer may not respond during this time.
 +
# After installation, Stargus can be run from the [[Application Menu|application menu]].
-
First you need to get the files from the original Starcraft CD with Stargus:
+
See the talk.maemo.org thread http://talk.maemo.org/showthread.php?p=904603 for discussion.
-
[http://sourceforge.net/projects/stargus/ Stargus Project page
+
-
Download Stargus
+
== Installing Stargus on Nokia N800 (Diablo) ==
-
Put your Starcraft CD in.
+
# Download Stargus: [http://stargus.sourceforge.net/install/ Linux] - [http://sourceforge.net/projects/stargus/ Windows]
 +
# Put your Starcraft CD in.
 +
# Install Stargus and when you are asked, select the CD-Rom drive.
 +
# Exit Stargus and go to the directory where Stargus was installed (C:\Program Files\Stargus)
 +
# Copy the CONTENT of the Data directory to your memory card to media\mmc1\games\stratagus\stargus
 +
# Next you have to download this file: [http://www.mediafire.com/?3f30xvhrd1g Stratagus deb file]
 +
# Copy this file to the root directory of your external memory card
 +
# running the .deb from the file manager should work
 +
# otherwise, Open X-Terminal and type in the following as root, pressing enter after each line:
 +
 
 +
cd ..
 +
cd ..
 +
cd media/mmc1/
 +
dpkg -i stratagus-0.1-4_armel.deb
-
Install Stargus and when you're asked for select the CD-Rom drive.
+
Once installed, the shortcut created in the application menu will not work, use this code in X-terminal instead:
-
When finished exit Stargus and go to the directory, where Stargus was installed (C:\\Program Files\Stargus)
+
-
Copy the CONTENT of the Data directory to your memory card to memorycard:\\games\stratagus\
+
stratagus -v 2 -d /media/mmc1/games/stratagus/stargus
-
Next you have to download this file: [http://www.mediafire.com/?3f30xvhrd1g Stratagus deb file]
+
Notes:
-
Copy this file to the root directory of your memory card.
+
# Be very careful with your spelling of stratagus/stargus, it will save you a lot of frustration. Copy-and-pasting into X-term is preferable.
 +
# You may see an error stating that preferences.lua cannot be loaded or found. ignore this. Stargus should still start and after editing settings you won't see that message again.
 +
# Stargus may not initially start in full screen. but this is okay, you simply need to goto settings within stargus and tick "full screen." don't change the display size.
 +
# You can create a custom shortcut, using the X-term code above, in the wonderful application ''[http://maemo.org/downloads/product/OS2008/personal-menu/ Personal Menu]'' by [http://maemo.org/profile/view/fiferboy/ Andrew Olmsted]
-
Open X-Terminal on the N900 and type in the following:
+
== Acknowledgements ==
-
root
+
* Credit goes to linman who has ported Stratagus for Maemo and the Stargus team.
-
cd /media/mmc1/
+
* [https://launchpad.net/stargus/ Stargus project page]
-
dpkg -i stratagus-0.1-4_armel.deb
+
-
Now it gets installed and you're ready!
+
[[Category:Software]]
-
When you see this code while installing Stratagus:
+
[[Category:Games]]
-
 
+
[[Category:HowTo]]
-
''Setting up stratagus (0.1.4) ...
+
-
/var/lib/dpkg/info/stratagus.postinst: line 7: maemo-select-menu-location: not found''
+
-
 
+
-
It doesn't mean anything serious. That was the category selection menu in maemo 2008 (diablo). In maemo 5 we don't have this selection menu but it doesn't matter, the game installed fine.
+
-
If you already have Warcraft 2 installed, you first have to rename your Warcraft 2 games directory on your memory card.
+
-
Have fun!
+
-
 
+
-
Credit goes to linman who has ported Stratagus for maemo and the Stargus team.
+
-
 
+
-
[[Category:Power users]]
+
[[Category:N900]]
[[Category:N900]]

Latest revision as of 09:02, 21 February 2011

[edit] Installing Stargus on Nokia N900

  1. Copy INSTALL.EXE from the original Starcraft I CD to phone directory /home/user/MyDocs/Starcraft (Connect phone to computer in mass storage mode and copy files to Starcraft directory). Note: Broodwar does not work
  2. Install Stargus from Hildon Application Manager or via apt-get
  3. During Stargus installation, data files from /home/user/MyDocs/Starcraft will be automatically extracted. Note that this process may take 15-30 minutes and the installer may not respond during this time.
  4. After installation, Stargus can be run from the application menu.

See the talk.maemo.org thread http://talk.maemo.org/showthread.php?p=904603 for discussion.

[edit] Installing Stargus on Nokia N800 (Diablo)

  1. Download Stargus: Linux - Windows
  2. Put your Starcraft CD in.
  3. Install Stargus and when you are asked, select the CD-Rom drive.
  4. Exit Stargus and go to the directory where Stargus was installed (C:\Program Files\Stargus)
  5. Copy the CONTENT of the Data directory to your memory card to media\mmc1\games\stratagus\stargus
  6. Next you have to download this file: Stratagus deb file
  7. Copy this file to the root directory of your external memory card
  8. running the .deb from the file manager should work
  9. otherwise, Open X-Terminal and type in the following as root, pressing enter after each line:
cd ..
cd ..
cd media/mmc1/
dpkg -i stratagus-0.1-4_armel.deb

Once installed, the shortcut created in the application menu will not work, use this code in X-terminal instead:

stratagus -v 2 -d /media/mmc1/games/stratagus/stargus

Notes:

  1. Be very careful with your spelling of stratagus/stargus, it will save you a lot of frustration. Copy-and-pasting into X-term is preferable.
  2. You may see an error stating that preferences.lua cannot be loaded or found. ignore this. Stargus should still start and after editing settings you won't see that message again.
  3. Stargus may not initially start in full screen. but this is okay, you simply need to goto settings within stargus and tick "full screen." don't change the display size.
  4. You can create a custom shortcut, using the X-term code above, in the wonderful application Personal Menu by Andrew Olmsted

[edit] Acknowledgements

  • Credit goes to linman who has ported Stratagus for Maemo and the Stargus team.
  • Stargus project page