Re: .:New Map:. County Crossing
Posted: 24 Jan 2010, 15:34
oh... well minimap is in .smf file (not a small file)
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
But way smaller than the smt.TradeMark wrote:oh... well minimap is in .smf file (not a small file)
Code: Select all
if (Spring.GetMapOptions().dry == "1" ) then
mapInfo.voidwater = true
else
Code: Select all
if (Spring.GetMapOptions().dry ~= "0" ) then
mapInfo.voidwater = true
else