Help, Holocrons/Flags missing ingame (solved, sort of)

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

Help, Holocrons/Flags missing ingame (solved, sort of)

Post by [RDH]Zerted »

I've place 3 holocrons (com_inf_holocron) in ZeroEdit on a blank map. Only one shows up ingame. There is no game mode. Anyone know why or how to get the other 2 to show up?
Last edited by [RDH]Zerted on Tue Sep 05, 2006 11:50 pm, edited 1 time in total.
xwingguy

RE: Help With Placing Flags/Holocrons in ZeroEdit

Post by xwingguy »

There may be a default memory allocation (can't spell) that only allows for 1 flag entity
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: Help With Placing Flags/Holocrons in ZeroEdit

Post by [RDH]Zerted »

Memory pools, never thought of that. I found a way around the problem using CreateEntity(). (Holocron game mode now has its Holocron respawning at different locations)


I haven't tested this to see if it would have fixed my problem, but here are the flag pools used by the retail maps incase someone else has this problem:

Code: Select all

SetMemoryPoolSize("FlagItem", 1)
SetMemoryPoolSize("FlagItem", 2)
SetMemoryPoolSize("FlagItem", 3)
Post Reply