Jump to content

Mini Dungeon: Castle #1


Strati
 Share

Recommended Posts

This is not a project per se. It's rather a first attempt at exploring the world of dungeon-making in OoT.

 

Castle 1.1.ppf

 

To play the new scene, select the Spirit Temple scene on the Debug ROM.

 

There were a lot of ideas I couldn't implement, so this is rather half-assed in some aspects. Don't expect anything after you defeat the "boss".

 

This is based on a SNES classic. I'll shut up and try to keep the surprise. In depth comments later on.

  • Like 2
Link to comment
Share on other sites

At the beginning, the idea was just a parallel between Link/Mario dismounting Epona/Yoshi and entering the castle.

There's even remnants of this in the first map, with Epona loaded and - if you actually stop walking to notice - a weird polygon type that makes Link look up.

Later on I even considered making a short cutscene mirroring the SMW entrance, but that implied another load of formats to study and a ton of headache ahead.

 

After toying with the idea for a while, I saw that this one castle could be translated to OoT fairly well.

 

There are two things that couldn't be done as I planned. First, the Windmill music that takes over the map. I even changed a value in RAM that was writing the bgm in. The problem is that after the Chest Opening Theme the bgm wouldn't come back.

 

Second was the "nothing after the boss" problem. I don't know if there is a way to link a warp point to a clear flag or even to choose the leading destination without making ASM changes - which I really wasn't in the mood to go through after fixing meshes and collision many times over.

 

Even after putting the first patch up, I noticed a major displacement in the fence that might have made the first room impossible to finish.

So, in case that happened to anyone, my apologies for not testing it thoroughly.

Link to comment
Share on other sites

Now that you mentioned it, I really noticed a weird door transition. I know the game usually loads a separate scene for the boss to not overload the system, so that makes perfect sense.

 

About warps, I was making reference to the warp portals after you defeat a boss. Are those linked to the doors in any way or were you just talking about warps in general?

 

My impression is that these warps' spawns, locations and destinations are always hardcoded into the boss files. I would like to know how to set up a warp to appear after a room is cleared from normal enemies.

Link to comment
Share on other sites

Regarding blue warps, I'm not 100% sure, but it should be possible to attach them to a clear trigger. I'm not sure though if they're spawned by the boss actor or if they're triggered so you might need to use an actor spawner or something.

Link to comment
Share on other sites

Unfortunately, the warps are only spawned by the boss actors and their variables reveal nothing about where they lead to; everything is hardcoded into the warp actor.

 

An assembly hack similar to Strati's Mastersword variable hack may be possible, but I don't know about how clear triggers spawning would work.

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.