View Single Post
how to make a semiauto weapon auto
Old
  (#1)
imported_Grim_Reaper is Offline
Senior Member
 
Posts: 3,452
Join Date: Jun 2003
Location: mASSachusetts
  Send a message via AIM to imported_Grim_Reaper Send a message via MSN to imported_Grim_Reaper  
Default how to make a semiauto weapon auto - 06-05-2004, 04:36 PM

CAUTION! if u are totally lost or dazed or are illiterate, dont try this!

ok so many ppl want this so ill show u all how. open up pakscape and pak0.pk3. go into the global folder, find mike_torso.st. open up that file with notepad.we will get back to this file later. now open up the models folder in pak0.pk3, then weapons, then take the springfield.tik, open that with notepad also. ok scroll down to where it says semiauto and change it to //semiauto or just delete it. now change the fire delay to 0.0086 (like the thompson) or sometin. save it onto desktop.
back to the mike_torso.st. scroll down to Primary Attacks - Semi-Auto. scroll down a bit more until u see: states

ATTACK_SPRINGFIELD_RECHAMBER : ANIMDONE_TORSO IS_WEAPON_ACTIVE "mainhand" "Springfield '03 Sniper"

change it to this:
//ATTACK_SPRINGFIELD_RECHAMBER : ANIMDONE_TORSO IS_WEAPON_ACTIVE "mainhand" "Springfield '03 Sniper"

ok got it? good.
scroll down until u see:
state ATTACK_SPRINGFIELD_RECHAMBER
{
movetype legs

entrycommands
{
viewmodelanim rechamber
// safezoom 0
}

// exitcommands
// {
// safezoom 1
// }

action
{
springfield_crouch_rechamber : POSITION_TYPE "crouching"
springfield_stand_rechamber : default
}

states
{
STAND : KILLED
// PAIN : PAIN

STAND : ANIMDONE_TORSO
}
}
and change it to:
//state ATTACK_SPRINGFIELD_RECHAMBER
//{
// movetype legs
//
// entrycommands
// {
// viewmodelanim rechamber
// safezoom 0
// }
//
// exitcommands
// {
// safezoom 1
// }
//
// action
// {
// springfield_crouch_rechamber : POSITION_TYPE "crouching"
// springfield_stand_rechamber : default
// }
//
// states
// {
// STAND : KILLED
// PAIN : PAIN

// STAND : ANIMDONE_TORSO
// }
//}
ok? now save it onto desktop as mike_torso.st. create a new pakscape document thing. create two folders, global and models. put the mike_torso.st in the global folder. open up models and create a folder called weapons. put the springfield.tik in there. save it as zzz-auto_springfield.pk3 or watever. IF U HAVE ANY SPRINGFIELD MODS DO NOT USE THIS WITH IT!! it should work, worked for me. u can change the ammo amount and sounds and textures. any questions? post em here
  
Reply With Quote