Gmod Pointshop Player Models

Posted by admin
Models
  1. Gmod Pointshop 2
  2. Pointshop Pet Gmod

We are not affiliated with Facepunch, please don't ask things only the developers can do here.(which also apply to Discord)Interested in learning how to mod?Good! Modding is an easy and fun gateway into a wonderful world called programming you won't regret entering.If you're completely new to programming, head over to Khan Academy and take their awesome programming course:.If this isn't your first rodeo, but you need some help getting started with GLua specifically, here are some resources to get started:.A more complete and accurate list of rules may be found.Thanks to and for letting us use some css snippets of theirs. My models are not showing up in the point shop. A lot of people have an issue where it's an error, but mine isn't there at all.Did you add the models to your fastDL or workshopDL?

Gmod Pointshop 2

That would explain why they're errors or don't appear for players.The Kleiner base model is there but I'm not sure what folder that's in.Kleiner comes with Garry's Mod, you won't find that in a folder.Everything says to put models in the models/players folder but I don't have one, or I can't find it.If the folder doesn't exist in your servers files you'll have to go through and create them manually. Ok so when you decompile a model you'll want to keep in mind of the filepath files are in.So for example if I were to decompile an ironman playermodel or something and the files went something like this:garrysmod/models/players/ironman.mdl, etc for the other files.You'd want to put all the model files in models/players.Some models just need the files to be in the garrysmod/models folder, while others might have their own custom folder within models. Garrysmod/models/coolmodel for example.Pretty much your best bet is to put files in specific places you find them.

Pointshop Pet Gmod

We are not affiliated with Facepunch, please don't ask things only the developers can do here.(which also apply to Discord)Interested in learning how to mod?Good! Modding is an easy and fun gateway into a wonderful world called programming you won't regret entering.If you're completely new to programming, head over to Khan Academy and take their awesome programming course:.If this isn't your first rodeo, but you need some help getting started with GLua specifically, here are some resources to get started:.A more complete and accurate list of rules may be found.Thanks to and for letting us use some css snippets of theirs. I'm trying to get models to work in the gmod 13 pointshop.I'm a bit new to gmod in terms of how the server handles files, but I've done player models on CS:S before.Do most models in gmod work for both client and server side? Like I said, I'm new to the gmod portion of this, in CS:S there were seperate files for client or server.I know how to do the resources.lua and fast download, so do I just copy the models the exact way I get them, even if there is no 'player' folder?IE: Will models placed inmodels/skinwork the same as models placed inmodels/player/skin.