PDA

View Full Version : error when coverting corerpg rule set



tlavalle
January 3rd, 2015, 20:35
i get this error how do i fix this:
Script Error: [string "desktop/scripts/desktop.lua"]:28: setPublic: Requires ruleset compatibility version 3.0 or higher

an how do i change the font color in the chat box.

Trenloe
January 3rd, 2015, 20:47
Open base.xml in your rulset and change the root version value on the second line to 3.0: <root version="3.0" ...

The version number is a way of allowing older code to work even though more recent code within the base FG application executable has changed. Be aware that changing the version number may give you unexpected behaviour with older code that is based of previous versions. See the version compatibility info here: https://www.fantasygrounds.com/refdoc/

tlavalle
January 3rd, 2015, 20:52
converting for deathwatch not as easy as i thought :) have to create alot of graphics.

Trenloe
January 3rd, 2015, 20:59
Yeah, converting *any* ruleset to the v3.0 CoreRPG layered ruleset architecture is a big task.