• Could someone tell me what I'm doing wrong here with resource.AddFile?
    1 replies, posted
-- Seeker Armor [lua] resource.AddFile("models/f3v/seeker_09.mdl"); resource.AddFile("materials\models\f3v\seeker\armor.vmt"); resource.AddFile("materials\models\f3v\seeker\armor.vtf"); resource.AddFile("materials\models\f3v\seeker\beltf.vmt"); resource.AddFile("materials\models\f3v\seeker\beltf.vtf"); resource.AddFile("materials\models\f3v\seeker\cloth.vmt"); resource.AddFile("materials\models\f3v\seeker\cloth.vtf"); resource.AddFile("materials\models\f3v\seeker\facewrap.vmt"); resource.AddFile("materials\models\f3v\seeker\facewrap.vtf"); resource.AddFile("materials\models\f3v\seeker\hood.vmt"); resource.AddFile("materials\models\f3v\seeker\robe.vmt"); resource.AddFile("materials\models\f3v\seeker\robe.vtf"); resource.AddFile("materials\models\f3v\seeker\under.vmt"); resource.AddFile("materials\models\f3v\seeker\under.vtf"); [/lua] For some reason when people join, they don't download those materials, only the model. So they see me running around covered in pink & black checkers. Is there something I'm doing wrong with the file paths? This is the model: [url]http://www.garrysmod.org/downloads/?a=view&id=125305[/url] Something custom I had ported from FONV and rigged. If you guys think I'm spamming the issues, I'm not. Just decided to post the ones I can't seem to fix which I've been trying to fix for weeks now. Believe this is an appropriate time to post these issues.
You don't have to add the vtf if you already add the vmt file. Also its / not \.
Sorry, you need to Log In to post a reply to this thread.