Page 2 of 2

Re: .:New Map:. County Crossing

Posted: 24 Jan 2010, 15:34
by TradeMark
oh... well minimap is in .smf file (not a small file)

Re: .:New Map:. County Crossing

Posted: 24 Jan 2010, 15:41
by Auswaschbar
TradeMark wrote:oh... well minimap is in .smf file (not a small file)
But way smaller than the smt.

Re: .:New Map:. County Crossing

Posted: 29 Jan 2010, 23:44
by zwzsg
If you ever make a new version:

In /MapHelper/mapinfo.lua

Instead of:

Code: Select all

	if (Spring.GetMapOptions().dry == "1" ) then
		mapInfo.voidwater		=	true
	else
Use:

Code: Select all

	if (Spring.GetMapOptions().dry ~= "0" ) then
		mapInfo.voidwater		=	true
	else
That way I don't get a flooded map when running without a lobby.

Re: .:New Map:. County Crossing

Posted: 30 Jan 2010, 02:05
by FLOZi
+1 to that :-)