Decorate item shows in editor, not ingame

Ask about mapping, UDMF, using DoomBuilder/editor of choice, etc, here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
User avatar
Curunir
Posts: 1037
Joined: Sun Nov 02, 2003 11:24 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Decorate item shows in editor, not ingame

Post by Curunir »

Exhibit one:


Exhibit two:


DECORATE for the item:

Code: Select all

Actor Hazmat : RadSuit 12348
{
	Inventory.PickupMessage "You got a hazmat suit."
	
	States
	{
	Spawn:
		HZMT A -1
		Stop
	}
}
The item IS there ingame, I can pick it up, it just doesn't draw in. Please, advise!
SanyaWaffles
Posts: 800
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: Decorate item shows in editor, not ingame

Post by SanyaWaffles »

are the offsets of the graphics set?
User avatar
Curunir
Posts: 1037
Joined: Sun Nov 02, 2003 11:24 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: Decorate item shows in editor, not ingame

Post by Curunir »

That was EXACTLY it! Fixed now, thank you very much!
SanyaWaffles
Posts: 800
Joined: Thu Apr 25, 2013 12:21 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11 for the Motorola Powerstack II
Graphics Processor: nVidia with Vulkan support
Location: The Corn Fields
Contact:

Re: Decorate item shows in editor, not ingame

Post by SanyaWaffles »

glad I could help.
User avatar
Enjay
 
 
Posts: 26517
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Decorate item shows in editor, not ingame

Post by Enjay »

In case it helps...

viewtopic.php?f=39&t=56521
User avatar
Curunir
Posts: 1037
Joined: Sun Nov 02, 2003 11:24 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: Decorate item shows in editor, not ingame

Post by Curunir »

I found your tutorial 5 minutes after reading Sanya's reply and fixing my sprite!

Also, long time no see, Enjay! Glad to see you're still around and still the same pillar of the community you once were! <3
Post Reply

Return to “Mapping”