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

Linux Gesior can't pick up config.lua

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
Can anyone tell me whats wrong with my config.lua please?

I'm getting this error with gesior:
Code:
Check server configuration
File config.lua loaded from /home/shane/0.2/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.


I have deleted all notes from my config.lua, so i dont know what it could possibly be. Here it is:

Code:
	accountManager = "yes"
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 3
	pzLocked = 60000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	removeChargesFromWeapons = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	stairJumpExhaustion = 2000

	displayGamemastersWithOnlineCommand = "no"

	ip = "localhost"
	bindOnlyGlobalAddress = "no"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	deathListEnabled = "yes"
	maxDeathRecords = 5

	ingameGuildSystem = "yes"
	levelToCreateGuild = 8

	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	kickIdlePlayerAfterMinutes = 15

	timeBetweenActions = 200
	timeBetweenExActions = 1000

	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	maxMessageBuffer = 4

	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "qwerty123"
	mysqlDatabase = "theforgottenserver"
	mysqlPort = 3306

	freePremium = "no"

	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	rateExp = 5
	rateSkill = 3
	rateLoot = 2
	rateMagic = 3
	rateSpawn = 1

	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	deSpawnRange = 2
	deSpawnRadius = 50

	sqliteDatabase = "forgottenserver.s3db"

	sqlType = "mysql"
	passwordType = "plain"

	defaultPriority = "high"
	startupDatabaseOptimization = "yes"

	freeMemoryAtShutdown = "yes"

	ownerName = ""
	ownerEmail = "@otland.net"
	url = "http://otland.net/"
	location = "Europe"
 
Back
Top