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
Errors
Moderator: Moderators
-
Delta327
- Master Sergeant

- Posts: 160
- Joined: Thu Jan 21, 2016 8:55 pm
- Projects :: Shattered Galaxy
- xbox live or psn: No gamertag set
- Location: In the Mid Rim of the galaxy
- CT108
- Rebel Sergeant

- Posts: 186
- Joined: Mon Aug 22, 2016 6:20 am
- Projects :: None
- xbox live or psn: Captain CT108
- Location: Xanadu
Re: Errors
This means that you forgotten to add the region "cp3_control" for your cp3 in ZEMessage Secerity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing comand post "cp3_control"
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
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Errors
For the second error, look in this FAQ topic at the bottom of the first post.
-
Delta327
- Master Sergeant

- Posts: 160
- Joined: Thu Jan 21, 2016 8:55 pm
- Projects :: Shattered Galaxy
- xbox live or psn: No gamertag set
- Location: In the Mid Rim of the galaxy
Re: Errors
The control region is on my zeroeditorCT108 wrote:This means that you forgotten to add the region "cp3_control" for your cp3 in ZEMessage Secerity: 3
C:\Battlefront2\main\Battlefront2\Source\VehicleSpawn.cpp(135)
Vehicle spawn missing comand post "cp3_control"
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
