marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 229 forks source link

Add Travel Medallion Support #455

Closed CM30 closed 1 month ago

CM30 commented 3 months ago

Based on a quick check, it seems like there's currently no support for adding the Travel Medallion to your inventory, nor the prototype for it.

I've now added those to the items list, and it seems like they can now be modded in.

marcrobledo commented 2 months ago

If I recall correctly, it was removed due to people complainig about it not being usable. I figure it needs an specific flag to be enabled? There are other items in the editor that also needs flags for them to work in-game, if you know which one belongs to Travel Medallion, please do any edit to the code to make it work.

CM30 commented 2 months ago

If I recall correctly, it was removed due to people complainig about it not being usable. I figure it needs an specific flag to be enabled? There are other items in the editor that also needs flags for them to work in-game, if you know which one belongs to Travel Medallion, please do any edit to the code to make it work.

Okay, I know which flags seem to be needed, I'll just need to figure out how to get the tool to set them.

The two flags I recall being connected to the medallion are:

IsGet.Obj_WarpDLC

and

IsGetAnyway.Obj_WarpDLC

marcrobledo commented 2 months ago

I can do the edit myself.

However, I need a reliable confirmation that those flags are really the ones that enable the usage of the medallion.

CM30 commented 2 months ago

I can do the edit myself.

However, I need a reliable confirmation that those flags are really the ones that enable the usage of the medallion.

Those are the flags needed. All abilities are locked behind two flags named 'IsGet[name]' and 'IsGetAnyway[name]'. So the full list is basically:

Amiibo

Ascend

Autobuild

Camera

Fuse

Recall

Travel Medallion

Ultrahand

Warp Functionality

marcrobledo commented 1 month ago

I improved the UI for enabling/disabling abilities ;-) imagen