aliens

Author Topic: Is there a max listOrder: value?  (Read 1492 times)

Offline The Martian

  • Commander
  • *****
  • Posts: 754
  • "It implores you to listen to its arguments..."
    • View Profile
Is there a max listOrder: value?
« 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.

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8627
    • View Profile
Re: Is there a max listOrder: value?
« Reply #1 on: May 04, 2020, 05:30:13 pm »
limit is 2147483647

Offline The Martian

  • Commander
  • *****
  • Posts: 754
  • "It implores you to listen to its arguments..."
    • View Profile
Re: Is there a max listOrder: value?
« Reply #2 on: May 04, 2020, 06:33:48 pm »
Thank you for the information.