Name | Modified | Size | Downloads / Week |
---|---|---|---|
MapLounge | 2012-09-10 | ||
Installer | 2012-09-09 | ||
Old Releases | 2010-11-28 | ||
nooblauncher-v0.9.7.zip | 2013-05-05 | 256.5 MB | |
install-nooblauncher-v0.9.7-final.sh | 2013-05-05 | 773 Bytes | |
install-nooblauncher-v0.9.7-final-light.sh | 2013-05-05 | 779 Bytes | |
nooblauncher-v0.9.7-light.zip | 2013-05-05 | 32.3 MB | |
install-nooblauncher-v0.9.6-final-light.sh | 2012-09-07 | 779 Bytes | |
install-nooblauncher-v0.9.6-final.sh | 2012-09-07 | 773 Bytes | |
nooblauncher-v0.9.6.zip | 2012-09-07 | 256.4 MB | |
README.textile | 2012-09-06 | 2.4 kB | |
nooblauncher-v0.9.6-light.zip | 2012-09-06 | 32.1 MB | |
nooblauncher-v0.9.5.zip | 2010-11-28 | 154.3 MB | |
Totals: 13 Items | 731.7 MB | 0 |
README (EN)
This is only a short installation manual, because I didn’t find time to translate the whole README written in german. Be free to ask us on mumble (nooblounge.net) or irc (#talk on nooblounge.net).
Windows
- download nooblauncher from https://sourceforge.net/projects/nooblauncher/
- cd C:\Program Files\sauerbraten\packages
- unzip into this folder
- then there should be a folder C:\Program Files\sauerbraten\packages\nooblauncher
- edit file C:\Program Files\sauerbraten\autoexec.cfg
- insert following as first line of the file:
- exec “packages/nooblauncher/init.cfg”
- start sauerbraten
Linux
- download nooblauncher from https://sourceforge.net/projects/nooblauncher/
- install nooblauncher package into the packages folder in your sauerbraten profile:
- mkdir -p ~/.sauerbraten/packages
- cd ~/.sauerbraten/packages
- unzip nooblauncher-v0.9.x.zip
- edit autoexec.cfg
- gedit ~/.sauerbraten/autoexec.cfg
- and insert following as first line:
- exec “packages/nooblauncher/init.cfg”
- start sauerbraten
Linux (developer version from subversion)
- Install subversion
- sudo apt-get install subversion
- mkdir -p ~/.sauerbraten/packages
- cd ~/.sauerbraten/packages
- Checkout the source
- svn co http://nooblauncher.svn.sourceforge.net/svnroot/nooblauncher/trunk/packages/nooblauncher nooblauncher
- cd -
- edit autoexec.cfg
- gedit ~/.sauerbraten/autoexec.cfg
- insert following line as first line:
- exec “packages/nooblauncher/init.cfg”
- to make sound sets work, you have to clear the sounds.cfg
- sudo mv /usr/share/games/sauerbraten/data/sounds.cfg /usr/share/games/sauerbraten/data/sounds.cfg.orig
- sudo touch /usr/share/games/sauerbraten/data/sounds.cfg
Windows (developer version from subversion)
- Install tortoise subversion client from http://tortoisesvn.tigris.org/
- In windows explorer enter C:\Program Files\sauerbraten\packages
- Checkout from SVN
- Click on right mouse button -> SVN Checkout
- URL (Repository): https://nooblauncher.svn.sourceforge.net/svnroot/nooblauncher/trunk
- Checkout Directory: C:\Program Files\Sauerbraten\packages\nooblauncher
- Checkout Depth: Fully Recursive
- Checkout Revision: HEAD
- Edit C:\Program Files\Sauerbraten\autoexec.cfg with a texteditor of your choise (like Notepad++) and insert following as first line:
- exec “packages/nooblauncher/init.cfg”
- start sauerbraten