Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Tindrone

Models not working

Recommended Posts

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.

Share this post


Link to post

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

Screenshot_Doom_20180625_104033.png

Share this post


Link to post

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 by R4L

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×