Checkpoints During Boss Fight
Author - Cameron Euston
The Issue:
While I was working on the boss fight, I wanted to add checkpoints to the fight so then when you finish a phase, the player would respawn at the next phase if they died. This worked for the most part but when the player would respawn, the player would get launched in the air to the current stage they were at. This was not the result I was wanting.
The Solution:
The reason the player was getting launched in the air to the current stage was because at the beginning of a boss phase, the boss will knock the player to the current stage. The solution that I came up will to fix this was to save whether or not move the player at the start of the phase. Each time the player hit the check point, the bool to determine this would be set to false so when the player respawns, the player would not get launched.
Shutdown
Status | Released |
Authors | TheSenate2002, ekicks0, Vrixic, CameronEuston, Boomishhe, mditcharo |
Genre | Puzzle, Adventure |
Tags | First-Person, Singleplayer |
Languages | English |
More posts
- The FinallyApr 27, 2023
- Post Mortem VideoApr 27, 2023
- Fixing issue with Hud not being validApr 27, 2023
- Finalization of GameplayApr 27, 2023
- Circuit Puzzle ChangesApr 27, 2023
- Touching Up SoundsApr 22, 2023
- Level MusicApr 22, 2023
- Getting people to play the gameApr 21, 2023
- Tuning the Lighting in Level 3Apr 21, 2023
- Static Mesh Mass ScaleApr 21, 2023
Leave a comment
Log in with itch.io to leave a comment.