Page 1 of 1
Errors
Posted: Wed Feb 22, 2017 10:52 pm
by Delta327
Hey guys i stublmed upon these errors in my bf2log
Message Secerity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing comand post "cp3_control"
And
Message Secerity: 2
C:\Battlefront2\main\RedEngineFL\Memory\RedmemoryPool.cpp(170)
Memory pool "SoilderAnimation" is full; raise count to least 448
Re: Errors
Posted: Thu Feb 23, 2017 10:26 am
by CT108
Message Secerity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing comand post "cp3_control"
This means that you forgotten to add the region "cp3_control" for your cp3 in ZE
And for the other error, I know that there is a code like
SetMemoryPoolSize : SoilderAnimationBank : * (or a thing like this I don't remember) to place in your map lua file
Re: Errors
Posted: Thu Feb 23, 2017 10:48 am
by Teancum
For the second error, look in
this FAQ topic at the bottom of the first post.
Re: Errors
Posted: Thu Feb 23, 2017 7:46 pm
by Delta327
CT108 wrote:Message Secerity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing comand post "cp3_control"
This means that you forgotten to add the region "cp3_control" for your cp3 in ZE
And for the other error, I know that there is a code like
SetMemoryPoolSize : SoilderAnimationBank : * (or a thing like this I don't remember) to place in your map lua file
The control region is on my zeroeditor