Results 1 to 3 of 3

Thread: Add skin on the server

  1. #1
    ... connecting
    Join Date
    Oct 2013
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Add skin on the server

    Hello everybody!
    I have problem or.. question :P I'm arleady done my new character skin with bones but I don't know how to put it on my local server and change default skin for my model

  2. #2
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    u need to find the character files. Or just rename them to the existing one. Or setmodel in your gametype script

  3. #3
    ... connecting
    Join Date
    Oct 2013
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts
    I was copied tdm.gsc from iw_07.iwd and put it in (my iwd map) location - maps/mp/gametypes/ with the addition of new lines:
    precacheModel("xmodel\nl_morgan"); | in Callback_StartGameType() and
    self setmodel("xmodel\nl_morgan"); | in spawnPlayer() Function
    But when I was started server - some errors was appeared :
    Error during initialization:
    bad model name 'xmodel
    l_morgan'
    In folder like xmodel or xmodelsurfs and xmodelparts model is named nl_morgan so what the heaven?!?!

    EDIT!
    I was change "\" on "/" and everything is ok right now. Thanks for help
    Last edited by 7days7; 28th February 2015 at 19:29.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •