• Models? I dont know where to post his.
    3 replies, posted
Im posting this in Lua Developer Discussion because I dont think there is anywhere else for it. Anyways im making a model and the textures arent loading. Im trying to turn it into a .gma everything is lowercase. I know its not the model because it works fine on my game https://files.facepunch.com/forum/upload/251340/9f22085b-6580-4160-83b6-3f2980f663f2/Capture6.PNG https://files.facepunch.com/forum/upload/251340/e175728d-57f4-42fd-8541-ba5e0ec8ca0b/Capture5.PNG https://files.facepunch.com/forum/upload/251340/06395c70-9d70-4477-888f-663f06e85449/Capture3.PNG https://files.facepunch.com/forum/upload/251340/2b2e5a40-37cd-49cf-9e87-d203b71d1e3a/Capture4.PNG https://files.facepunch.com/forum/upload/251340/3c8a92b3-f891-437b-b419-8d89f6190e15/Capture2.PNG https://files.facepunch.com/forum/upload/251340/559774f8-98cb-438b-b8aa-14795b536e5b/Capture.PNG
There is a modelling forum here, you can use it next time. For the problem, just change "materials/economy/coin" to "economy/coin" in the VMT, as the path is relative to the materials folder.
The "materials" is not typed in because all materials go in the materials directory, so instead of: "VertexLitGeneric" { "$basetexture" "materials/economy/coin" } It should be: "VertexLitGeneric" { "$basetexture""economy/coin" } That is, unless the actual folder is in "materials/materials/economy/coin".
Sorry, you need to Log In to post a reply to this thread.