UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

MW3 SAS Model & Viewhands

broken avatar :(
Created 2 months ago
by Thunderfrost
0 Members and 1 Guest are viewing this topic.
252 views
broken avatar :(
×
broken avatar :(
Location: cl
Date Registered: 31 May 2018
Last active: 1 month ago
Posts
51
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
The "No One Knows" Modder
×
Thunderfrost's Groups
Thunderfrost's Contact & Social LinksEl-ThunderThunderfrost
Hello everyone, I’d like to share this SAS model and viewhands set extracted from MW3. I hope you like it.
 
Instructions:
 
I left an example char_zomb_player_0.gsc inside the download. You can use it as a reference to create the other three remaining ones. The idea is that this model allows you to change the head, so you can use any of the ones already included in the tools if you want to vary the characters. Also don't forget about the mod.csv included in this pack.
 
char_zomb_player_0.gsc
Plaintext
 // THIS FILE IS AUTOGENERATED, DO NOT MODIFY
 main()
 {
     self setModel("body_sas_assault");
     self.headModel = "head_sas_b";
     self attach(self.headModel, "", true);
     self.voice = "american";
 }

 precache()
 {
     precacheModel("body_sas_assault");
     precacheModel("head_sas_b");
 }

In setModel goes the body, and in headModel goes the head. Below, the models are precached so they can appear properly.
 
As for the viewhands, I recommend checking another tutorial on how to install them, since depending on how your mod is set up, this may vary. I’m not completely sure about the exact process right now. I do have a tutorial about that in Spanish, but it wouldn’t be appropriate to post it here without first explaining it in English. As mentioned, this can vary depending on your GSC setup, however, feel free to contact me privately if you need help.
 

Spanish Video Tutorial:
 


broken avatar :(
×
broken avatar :(
Location: aznew york
Date Registered: 11 February 2023
Last active: 2 weeks ago
Posts
23
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
Мика Тян's Contact & Social Links
need to try good job
 

 
Loading ...