Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Download Testing

From Fightorder
Revision as of 17:43, 5 March 2026 by Qrow (talk | contribs) (Created page with "= Spring Engine Testing Release = Current test version: {{EngineVersion:Testing}} ({{EngineVersion:Testing:ReleaseDate}}) == Get It == === SpringLobby === Go to Tools->Download Archives, then enter <code> engine:spring {{EngineVersion:Testing}} {{EngineBranch:Testing}} </code> Click ok. === pr-downloader === easiest way is by using pr-downloader (which is included into spring) <code> pr-downloader --download-engine "{{EngineVersion:Testing}} {{EngineBran...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Spring Engine Testing Release

Current test version: develop (02. September 2017)

Get It

Go to Tools->Download Archives, then enter

engine:spring develop 103.0.1-1328-g882485f

Click ok.

easiest way is by using pr-downloader (which is included into spring)

pr-downloader --download-engine "develop 103.0.1-1328-g882485f"

Windows

Linux

  1. get the source
    1. creating the repo (first time only):
      git clone git://github.com/spring/spring.git spring_src
    2. update to latest sources:
      cd spring_src && git fetch && git checkout develop
  2. build by following the build from source guide, or in short:
    cmake -G "Unix Makefiles" . && make spring && sudo make install-spring

static builds

as alternative you can try the one of the linux static builds:

Mac OS X

App Bundle (tested on 10.6 Snow-Leopard only)

In case the above fails, check out alternative ways.

Lobby

Make sure your lobby client is configured to use the correct spring binary & unitsync! On Linux, this will usually be /usr/local/bin/spring & /usr/local/lib/libunitsync.so.

Use one of the test lobby servers (recommended):

  • lobby1.springlobby.info:8200
  • lobby2.springlobby.info:8200

Or alternatively, configure your lobby so it does not insist using the release version of the engine:

  • SpringLobby: set DisableVersionCheck=1 in springlobby.conf
  • TASClient: press CTRL+SHIFT+F6 and enable "Ignore server version incompatibility"

Bugs and issues

Report on Mantis. Remember to upload infolog.txt if you crash!

Changelog

For changes please look into the Change Log or the diff log for details.

See the topmost for changes to the upcoming version.