I need to set these higher for my map:
ParticleTransformer::SizeTransf
ParticleTransformer::ColorTrans
FLEffectObject::OffsetMatrix
I try to place them in the LUA (in several places), but when I do, along with the error log's complaining to raise the pool higher, I get this error:
Message Severity: 2
.\Memory\RedMemoryPool.cpp(317)
Memory pool "ParticleTransformer::ColorTrans" set item count after being allocated
So where do I change it? Also, I'm getting this error:
Message Severity: 2
c:\battlefront2\main\battlefront2\source\ListPool.h(92)
List pool is full; raise count from 60 to at least 104
There is definately no battlefront 2 directory in my c:\ folder. Where is this and how can I change it?
Thanks in advance.
Memory Pool Problem
Moderator: Moderators
- jangoisbaddest
- Lieutenant General

- Posts: 661
- Joined: Mon Feb 27, 2006 12:10 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: All Along The Watchtower
-
PvtParts
- Jedi

- Posts: 1001
- Joined: Mon Apr 03, 2006 9:12 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: plundering yer booty
RE: Memory Pool Problem
I get this same problem too. If anyone has any input...
Or even if you dont, speak up because i think it would save him (and me) a lot of worrying.
Or even if you dont, speak up because i think it would save him (and me) a lot of worrying.
- 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: Memory Pool Problem
Those three don't matter, the game will automatically fix them when you run the normal exe
- jangoisbaddest
- Lieutenant General

- Posts: 661
- Joined: Mon Feb 27, 2006 12:10 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: All Along The Watchtower
RE: Memory Pool Problem
Well for some reason, it didn't for me. The main problem is that the radiation launcher (MangnaGuard's secondary weapon) and the EMP Grenade (imported from BFI) don't show their glow as they shoot or their explosions half the time. I say half the time because sometimes you DO see it when you're facing away from the battle, but not when you're facing toward it - and it usually doesn't happen when there isn't much ordinance in the air. That HAS to be a Memory Pool issue. Further, the logs show that it needs more allocated to those three variables after I ran the actual main executable at least three times....
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Memory Pool Problem
The location must be where the source code was stored for that list pool. The message is meant for the developers with access to the c++ code. We don't have that. You can't change it. It seems the max List pool count is hard coded to 60, just like the max selectable units per side is hard coded at 10.jangoisbaddest wrote:Message Severity: 2
c:\battlefront2\main\battlefront2\source\ListPool.h(92)
List pool is full; raise count from 60 to at least 104
There is definately no battlefront 2 directory in my c:\ folder. Where is this and how can I change it?
When playing online, at least half the time I don't see weapon trails and effects. Its a memory limit with the game, you might not be able to get it visible.
- jangoisbaddest
- Lieutenant General

- Posts: 661
- Joined: Mon Feb 27, 2006 12:10 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: All Along The Watchtower
RE: Re: Memory Pool Problem
I worked so hard on importing the EMP Grenade and its effects! Sad! Ah, well. What can you do? Thanks, Zerted - good to know.
-
PvtParts
- Jedi

- Posts: 1001
- Joined: Mon Apr 03, 2006 9:12 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: plundering yer booty
