Thalassicus
Bytes and Nibblers
In most files I get error messages properly, but in some files I don't. I'm attempting to change NaturalWondersCustomMethods.lua. I know there's an error somewhere in my changes, but lua.log shows only a blank line where the error message should be:
I have these config.ini settings:
Code:
[14747.648] Map Script: Placing Natural Wonders.
[14747.757]
I have these config.ini settings:
Spoiler :
; Enable message logging
MessageLog = 1
; Enable rand event logging
RandLog = 0
; Enable synchronization logging
SynchLog = 0
; Enable AI logging
AILog = 0000000001
; Enable Builder AI logging
BuilderAILog = 0
; Enable Serialization logging
SerializationLog = 0
; Enable Tutorial logging
TutorialLog = 0
; Enable Tutorial debug window
TutorialDebug = 0
; Split AI Logging into separate files for each Player & City
PlayerAndCityAILogSplit = 0000000000
; Overwrite old network and message logs
OverwriteLogs = 0000000001
; Enable the logging system
LoggingEnabled = 0000000001
MessageLog = 1
; Enable rand event logging
RandLog = 0
; Enable synchronization logging
SynchLog = 0
; Enable AI logging
AILog = 0000000001
; Enable Builder AI logging
BuilderAILog = 0
; Enable Serialization logging
SerializationLog = 0
; Enable Tutorial logging
TutorialLog = 0
; Enable Tutorial debug window
TutorialDebug = 0
; Split AI Logging into separate files for each Player & City
PlayerAndCityAILogSplit = 0000000000
; Overwrite old network and message logs
OverwriteLogs = 0000000001
; Enable the logging system
LoggingEnabled = 0000000001