Page 1 of 1

How to change health powerup geometry [Solved]

Posted: Sun Jan 13, 2013 2:54 pm
by Loopy53
How would I change all_weap_inf_powerup_dispenser's geometry? at the moment I have my medic kits geometry as a floating icon, but it throws the stock powerup. Help? Thanks! let me know what files you want me to post.

Re: How to change health powerup geometry

Posted: Sun Jan 13, 2013 3:38 pm
by AQT
Rename your new powerup models to be the same as the stock powerup models you want to replace. Then replace them, and following this tutorial:

Re: How to change health powerup geometry

Posted: Sun Jan 13, 2013 4:43 pm
by Loopy53
Great, but what would I place in the ingame.lvl?

Re: How to change health powerup geometry

Posted: Sun Jan 13, 2013 4:51 pm
by Nedarb7
It should look like this:
Hidden/Spoiler:
ucft
{
REQN
{
"texture"
"new_geometry's_texture_name"
}

REQN
{
"model"
"name_of_geometry"
}

}
You will have to rename your new geometry with the name of the old one
but make sure you don't rename the new texture name.

Re: How to change health powerup geometry

Posted: Sun Jan 13, 2013 5:07 pm
by Loopy53
Thanks AQT and nedarb. I will see if it works now.

EDIT: It works perfectly, minus an icon. Thanks everyone!