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

Items.otb

Ataro

Member
Joined
Oct 28, 2010
Messages
689
Reaction score
20
Location
Netherlands
Hey, i got an error with it on tfs 0.4
When i compiled tfs 0.4 i tried to run, i got error:
FATAL: OTBM Loader - Could not open the file data/world/forgotten.
How to fix this? im using the normal map that is included
only thing i changed was making the client instead of 8.62 8.61-8.62
 
Last edited:
config.lua, add .otbm at the end of string for variable mapName, liek:
Code:
	mapName = "Forgotten[B][COLOR="red"].otbm[/COLOR][/B]"
 
Back
Top