Skip to content

Releases: FujiAPI/Fuji

Fuji 0.4.0

18 Feb 02:19
Compare
Choose a tag to compare

What's New

The Highlights

🔼 Celeste 64 Updated

Fuji 0.4.0 includes the latest version of Celeste 64, along with all the fixes and tweaks.

📜 Mod Menu

The Mod Menu allows you to see what mods are installed, as well as enable/disable mods, all without leaving Fuji! Access it from the pause menu, in Mods.

🛠️ MonoMod

This release includes an early phase of MonoMod support!

📝 Mod Save Data

We've added an API that allows mods to store persistent save data. This includes settings, progress, etc.

Modding Improvements

  • Mod loading is now more permissive with folder structure. Doesn't matter if your mod is mod.zip/mod/... or mod.zip/..., Fuji will still load it.
  • The player's default properties are now public - meaning mods can write to them.
  • Mods can now store their own persistent save data.
  • Mods can now be enabled/disabled.
  • Added more documentation to common mod events.
  • HandleActorCreation is now public, you can use it in your mod.
  • Submenus can now be infinitely nested!
  • Added OnSceneEntered that is fired whenever the game switches to another scene.
  • Added OnPlayerJumped that is fired whenever the player jumps.
  • We've made hot reloading slightly smarter.
  • Actors can now be rotated on any axis.
  • We've added basic support for ImGui.
  • Mods can now play music and sound effects from assets in the Music and Sounds folders respectively.
  • Walls can be set as non-climbable.

Misc / Quality-of-life

  • You can press pause while in the level selection screen to access the new Mod Menu as well as settings.
  • You can press up/down in the level select screen to quickly jump to the start/end of the list.

⚠️ Breaking Changes

As of this release, Fuji.json is mandatory. If your mod doesn't have the file set up, it will not load!

You may also want to check your code mods - there might be changes that accidentally broke parts of your mod. Sorry about that :(

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64 application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Fuji Beta Build d84bcb7

14 Feb 09:44
Compare
Choose a tag to compare
Pre-release

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64 application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Fuji Beta Build ac90d87

10 Feb 18:57
ac90d87
Compare
Choose a tag to compare
Pre-release

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64 application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Full Changelog: beta-c6b4d63...beta-ac90d87

Fuji Beta Build c6b4d63

06 Feb 22:13
Compare
Choose a tag to compare
Pre-release

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64 application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Fuji Beta Build 89105e3

06 Feb 10:00
Compare
Choose a tag to compare
Pre-release

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64 application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Celeste 64 Fuji v0.3.1

04 Feb 23:08
Compare
Choose a tag to compare

Instructions:

  • Download and extract the zip file below according to your computer
  • Run the Celeste64Launcher application from the extracted files

Requirements:

  • Windows: 10 or later, x64
  • Linux: Distro support list, x64
  • macOS: Monterey or later, x64 Intel-based or Apple Silicon with Rosetta

Fuji v0.3.0 Release

04 Feb 04:00
Compare
Choose a tag to compare

This release mostly just integrates the localization changes that were added to the base game, which gives easier localization support!
Note: This update likely will break any existing maps that have custom dialog. Those mods will need to be updated to match the new format to work with this version.

Fuji v0.2.0 Release!

03 Feb 21:03
Compare
Choose a tag to compare
  • Fuji now supports zipped mods! No more unzipping needed.
  • Mod developers can now add metadata to their mods using the Fuji.json file.
  • Added hot reloading for mods.
  • Mods may now implement custom player states.
  • Mods can now manually asset replace files through the metadata file.
  • Breakable block logic is now available as an interface.
  • Additional changes to improve the mod development process.
  • Assets are now namespaced.
  • Fuji Version number can now be seen on title screen and pause screen.

Fuji 0.1.2 - Adding basic support for code mods!

01 Feb 18:20
Compare
Choose a tag to compare

This update adds basic support for code mods. It also splits the game into a launcher and a DLL, which makes things easier to work with for mods that want to mess with code.
I'll make a guide for building code mods later

Celeste 64 Mod Loader - Character Selector Bugfixing

31 Jan 03:58
Compare
Choose a tag to compare

Fixing issue with skin selector that caused it to crash