Hey,
So I've made a quick model from scratch and exported it via WallWorm Model Tools cause I'd like to put it into the server Pointshop.
Put the model into the pointshop-extras Folder and added the lua file for it, but it doesn't get downloaded to the clients...
Problem is I can't get it to sync onto the fastDL for some reason (since the lua file is there, it shows the spot in the pointshop but just an error) for everyone besides me (since I have the model on my computer)
If someone wants to test the item I made, I can give a link to it (you might have to edit the mdl paths to make it work where you put it (not sure))
Second problem is I want to do a reset on the pointshop (updated the prices of the pointshop cause they were originally very cheap and now everyone will have too much points anyways) but I can't find where the points for the players are actually stored...is there a way I can reset it?
Where exactly have you put the model ( Post pull path from the garrysmod/ folder ) and have you made the resource.AddFile stuff for it?
[QUOTE=Robotboy655;45418423]Where exactly have you put the model ( Post pull path from the garrysmod/ folder ) and have you made the resource.AddFile stuff for it?[/QUOTE]
The model is put in the garrysmod/addons/pointshop-extras-master/models/stalinhat
vmt and vtf are in garrysmod/addons/pointshop-extras-master/materials/models/stalinhat
that's on the server, on the fastDL I've bzipped the files and put them in the models/materials folders (so same as above minus the addons/pointhsop part)
I do have the resourceAddFile as well
[URL="http://pastebin.com/Q4WQ83Gr"]resource.lua[/URL]
[URL="http://pastebin.com/cPwPuktJ"]pointshop-extas.lua[/URL]
[URL="http://pastebin.com/ntCKs2D5"]stalinhat.lua[/URL]
And think my host for the server must be working on stuff cause it's down... :( I can try stuff later when it comes back up though.
You only need to add the resource.AddFile stuff once, you do it 3 times.
Remove resource.lua and resource.AddFile stuff from stalinhat.lua, since you use the automatic one in pointshop-extras.lua.
As for your issue with FastDL, contact your GSP about it.
And for the reset I do believe the info is stored in sv.db. Note that removing the file will also remove any data other addons might have put in there, like DarkRP.
yeah thought it was in sv.db ...don't really wanna mess around with the hex though hmm...
I did the double resource cause I was originally just copying the SantaHat and it did it so I thought maybe I was missing it, will remove.
You can use SQLite browsers to edit it I believe. Just google one and try using it.
Ah, that would be handy, I'll look into it. Thanks for the info.
I'll check into the fastDL cause I still think that's the cause of the problem cause I tested before by getting rid of the model on my computer and downloading the pointshop files from the server and running around in single player mode, it all worked fine (so I assume that means it's a fastDL problem?)
Sorry, you need to Log In to post a reply to this thread.