Memory Pool Problem

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
jangoisbaddest
Lieutenant General
Lieutenant General
Posts: 661
Joined: Mon Feb 27, 2006 12:10 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: All Along The Watchtower

Memory Pool Problem

Post by jangoisbaddest »

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.
PvtParts
Jedi
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

Post by PvtParts »

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.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: Memory Pool Problem

Post by Teancum »

Those three don't matter, the game will automatically fix them when you run the normal exe
User avatar
jangoisbaddest
Lieutenant General
Lieutenant General
Posts: 661
Joined: Mon Feb 27, 2006 12:10 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: All Along The Watchtower

RE: Memory Pool Problem

Post by jangoisbaddest »

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....
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Memory Pool Problem

Post by [RDH]Zerted »

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?
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.

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.
User avatar
jangoisbaddest
Lieutenant General
Lieutenant General
Posts: 661
Joined: Mon Feb 27, 2006 12:10 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: All Along The Watchtower

RE: Re: Memory Pool Problem

Post by jangoisbaddest »

:cry:
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
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

Post by PvtParts »

It will work on any other map (well any maps with less going on)

try turning your settings down

(may sound like its doing the opposite, but by making you computer have less to render, common things like weapon ord effects will have more memory in excess)
Post Reply