.:New Map:. County Crossing
Moderator: Moderators
Re: .:New Map:. County Crossing
oh... well minimap is in .smf file (not a small file)
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: .:New Map:. County Crossing
But way smaller than the smt.TradeMark wrote:oh... well minimap is in .smf file (not a small file)
Re: .:New Map:. County Crossing
If you ever make a new version:
In /MapHelper/mapinfo.lua
Instead of:Use:That way I don't get a flooded map when running without a lobby.
In /MapHelper/mapinfo.lua
Instead of:
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
Re: .:New Map:. County Crossing
+1 to that 
