Jump to content

Recommended Posts

Posted (edited)

Hi all,

I'm currently working on a map set on the top of a skyscraper, anyway, I've found some custom models for some 'Heisters'(http://s-low.net/forum/viewtopic.php?f=63&t=2002) which I think would be cool for the Terrorists. I'm aware of how the .kv file works, and I've tried replacing the T names with 'heister_skull', just 'skull' and tried the others too, and whenever I load ingame, I just get errors, in case it was just the skin, I also tried with a different custom model I had, and it didn't work either. 

I found a map called cs_rime when looking at the contest entries, and I saw it had custom models, so I de compiled the map, found the models, and they are located in props/player/[skin name] as opposed to props/player/[folder]/[skin name] which was the location for the custom models I tested, I proceeded to try with the models from cs_rime, and sure enough, they worked. 

So I'm left to wonder if it's down to the directory of the models. Here are two things I haven't tried yet, but may work:

- Moving the skins out of the folder (but I'm not sure if this will mess up with the textures for the models in materials.

- For the name maybe "[folder name]/heister_skull", as opposed to just "heister_skull".

I'm hoping it's the latter, but if anyone could shed some light on the subject that would be awesome, thanks. :D

(While I'm at it, if anybody knows any custom handmodels, I would be very thankful, since they seem considerably more difficult to find than custom models, thanks :) )

Edited by Cloud
Posted

Welcome to Source's hell! More seriously, you have to know where it starts from, then giving him the path to your skins from there. If the path is chosen by the source engine then, keep your folders in accordance with it :) so you need  to do whatever you want but keep paths coherent

Posted

how large is the file size of all the models? Don't forget you'll have to pack them into your bsp as well.

16mb, may choose different ones in the future though, as it seems he hit boxes are pretty messed up. ;)

Posted

For my dust2 winter remake I simply used ""tm_phoenix_variant_aa" to make sure the game would grab the right model.

 

The tm_phoenix_ prefix also determines which radio voices are going to be used. If you start putting custom names in there, radio commands wont work.

Posted

"de_dust2_winter"
{
    "name"                          "de_dust2_winter"
    "minplayers"                  "10"
    "maxplayers"                 "32"
    "extraspectators"           "2"
    "t_arms"                        "models/weapons/t_arms_balkan.mdl"
    "ct_arms"                    "models/weapons/ct_arms_sas.mdl"
            "t_models"
            {
                "tm_phoenix_variant_aa"        ""
                "tm_phoenix_variant_aa"    ""
                "tm_phoenix_variant_aa"    ""
                "tm_phoenix_variant_aa"    ""
                "tm_phoenix_variant_aa"    ""
            }
            "ct_models"
            {
                "ctm_sas_variante"            ""
                "ctm_sas_variante"        ""
                "ctm_sas_variante"        ""
                "ctm_sas_variante"        ""
                "ctm_sas_variante"        ""
            }
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...