OpenXcom Forum

Modding => Help => Topic started by: The Martian on May 04, 2020, 04:30:20 pm

Title: Is there a max listOrder: value?
Post by: The Martian on May 04, 2020, 04:30:20 pm
I'm aware that extraSprites: has a maximum value and that it can be increased via reservedSpace: in the metadata.yml file.

My understanding is that increasing reservedSpace: also increases the amount of RAM required by the computer running the mod as it reserves the space the potential images will need, so unnecessary expansion is discouraged.

Does the listOrder: variable have any similar limits?

If possible I want to leave large unused spaces in the listOrder: sequence between groups of items so that future expansion can be done without much reorganizing.
Title: Re: Is there a max listOrder: value?
Post by: Meridian on May 04, 2020, 05:30:13 pm
limit is 2147483647
Title: Re: Is there a max listOrder: value?
Post by: The Martian on May 04, 2020, 06:33:48 pm
Thank you for the information.