HeapSizeExcept: Difference between revisions

From Luma's Workshop
Jump to navigation Jump to search
(Created page with "Category:Files '''HeapSizeExcept''' is a BCSV table that defines additional memory to allocate for a specific galaxy. The file can be found in ''SMG2'' in ''ObjectData/SystemDataTable.arc/SystemDataTable/HeapSizeExcept.bcsv''. It contains the following fields: {| class="wikitable" ! Field !! Type !! Description |- | GalaxyName || STRING_OFFSET || The internal name of the galaxy this entry applies to. For example, ''IslandFleetGalaxy''. |- | Fi...")
 
(Add the default amount of memory for a galaxy)
Line 7: Line 7:
| GalaxyName || STRING_OFFSET || The internal name of the galaxy this entry applies to. For example, ''IslandFleetGalaxy''.
| GalaxyName || STRING_OFFSET || The internal name of the galaxy this entry applies to. For example, ''IslandFleetGalaxy''.
|-
|-
| FileCacheSize || LONG || The total amount of memory (in bytes) to allocate. The maximum of Vanilla SMG2 is around '''15772800''', or '''15MB'''. <br/>'''-1''' is also a valid option, though it is unknown exactly what it does.
| FileCacheSize || LONG || The total amount of memory (in bytes) to allocate. The maximum of Vanilla SMG2 is around '''15772800''', or '''15MB'''. <br/>By default (or with -1), a galaxy is given '''12058496''', or '''12MB'''.
|-
|-
| '''43EA1591H''' || LONG || Unknown use. Seen as '''102400''', '''204800''', and '''307200'''.
| '''43EA1591H''' || LONG || Unknown use. Seen as '''102400''', '''204800''', and '''307200'''.
|}
|}

Revision as of 22:13, 26 January 2024

HeapSizeExcept is a BCSV table that defines additional memory to allocate for a specific galaxy. The file can be found in SMG2 in ObjectData/SystemDataTable.arc/SystemDataTable/HeapSizeExcept.bcsv. It contains the following fields:

Field Type Description
GalaxyName STRING_OFFSET The internal name of the galaxy this entry applies to. For example, IslandFleetGalaxy.
FileCacheSize LONG The total amount of memory (in bytes) to allocate. The maximum of Vanilla SMG2 is around 15772800, or 15MB.
By default (or with -1), a galaxy is given 12058496, or 12MB.
43EA1591H LONG Unknown use. Seen as 102400, 204800, and 307200.