113 lines
2.2 KiB
Plaintext
113 lines
2.2 KiB
Plaintext
; SCR 201
|
|
; Scripts Parser Version 2.0.1
|
|
; (c) Ubi Simulations 1997
|
|
|
|
;*************************************
|
|
;*** Memory description for Game ***
|
|
;*** All size are gived in bytes. ***
|
|
;*************************************
|
|
{NewMemoryDescription:
|
|
;*** Fix memory blocks ***
|
|
FontMemorySize(350000)
|
|
IPTMemorySize(30000)
|
|
ACPFixMemory(7500000)
|
|
AIFixMemory(750000)
|
|
GameFixMemorySize(300000)
|
|
;-----------------------
|
|
|
|
;-----------------------
|
|
;---- Not Binarized ----
|
|
;-----------------------
|
|
ACPTextMemory(100)
|
|
TMPFixMemory(8500000)
|
|
PositionMemorySize(1000)
|
|
SAIFixMemorySize(5000)
|
|
;-----------------------
|
|
|
|
ScriptMemorySize(1,20000000)
|
|
}
|
|
|
|
{NewBinaryMemoryDescriptionPass1:
|
|
;-----------------------
|
|
;---- Binarized ----
|
|
;-----------------------
|
|
FontMemorySize(250000)
|
|
IPTMemorySize(30000)
|
|
ACPFixMemory(7500000)
|
|
AIFixMemory(750000)
|
|
GameFixMemorySize(300000)
|
|
;-----------------------
|
|
|
|
;-----------------------
|
|
;---- Not Binarized ----
|
|
;-----------------------
|
|
ACPTextMemory(100)
|
|
TMPFixMemory(8500000)
|
|
PositionMemorySize(1000)
|
|
SAIFixMemorySize(5000)
|
|
;-----------------------
|
|
|
|
ScriptMemorySize(1,20000000)
|
|
UseMemorySnapshot(2)
|
|
}
|
|
|
|
{NewBinaryMemoryDescriptionPass2:
|
|
;-----------------------
|
|
;---- Binarized ----
|
|
;-----------------------
|
|
Gap(80000)
|
|
FontMemorySize(250000)
|
|
Gap(30000)
|
|
IPTMemorySize(30000)
|
|
Gap(7500000)
|
|
ACPFixMemory(7500000)
|
|
Gap(750000)
|
|
AIFixMemory(750000)
|
|
Gap(300000)
|
|
GameFixMemorySize(300000)
|
|
|
|
|
|
;-----------------------
|
|
;---- Not Binarized ----
|
|
;-----------------------
|
|
ACPTextMemory(100)
|
|
TMPFixMemory(8500000)
|
|
PositionMemorySize(1000)
|
|
SAIFixMemorySize(5000)
|
|
;-----------------------
|
|
|
|
ScriptMemorySize(1,20000000)
|
|
UseMemorySnapshot(2)
|
|
}
|
|
|
|
{NewBinaryMemoryDescription:
|
|
;-----------------------
|
|
;---- Binarized ----
|
|
;-----------------------
|
|
FontMemorySize(250000)
|
|
IPTMemorySize(30000)
|
|
ACPFixMemory(7500000)
|
|
AIFixMemory(750000)
|
|
GameFixMemorySize(300000)
|
|
;-----------------------
|
|
|
|
;-----------------------
|
|
;---- Not Binarized ----
|
|
;-----------------------
|
|
ACPTextMemory(200)
|
|
TMPFixMemory(8500000)
|
|
PositionMemorySize(1000)
|
|
SAIFixMemorySize(5000)
|
|
;-----------------------
|
|
|
|
ScriptMemorySize(1,20000000)
|
|
|
|
|
|
|
|
;-----------------------
|
|
; TOTAL 9 454 000
|
|
;-----------------------
|
|
UseMemorySnapshot(1)
|
|
}
|
|
|