The Following 32 Users Say Thank You to pali For This Useful Post: | ||
andil, BLIZZARD, Bundyo, Captwheeto, clasificado, D4rKlar, draxcp6, eMiL, foobar, hardkorek, ironm8, m750, Magik, Mentalist Traceur, moepda, Mr.bot, phapsubongtoi, PrisonPlanet, Radicalz38, Robb, SavageD, sbock, sifo, siroasd, sirpaul, SovietStriker, TimusEravan, tuliobaars, vdx29, wicket, woody14619, xxxxts |
|
2010-12-27
, 08:52
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#2
|
|
2010-12-27
, 08:58
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#3
|
|
2010-12-27
, 09:39
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#4
|
|
2010-12-27
, 09:58
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#5
|
|
2010-12-27
, 10:01
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#6
|
The Following 5 Users Say Thank You to pali For This Useful Post: | ||
|
2010-12-27
, 10:09
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#7
|
|
2010-12-27
, 10:15
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#8
|
Not all people has MMC. So MyDocs will be better choice.
For temporary solution you can create symlink from /opt/stratagus to MyDocs before installing Stratagus and Games...
But there is problem with dpkg and FAT32. FAT32 does not support linux access rights. So when I create DEB package which can install file to MyDocs dpkg fail with error: Cannot change permitions (in MyDocs) :-(
If somebody has found solution how to create DEB package which will install files to MyDocs (on FAT32), no problem I will change it...
|
2010-12-27
, 10:26
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#9
|
The Following 2 Users Say Thank You to pali For This Useful Post: | ||
|
2010-12-27
, 12:25
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#10
|
symlinking is possible between partitions (it is symbolic link . But hardlinking is possible only on same partition and only for files.
you can create link with program ln:
$ ln -s orig_location destination
(this will create symbolic link from existing location to destination; -s means symbolic)
If you want to move stratagus to MyDocs, first move files and folders, then create symlink:
$ mv /opt/stratagus /home/user/MyDocs
$ ln -s /home/user/MyDocs/stratagus /opt/stratagus
Note: you must run these commands as root. And you may move it after installing (not before). Installation to MyDocs failed due to FAT permitions.
ln -s /home/user/MyDocs/Starcraft/stargus /opt/stratagus/share/stargus
Tags |
starcraft, stargus, stratagus |
|
Vote for all packages to move Stargus into Extras:
http://maemo.org/packages/package_in...mo1~fremantle/
http://maemo.org/packages/package_in...mo1~fremantle/
http://maemo.org/packages/package_in...1.0.9-2maemo1/
After Wargus, Stargus is for N900 too.
Stargus is data game set for the Stratagus engine. It can be used to play Starcraft I from Blizzard Entertainment, but is needed original Starcraft I CD.
Stratagus is a free cross-platform real-time strategy gaming engine. It includes support for playing over Internet/LAN, or playing vs. computer opponents. The engine is configurable and can be used to create games with a wide-range of features specific to your needs.
Now Stargus is ported and work on Nokia N900 too.
I continue develop desktop version for Windows, Linux and mobile version for N900 together on one place. Project is hosted on Launchpad (where are desktop download files):
https://launchpad.net/stargus
Maemo version for N900 is in Extras-Devel and Extras-Testing repository.
Install instructions:
1. Copy INSTALL.EXE from 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 installer may not responding.
4. After installation, Stargus can be run from Menu.
For reporting bugs, sending patches and answer tracker use ONLY launchpad project sites.
!Note that campaigns are not supported yet! Only single player or network multiplayer game work.
Updates in 2.2.5.5-2maemo3~fremantle:
Data files will be now extracted to /home/user/MyDocs/stratagus/stargus so Stargus will not spend space on /opt. To proper clean Stargus files from /opt is needed to run these commands (as root):
Last edited by pali; 2020-10-04 at 18:38.