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.


Messages - Caledor

Pages: 1 [2] 3 4 5 6 7 ... 9
26
Releases / Re: Aavock UI 1:1Remastered
« on: 2020-12-13 20:10:02 »
Outstanding work, Aavock, and thanks for your efforts!

I was wondering... are you gonna release the psd/gimp source themselves for the translation or just the french pngs? Asking cause, just like CaptRobau, i'm also interested in translating your textures (mainly minigame) for my Italian retranslation.

27
Releases / Re: [FF7PC] ZomiPlayFont UI
« on: 2020-12-03 19:51:32 »
Hi Panteleimon

Before everything else, amazing job with this font. I'm the author of the italian localization that usb ported to Reunion and i'm trying to make my original release compatible with mods as well. Would you mind if i bundle with my mod a customized version of your font? Obviously with full credit for your work.

EDIT: Just found out that you haven't logged in since June, hope you're well. I released the Iro containing an customized version of your font for the time being, which i repacked for you here: https://drive.google.com/file/d/1hfT6_conKM3Ln4kgFq78UZ6l8wO7qzkX.

I mainly fixed some alignment and spacing issues i spotted, some of which might have been caused by my customized window.bin, which is also included in the pack in case you want to test. Let me know when you read this.

28
Beautiful, thanks!

Do you happen to have a list of issues you needed to address for 8.2 due to the different file structure?

29
I just thought it was worth to showcase what was the result after that change, i'm going through them one by one. As for Lykon I just sent him a msg with a link here.

PS: i couldn't spot the difference in Dali Windmill and Iifa Tree/Roots 1, even though for the second i think i got what should happen: It's about the background below the elevator platform during the zoom in?

30
Before/After Iifa Tree fix for reference (once again, amazing job)



Will edit post later with other comparisons once i test them ingame

31
Didn't we just get ff9 through xbox gamepass? IIRC that version had the battle UI resized as well, which is what has been patched with today's steam update. Other than that i completely understand the frustration though.

Out of curiosity, what tools are outdated? Memoria? HW?

32
Can confirm issues with the checkbox in the installer: Disabled everything, got everything. GarnetFont must be turned to 0 manually from the ini, same as widescreen.
There's also a MovieFPS = 15 line in the ini, but it's probably harmless. Movie FPS are determined for each fmv dynamically.

Also I'm afraid to say that your field fixes are missing, Snouz: I checked both Desert Palace (the doors) and Crystal World.

PSA: For the time being, grab resources.assets p0data7 from Snouz's beta 5 to fix the fields.


33
Great to see such fast fixes, thanks for your work!

But I'm pretty sure that oglop is there in Steam version (or at least in previous Moguri builds), because I never played in PSX, but do remember oglop in Blank's hands.

maybe the oglop you remember is the one jumping around later in Alexandria's Castle, when they're dressing up as soldiers? Vanilla steam doesn't have it either.

34
The bug with FMVs also appearing in title screen video - each subsequent time it is more and more slower. And it seems to me that FMVs a little bit faster then before, but maybe I am wrong with that.

Also there is no oglop in Blank's hands at the start of the game:

Video issue has already been fixed in latest memoria. The oglop has never been there since PSX so must be added and coded from scratch, which might be tricky

35
You should ask any AF related questions on AF's thread here: http://forums.qhimm.com/index.php?topic=16324

36
Actually, anyone with a google account can clone the file to their own Google Drive and download that clone, bypassing that restriction

First make a shortcut of snouz's file to your drive then go into your drive, find the shortcut there and click "make a copy".

37
@m_artn

Since you already got that far, there's only one step left if you wanna do it yourself. AssetBundleExtractor can dump and import textures in PNG format. All you need is a very basic image editor, paste the PS Buttons on Snouz's edited icon_atlas and screen_button_atlas and import those images back.

Usage of AssetBundleExtractor is described in more detail in the Tweaked menu portraits thread, here.

38
Yep, it was my fault, sorry for that.

What happens is that the first stable on the right copies the sex of the last seen chocobo (either catched or from another stable) due to a leftover in the code from a past failed experiment of mine.

I have restored the original portion of the code and updated my pack, thank you both sguancho and Khrone for the extremely detailed reports, they've been very useful!

39
Delle due l'una, hai perfettamente ragione. Sarà nel prossimo update, al quale sto già lavorando mentre scrivo questo post. Per quando lo leggerai sarà probabilmente già online. Grazie di nuovo a te per l'occhio vigile e per le segnalazioni.

40
Syncing issue with 30 or 60 FPS videos:
Increasing the frame rate of videos makes the field models start moving earlier, as one can easily see for themselves with the Alexandria videos uploaded here.

What prompts the actual field models to start moving is a check within the field script. For example, with the Alexandria video, field is "Alexandria/Main Street"

Function Vivi_Loop, we can see the following:

Quote
        if ( VAR_GlobBool_146 == 0 ) {
            Wait( 1 )
        } else {
            while ( ( GetCinematicFrame < 100) && ( ( SyncCinematic & 127 ) != 1 ) ) {
                Wait( 1 )
            }
        }

That GetCinematicFrame is the threshold. Double it for 30 FPS videos or x4 with 60 FPS video.

41

I have the double character name issue you describing in your first post.
Also in certain scenes when characters speak with eachother some letters are missing.

It's actually one issue and it's related to coming back from the moguri mod and the memoria engine to "stock" ff9, so maybe it's about the assembly c-sharp file if you copypasted v4 carelessly. try using the one from the moguri mod.

For me, editing character names throught the memoria save editor didn't work at all, but using the name changer at daguerreo fixed both issues at once.

42
Amazing work as always!

About the sound fix, does it require coding changes to resources.assets or the assembly? asking cause i haven't seen p0data61-63, which is where audio files are stored

43
During my last FF9 run i saved in a different slot every time i had the chance. Do you think it'd be useful to you for testing purposes? if so i can upload it.

44
I'll leave this here since there are a lot of "useful information" links on the first post.

This is about altering Fenril and Carbuncle's name and description accordingly, when one of the effect-altering add-ons is equipped on Eiko, both in battle and outside of battle:

Code: ("BattleHUD.cs") [Select]
itemListDetailHUD.Content.SetActive(true);
int num2 = this.PatchAbility(num);                                                    // Added line of code
itemListDetailHUD.NameLabel.text = FF9TextTool.ActionAbilityName(num2);               // Change num to num2
int mp = this.GetMp(aaData);
bool flag2 = mp != 0;
if (flag2)
{
itemListDetailHUD.NumberLabel.text = mp.ToString();
}
else
{
itemListDetailHUD.NumberLabel.text = string.Empty;
}
bool flag3 = abilityState == BattleHUD.AbilityStatus.ABILSTAT_DISABLE;
if (flag3)
{
itemListDetailHUD.NameLabel.color = FF9TextTool.Gray;
itemListDetailHUD.NumberLabel.color = FF9TextTool.Gray;
ButtonGroupState.SetButtonAnimation(itemListDetailHUD.Self, false);
}
else
{
itemListDetailHUD.NameLabel.color = FF9TextTool.White;
itemListDetailHUD.NumberLabel.color = FF9TextTool.White;
ButtonGroupState.SetButtonAnimation(itemListDetailHUD.Self, true);
}
itemListDetailHUD.Button.Help.TextKey = string.Empty;
itemListDetailHUD.Button.Help.Text = FF9TextTool.ActionAbilityHelpDescription(num2);           // Change num to num2

Code: ("AbilityUI.cs") [Select]
private void DisplayAADetail(Transform item, ListDataTypeBase data, int index, bool isInit)
{
[...]
int mp = this.GetMp(FF9StateSystem.Battle.FF9Battle.aa_data[abilityListData.Id]);
int num2 = this.PatchAbility(abilityListData.Id); // Add this line
itemListDetailHUD.NameLabel.text = FF9TextTool.ActionAbilityName(num2); // Change abilityListData.Id to num2
itemListDetailHUD.NumberLabel.text = ((mp != 0) ? mp.ToString() : string.Empty);
if (abilityListData.Type == AbilityUI.AbilityType.CantSpell)
{
itemListDetailHUD.NameLabel.color = FF9TextTool.Gray;
itemListDetailHUD.NumberLabel.color = FF9TextTool.Gray;
}
else if (abilityListData.Type == AbilityUI.AbilityType.Enable)
{
itemListDetailHUD.NameLabel.color = FF9TextTool.White;
itemListDetailHUD.NumberLabel.color = FF9TextTool.White;
}
itemListDetailHUD.Button.Help.Enable = true;
itemListDetailHUD.Button.Help.Text = FF9TextTool.ActionAbilityHelpDescription(num2);     // Change abilityListData.Id to num2
}
}

//*************************************************
//Also copy paste the following anywhere within AbilityUI.cs
//*************************************************

private int PatchAbility(int id)
{
if (AbilityUI.AbilCarbuncle == id)
{
switch (FF9StateSystem.Common.FF9.party.member[this.currentPartyIndex].equip[4])
{
case 227:
id += 3;
break;
case 228:
id++;
break;
case 229:
id += 2;
break;
}
}
else
{
if (AbilityUI.AbilFenril == id)
{
byte b = FF9StateSystem.Common.FF9.party.member[this.currentPartyIndex].equip[4];
id += ((b != 222) ? 0 : 1);
}
}
return id;
}

private static int AbilFenril = 66;

private static int AbilCarbuncle = 68;

Now Carbuncle and Fenril's names and descriptions will match the actual effect when used, which is altered by a few add-ons. Those names and description are already within the game files so no other changes are required. This code simply unlocks these otherwise hidden descriptions.

45
Thanks snouz! Just tried and it works flawlessly except for one case: when frogcid goes out of the minigame and the party regroups, the doors will appear in front of the leading character when the goes near them. Obviously the issue is fixed by exiting and re-entering the room, but to fix that scene as well:

In Main_Loop near the end, after "ShowTile( 9, 1 )", i added:
        SetTilePositionEx( 2, 0, 0, 500 )
        SetTilePositionEx( 3, 0, 0, 500 )
        SetTilePositionEx( 4, 0, 0, 500 )
        SetTilePositionEx( 5, 0, 0, 500 )
        SetTilePositionEx( 6, 0, 0, 500 )
        SetTilePositionEx( 7, 0, 0, 500 )
        SetTilePositionEx( 8, 0, 0, 500 )
        SetTilePositionEx( 9, 0, 0, 500 )
        SetTilePositionEx( 13, 0, 0, 500 )

46
Ottima trovata, grazie mille!  :-D

EDIT: E... installer aggiornato.

47
zePilot submitted the fix in June to Memoria, gave the link in July for the Moguri file with the fix, then Albeoris added the fix to the main Memoria in September. The next update will use the last Memoria build, so it'll be included.

So when the Rework goes out of beta it won't work on stock FF9 like now? It'll require the Memoria engine like the Moguri Mod?

48
Per quello io ho tenuto Conferma Annulla e compagnia... basta che uno cambia configurazione e si sballa tutto.

49
Lol quello è intenzionale. Ho cercato di farlo parlare come un bambino piccolo che stenta alcune sillabe... capita anche altre volte con quel bambino o la bambina. Ecco un estratto dei dialoghi di quella mappa:

Code: [Select]
#xy 8 64
“Stiamo badando ai fioii.”
------------------------------
#cy 32
“Siamo bravi?”
{CHOICE}Bravissimi
{CHOICE}No, per niente!
------------------------------
#xy 88 176
{CLOUD}
“State facendo un ottimo lavoro.”
------------------------------
#xy 88 176
{CLOUD}
“È impossibile per dei bambini.”
------------------------------
#xy 48 56
“"Indossilibe"?
  Che è indossilibe?”
------------------------------
#xy 184 80
“Sì!”
------------------------------
#xy 96 80
“Sì!”
------------------------------
#xy 40 64
“Sono tanto beii!”
------------------------------
#xy 160 64
“Dopo ci diamo l'acqua…”

50
Hmm i couldn't really tell the difference (disc 4). Can you also upload some before/after pictures?

Pages: 1 [2] 3 4 5 6 7 ... 9