Are the textures for the flags in CTF hard coded?
I'm trying to change the texture (It has a tga file) but when I munge it's the default texture, so I hex edited a new one using the new skin but it's still the default one.
Anyone know how to fix it?
Thanks
Hard Coded?
Moderator: Moderators
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
-
SergeantShade
Re: Hard Coded?
yup - it's intergrated itself into the game. it causes it to load the data from the default directory. Either this, or you gotta take it from _LVL_PC and put it into yours
it happens with loading screens except the defaults are blanks
-
Ace_Azzameen_5
- Jedi

- Posts: 1119
- Joined: Sat Apr 23, 2005 8:52 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Hard Coded?
I doubt its hard coded. There a few ODF settings for the flags, and I would think the textures would load from the ingame.lvl (From a foggy memory of experience, ingame.lvl seems to be special and override other lvls...but maytbe not) so look in there and munge a new one if you have to.
Edit: By overriding Lvls, I mean if you load two versions of the same file in two .lvls.
Edit: By overriding Lvls, I mean if you load two versions of the same file in two .lvls.
Last edited by Ace_Azzameen_5 on Thu Feb 14, 2008 5:39 pm, edited 1 time in total.
- [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: Hard Coded?
As far as I've noticed, the only thing we haven't been able to change is the ingame path used to load videos (can change the shell's video path, thats why flyby videos work). A map can even override sections in shell.lvl (which is required for the flyby videos). An lvl in itself doesn't override other ones. I think you can include multiple things from different lvls into one and have all those things loaded correctly, but I've never had a reason to try it.Ace_Azzameen_5 wrote:...From a foggy memory of experience, ingame.lvl seems to be special and override other lvls...but maybe not...
Check which req includes the flag's texture, then override that lvl with only the texture (and anything else you need in it).
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Re: Hard Coded?
well I made the Flag a prop so I don't think it has a req anymore.
