


Moderator: Moderators
Code: Select all
mkdir ~/.spring
Code: Select all
wget http://ipxserver.dyndns.org/games/spring/mods/xta/base-ota-content.zip
unzip -d ~/.spring/base base-ota-content.zip
Someone correct me if I'm wrong.SeanHeron wrote:Hi I´ve happily installed Linux today, and am really happt that there is a deb package for Spring (actually I think that was one of the reasons I got of my ass and actually installed Linux:D)! Anyway, when I just used the command apt-get install spring, it gave me an error saying it needs this and this and this package installed (libboost-regex1.33.1 for example). Now the thing is I´m running Kubuntu, so I wanted to know if it might have to do with that, or do I just need to install boost and whatnot ? Thanks in advance :).
Code: Select all
sudo apt-get install build-essential subversion scons libsdl-dev libopenal-dev libglew-dev libboost-dev libboost-thread-dev libboost-filesystem-dev libboost-regex-dev libdevil-dev libfreetype6-dev python2.4-dev
Dependences should be in this thread, I don't know why they aren't. Things are a bit disorganized it seems, as linux version of spring isn't exactly at par with windows yet. Almost there though :)SeanHeron wrote:Well, I was half assuming that :) . It just didn´t say that expletively in the debs installer guide. Sorry am newb :D .Thanks for the help of course :).
You probably forgot / skipped this last step while trying to use XTA or other mods that depend on Total Annihilation content.wiki/SetupGuide wrote:
- Point your browser to Unknown Files. Download at least one map from the map section (put it in ~/.spring/maps), and at least one mod from the mod section (put in ~/.spring/mods). The default maps are SmallDivide and Mars. Default mods are either XTA or NanoBlobs (XTA is based on Total Annihilation content, NanoBlobs is free). Note: do NOT unzip .sdz and .sd7 files!
- If you downloaded XTA in the previous step, or ever want to play mods that depend on Total Annihilation content (XTA, AA, BA, etc.), then do the following:
Note that you are legally required to own a copy of Total Annihilation if you perform this last step.Code: Select all
wget http://ipxserver.dyndns.org/games/spring/mods/xta/base-ota-content.zip unzip -d ~/.spring/base base-ota-content.zip
Hm, that isn't needed, spring finds them correctly in base if you followed the SetupGuide.pumpkin wrote:and coping otacontent.sdz tacontent_v2.sdz tatextures_v062.sdz from .spring/base to .spring/
Check the file ~/.springrc (after running spring once it is filled with all default values).But how do i setup stuff like the resolution or the details used ?