Progress Report - November 2023
Slightly belated this time around.
Release Info
This month's OpenGOAL Tooling (jak-project repo) release is 0.2.4
.
Download Launcher
Fetching latest release...
Community Spotlight
The Forgotten Lands - Chapter 2 by Kuitar
After 10 months since the release of Crystal Cave, Kuitar is back at it again with the second chapter of his mod "The Forgotten Lands", a new adventure with a new storyline and levels to explore! Featuring numerous additions and improvements to Crystal Cave as well as a bunch of completely new content, you can check it out in the unofficial mod launcher.
Kuitar and I have also written a small release blog with some behind the scenes info on the level creation process and the code for the custom actors and music/hint systems you can check out here (it is recommended you play the mod first before reading it as it spoils some of the new content).
Translation Contributions
Games
Launcher
General Changes
Add Jak 2 Custom Text to Crowdin
Custom text we added in Jak 2 can now be translated via Crowdin. This does not include the original game's cutscene subtitles yet, but does include the new hint subtitles that were transcribed from the voice lines that play outside of cutscenes.
Allow Replacing All Instances of a Texture with One Texture
Previously, if you wanted to e.g. replace the textures for the Babak Lurker, this would have required replacing every instance of the texture for each level it appears in.
With this change, you can just put your replacement texture in an _all
folder and it will automatically replace the texture wherever it appears. The normal path takes priority over the _all
folder, so you can still replace textures on a per-level basis if you so choose.
Jak 1
Fix Projectile Bug
A decompilation mistake was causing the Mother Spider's projectile to die immediately upon spawning.
Jak 2
Fallback English Text
When using a language other than English that does not have a particular string localized, instead of using an UNKNOWN ID
placeholder, the game will now fall back to the English version of the string.
Improve Sky Performance
On launch day, we got many reports of users getting terrible performance upon entering an outdoors area. It turns out this was an issue with Intel GPU drivers, where putting a lot of static data inside of shaders related to texture animations for the slime in the Weapons Lab would cause massive performance drops in the Sky renderer.
Don't Force UK English on PAL version
People who used a PAL ISO to decompile the game would have unlocalized menu options for any custom text because the game language would be forced to UK English.
Fix Crash During Jetboard Training in Japanese
Due to an unhandled character sequence, the game would crash when trying to print a particular Japanese string.
Fix Various High FPS Bugs
- At higher frame rates (144+), the Palace rotation effect when you're in the Throne Room would be broken because the rotation angle would become so small that some trigonometry functions would end up returning 0.
- First person camera turning speed.
- Speed of the texture scroll effect.
- Speed of the minimap wanted flash.
- Speed of flashing icons on the minimap (such as the kid during the escort kid mission).
- Ambush speed of Ginsu Metal Heads.
Localize Trick Board Names and Use Large Font
Previously, the newly added board trick display just used the actual enum values for the trick names, now the names have been localized properly and it was changed to use the large font.
Add Missing PC Options to Progress Menu
On launch, we were missing a lot of options in the menus that we still had to hook up, such as MSAA, resolution, PS2 Options and the ability to quit the game from the title screen menu.
This also implemented the previously non-functional camera options, though they are still ineffective when entering a turret as of right now.
Fix Missing Discord RPC Mission Images When Not in Debug Mode
When playing the game in retail mode, the level icons would not show up on Discord's Rich Presence when a mission was active.
Speedrunner Mode Improvements
- Automatically re-enable autosave when a speedrun is started.
- Allow opening the Speedrun Menu with L1 + R1 + Start.
- Dialogue no longer interferes with using Warp Gates or starting cutscenes.
- Added Category Support to Speedrun Menu.
- Back up and restore cheats when Speedrunner Mode is disabled.
Fix "Select Controller" Option in Menu
The "Select Controller" option in the menu was not working properly before.
Transcribe Remaining English Subtitles
The remaining English voice lines that play outside of cutscenes have been transcribed.
Some people have already started translating them to other languages, if you are interested in helping out, check out our Crowdin page.
Vehicle Hijack Lines PC Cheat
Jak 2 has a lot of unused voice lines that still remain in the game files. One example of this are Jak and civilian voice lines that would have played when stealing a zoomer, similar to GTA.
A while back, I uploaded a video on my channel, showing off what the feature would have looked like (with a very high chance to play for demonstration purposes):
Due to popular demand, I decided to add this feature to OpenGOAL as one of the new PC cheats. When enabled, it has a random chance to play one of the Jak lines and a subsequent civilian line when stealing a zoomer (or only a Jak line when stealing a KG Bike/Hellcat).
The PC cheats are currently not yet fully done and can only be used via the REPL for now, but once they are complete and a menu for them is added, you will be able to adjust this random chance if you feel it happens too frequently.
Fix Enemy Death Sounds Not Playing
Enemies would previously not play their death sound due to a small bug.
Fix Dark Jak Punch and Samos Sounds
The Dark Jak punch sound and some Young Samos sounds should now play.