Jump to content

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...