Skip to content

Releases: Raytwo/Cobalt

Version v1.9.2

08 May 06:15
0c7037c
Compare
Choose a tag to compare

Bugfix(es)

  • Fix mods not loading because I'm a dumbass

Version v1.9.1

08 May 00:14
0c7037c
Compare
Choose a tag to compare

Bugfix(es)

  • Fix an issue where mods with a malformed configuration file were loaded instead of discarded.

Version v1.9.0

03 May 10:18
0c7037c
Compare
Choose a tag to compare

New feature(s)

  • Implement support for mod configuration files. This is the new and proper way to depend on other mods and load after them, so you do not have to rely on mods being loaded by alphanumerical order anymore.

Version v1.8.0

29 Apr 16:35
0c7037c
Compare
Choose a tag to compare

News

Cobalt is now available to download on Nexus Mods, should you prefer keeping track of updates on a modding website!
Gamebanana upload is under consideration.

Bug fix(es)

  • Address crashes happening on console when entering sleep mode and then waking up.

Improvement(s)

  • Make changes to the chapter code so that chapters without a Field defined will now return to the world map after running Startup and Opening in the script. This is useful if you'd like to make a chapter that's only showing a cutscene and giving an item, for example.

Version v1.7.2

27 Apr 13:22
0c7037c
Compare
Choose a tag to compare

News

Cobalt is now available to download on Nexus Mods, should you prefer keeping track of updates on a modding website!
Gamebanana upload is under consideration.

Bug fix(es)

  • Having a mod with a custom lua file will no longer prevent you from getting Libération at the end of chapter 2.
    The lack of tutorials in Somniel when having one is still not addressed, so remove custom lua files from your mods once you've got what you needed out of it.

This is only a workaround until a proper way to run custom lua files is implemented (which will probably take the form of the Dragon's Gate from past FE entries)

Version v1.7.1

26 Apr 18:56
0c7037c
Compare
Choose a tag to compare

News

Cobalt is now available to download on Nexus Mods, should you prefer keeping track of updates on a modding website!
Gamebanana upload is under consideration.

Bug fix(es)

  • Cobalt should no longer crash on the splash screen or soon after on console if the logger is not connected to the console.

Version v1.7.0

25 Apr 18:43
21cb458
Compare
Choose a tag to compare

News

Cobalt is now available to download on Nexus Mods, should you prefer keeping track of updates on a modding website!
Gamebanana upload is under consideration.

New feature(s)

  • Expand the amount of allowed Skills to 8192 (previously 1280). Nothing bad will happen if you use the Skill Limit Expansion mod, but feel free to remove it as you don't need it anymore.

Improvement(s)

  • Error messages when using the new Lua commands are now more descriptive and will tell you what caused an error.

Version v1.6.0

19 Apr 16:42
21cb458
Compare
Choose a tag to compare

New feature(s)

  • Added support for network based logging on console. Use the following executable to connect to your Switch before or after the game is running.
  • Double the size of supported AssetTable conditions to prevent the dreaded blockman.
    image

Version v1.5.0

19 Mar 21:29
21cb458
Compare
Choose a tag to compare

New feature(s)

Added new event for plugin developers:

ProcInstJump

Notifies the listener when a ProcInst tries to jump to a label

Argument(s):
proc: &'static ProcInst
label: i32

Version v1.4.1

26 Feb 21:20
21cb458
Compare
Choose a tag to compare

Improvement(s)

  • Users trying to run Cobalt on a game version lower than 2.0.0 will be notified instead of outright crashing.

image