Потерплю, конечно. Менеджер отличный!
Вышло обновление до 2.47.8
- Implemented fully featured ERM tracking support: track all executed triggers and commands in order to defeat bugs and learn game mechanics.
- Improvated named functions support. Added programmatical ability to get function name by ID.
Файл настроек прилагается, но дублирую:
Code:
[Era]
CpuPatch = 1; reduce cpu load from 100% to 1-5%, may conflict with high resolution mice
UseOnlyOneCpuCore = 1; if true, only one CPU core will be used, decreasing probability of crashes
FixGetHostByName = 1; if true, current PC IP address detection is improved to exclude local addresses (192.168.x.x, etc)
LoadCD = 0; if true, an attempt to load resources from CD disk will be made, increasing game initialization by about 3-5 seconds
IgnoreInvalidReceivers = 0; not implemented
Debug = 1; allow debugging at all or not, see Debug\Era directory
Debug.Everything = 0; if true, enable all debugging options at once
Debug.AbortOnError = 0; abort on serious, but not critical errors or not
Debug.LogDestination = File; logging driver: File or Console
Debug.LogVirtualFileSystem = 0; if true, Virtual File System work will be logged
Debug.DumpSavegameSections = 0; if true, each game saving will create dump of each Era section in a separate file
Debug.TrackErm = 1; if true, ERM commands and triggers will be tracked for report/debugging purposes
Debug.TrackErm.MaxRecords = 10000; maximal number of commands and events to track (1 record ~= 100 bytes RAM)
Debug.TrackErm.DumpCommands = 1; if true, all commands texts will be saved during execution, allowing to track ERM commands, executed by plugins
Debug.TrackErm.IgnoreEmptyTriggers = 1; if true, trigger start - trigger end pairs without executed commands will be ignored
Debug.TrackErm.IgnoreRealTimeTimers = 1; if true, real time timers (!?TL) will be ignored
Воспользоваться отслеживанием ЕРМ просто — жмите F11 или дождитесь вылета, после чего прямиком в папку Debug\Era.
HD Mod при вылетах сейчас не даёт записаться отладочной информации, но это исправлю.