PDA

View Full Version : root version



BigBadBazz
September 10th, 2020, 15:20
While writing an extension for any ruleset how do you know what version to put in the root version in extension.xml

thanks

Trenloe
September 10th, 2020, 15:32
Unless it's for an old ruleset that requires older compatibility, use version 3.0

Details on the versions, and what they do, here: https://www.fantasygrounds.com/refdoc/

BigBadBazz
September 10th, 2020, 15:34
Also in this root xml statement many refer to logo="logo.png"
ie <root version="3.2" logo="logo.png">

what does this logo assessment do?, and i can never find logo.png in the extension's folder structure

Thanks again

BigBadBazz
September 10th, 2020, 15:37
Unless it's for an old ruleset that requires older compatibility, use version 3.0

Details on the versions, and what they do, here: https://www.fantasygrounds.com/refdoc/

so this comes fromthe ruleset such as 5E not from CoreRPG

Thanks

Trenloe
September 10th, 2020, 15:39
Also in this root xml statement many refer to logo="logo.png"
ie <root version="3.2" logo="logo.png">

what does this logo assessment do?, and i can never find logo.png in the extension's folder structure

Thanks again
I don't think it does anything for an extension. It's used in a ruleset to show a logo next to the ruleset name when creating a new campaign - but only for FGC by the looks of it.

BigBadBazz
September 10th, 2020, 16:16
I don't think it does anything for an extension. It's used in a ruleset to show a logo next to the ruleset name when creating a new campaign - but only for FGC by the looks of it.

thanks