You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation to launch multiple chobbies. This documentation doesn't need to be in the readme. Can be added to seperate .md file. The purpose of this is to help teiserver devs test things like balance algorithms.
Draft below:
Launching Multiple Chobbies
1. Setup a new data folder
Create a folder called data2. Create symlinks inside your data2 folder that point to engine, pool, packages, rapid, maps, games that reside in Beyond-All-Reason\data.
Windows commands for symlinks
Open a command prompt on the data2 folder and run the commands below (replacing ..\data with the path to your data folder). You may need to launch the command prompt with admin privileges.
Next copy springsettings.cfg and chobby_config.json from the original folder to the new folder.
2. Launch Chobby from your new data folder
Open a command prompt on the data2 folder and run the commands below but replace with your latest engine version. The latest engine version can be found in the data\engine folder.
Windows commands for launching chobby
set enginever=105.1.1-2449-gf1234a9 bar
".\engine\%enginever%\spring.exe" --isolation --write-dir . --menu rapid://byar-chobby:test
I'll have a look later in my spare time and see if it works. Fireball mentioned to me that there were still changes he had to do to get it working with local teiserver. Will need to retest if it's still an issue.
Add documentation to launch multiple chobbies. This documentation doesn't need to be in the readme. Can be added to seperate .md file. The purpose of this is to help teiserver devs test things like balance algorithms.
Draft below:
Launching Multiple Chobbies
1. Setup a new data folder
Create a folder called
data2
. Create symlinks inside yourdata2
folder that point toengine, pool, packages, rapid, maps, games
that reside inBeyond-All-Reason\data
.Windows commands for symlinks
Open a command prompt on the data2 folder and run the commands below (replacing
..\data
with the path to your data folder). You may need to launch the command prompt with admin privileges.Next copy
springsettings.cfg
andchobby_config.json
from the original folder to the new folder.2. Launch Chobby from your new data folder
Open a command prompt on the data2 folder and run the commands below but replace with your latest engine version. The latest engine version can be found in the
data\engine
folder.Windows commands for launching chobby
Linux commands for launching chobby
You can repeat these steps and create multiple data folders and be able to launch multiple chobbies.
The text was updated successfully, but these errors were encountered: