[PR #383] [MERGED] Player Death and Level Up Sounds, Cutscene Support #4635

Closed
opened 2026-05-26 12:21:23 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/383
Author: @Qweqker
Created: 3/5/2020
Status: Merged
Merged: 3/6/2020
Merged by: @dginovker

Base: masterHead: local-LevelUpSounds+Cinematics


📝 Commits (6)

  • 583c9f8 Added Player death Sound
  • e96d7f7 Added command to play "quicksongs"
  • da762aa adjusted chat message to properly name the command
  • 54a45b5 Added Camera functionality for cutscenes
  • 72221ad Added some commands to test the cutscene/camera features that were added in PlayerAssistant.java
  • ce7e699 Merge branch 'master' into local-LevelUpSounds+Cinematics

📊 Changes

3 files changed (+117 additions, -1 deletions)

View changed files

📝 2006Redone Server/src/main/java/com/rebotted/game/content/music/sound/SoundList.java (+49 -1)
📝 2006Redone Server/src/main/java/com/rebotted/game/players/PlayerAssistant.java (+47 -0)
📝 2006Redone Server/src/main/java/com/rebotted/net/packets/impl/Commands.java (+21 -0)

📄 Description

I was going to write more, but I'm tired and it probably does not need too much explaining anyway. No idea if these have already been implemented.

Sounds:

  • Added the player death sound to the soundlist
  • Added a bunch of level up sounds. Some might still be missing and some still need identification.
  • Added a command for developers to test what is called "quicksongs" by using the ::quicksong command.

Cutscene support:

  • Added 'cutscene support', being the ability to set the camera a certain way, shake the camera, or reset the camera to the default player view.
  • Added developer commands to showcase these commands in action with ::camerashake, ::cameracutscene, and ::camerareset

Special thanks to here for pointing me in the right direction for level up music. I took the camera/cutscene stuff from here


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/383 **Author:** [@Qweqker](https://github.com/Qweqker) **Created:** 3/5/2020 **Status:** ✅ Merged **Merged:** 3/6/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `local-LevelUpSounds+Cinematics` --- ### 📝 Commits (6) - [`583c9f8`](https://github.com/2006-Scape/2006Scape/commit/583c9f8f25e428a62de0bb023012823c91edf25e) Added Player death Sound - [`e96d7f7`](https://github.com/2006-Scape/2006Scape/commit/e96d7f70ff87e1914cd6e245b86238e44b424457) Added command to play "quicksongs" - [`da762aa`](https://github.com/2006-Scape/2006Scape/commit/da762aad8f6d22fe4355ae46bda345fd91bd1c5b) adjusted chat message to properly name the command - [`54a45b5`](https://github.com/2006-Scape/2006Scape/commit/54a45b58d7d241b3898ca6c3279f3d81e6613cf3) Added Camera functionality for cutscenes - [`72221ad`](https://github.com/2006-Scape/2006Scape/commit/72221ad3d32d5ca03cde51f8dc93a414ebfadef9) Added some commands to test the cutscene/camera features that were added in PlayerAssistant.java - [`ce7e699`](https://github.com/2006-Scape/2006Scape/commit/ce7e6996ad5202fdc378b2e66b10cd2313b2b5c1) Merge branch 'master' into local-LevelUpSounds+Cinematics ### 📊 Changes **3 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/music/sound/SoundList.java` (+49 -1) 📝 `2006Redone Server/src/main/java/com/rebotted/game/players/PlayerAssistant.java` (+47 -0) 📝 `2006Redone Server/src/main/java/com/rebotted/net/packets/impl/Commands.java` (+21 -0) </details> ### 📄 Description I was going to write more, but I'm tired and it probably does not need too much explaining anyway. No idea if these have already been implemented. **Sounds:** - Added the player death sound to the soundlist - Added a bunch of level up sounds. Some might still be missing and some still need identification. - Added a command for developers to test what is called "quicksongs" by using the `::quicksong` command. **Cutscene support:** - Added 'cutscene support', being the ability to set the camera a certain way, shake the camera, or reset the camera to the default player view. - Added developer commands to showcase these commands in action with `::camerashake`, `::cameracutscene`, and `::camerareset` Special thanks to [here](https://github.com/Aeroverra/Project-Nostalgia-2006/blob/master/src/server/game/players/PlayerAssistant.java) for pointing me in the right direction for level up music. I took the camera/cutscene stuff from [here](https://www.rune-server.ee/runescape-development/rs2-server/tutorials/339418-pi-camera-movement-earthquakes-resetting-both.html) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-26 12:21:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#4635