Posted: 30 May 2007, 05:41
well, I am going to print this whole thread and read it over as soon as I get some time. Thanks again for all the data guys.
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
Code: Select all
[game]
{
Mapname=Barren.smf;
GameType=XTA_Installer_Version.sdz;
scriptname=LUA SinbadEVsScriptTest;
startmetal=1000;
startenergy=1000;
maxunits=1000;
startpostype=0;
gamemode=1;
limitdgun=0;
diminishingmms=0;
ghostedbuildings=1;
hostip=localhost;
hostport=8452;
myplayernum=0;
numplayers=1;
numteams=1;
numallyteams=1;
[player0]
{
name=SinbadEV;
countrycode=ca;
rank=1;
spectator=0;
team=0;
}
[team0]
{
teamleader=0;
allyteam=0;
rgbcolor=0.35294 0.35294 1.00000;
side=ARM;
handicap=0;
}
[allyteam0]
{
numallies=0;
}
numrestrictions=0;
}
Except for some reason I have 1000K storage for metal and energy...NumRestrictions=xx;
[RESTRICT]
{
Unit0=armah;
Limit0=0; // use 0 for all units that should be completely disabled
Unit1=corvp;
Limit1=50; // >0 can be used for limiting, like build restrictions in TA
//...
}