1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Would this be possible?

Discussion in 'Discussion' started by Monkah, Jan 21, 2013.

  1. Monkah

    Monkah Guest

    Hey guys, it's Monkah.

    I've been wondering, is it possible to change the models for the citizen on character creation? Say, if I wanted to switch the classic citizen (male_05, for example) models with my own. Would this be possible, and if so, how would I go about doing this?

    Thanks,
    - Monkah
     
  2. Look into the citizen faction file located in the factions folder. Then look at the administrator's. You will see that the administrator's has this

    Code:
    FACTION.models = {
    	female = {
    		"models/humans/group17/female_01.mdl",
    		"models/humans/group17/female_02.mdl",
    		"models/humans/group17/female_03.mdl",
    		"models/humans/group17/female_04.mdl",
    		"models/humans/group17/female_06.mdl",
    		"models/humans/group17/female_07.mdl"
    	},
    	male = {
    		"models/humans/group17/male_01.mdl",
    		"models/humans/group17/male_02.mdl",
    		"models/humans/group17/male_03.mdl",
    		"models/humans/group17/male_04.mdl",
    		"models/humans/group17/male_05.mdl",
    		"models/humans/group17/male_06.mdl",
    		"models/humans/group17/male_07.mdl",
    		"models/humans/group17/male_08.mdl",
    		"models/humans/group17/male_09.mdl"
    	};
    };
    Try to put that in your citizen file, except add/remove more lines and change the model. I'm not sure if that will work but it's worth a shot.
     
  3. trurascalz

    trurascalz C16 Developer Legend

    Its in a core file for hl2rp i remember seeing it. something like default models or something, go through your hl2rp files and find the .mdl
     
  4. Tompkins

    Tompkins Developer for Laughing Skull Studios


    That's all you have to do. We've got over 300 models right now if I'm correct for players to choose from..
     
  5. diablo1675

    diablo1675 Guest

    Good lord! I don't even want to look at your Content Packs' SIZE.
     
  6. Tompkins

    Tompkins Developer for Laughing Skull Studios

    Custom canons seem to run high packs... 3.6 gigs. Dedicated players don't seem to mind, which is what we're looking for.
     
  7. diablo1675

    diablo1675 Guest

    I'm dedicated, and I'm a Community Director myself. We just use some models, however, once in a while we're adding new things.
     

Previous Readers (Total: 0)