Eh?


[ Follow Ups ] [ Post Followup ] [ Jed Messages ]

Posted by GMS_SLUG on March 17, 1998 at 23:07:05:

In Reply to: Re: cog question posted by jabrennecke on March 17, 1998 at 22:45:54:


> > > > i've been editing some cogs and was wondering how to give my weapons more ammo. Is the value in the weap_whatever or the pow_whatever file?

> > > More ammo when ? When you pick up the weapon, or when you pick up ammo for it ? Or at level start ? Be more precise please...

(we'll use the conc rifle for this explanation)

Ok... to make the actual weapon powerup give you more ammo, extract the pow_concrifle.cog...

change
ChangeInv(player, ammobin, 32.0);
to
ChangeInv(player, ammobin, any higher number then 32.0);

make the same changes in pow_power.cog if you want power cells to give you more ammo...

to start with more ammo, edit the kyle.cog... I'm not gonna go extract it to find out what you have to edit, and I don't remember off the top of my head.. just look at it and you'll figure it out easily..



Follow Ups:



Post a Followup

Name:
E-Mail:
Subject:
Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Jed Messages ]