Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kalamee V1 12.28.2022 #199

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Conversation

DoobesURU
Copy link
Contributor

  • Adds PRP and OGG files for Age of Kalamee by Semjay and Cyan, Inc.

Note that there's a Chiso update that goes along with this (to put in a Kalamee Book), but I'll hold off on pushing that until #189 has been approved. It will be a separate PR though.

@Hoikas
Copy link
Member

Hoikas commented Jan 21, 2023

[2023-01-21 13:28:27,368] ERROR: Dependency file 'sfx/KalameeTheBeautyOfLife.ogg' (provided by: 'audio/KalameeTheBeautyOfLife.ogg') missing! Used by 'Kalamee'.
[2023-01-21 13:28:27,368] ERROR: Dependency file 'sfx/KalameeWaterfall.ogg' (provided by: 'audio/KalameeWaterfall.ogg') missing! Used by 'Kalamee'.

@DoobesURU
Copy link
Contributor Author

[2023-01-21 13:28:27,368] ERROR: Dependency file 'sfx/KalameeTheBeautyOfLife.ogg' (provided by: 'audio/KalameeTheBeautyOfLife.ogg') missing! Used by 'Kalamee'.
[2023-01-21 13:28:27,368] ERROR: Dependency file 'sfx/KalameeWaterfall.ogg' (provided by: 'audio/KalameeWaterfall.ogg') missing! Used by 'Kalamee'.

Odd. The files are in there under the compiled/sfx folder in the Files changed list. /shrug

@Hoikas
Copy link
Member

Hoikas commented Jan 21, 2023

The file extensions are .OGG - they need to be .ogg.

@DoobesURU
Copy link
Contributor Author

The file extensions are .OGG - they need to be .ogg.

Oddly enough, I think it's the other way around on OU. 😝

I'll change that with a couple of commits to remove then re-add the sounds.

@Hoikas
Copy link
Member

Hoikas commented Jan 27, 2023

The case changing from .OGG to .ogg breaks the TrollLand deployment. We need to re-do all commits so that the sound files are properly named.

@ZarothYe
Copy link
Contributor

The case changing from .OGG to .ogg breaks the TrollLand deployment. We need to re-do all commits so that the sound files are properly named.

Could Doobes edit the last commit and use a git rename process (as rarified mentioned in discord earlier) to fix it instead of re-doing all the commits? Or would there still be an issue?

@Hoikas
Copy link
Member

Hoikas commented Jan 27, 2023

I'm not sure - it would be worth a try at the very least.

@Hoikas
Copy link
Member

Hoikas commented Feb 12, 2023

[2023-02-11 15:20:56,271] ERROR: Dependency file 'sfx/KalameeMarker.OGG' (provided by: 'audio/KalameeMarker.OGG') missing! Used by 'Kalamee'.
[2023-02-11 15:20:56,272] ERROR: Dependency file 'sfx/KalameeTrapGate.OGG' (provided by: 'audio/KalameeTrapGate.OGG') missing! Used by 'Kalamee'.

The file extensions in the PRP files are probably uppercased when they should be lower cased. This results in weird garbage sounds being played in game.

Semjay and others added 11 commits February 24, 2023 12:24
* Adds PRP and OGG files for Age of Kalamee by Semjay and Cyan
* Various fixes and updates per tester feedback
* Updated sounds for music and waterfall

Note that the Chiso Book at the end does work, but the panel image does not appear and needs work.
* Small fix to get Chiso Linking panel working
* A few more fixes and updates from Semjay
* Various fixes per tester feedback
* Disabled smart seek on foot pedals
* New and updated fountain .ogg sfx
* Some texture changes
* Refresh/add some SFX
* Made various fixes per tester feedback
* Some texture changes
* Collapsed the modifier stacks on objects with vertex painting
* Deleted unseen objects
* Reduced the falloff on the Pedal sfx
* Fix busted scope vignette and stretch for widescreen support
* Made various fixes per tester feedback
* Some texture changes
* Added Maurus's waterfall sfx replacement
* Reduced the falloff on KalameeDoor sfx
* Adjusted the proxy terrain in front of the climbing hole
* Added some blades of grass to the Cave Vis Region
* Excluded the Obelisk in the tunnel from its nearest light sources
* Adjusted the colliders on the spiral staircases
* Added anti-trip slopes to the steps on the Landing Pads, steps near the circular pond and on some walkways
* Added a camera blocker to the doorway of the house
* Rearranged some items on the desk and made them clickable
* Deleted the sitting stool
* Enabled sitting on Semjay's Art Nouveau chair (and reupholstered it)
* Changed the covers of the Nexus books to yellow and the Chiso book to a redder shade of red
* Deleted all Kalamee non-standard books
* Correct image references for layers in Intro/Credits GUIs
Semjay and others added 2 commits February 24, 2023 17:12
* Various fixes per tester feedback
* Remodelled the tunnel to the "Death Cave"
* Added extra ruined walls/plants/broken walkways to lower flood plain
* Disabled the reset button
* Some texture changes
* Fixed the sfx as noted by Maurus
* Made a few changes to some ripples around the water edges
* Moved some vines slightly
@Hoikas
Copy link
Member

Hoikas commented Mar 7, 2023

Still getting this critical error #199 (comment)

* Remove the .OGG
Hopefully with proper .ogg this time
@DoobesURU
Copy link
Contributor Author

[2023-02-11 15:20:56,271] ERROR: Dependency file 'sfx/KalameeMarker.OGG' (provided by: 'audio/KalameeMarker.OGG') missing! Used by 'Kalamee'.
[2023-02-11 15:20:56,272] ERROR: Dependency file 'sfx/KalameeTrapGate.OGG' (provided by: 'audio/KalameeTrapGate.OGG') missing! Used by 'Kalamee'.

The file extensions in the PRP files are probably uppercased when they should be lower cased. This results in weird garbage sounds being played in game.

Hopefully my latest couple of commits fixed this. I removed the sounds and committed that, renamed them elsewhere making sure to use .ogg lowercase, then re-added them in a second commit. Fingers crossed! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants