IRC Channel Discord Channel

RO Patcher Lite Help (c) 2009-2024 Ai4rei/AN This pre-release content is subject to changes.

This article has been migrated to the help system and might not apply the necessary markups to fit with the remaining content.
[v2.4.5+]None of this applies anymore, settings support has been removed in favor of the RO Patcher Lite+ROCred merge.

Settings Documentation

File syntax

The patcher looks at start-up for a file in same folder, which has the same base name like itself; that means if the patcher is called rsu.exe, it will look for rsu.ini, if the patcher is called patcher.exe, it will look for patcher.ini. The settings file follows the typical INI file structure of sections and key-value pairs.

; Comment
[SectionName]
SettingName = SomeValue
AnotherSettingsName = OtherValue
That way it can be easily modified with every text editor like Notepad. Note, that you always have to modify the file yourself, if you want to change a setting. The patcher will not write into the settings file.

↑ TOP

Sections

All settings are organized into different sections to be easily recognized, what they are refering to. In the following all known or reserved names are listed. If you intent to write a plug-in, that uses settings, make sure, that it does not use settings, that are already in use by other plug-ins. Only exception are mutually-exclusive plug-in pairs, which cannot be loaded at same time.

↑ TOP

[rsu]

This section is reserved to the patcher itself, plug-ins must not use it.

↑ TOP

[rsu.patchinfo]

This section is used by following plug-ins: ipatch, panhtml, pantext.

↑ TOP

Last built on Sun, 31 Mar 2024 12:08:43 +0200.