Tindrone Posted June 24, 2018 I am trying to get models working in my game but no matter what I always get: Quote Unable to find sprite lump "VENDA" used by actor "Vending":236. Forgot to include required resources? Here is my pk3, I have no Idea what is wrong with it, I already defined VEND A in my modeldefs http://www.mediafire.com/file/oc55jmqnz1yoy5y/Vending Machine.pk3 0 Quote Share this post Link to post
Tindrone Posted June 24, 2018 Not to be impatient but I would like to get an answer sometime soon 0 Quote Share this post Link to post
Barry Burton Posted June 24, 2018 Your problem is that you loop the spawn of the vending machine in Decorate. It should stop after: Actor Vending 236{ +SOLID states { spawn: VEND A -1 stop } } Summon Vending in game works after. 1 Quote Share this post Link to post
Tindrone Posted June 25, 2018 That worked for summoning but I still can't insert it into a level via GzdoomBuilder or else I get this as well as the before mentioned error message 0 Quote Share this post Link to post
Barry Burton Posted June 25, 2018 (edited) Create a new entry in SLADE called TEXTURES and paste this inside: sprite VENDA0, 1, 1 { Patch TNT1A0, 0, 0 } Save it, and load it into GZDoomBuilder. Your model will appear. Edited June 25, 2018 by R4L 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.