Raised This Month: $51 Target: $400
 12% 

[CS:GO] Replacing Gloves


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-13-2016 , 15:44   [CS:GO] Replacing Gloves
Reply With Quote #1

Is there any possible way to replace default gloves ?
TheDS1337 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-13-2016 , 16:43   Re: [CS:GO] Replacing Gloves
Reply With Quote #2

They are just arm models.
Mitchell is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-13-2016 , 17:01   Re: [CS:GO] Replacing Gloves
Reply With Quote #3

Quote:
Originally Posted by Mitchell View Post
They are just arm models.
So ? still possible if so can you show me a way ?
TheDS1337 is offline
Godis
Senior Member
Join Date: Jan 2014
Old 01-13-2016 , 17:34   Re: [CS:GO] Replacing Gloves
Reply With Quote #4

PHP Code:
SetEntPropString(clientProp_Send"m_szArmsModel""path_to_arms_model_mdl_file"); 
Also, it only seems to work when set on the player_spawn event.

Last edited by Godis; 01-13-2016 at 17:35.
Godis is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-13-2016 , 17:36   Re: [CS:GO] Replacing Gloves
Reply With Quote #5

Quote:
Originally Posted by Godis View Post
PHP Code:
SetEntPropString(clientProp_Send"m_szArmsModel""path_to_arms_model_mdl_file"); 
Oh thank you! btw I am really confused. How can I find more members (I mean m_*), I know I can find in the sdk but how do you managed to get them and their offsets ?
TheDS1337 is offline
Godis
Senior Member
Join Date: Jan 2014
Old 01-13-2016 , 17:37   Re: [CS:GO] Replacing Gloves
Reply With Quote #6

Short answer: I guess i've just picked many of them up scavenging the forums ;)

Long answer:
Quote:
Originally Posted by berni View Post
sure

Code:
01:23:33 find sm_dump
01:23:33 "sm_dumpentites"
         "sm_dump_netprops_xml"
          - Dumps the networkable property table as an XML file
         "sm_dump_netprops"
          - Dumps the networkable property table as a text file
         "sm_dump_classes"
          - Dumps the class list as a text file
         "sm_dump_datamaps"
          - Dumps the data map list as a text file
         "sm_dump_teprops"
          - Dumps tempentity props to a file

Last edited by Godis; 01-13-2016 at 17:43.
Godis is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-13-2016 , 17:49   Re: [CS:GO] Replacing Gloves
Reply With Quote #7

That's what I neeeeeeeeeeeeeed, haha
TheDS1337 is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-15-2016 , 04:50   Re: [CS:GO] Replacing Gloves
Reply With Quote #8

Bump, I think the code you gave me will replace the entire hand. is there a way so that I can only replace the VTF files ? (I mean just by changing the $basetexture param)

EDIT:

Tried this code (which should change the entire hand model, but it didnt work as expected)

Spoiler


Posted a youtube video here (sorry for bad quality):

Last edited by TheDS1337; 01-15-2016 at 15:03.
TheDS1337 is offline
szyma94
Member
Join Date: Nov 2014
Location: Poland
Old 01-17-2016 , 10:04   Re: [CS:GO] Replacing Gloves
Reply With Quote #9

PrecacheModel("models/weapons/ct_arms_sas.mdl");
szyma94 is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 01-17-2016 , 11:23   Re: [CS:GO] Replacing Gloves
Reply With Quote #10

Quote:
Originally Posted by szyma94 View Post
PrecacheModel("models/weapons/ct_arms_sas.mdl");
Thank you..., not sure how I forgot that lol I'm an idiot
TheDS1337 is offline
Reply



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 01:36.


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