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

Windows FATAL: OTBM Loader - Could not open the file data/world/forgotten

mujica

New Member
Joined
Feb 3, 2010
Messages
203
Reaction score
3
FATAL: OTBM Loader - Could not open the file data/world/forgotten
What could be the reasoning to this Error?
Map File name is "forgotten"

:ninja: :ninja: :ninja: :ninja: :ninja: :ninja: :ninja: :ninja: :ninja: :ninja:
 
Config.lua?

Code:
[COLOR="#9acd32"]-- Map[/COLOR]
	mapName [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"forgotten"[/COLOR]
	mapAuthor [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"komic"[/COLOR]
	randomizeTiles [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"yes"[/COLOR]
	mapStorageType [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"relational"[/COLOR]
 
Windows As the Post says

-- Map
mapName = "forgotten"
mapAuthor = "Komic"
randomizeTiles = "yes"
mapStorageType = "relational"
 
mapnotload.jpg
 

in your config does it say
Code:
[COLOR="#9acd32"]-- Map[/COLOR]
	mapName [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"forgotten"[/COLOR]
	mapAuthor [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"komic"[/COLOR]
	randomizeTiles [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"yes"[/COLOR]
	mapStorageType [COLOR="#4169e1"]=[/COLOR] [COLOR="silver"]"relational"[/COLOR]
?????????????
 
Bump
i have the same error
i have the config lua exactly and the map file name exactly too.

I think that it is an internal rme editor error...
 
File needs to be located on data/world and try opening the map again with RME, maybe the map have lossed the correct format, or well, try with another map to see what's the bug.
 
Back
Top