Skip to content

Commit cf2437a

Browse files
committed
Updated memory pools for portableturrets
1 parent 2519634 commit cf2437a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ME5/NOVn_con.lua

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function ScriptInit()
174174

175175
SetMapNorthAngle(0)
176176
SetMaxFlyHeight(55)
177-
SetMaxPlayerFlyHeight (55)
177+
SetMaxPlayerFlyHeight(55)
178178
AISnipeSuitabilityDist(50)
179179
SetAttackerSnipeRange(70)
180180
SetDefenderSnipeRange(100)
@@ -202,7 +202,7 @@ function ScriptInit()
202202
SetMemoryPoolSize("EntitySoundStatic", 9)
203203
SetMemoryPoolSize("FLEffectObject::OffsetMatrix", 95)
204204
SetMemoryPoolSize("FlagItem", 512)
205-
SetMemoryPoolSize("MountedTurret", 18)
205+
SetMemoryPoolSize("MountedTurret", 100) -- 18
206206
SetMemoryPoolSize("Music", 80)
207207
SetMemoryPoolSize("Navigator", 45)
208208
SetMemoryPoolSize("Obstacle", 455)
@@ -215,7 +215,8 @@ function ScriptInit()
215215
SetMemoryPoolSize("UnitAgent", 45)
216216
SetMemoryPoolSize("UnitController", 45)
217217
SetMemoryPoolSize("Weapon", weaponCnt)
218-
SetMemoryPoolSize("EntityFlyer", 4)
218+
--SetMemoryPoolSize("EntityFlyer", 4)
219+
SetMemoryPoolSize("EntityPortableTurret", 100)
219220

220221
SetSpawnDelay(10.0, 0.25)
221222
ReadDataFile("..\\..\\addon\\ME5\\data\\_LVL_PC\\ME5\\NOV.lvl", "NOV_Conquest")
@@ -224,8 +225,8 @@ function ScriptInit()
224225
--AddDeathRegion("deathregion1")
225226
--SetStayInTurrets(1)
226227

227-
SetParticleLODBias(3000)
228-
SetMaxCollisionDistance(1500)
228+
--SetParticleLODBias(3000)
229+
--SetMaxCollisionDistance(1500)
229230

230231
-- Sound Stats
231232

0 commit comments

Comments
 (0)