GlaberTwin / SRB2ThePast

an attempt to keep things organised
2 stars 2 forks source link

Net game Accommodations are messing with returns. #72

Open GlaberTwin opened 2 months ago

GlaberTwin commented 2 months ago

ok so this is something I caught because of implementing the return system in a separate branch of the ULDC. Apparently the return system teleports the player starts before the player spawns. Because of this, the return points when used in the ULDC are moving the player before they can actually trigger anything.

In SRB2 the Past, the Museum is the current major hub that has unlockable triggers in it. And it also has level load triggers that open up parts of the game that would otherwise be inaccessible in a netgame.

As these level load triggers are now suppose to be removed to accommodate unlockable working in netgames now It would be a good idea to also temporally revert the unlockable list to ensure that everything works as intended as all the unlockable triggers are still set up according to the old list.

GlaberTwin commented 1 month ago

Museum accommodations are now removed.

GlaberTwin commented 1 month ago

Metal's Challenge accommodations removed