Server Help

Misc User Apps - Subgame to ASSS migration assistant

Samapico - Sat Jan 15, 2011 7:31 pm
Post subject: Subgame to ASSS migration assistant
I have created a very useful tool to migrate a server from Subgame to ASSS.

You give it a folder with all the lvl, cfg and lvz files of your subgame server, and an empty folder that would be your ASSS root, and it will copy the files properly in a ASSS folder structure.
It is not recommended to specify a real ASSS root folder, since some of your files could be overwritten. Use an empty folder, and the program will create folders named 'arenas' and 'maps' in it. 'arenas' will contain all of your arenas, while 'maps' will contain all the lvz files.

It is coded in C# with Visual Studio 2010. The source is available.

Example of a arena.conf file created:
Code: Show/Hide

#include conf/svs/svs.conf

#include conf/17th/default.conf


#include #mist.cfg


[ General ]
Map = #mist.lvl
LevelFiles =

[ Misc ]
SeeEnergy = $SEE_TEAM
SpecSeeEnergy = $SEE_ALL

[ Modules ]
; this key holds the names of the modules that will take effect in this
; arena. typical things to put here are modules for scoring, special
; game types, flag guards, etc.
AttachModules = \
   fm_normal \
   points_kill \
   points_flag \
   points_goal \
   buy


Note that this will only convert arenas themselves, and does not deal with server settings (i.e. server.ini). Flag settings and other particular things that require specific modules are not guaranteed to be ported properly.
Samapico - Sat Jan 15, 2011 8:11 pm
Post subject:
See this topic for updates... I won't be keeping 2 threads up to date tongue.gif
Samapico - Sat Sep 24, 2011 11:21 pm
Post subject:
If anyone cares, I re-uploaded this at:
http://www.subspace.co/files/file/21-subgame-to-asss-migration-assistant/
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group