Very simple project that I made today.
Red team plays as spartans, blue team plays as elites.




All the files are included. Chimera has been tested with the version in the .zip, 560, and 572(unstable release).
Download here:
https://www.dropbox.com/s/ftzu9bsqk6j6obp/hvc.zip?dl=0 The source can also be found on my github:
https://github.com/Nickzster/HaloCEStuff Wanna make your own team bipeds?
bSwitch.lua, scroll until you find:
BIPEDS = {
[0] = "bourrin\\halo reach\\spartan\\male\\mp masterchief",
[1] = "cmt\\characters\\elite_v2\\player\\elite_v2_mp",
}Simply change the directories to the models. [0] = red team, [1] = blue team. Make sure to reference both of your team's bipeds in guerilla's reference section.
hvc.lua (you will obviously need to rename this .lua file to your map name), scroll until you find:
--redTeamHands = "halo reach\\objects\\characters\\spartans\\fp\\fp" --DEFAULTED to currently set hands in globals.
blueTeamHands = "cmt\\characters\\elite_v2\\fp\\minor" --Set the hands you want for blue team here.
Change the blue team hands to the directory of where your blue team hands are located. The script will automatically pull the tag from the red team's hands. You also need to reference these fp hands in the guerilla reference section.
Credits:
Kavawuvi (Same person as 002? Please confirm this with a reply) - Biped switch script, making such an amazing client-side app.
aLTis - bigass_mod.lua fp hands changing.
Nickster5000 - Putting it together, setting it up for red team and blue team
Anyone else I forgot to mention.
Edited by Nickster5000 on Nov 6, 2018 at 12:46 AMEdited by Nickster5000 on Nov 6, 2018 at 12:57 AMEdited by Nickster5000 on Nov 6, 2018 at 01:21 AM