• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tfs

robber

New Member
Joined
Aug 11, 2008
Messages
47
Reaction score
0
Can someone tell me how to put a downloaded map into my TFS server or if there is a tut can u give me link
 
Well...

Just download the map, put it into the data/world folder and then go to config.lua and change this:

Code:
	-- Map
[B]	mapName = "forgotten"
	mapAuthor = "Komic"[/B]
	randomizeTiles = "yes"
	cleanProtectedZones = "yes"

to:

Code:
	-- Map
[B]	mapName = "Downloaded Map Name"
	mapAuthor = "Author Name..."[/B]
	randomizeTiles = "yes"
	cleanProtectedZones = "yes"
 
Back
Top