Home | Forums | What's new | Resources | |
Translating Grandia 1.1.1 |
TrekkiesUnite118 - Sep 9, 2018 |
< Prev | 1 | ... | 22 | 23 | 24 | 25 | 26 | ... | 48 | Next> |
Ardiloso | Mar 26, 2020 | |||||
Thanks, I did that already. I will try another burning software. Update Did a simulation with Nero and got a similar error. I also did a simulation using a random image and it did fine. I believe it's somethiing with the latest patch but let's wait for @TrekkiesUnite118... , can you run a simulation with any burning software pretty pls? Meanwhile I'll see if I can get another laptop to test it. Update 2 I had success using my work laptop. Turns out it's my personal one wanting some attention. Thank you @RazorX... for the tip. |
Ardiloso | Mar 27, 2020 | |||||
Looks good. Oh, the savings in the South Zil Desert and inside Castle of Dreams are missing the "C" too. |
TrekkiesUnite118 | Mar 30, 2020 | ||||||
So the HD Remaster recently had an update that added text to a key scene that didn't have it previously. I was able to use those script changes to have the text show up in the Saturn version. However I had to do some assembly hacks to make it actually work:
Basically the game here doesn't render these scenes in engine. They're instead static screenshots that are drawn as a VDP2 layer on top of the actual scene to hide it. My guess is this was done to reduce loading in different maps. However because of that the game disables the normal text drawing code and puts these images in the VRAM location where text is normally written. In discovering this though I also learned that the MDT files can store subprograms that can be loaded in to handle things like this. So I was able to modify the subprogram for this scene to rearrange things in VRAM and get the text to display. |
Ardiloso | Mar 30, 2020 | |||
Woah, this is amazing, you're the hero we need @TrekkiesUnite118...! I was thinking the other day... would be possible to enable press X for birdeye view in the dungeons anywhere, just like in the towns? I think this would be a nice qol feature. It's so annoying not have a map in the dungeons. |
TrekkiesUnite118 | Mar 30, 2020 | |||||
Possibly? But I have no intention of doing that. There's specific points in the dungeons for doing just that. Because those exist that tells me the developers intended it to be that way to make things more difficult. |
samson7point1 | Mar 30, 2020 | |||||
Saw this and got super excited because I thought you had found a way around needing to decode the obscurely encoded videos to add subs, lol. Still this is a really impressive achievement. This is shaping up to be more thorough than a lot of official localizations. |
Ardiloso | Mar 30, 2020 | |||||
(I have no tech knowledge) Maybe this is the way to subtitle the videos? Actually drawing the subtitles on top of the videos on the fly just like that. |
TrekkiesUnite118 | Mar 30, 2020 | ||||||||||
To re-iterate, this ONLY worked because the game was already loading a sub-program to handle scripting out this specific scene. The script was still in memory and being read and text draw code was still there and able to be used. The same is most likely not true for FMV playback. EDIT: Now with the text box!:
EDIT2: Sadly the fix with the text box showing doesn't work on real hardware. I can have the text by itself work no problem, but the text box I can't get to show up. |
samson7point1 | Mar 31, 2020 | |||||
Just trying to absorb what you're saying. You discovered that the MDT files have a mechanism for loading in a subprogram that will allow you to place overlay graphics in VRAM (or did you actually find a way to re-activate the normal text drawing code?). It sounds like it's not totally out of the question (yet) that this could be done during FMV playback but that there are a ton of reasons that it probably won't work (i.e. VRAM is not in a state that will let you manipulate it, playback unloads the subprogram, the Saturn doesn't have the resources do do FMV and overlay text without skipping etc...) |
TrekkiesUnite118 | Mar 31, 2020 | |||||
The subprograms exist for scripting specific things out when necessary. This scene already had one I could modify. What it originally did was handle loading in different images to NBG0 and switching between layers to show different things during the scene. The particular part I modified did this:
|
samson7point1 | Mar 31, 2020 | |||
I take it the original code was disabling NBG2 and NBG3 because it's normally in 0x4000 and your change pushed the NBG0 tile data is pushed to the other bank to leave room for NBG2 and NBG3? (And I'm guessing that NGB2 and NBG3 are where the overlay text is loaded?) Are you editing this stuff in ASM or is it raw hex editing? |
TrekkiesUnite118 | Apr 1, 2020 | |||||||||
Yes, this is correct.
Yes. That all said, I was able to fix the issues on Real Hardware. I had to tinker with a few more registers and change the VRAM timings to get it to work. Needless to say just about every Saturn emulator out there is fudging their VDP2 implementations. The real thing is much more picky about what you can set. |
Ardiloso | Apr 13, 2020 | |||
New bugs found with the latest patch (disc 2) - After Guido left the party, the clock time has reset. - The following locations have the missing C (from CD) on the saving screen: Zil Ruins Rainbow Mt Peak Dreams Castle Grandeur Engine |
TrekkiesUnite118 | Apr 13, 2020 | |||||
Please provide a save for before and after the Guido clock reset bug so I don't have to go looking for one. |
Ardiloso | Apr 13, 2020 | |||||
Tough call since I play on the console. I think that debug screen should be enough? I should be able to do it today or tomorrow. |
Ardiloso | Apr 17, 2020 | |||
@TrekkiesUnite118... I'm back with the debug information. I did 2 saves before Guido leaves the party: one on a regular savepoint and the other through debug menu save anywhere function. The last save is in Alent just after Guido's departure. |
TrekkiesUnite118 | Apr 21, 2020 | |||
Ok, new releases: Disc 1 v0.8.1 (4/21/2020): - Translated remaining untranslated text in battle menu (Auto Icon) Disc 2 v0.8.1 (4/21/2020): - Translated remaining untranslated text in battle menu (Auto Icon) - All voices are now synchronized with the Japanese Audio - Text has been added to in-game cutscenes where it originally wasn't present. - Fixed clock reset bug when Guido left the party. As always please report any bugs or issues. With both discs now at Version 0.8.1 here's what remains to be done:
|
Ardiloso | Apr 22, 2020 | |||
Sadly I'm near the end game (only 2 dungeons left) and will have no more to report, but I will play test this latest patch and should go back to older saves to check some things. Great work. I did skip Soldier's Graveyard and Tower of Temptation on pure laziness. Do you think there might be something to check out on those? |
< Prev | 1 | ... | 22 | 23 | 24 | 25 | 26 | ... | 48 | Next> |