Raised This Month: $ Target: $400
 0% 

How to change the sound of new weapon?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Dolph_Ziggler
BANNED
Join Date: Jun 2011
Old 06-23-2011 , 06:50   Re: How to change the sound of new weapon?
Reply With Quote #4

Quote:
Originally Posted by Joker. View Post
What code should i add to change the reload , insert and draw sound of the new weapon?
decompile your model, open qc file and edit :
Code:
// 6 animation sequence(s)
$sequence "idle" "idle" fps 30 
$sequence "reload" "reload" fps 30 {
  { event 5004 1 "weapons/ak47_clipout.wav" } 
  { event 5004 17 "weapons/ak47_clipin.wav" } 
  { event 5004 37 "weapons/ak47_boltpull.wav" } 
 }
$sequence "draw" "draw" fps 23 { event 5004 5 "weapons/ak47_draw.wav" } 
$sequence "fire1" "fire1" fps 30 { event 5001 0 "32" } 
$sequence "fire2" "fire2" fps 30 { event 5001 0 "32" } 
$sequence "fire3" "fire3" fps 30 { event 5001 0 "32" }
her is it but i dont know how to replace gun shoot
Dolph_Ziggler is offline
Send a message via MSN to Dolph_Ziggler
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode