When I connect to my server I download all files needed which is in resources.lua.
But when I want to view my content in my GMod folder. I get for example: garrysmod/garrysmod/models/humans/group98 when I look inside the folder I expect to see female01.mdl and so on, the folder is empty and its like, 300 kb in size which is very strange, yet I can see all content in the server, where is it?
I even did a full clean install of GMod then reconnected to the server, same issue.
I use for example:
resource.AddFile("materials/models/weapons/v_katana/katana.vmt");
And
for k, v in pairs( g_File.Find("models/FoodNHouseholdItems/*.*", "GAME") ) do
resource.AddFile("models/FoodNHouseholdItems/"..v);
end;
Is this a bug or anything?
Thanks!
----------
Edit:
[b][i]Derp, I just realized my folder was 'Read-Only' though I never had this before in GMod12.
Issue sloved.[/b][/i]
Sorry, you need to Log In to post a reply to this thread.