OpenXcom Forum
Modding => Help => Topic started 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.
-
limit is 2147483647
-
Thank you for the information.