• Force RE-Download of Files
    3 replies, posted
Hello, I changed a playermodell which is allreasy present on the server. The Problem is, the new modell will only load for new people who doesnt had the old skin. What can I do to force everyone to redownload the specific vtf-File(s)? Would be nice if this would happen just one time per person, but I think that isnt possible my lua in autorun/server: if (SERVER) then resource.AddFile( "models/german/ssofficer.mdl" ) resource.AddFile( "models/german/ssofficer_playermodel.mdl" ) resource.AddFile( "materials/models/german/ssofficer/german_body.vmt" ) resource.AddFile( "materials/models/german/ssofficer/german_body2.vmt" ) resource.AddFile( "materials/models/german/ssofficer/german_body2.vtf" ) resource.AddFile( "materials/models/german/ssofficer/german_gear2.vmt" ) resource.AddFile( "materials/models/german/ssofficer/german_gear2.vtf" ) resource.AddFile( "materials/models/german/ssofficer/german_gear2_normal.vtf" ) resource.AddFile( "materials/models/german/ssofficer/ss_skull.vmt" ) resource.AddFile( "materials/models/german/ssofficer/ss_skull.vtf" ) end The edited files are german_body2.vtf and german_gear2.vtf I'm using Fast-Download Rrgards
You're gonna have to rename the file I believe, if you were able to make people re-download stuff people would abuse it. I.E, Rp_downtown_stopmakingdowntownremakes gets a remake by the server but they don't bother to rename it, and then the playerbase no longer has rp_downtown_stopmakingdowntownremakes, but the server's edited version.
Renaming doesnt work at all. Textures arent attached to the models then, even if i edit the vtf files. Just want a fastdownload-command for FORCE-downloading once or something.
You can't, either make em delete their files or rename.
Sorry, you need to Log In to post a reply to this thread.