• 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!

Map of OT

G3NU1N3

New Member
Joined
May 3, 2008
Messages
63
Reaction score
0
Well hmm...
new to SQL so i was wondering...
how do i change the map... the sql map that it came with to my own??(I dont mean map editting) I mean how do i make it load my file instead of the sql
 
Well hmm...
new to SQL so i was wondering...
how do i change the map... the sql map that it came with to my own??(I dont mean map editting) I mean how do i make it load my file instead of the sql

in config.lua you find this text

Code:
	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	cleanProtectedZones = "yes"

at the "mapName", put the new map name there..
 
Back
Top