News:

As a consequence of the forum being updated and repaired, the chatbox has been lost.
However, you can still come say hi on our Discord server!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - powered_by_tux

#1
Wow, I rarely visit this board. It's nice to see that there is still interest in this project.

Quote from: KaoDome on 26, January, 2013, 03:45:26 PM
I wonder if changing the names of characters not in the party would be possible in a GS save file. I gave Felix a custom name and now I think I prefer the original one better but I wouldn't like to start playing again since I'm already ~20h in the game.

It's definitely possible and shouldn't be too much work. You can expect to see this in the next release.

Quote from: cai_miao on 10, April, 2013, 01:30:00 AM
that's great, but how could i get the source code? i want to add a chinese translation.

Extract the JAR file which is possible with any archiving tool. The *.java source files are interweaved with the *.class files. Yes, this is not pretty but still better than not sharing the source at all, no?  :happy:

If you want to translate the application you have to extract the jar, locate all message.properties files and translate all english strings. Then you have to send those files back to me and I will include it in the next release. I will also have to make necessary adjustments to the application in order to use the translated messages. Another todo for the next release.
#2
@Teawater
Yes, I have wanted to do that for a longer time. I just updated the first post to include some preview screenshots. Thanks for reminding me!
#3
I made a major update to the Editor. The most notable change is that you can now edit Golden Sun (The Broken Seal/Book One) savegames, as a consequence the Editor was given a different title. Also you can now edit party members, i.e. to obtain members before you actually get them in game.

If you are interested at the source code, just open the jar archive with a zip file extractor, e.g. 7-Zip.
#4
Project List / Re: TLA save game editor
21, December, 2010, 10:47:39 AM
Thanks for your assistance. I have just uploaded the editor to the Downloads section on this site. This will make updating much easier for me. Should you be discontented with the download speed, I will upload it somewhere else on request.

The uploaded version has been update since the prior release. An update is strongly recommended.

PS: It's kinda intriguing to stand out due to ones grammar. No big deal, I like it.  :happy:
#5
Project List / Re: TLA save game editor
19, December, 2010, 01:43:30 PM
Quote from: DarkGriever on 19, December, 2010, 01:12:55 PM
It worked thanks a lot.

Errrrr it's Felix not Feliz ....

I'm pretty sure it says Felix everywhere.

Have you named your character "Feliz"? The editor takes the character's names from the save file.
#6
Project List / Re: TLA save game editor
19, December, 2010, 01:03:41 PM
That's strange. It was working on Linux so I suspect that there was something wrong with the windowing toolkit. How embarassing! I will test future versions on Windows before releasing them.

At any rate, I have uploaded an updated version that should now definitely work.
#7
Project List / Re: TLA save game editor
19, December, 2010, 11:19:24 AM
Sure, I have added a MF link, check the first post.

Also, I made a small update to the editor: edited Djinn are now correctly marked as acquired allowing entrance to Anemos Inner Sanctum without data transfer.
#8
Project List / Re: TLA save game editor
16, December, 2010, 01:49:47 PM
EDIT: Please check the first post.
#9
1. Changelog
[v2.0a - 2012/07/26]
- Added thumbnail to show what kind of savegame is loaded
- Fixed problem with item selection

[v2.0 - 2012/07/25]
- It is now possible to edit Golden Sun (Book One) savegames
- Added party editing (Note: For the sake of ease, the order of the party characters is reset when enabling/disabling party members)
- Vastly improved stability when loading savegames
- Various other improvements

[v1.2 - 2011/07/22]
- Added difficulty editing (Note: Easy mode is just like Normal mode with altered character stats, therefore it is not selectable)
- Added character editing (Name, Level, Exp, Base Stats. Note: you need to chage the characters classes for all changes to become apparent)
- More verbose error messages and countless changes under the hood

[v1.1b - 2011/03/15]
- Finally fixed optional boss editing

[v1.1a - 2011/01/20]
- Fixed Mercury and Jupiter Djinn acquisition bits

[v1.1 - 2010/12/21]
- Item icons added
- Items are sorted by name for more consistency
- Fixed a grave mistake concerning optional boss editing
- More verbose error messages
- Fixed save game not being loaded via file association

2. Features

As the name implies, the GS:TLA Save Game Editor is an editor to edit GS:TLA (not GS1/TBS) save game files. It lets you edit various aspects of a save game. The following list shows what is currently possible to edit:


  • Items
  • Djinns
  • Chracter Stats
  • Summons
  • and more

More things are to come, currently planned: Psynergy & Class editing. Please note that the item values were extracted from one of the guides. Some of the values showed to be incorrect. I have already made a few corrections but there still may be wrong values. If you get a different item in-game than you have edited, please let me know. Also, let me know of any errors, typos, suggestions or if you need help with the editor.

The editor does automatically calculate the checksum of each save file, so the is no need for the user to agonize over that. So far the calculations were pretty reliable. Should a save slot become inaccessible after editing, submit the save file to me and I will have a look at it. The editor can also 'repair' save slots that are inaccessible because of a manually edited incorrect checksum or data corruption. Simply load up the damaged save file in the editor and save to write back the repaired file.

3. Requirements

To run the editor, you need to have the Java Runtime Environment installed. You should really install it, because a few great apps need it and you also get a browser plugin needed to run Java applets on some websites. If you have not, get it here for your system: http://www.java.com/ . Once installed, just double-click the downloaded Jar file to start the editor. If you have trouble to get it to run, don't hesitate to contact me.

4. How to use

IMPORTANT: Always make a backup of your save file BEFORE editing.

First, you have to load a TLA save game. Make sure the file extension is .sav or .SAV. Once successfully loaded, you can use the mostly self-explaining editing components. You can select the save slot from the top bar. Note that the slot order in the editor does NOT correspond to the one in game. It is not yet known how to get the order but you should be able to recognize your save slot by the info panel. Make sure to save your changes.

A final and interesting note: when you start a new file, the data and inventory are created for ALL eight characters. This means you can edit the data of characters who are not yet part of your party, notably Piers and the GS party. When you meet up with them, they will sport all the changes made in the editor. You can use this to make data transfer obsolete.

5. Screenshots
Note: The graphical interface may look differently on your system.

6. Known Limitations

  • Characters have wrong stat values/classes than edited. This cannot be handled by the editor. Change classes of a character to update its stats and class.
  • Identical Djinn cannot be unleashed in the same turn. This is another game limitation.

7. Download

Go into the Downloads section of this board

Merry Christmas everyone,

powered_by_tux