Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.18 KB

Acorn Engine

Modified Godot to have better support for Sonic Colours: Ultimate.

Current features

  • Version number was changed to 1 due to being Blind Squirrel Engine v1 and not Godot v3
  • cast_shadow's default was changed from On to Off
  • cast_character_shadow has been added
  • Support for importing projects from PCKs, while saving edited files in a specified "work" folder. Said folder also takes priority over files in PCKs.

How to Import a specific Blind Squirrel PCK Project

  • Download SCU_GDScript.7z and extract it to a folder in your computer. This will be your "work" folder.
  • Download the latest release from Releases and run the editor executable.
  • In the Project Manager, select Import.
  • Select sonic0.pck as the project path, and use the folder you previously created as the work folder. The work folder will be where you will place your modified files, alongside the decompiled scripts you downloaded.
  • Finally, press "Import and Edit" to finish the process!