View Full Version : Health packs
imported_RiZZO
11-05-2003, 04:10 AM
Someone told me he saw on a server health paks ..
I gess this should be a other gametype correct me if i'm wrong..
Does someone knows how to enable/disable this healtpaks in SD mode ?
Thnx,
RiZZO
imported_Criticalmass
11-05-2003, 07:43 AM
Health packs are only possible in TDM and DM gametypes, maybe someone will bring us a mod that allows Health packs in SD/RE/BEL gametypes, or IW will add it in the next patch, because HP would really expand the round time and fun :)
bullet-worm
11-05-2003, 01:16 PM
Its an easy mod.
You can find the files in Pak5.pk3 called sd.gsc, re.gsc, and bel.gsc
Open them with a text editor, add the health drop in the appropriate locations (use tdm.gsc to guide you), save the 3 new files using the exact same names and directory structures, and zip them up as a new pk3. Put the new pk3 on your server. Done! You created your first big time mod! hehehehe... It probably took longer to write this than it would to do the mod... lol
hint: It looks like this in the tdm.gsc
// Make the player drop health
self dropHealth();
and you will also need to copy the drophealth() function from tdm.gsc that looks like this (towards the bottom of the file):
dropHealth()
{
<LOTS o' code in here>
}
Also note that it would be easy to turn off kill cams here as well...
Good luck!!! :)
worm
pieman
11-11-2003, 11:10 AM
mm can't seem to get this to work :( anyone else got this working yet?
greensha
11-12-2003, 10:18 AM
This will enable health packs on Search and Destroy gametypes.
http://www.greensha.com/zzz_sd_health.pk3
But dont forget that if your running any no killcam and spectate mods which ever one loads last will be the pk3 thats the server will use.
eg:
nokillcam.pk3 (contains sd.gsc)
zzz_sd_health.pk3 (contains sd.gsc)
zzz_sd_health.pk3 will be the mod in play based on alphabetical order. Editing one to do all you require is the best option.
pieman
11-12-2003, 05:21 PM
OK I already have the lines required in my file but it don't work I also removed my mod and just used yours and still it don't work :(
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.