Thread: No healthkits??
View Single Post
Old
  (#9)
Jamos is Offline
Junior Member
 
Posts: 17
Join Date: Oct 2003
   
Default 10-02-2003, 05:52 PM

user was fine its before any other names..

what the problem was is setting it to 0 didnt work..it was still returning health for canteens for some reason..so what i did was change the class from health to object..now it works great the healthpacks are there but you cant pick them up! works really good now thanks for the help..if anyone else is interested i can host this mod..it makes it so much more realistic with no health packs to pick up..especially on hard level just 4 hits and your dead..or with some of the realism patches out there one hit..hehe..

heres an example of what i changed to one of the healthkit tlk files
[code:ca57f]
TIKI
setup
{
scale 0.52
path models/items/healthpacks
skelmodel surgeonpack.skd
surface material1 shader surgeonpack
}

init
{
server
{
classname object
}
}

animations
{
idle surgeonpack.skc
}[/code:ca57f]
  
Reply With Quote