.:New Map:. County Crossing - Page 2

.:New Map:. County Crossing

All map release threads should be posted here

Moderator: Moderators

User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Re: .:New Map:. County Crossing

Post by TradeMark »

oh... well minimap is in .smf file (not a small file)
Auswaschbar
Spring Developer
Posts: 1254
Joined: 24 Jun 2007, 08:34

Re: .:New Map:. County Crossing

Post by Auswaschbar »

TradeMark wrote:oh... well minimap is in .smf file (not a small file)
But way smaller than the smt.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Re: .:New Map:. County Crossing

Post 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.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: .:New Map:. County Crossing

Post by FLOZi »

+1 to that :-)
Post Reply

Return to “Map Releases”