Ludeon Forums

RimWorld => Bugs => Topic started by: SargBjornson on February 18, 2020, 03:39:29 AM

Title: [1.0 - 1.1] PackageId tag in about.xml giving a red error in 1.0
Post by: SargBjornson on February 18, 2020, 03:39:29 AM
Hi!

The way things are now, we can release the mods in both 1.0 and 1.1, but if we include the <packageId> tag in about.xml the mod will give a (harmless) red error when loaded in 1.0, since the XML parser finds something it wasn't prepared to parse.

Is there actually a way to fix this? I have noticed that if the tag isn't specified the game generates one with author.modname, but I don't know if that's cool or it's better that we generate them ourselves.

tc
Title: Re: [1.0 - 1.1] PackageId tag in about.xml giving a red error in 1.0
Post by: neronix17 on February 18, 2020, 08:26:33 AM
This also happens with the dependencies, incompatibility and load before/after xml options that were added of course, because they were added, far as 1.0 is concerned they don't exist.
Title: Re: [1.0 - 1.1] PackageId tag in about.xml giving a red error in 1.0
Post by: Tynan on February 18, 2020, 09:48:55 PM
We're working on a fix for this.
Title: Re: [1.0 - 1.1] PackageId tag in about.xml giving a red error in 1.0
Post by: Tynan on February 19, 2020, 06:43:08 PM
Should be fixed now. Thanks.