Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Tortoisesvn

gegerlan edited this page Jan 24, 2012 · 5 revisions

Download TortoiseSVN

Download page of TortoiseSVN. Use the button corresponding to your operating system.

http://tortoisesvn.tigris.org/

How do I know if I have 32-bit or 64-bit?

Downloading the game

After you've installed TortoiseSVN (and rebooted), right click anywhere on your desktop or in a folder. Select the option SVN Checkout.. from the context menu.

Enter the repository's https address found on the project website when clicking the HTTP button. https://www.github.com/gegerlan/aog.git as the URL of repository.

Highlight the file or folder you wish to download.

Click the button labled ... next to the address field, and select trunk as the folder you wish to download, and press OK.

Make sure 'Checkout directory' points to a new or empty folder.

Select in what folder you wish to have the game stored under Checkout directory. Checkout Depth, can be modified depending on your need, but Fully recursive (default) is recommended. Under Revision select HEAD for the latest update of the game ("what's on top"). Press OK when you're done...

The download may take a while depending on your download speed.

... and let SVN download the latest version of the game.

Game.bat can be found in the root folder you downloaded.

Once the SVN is done downloading the game, open the directory where you save the game to, and run the Game.bat file.

Translation of yaml to rxdata files in progress.

Game menu.

Profit!

Updating the game

TortoiseSVN repository context menu

Right click in or on the folder that stores the game, and select SVN Update from the context menu.

TortoiseSVN update progression

Let SVN do its magic. When the update has finished downloading, run the Game.bat file again to update the files.

Reverting an update

If a bad update is released, and you wish to move back to a previous version of the game...

TortoiseSVN repository context menu, TortoiseSVN collection

right click in or on the folder containing the game and select Update to revision..., found under the TortoiseSVN collection.

TortoiseSVN update to revision dialogue

In the revision section, select Revision and enter PREV to change the game back to the previous version of the game. You may also enter a date, or revision number if you wish to change back to an even earlier version of the game. After you've pressed OK, let SVN finish updating. Run Game.bat again to update the files. If Game.bat doesn't update the files to the previous version, open the Game_Data\Data folder and remove all files ending with .rxdata, and run Game.bat again.

Clone this wiki locally