MapMarker not working?

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Tormentor667
Posts: 13554
Joined: Wed Jul 16, 2003 3:52 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia (Modern GZDoom)
Location: Germany
Contact:

MapMarker not working?

Post by Tormentor667 »

Is there anything special I need to know about the [wiki]MapMarker[/wiki] thing? I don't seem to be able to get it working. This is my setup for Blade of Agony:

Code: Select all

ACTOR ObjectiveIcon : MapMarker
{
	//$Category Misc (Wolf3D)
	//$Title Objective Map Marker (Automap)
	//$Color 1
	+NOBLOCKMAP
 	+NOGRAVITY
	+DONTSPLASH
	+INVISIBLE
	Scale 0.5
	States
	{
		Spawn:
			EXCL A -1
			Stop
	}
}
The sprite is there, the thing has no arguments set and is active. If place it in my map though it isn't displayed.
User avatar
Nash
 
 
Posts: 17496
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: MapMarker not working?

Post by Nash »

Do the shelter map markers in TCOTD2 still work? If they're broken on that project too, then it's a bug that should be reported.
User avatar
Tormentor667
Posts: 13554
Joined: Wed Jul 16, 2003 3:52 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia (Modern GZDoom)
Location: Germany
Contact:

Re: MapMarker not working?

Post by Tormentor667 »

No, they don't work either.
User avatar
Nash
 
 
Posts: 17496
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: MapMarker not working?

Post by Nash »

Definitely report it then
Blue Shadow
Posts: 5043
Joined: Sun Nov 14, 2010 12:59 am

Re: MapMarker not working?

Post by Blue Shadow »

It works for me (GZDoom 3.0pre-15-g11e6cfc). Here is the file I created to test it:
mapmarker.pk3
(1.49 KiB) Downloaded 32 times
Locked

Return to “Editing (Archive)”