Unchained Blades Save Editor 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Unchained Blades Save Editor | image = https://dlhb.gamebrew.org/3dshomebrew/UnchainedBladesSaveEditor.jpg|250px | type = Hack Utilities | ver...")
 
m (Text replacement - "Category:3DS homebrew rom hacks" to "")
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Unchained Blades Save Editor
|title=Unchained Blades Save Editor
| image = https://dlhb.gamebrew.org/3dshomebrew/UnchainedBladesSaveEditor.jpg|250px
|image=Ubsaveeditor2.png
| type = Hack Utilities
|description=Unchained Blades Save Editor for Nintendo 3DS.
| version = v1.0
|author=RPG_FAN128
| licence = Mixed
|lastupdated=2018/10/11
| author = RPG_FAN128
|type=Save Editors
| website = https://gbatemp.net/threads/release-unchained-blades-save-editor.520512/
|version=1.0
| download = https://dlhb.gamebrew.org/3dshomebrew/UnchainedBladesSaveEditor.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/UnchainedBladesSaveEditor.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor.7z
|website=https://gbatemp.net/threads/release-unchained-blades-save-editor.520512
|source=https://github.com/RPGFAN128/Unchained-Blades-Save-Editor
}}
}}
<youtube>HJSftS1Cy90</youtube>
This program is a save editor for Unchained Blades 3DS.


= Unchained-Blades-Save-Editor Version 1.0 =
This save editor is written in Java, and provided as an executable jar file. See [https://www.java.com/en/download/ here] for instructions of how to install Java.  


This save editor is written in java, and provided as an executable jar file. Instructions how to install java: [<nowiki/>https://www.java.com/en/download/help/download_options.xml] This program is a Save Editor tool for Unchained Blades (3DS).
==User guide==
===Tab menus===
* Main - Money, number of followers, location stats, infinite ark stats, etc.
* Items - Hold items, stored items, key items, (as well as quantity).
* Maps - Read-only. You can view your in-game map data as well as export png's or import maps from previously cleared game data.
* Master - Just about every master-related statistic can be edited. (Please see readme file for permanent stat changes in v1.0).
* Follower - All follower stats can be modified here.
* Quest - Completed quests, active quests. (Please see readme for details on this early v1.0 release of Quest Tab).


== Main Philosophy ==
===Main===
Editing the maximum number of followers can cause problems at the following points of the game (and possibly others):
* Advancing from Chapter 1 to Chapter 2.
* Advancing from Chapter 2 to Chapter 3.
* Advancing from Chapter 3 to Chapter 4.
* When recruiting Fang's Dragon Lords. In all instances when follower data is copied it relies on the "max followers" value.
** If this is larger than it is supposed to it begins overwriting values in the stored items addresses.
** Editing your location will only take effect if you are in a dungeon area (i.e. not town).


=== Part 1 ===
===Master===
If you are interested in exporting masters from a cleared game and importing them into a Chapter 1 save file please note that Master order is actually different in Chapters 1,2, and 3.


From the beginning of the project I was adamant about one thing. This save editor would allow for 'illegal values.' A careful balance was developed between the level of illegality and user friendliness. For example, with over 600 in-game items it would be extremely frustrating to lookup in a hex table the value you wanted. Second, even illegal values have limits. If a value is being stored as 2 bytes it cannot assume a value greater than 65,535. Included below are some notes of caution for those who are adventurous editors.
As an example, suppose you export Masters from a cleared game and import them into chapter 3. Lucius would in fact be Fang, and if you advanced to chapter 4 you would find that Niko is actually Lucius. You will have to manually keep track of any exported Master data and import them accordingly.  


=== Part 2 ===
Editing your level will not make your character that level, edit experience instead. It would seem editing Max HP/MP does not permanently change your Master's stats. Editing strength-speed will not change your in-game stats of attack/defense/etc. unless you gain a level.


The original idea of this project was for a simple script to add a feature not included in the original game: New Game Plus. That is, provided you had a save file of cleared game you could generate a new save file that would start from the very beginning yet retain all items/stats/followers/etc. For this reason nearly every set of data contains an &quot;import&quot; and &quot;export&quot; button that will aid in such massive data transfer.
===Follower===
The editor shows 4 equipped slots for each master as well as 104 slots of stored followers.  


== Main Tab ==
Keep in mind the safe maximum number of followers is 104 counting both equipped and unequipped. See level/experience argument from Master tab.


[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/1.png|image1]] Editing the maximum number of followers can cause problems at the following points of the game (and possibly others) (1) Advancing from Chapter 1 to Chapter 2. (2) Advancing from Chapter 2 to Chapter 3. (3) Advancing from Chapter 3 to Chapter 4. (4) When recruiting Fang's Dragon Lords. In all instances when follower data is copied it relies on the &quot;max followers&quot; value. If this is larger than it is supposed to it begins overwriting values in the stored items addresses. Editing your location will only take effect if you are in a dungeon area. (i.e. not town)
===Quest===
This section was added at the last minute. As such this tab is the least user-friendly. Any future versions of this tab will be drastically different. Forcing active quests may not work correctly with quests that contain scenes.  


== Items ==
Var1 values seem to change for some quests as you progress in said quest. Var2 values seem to count the kills in kill quests.


[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/2.png|image2]] (Currently no known issues)
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor3.png


== Maps ==
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor4.png


[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/3.png|image3]] Included in this release is a custom tile set to avoid copyright issues.
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor5.png


== Master ==
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor6.png


[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/4.png|image4]] If you are interested in exporting masters from a cleared game and importing them into a Chapter 1 save file please note that Master order is actually different in Chapters 1,2, and 3. As an example, suppose you export Masters from a cleared game and import them into chapter 3. Lucius would in fact be Fang, and if you advanced to chapter 4 you would find that Niko is actually Lucius. You will have to manually keep track of any exported Master data and import them accordingly. (Note a future release may allow individual master export/imports instead of all 8 at the same time) Editing your level will not make your character that level, edit experience instead. It would seem editing Max HP/MP does not permanently change your Master's stats. Please wait for a future version fix. Editing strength-speed will not change your in-game stats of attack/defense/etc. unless you gain a level.
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor7.png


== Follower ==
https://dlhb.gamebrew.org/3dshomebrews/ubsaveeditor8.png


[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/5.png|image5]] The editor shows 4 equipped slots for each master as well as 104 slots of stored followers. Keep in mind the safe maximum number of followers is 104 counting both equipped and unequipped. See level/experience argument from Master tab.
==External links==
 
* GitHub - https://github.com/RPGFAN128/Unchained-Blades-Save-Editor
== Quest ==
* GBAtemp - https://gbatemp.net/threads/release-unchained-blades-save-editor.520512
 
[[File:https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/screens/6.png|image6]] This section was added at the last minute. As such this tab is the least user-friendly. Any future versions of this tab will be drastically different. Forcing active quests may not work correctly with quests that contain scenes. Var1 values seem to change for some quests as you progress in said quest. Var2 values seem to count the kills in kill quests.
 
== Future Possibilities ==
 
Treasure Chest Tab. Treasure chest binary switches seem to be in addresses B018-B027. As an example the first treasure you are required to collect is bit 7 in B018. Locked Doors Tab. These binary switches seem to be in addresses B07C-B08B. As an example the locked door requiring the Trial Key to unlock is bit 5 in B07C. An advanced mode that allows you to edit any (known) value to whatever value you wish. As an example: an item value not allowed in the combo box. Item Synthesis Proficiency. To be honest I completely forget about mixing items and leveling up your &quot;proficency&quot; during this play through as I was hacking every item I needed.
 
<article>
<blockquote class="messageText SelectQuoteContainer ugc baseHtml">
 
Unchained Blades Save Editor for Nintendo 3DS<br> <br> This save editor allows editing of nearly everything in a save file.�Currently you can edit:<br> <br> <b>Main</b><br> Money, number of followers, location stats, infinite ark stats, etc.<br> <b>Items</b><br> Hold items, stored items, key items, (as well as quantity).<br> <b>Maps</b><br> This tab is read-only.�You can view your in-game map data as well as export png's or import maps from previously cleared game data.<br> <b>Master</b><br> Just about every master-related statistic can be edited.�(Please see readme file for permanent stat changes in v1.0)<br> <b>Follower</b><br> All follower stats can be modified here.<br> <b>Quest</b><br> Completed quests, active quests.�(Please see readme for details on this early v1.0 release of Quest Tab)<br> <br> Wow, wouldn't you know it.�Can't post &quot;hyperlinks of any kind&quot; since I'm a new member.<br> <br> Readme:<br> <a href="https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/README.md" target="_blank" class="externalLink" rel="nofollow">https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/blob/master/README.md</a><br> <br> Download:<br> <a href="https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/releases" target="_blank" class="externalLink" rel="nofollow">https://github.com/RPGFAN128/Unchained-Blades-Save-Editor/releases</a><br> <br>
 
<div class="ToggleTriggerAnchor bbCodeSpoilerContainer">
<button type="button" class="button bbCodeSpoilerButton ToggleTrigger Tooltip JsOnly" data-target="> .SpoilerTarget"><span>Spoiler: <span class="SpoilerTitle">Screenshots</span></span></button>
<div class="SpoilerTarget bbCodeSpoilerText"><img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F1.png&amp;hash=16a86e799edc351eb5c367d46d03729c" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/1.png" style=""> <br>
<img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F2.png&amp;hash=e1c59875fe2f50e551c37257c9678db6" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/2.png" style=""> <br>
<img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F3.png&amp;hash=31b5b0005e09396d68cd6e4828ba7bd6" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/3.png" style=""> <br>
<img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F4.png&amp;hash=55d5eeee09eceab97f2780e58b24024f" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/4.png" style=""> <br>
<img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F5.png&amp;hash=a3eb75f97e97370fe33e013b05455f5a" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/5.png" style=""> <br>
<img src="proxy.php?image=https%3A%2F%2Fraw.githubusercontent.com%2FRPGFAN128%2FUnchained-Blades-Save-Editor%2Fmaster%2Fscreens%2F6.png&amp;hash=2f0fbd6df681dae502ce3a42058616ab" class="bbCodeImage LbImage" alt="[&#8203;IMG]" data-url="https://raw.githubusercontent.com/RPGFAN128/Unchained-Blades-Save-Editor/master/screens/6.png" style=""></div>
</div>
<div class="messageTextEndMarker">&nbsp;</div>
</blockquote>
</article>

Latest revision as of 06:11, 6 May 2024

Unchained Blades Save Editor
Ubsaveeditor2.png
General
AuthorRPG_FAN128
TypeSave Editors
Version1.0
LicenseMixed
Last Updated2018/10/11
Links
Download
Website
Source

This program is a save editor for Unchained Blades 3DS.

This save editor is written in Java, and provided as an executable jar file. See here for instructions of how to install Java.

User guide

Tab menus

  • Main - Money, number of followers, location stats, infinite ark stats, etc.
  • Items - Hold items, stored items, key items, (as well as quantity).
  • Maps - Read-only. You can view your in-game map data as well as export png's or import maps from previously cleared game data.
  • Master - Just about every master-related statistic can be edited. (Please see readme file for permanent stat changes in v1.0).
  • Follower - All follower stats can be modified here.
  • Quest - Completed quests, active quests. (Please see readme for details on this early v1.0 release of Quest Tab).

Main

Editing the maximum number of followers can cause problems at the following points of the game (and possibly others):

  • Advancing from Chapter 1 to Chapter 2.
  • Advancing from Chapter 2 to Chapter 3.
  • Advancing from Chapter 3 to Chapter 4.
  • When recruiting Fang's Dragon Lords. In all instances when follower data is copied it relies on the "max followers" value.
    • If this is larger than it is supposed to it begins overwriting values in the stored items addresses.
    • Editing your location will only take effect if you are in a dungeon area (i.e. not town).

Master

If you are interested in exporting masters from a cleared game and importing them into a Chapter 1 save file please note that Master order is actually different in Chapters 1,2, and 3.

As an example, suppose you export Masters from a cleared game and import them into chapter 3. Lucius would in fact be Fang, and if you advanced to chapter 4 you would find that Niko is actually Lucius. You will have to manually keep track of any exported Master data and import them accordingly.

Editing your level will not make your character that level, edit experience instead. It would seem editing Max HP/MP does not permanently change your Master's stats. Editing strength-speed will not change your in-game stats of attack/defense/etc. unless you gain a level.

Follower

The editor shows 4 equipped slots for each master as well as 104 slots of stored followers.

Keep in mind the safe maximum number of followers is 104 counting both equipped and unequipped. See level/experience argument from Master tab.

Quest

This section was added at the last minute. As such this tab is the least user-friendly. Any future versions of this tab will be drastically different. Forcing active quests may not work correctly with quests that contain scenes.

Var1 values seem to change for some quests as you progress in said quest. Var2 values seem to count the kills in kill quests.

Screenshots

ubsaveeditor3.png

ubsaveeditor4.png

ubsaveeditor5.png

ubsaveeditor6.png

ubsaveeditor7.png

ubsaveeditor8.png

External links

Advertising: