@@ -174,7 +174,7 @@ function ScriptInit()
174
174
175
175
SetMapNorthAngle (0 )
176
176
SetMaxFlyHeight (55 )
177
- SetMaxPlayerFlyHeight (55 )
177
+ SetMaxPlayerFlyHeight (55 )
178
178
AISnipeSuitabilityDist (50 )
179
179
SetAttackerSnipeRange (70 )
180
180
SetDefenderSnipeRange (100 )
@@ -202,7 +202,7 @@ function ScriptInit()
202
202
SetMemoryPoolSize (" EntitySoundStatic" , 9 )
203
203
SetMemoryPoolSize (" FLEffectObject::OffsetMatrix" , 95 )
204
204
SetMemoryPoolSize (" FlagItem" , 512 )
205
- SetMemoryPoolSize (" MountedTurret" , 18 )
205
+ SetMemoryPoolSize (" MountedTurret" , 100 ) -- 18
206
206
SetMemoryPoolSize (" Music" , 80 )
207
207
SetMemoryPoolSize (" Navigator" , 45 )
208
208
SetMemoryPoolSize (" Obstacle" , 455 )
@@ -215,7 +215,8 @@ function ScriptInit()
215
215
SetMemoryPoolSize (" UnitAgent" , 45 )
216
216
SetMemoryPoolSize (" UnitController" , 45 )
217
217
SetMemoryPoolSize (" Weapon" , weaponCnt )
218
- SetMemoryPoolSize (" EntityFlyer" , 4 )
218
+ -- SetMemoryPoolSize("EntityFlyer", 4)
219
+ SetMemoryPoolSize (" EntityPortableTurret" , 100 )
219
220
220
221
SetSpawnDelay (10.0 , 0.25 )
221
222
ReadDataFile (" ..\\ ..\\ addon\\ ME5\\ data\\ _LVL_PC\\ ME5\\ NOV.lvl" , " NOV_Conquest" )
@@ -224,8 +225,8 @@ function ScriptInit()
224
225
-- AddDeathRegion("deathregion1")
225
226
-- SetStayInTurrets(1)
226
227
227
- SetParticleLODBias (3000 )
228
- SetMaxCollisionDistance (1500 )
228
+ -- SetParticleLODBias(3000)
229
+ -- SetMaxCollisionDistance(1500)
229
230
230
231
-- Sound Stats
231
232
0 commit comments