Attach test map with multiple customised actors.
Note: This test map requires “SBBeepTriggerV4”.
1/ If you need invisible MonsterEnd for Barbie´s servers.
(note: If bHidden=True, then MapPatcher will fix it on fly and will set bHidden=False!)
a) Not visible “MonsterEnd0”
DrawType=DT_None
b) and rotating mover as a guidance for player where is located invisible MHEND.
RotatingMover1
Tag="mvr_end"
Texture=Doom2tex/GATE3
2/ Doom switcher:
Mover19 (from MH-Geryon-test4) has front face textured by ”dMonitor901”
Bounce the Mover19 and you will see how the front texture will change from “switch OFF” to “switch ON”
For more intel check actor “TriggeredTexture1”
DestinationTexture=ScriptedTexture'MyLevel.Button.dMonitor901'
Textures(0)=Texture'MyLevel.Button.switchoff'
Textures(1)=Texture'MyLevel.Button.switchon'
3/ If you want to use more “TriggeredTextures”.
There is collection of actors with tags, Group="D_monitor":
Tag="TRGTXTR_dMonitor902" and bTriggerOnceOnly=True
Tag="TRGTXTR_dMonitor903" and bTriggerOnceOnly=True
These actors could be bounced repeatedly:
Tag="TRGTXTR_dMonitor904" and bTriggerOnceOnly=False
Tag="TRGTXTR_dMonitor905" and bTriggerOnceOnly=False
Tag="TRGTXTR_dMonitor906" and bTriggerOnceOnly=False
4/ All custom textures = = => Textures/MyLevel
5/ Rotating “IdBase Silver Key”
This is Quake key but you can switch texture for other.
Bounce the key (Mover24) to see how it works.
DOOM map conversions?
-
Man_With_No_Body
- Posts: 93
- Joined: Sat Mar 26, 2022 8:35 pm
- Has thanked: 5 times
- Been thanked: 4 times
Re: DOOM map conversions?
Thanks NBD!
But when teleporter looks like a single small platform on the floor, it can work. I did same on Catwalk, first area with door puzzle.
I hope the attached is the last version for now, which can be published on both Test and regular servers. No Paths, but plays fine without them.
If all's good, please upload as "r1(SB)" since it still contains some specific workarounds by Barbie as well.
These lights become detached from lightmap, so there are things like missing shadows and going beyond surrounding brush. Especially it's noticeable for flicker/strobe lights. So, those ones I'd rather keep as they are.
It's required for teleporters to work even if a pawn is above the ground (like in DOOM, where it was a "linedef action"; linedef is basically a sheet of infinite height), and suitable for teleporters which look like set of 2 platforms, on both floor and ceiling, where player expects them to work this way.Man_With_No_Body wrote: Sat Jun 27, 2026 1:51 pmAny idea why we need teleporters with such tall collision cylinders partially sunken in the brush? (recent values CollisionHeight=192.000000)
But when teleporter looks like a single small platform on the floor, it can work. I did same on Catwalk, first area with door puzzle.
I think, the current graphic kind of gives the idea of the level. But yes, perhaps in future editions I might add.
But it's strange, there is about "0.5 cm" gap underneath it. I checked by flying the camera and there was some space. Not enough? Fixed that anywayMan_With_No_Body wrote: Sat Jun 27, 2026 1:51 pmIf collision cylinder partially in the ground then you know what to do…. (push it UP)
These were mostly generic "Open-wait-close" doors where "Trigger once only" was added afterwards. Added "Crush..." for some though.Man_With_No_Body wrote: Sat Jun 27, 2026 1:51 pmUnless it is absolutely necessary, try to avoid this setting “MoverEncroachType = ME_ReturnWhenEncroach or ME_StopWhenEncroach” for Movers with ”bTriggerOnceOnly”.
I'll take a look at these, thanks! If implemented properly, should be just like in DOOM (currently QUAKEII style).
I hope the attached is the last version for now, which can be published on both Test and regular servers. No Paths, but plays fine without them.
If all's good, please upload as "r1(SB)" since it still contains some specific workarounds by Barbie as well.
- Attachments
-
- MH-Geryon-test6(SB).zip
- (846.17 KiB) Downloaded 1 time