• TTT Editing and Weapons
    0 replies, posted
I'm wanting to work on two things for my TTT server. I don't like the custom models and such on the server. I'd rather use Gmod Defaults (other than terrorist phoenix, arctic etc.). I'd like to replace Innocent player models, Traitor models (the same as innocents), and detectives. I'd be using GMod Default Models (Detective = Gman Innocent/Terrorist = One of these default models) [CODE]mod.Models = { {"Combine",{ "models/player/Police.mdl", "models/player/Combine_Soldier.mdl", "models/player/Combine_Soldier_PrisonGuard.mdl", "models/Combine_Super_Soldier.mdl"}}, {"Citizens - Male",{ "models/player/Group01/Male_01.mdl", "models/player/Group01/Male_02.mdl", "models/player/Group01/Male_03.mdl", "models/player/Group01/Male_04.mdl", "models/player/Group01/Male_05.mdl", "models/player/Group01/Male_06.mdl", "models/player/Group01/Male_07.mdl", "models/player/Group01/Male_08.mdl", "models/player/Group01/Male_09.mdl"}}, {"Citizens - Female",{ "models/player/Group01/Female_01.mdl", "models/player/Group01/Female_02.mdl", "models/player/Group01/Female_03.mdl", "models/player/Group01/Female_04.mdl", "models/player/Group01/Female_06.mdl", "models/player/Group01/Female_07.mdl"}}, {"Rebels - Male",{ "models/player/Group03/Male_01.mdl", "models/player/Group03/Male_02.mdl", "models/player/Group03/Male_03.mdl", "models/player/Group03/Male_04.mdl", "models/player/Group03/Male_05.mdl", "models/player/Group03/Male_06.mdl", "models/player/Group03/Male_07.mdl", "models/player/Group03/Male_08.mdl", "models/player/Group03/Male_09.mdl"}}, {"Rebels - Female",{ "models/player/Group03/Female_01.mdl", "models/player/Group03/Female_02.mdl", "models/player/Group03/Female_03.mdl", "models/player/Group03/Female_04.mdl", "models/player/Group03/Female_06.mdl", "models/player/Group03/Female_07.mdl"}}, /*{"Rebel Medics - Male",{ "models/humans/Group03m/Male_01.mdl", "models/humans/Group03m/Male_02.mdl", "models/humans/Group03m/Male_03.mdl", "models/humans/Group03m/Male_04.mdl", "models/humans/Group03m/Male_05.mdl", "models/humans/Group03m/Male_06.mdl", "models/humans/Group03m/Male_07.mdl", "models/humans/Group03m/Male_08.mdl", "models/humans/Group03m/Male_09.mdl"}}, {"Rebel Medics - Female",{ "models/humans/Group03m/Female_01.mdl", "models/humans/Group03m/Female_02.mdl", "models/humans/Group03m/Female_03.mdl", "models/humans/Group03m/Female_04.mdl", "models/humans/Group03m/Female_06.mdl", "models/humans/Group03m/Female_07.mdl"}},*/ {"Aliens/Zombies",{ "models/player/classic.mdl", "models/player/zombiefast.mdl", "models/player/zombie_soldier.mdl", "models/player/Charple01.mdl", "models/player/corpse1.mdl"}}, {"Characters",{ "models/player/alyx.mdl", "models/player/breen.mdl", "models/player/barney.mdl", "models/player/eli.mdl", "models/player/gman_high.mdl", "models/player/kleiner.mdl", "models/player/monk.mdl", "models/player/odessa.mdl", "models/player/magnusson.mdl"}}, {"CounterTerrorists",{ "models/player/urban.mdl", "models/player/gasmask.mdl", "models/player/riot.mdl", "models/player/swat.mdl"}}, {"Terrorists",{ "models/player/leet.mdl", "models/player/guerilla.mdl", "models/player/arctic.mdl", "models/player/phoenix.mdl"}}, {"Hostages",{ "models/player/hostage/hostage_01.mdl", "models/player/hostage/hostage_02.mdl", "models/player/hostage/hostage_03.mdl", "models/player/hostage/hostage_04.mdl"}}, }[/CODE] Pulled from: [url]http://facepunch.com/threads/911414?p=20853889&viewfull=1#post20853889[/url] I'd also like to convert FA:S Sweps for TTT but I have no idea how to begin with this. (It's not just changing the base I'm sure you'd have to edit the weapon bases, both TTT and FA2) Any help with that?
Sorry, you need to Log In to post a reply to this thread.