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"; }
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.