Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

Unable to Travel to Ravencrest #388

Closed CollinHerber closed 1 month ago

CollinHerber commented 2 months ago

Description

Upon finding the area within the map

image

Nothing is interactable or any discernable way to travel to Ravnecrest

I thought we agreed to have a NPC raven creature thing you'd "Follow" to Ravencrest but having the statue be interactable to "Follow the Path" or something works fine as well

Reproduction steps

No response

Screenshots

No response

Logs

No response

GabeHasWon commented 1 month ago

Ravencrest needs to be made before we can do this. We'd need to place together every piece first, right?

CollinHerber commented 1 month ago

Ravencrest needs to be made before we can do this. We'd need to place together every piece first, right?

I thought we added this already? https://github.com/Path-of-Terraria/PathOfTerraria/blob/main/Assets/Worlds/Ravencrest.wld

GabeHasWon commented 1 month ago

Ah, I checked only for a subworld. Alright, I already got on the Goblin Army ticket, but I'll do this after that if it's still open.

GabeHasWon commented 1 month ago

Oh, I can do both in the same branch actually. Have to have Ravencrest for testing lol

GabeHasWon commented 1 month ago

This is good to go as well. The Ravencrest entrance structure has been replaced with a slightly modified version, using this tile image that teleports you to the Ravencrest subworld. I've replaced the Ravencrest world file for a subworld + structure, as the world replacement had a very very visible loading stage that completely takes you out of the game, breaks the map and also is a TON of deadspace compared to what we need for Ravencrest. Anyhow, a raven (currently a recolored vanilla raven) will guide you over to the Ravencrest structure, behaving as a bird apart from passing through tiles and only moving in one direction. It also drops 2 silver coins every ~1.5 seconds to further incentivize the player. If the player gets too far away, the bird will land and stop moving until the player approaches it again. It also saves to persist between sessions, so eventually the player would discover the entrance.

CollinHerber commented 1 month ago

This is good to go as well. The Ravencrest entrance structure has been replaced with a slightly modified version, using this tile image that teleports you to the Ravencrest subworld. I've replaced the Ravencrest world file for a subworld + structure, as the world replacement had a very very visible loading stage that completely takes you out of the game, breaks the map and also is a TON of deadspace compared to what we need for Ravencrest. Anyhow, a raven (currently a recolored vanilla raven) will guide you over to the Ravencrest structure, behaving as a bird apart from passing through tiles and only moving in one direction. It also drops 2 silver coins every ~1.5 seconds to further incentivize the player. If the player gets too far away, the bird will land and stop moving until the player approaches it again. It also saves to persist between sessions, so eventually the player would discover the entrance.

Love this idea. Sounds good to me!