#Need help porting files
1 messages · Page 1 of 1 (latest)
keep in mind if you're using some addon to add css content if you don't already own cs:s, that will also conflict with your new addon if they're replacement models
that means your files aren't using the usual folder structure required by gmod
make sure it's /garrysmod/garrysmod/addons/YourAddonName/models/, etc
YourAddonName in this case is the "root" folder, which gets merged to garrysmod/garrysmod/models
there's also materials/models/someOtherFolders, leave them as they are. they need to be that way for the models to be textured correctly
/custom/ isn't a folder that is valid with gmod's addon system. instead, move all the folders in my_custom_stuff to an addon folder such as /garrysmod/garrysmod/addons/HD_CSS_Models/
also really funny that the gamebanana download included a cfg file for absolutely zero reason whatsoever- do not include this in your addon. it will probably break existing settings for people
if you want to use models as replacements, you're done & don't need to do anything else besides publish your addon
if you want new models, you'll need to batch edit their paths and that's going to be a bit annoying
yeah, just take those models out of your addon, or use separate addon folders
yep
the game tries to load css content first, then addons second
they are the same file path & filenames