Stargus

(Installing Stargus on Nokia N900: update instructions)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
Here is the How-To for installing the incomplete Stargus Starcraft engine on your [[Nokia N900|N900]]. This is not the full Starcraft game. See the project page linked below for details.
+
== Installing Stargus on Nokia N900 ==
-
To install this you need to have [[root access]]. 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 [http://sourceforge.net/projects/stargus/ Stargus]:
+
See the talk.maemo.org thread http://talk.maemo.org/showthread.php?p=904603 for discussion.
-
 
+
== Installing Stargus on Nokia N800 (Diablo) ==
-
# Download Stargus
+
-
# Put your Starcraft CD in.
+
-
# Install Stargus and when you are asked for 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 memorycard:\games\stratagus\
+
-
# Next you have to download this file: [http://www.mediafire.com/?3f30xvhrd1g Stratagus deb file]
+
-
# Copy this file to the root directory of your memory card
+
-
# Open X-Terminal on the N900 and type in the following:
+
-
root
+
-
cd /media/mmc1/
+
-
dpkg -i stratagus-0.1-4_armel.deb
+
-
 
+
-
Now it gets installed and you are ready!
+
-
When you see this code while installing Stratagus:
+
-
 
+
-
Setting up stratagus (0.1.4) ...
+
-
/var/lib/dpkg/info/stratagus.postinst: line 7: maemo-select-menu-location: not found
+
-
 
+
-
It does not mean anything serious. That was the category selection menu in [[:Category:OS2008|OS2008]] ([[Open development/Maemo roadmap/Diablo|Diablo]]). In [[Open development/Maemo roadmap/Fremantle|Maemo 5]] we do not have this selection menu but it does not 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!
+
-
 
+
-
'''How to instructions for installing Stargus on the N800 (Diablo)'''
+
# Download Stargus: [http://stargus.sourceforge.net/install/ Linux] - [http://sourceforge.net/projects/stargus/ Windows]
# Download Stargus: [http://stargus.sourceforge.net/install/ Linux] - [http://sourceforge.net/projects/stargus/ Windows]
Line 58: Line 39:
* Credit goes to linman who has ported Stratagus for Maemo and the Stargus team.
* Credit goes to linman who has ported Stratagus for Maemo and the Stargus team.
-
* [http://sourceforge.net/projects/stargus/ Stargus project page]
+
* [https://launchpad.net/stargus/ Stargus project page]
[[Category:Software]]
[[Category:Software]]

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