• Is it possible for a model to persist two times in two different addons ?
    1 replies, posted
In ".../garrysmod/addons" Imagine that you have addon model pack A ( "Containers" ".../garrysmod/addons/Containers" ) which has the model: models/props/mugs/mug.mdl Imagine that you install a second addon B ( "Somebody's mugs pack" ".../garrysmod/addons/Somebody's mugs pack") hat also contains: models/props/mugs/mug.mdl What will happen to the model "models/props/mugs/mug.mdl" is it gonna be be present in one spawn list or it will be duplicated ? I see that most model paths are unique. Is this true in case A and B ?
If a file (any file) exists in 2 addons, only 1 version will be available in-game and there's no way to predict which one it will be. Name your files uniquely.
Sorry, you need to Log In to post a reply to this thread.