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 - ToraCarol

Pages: 1 2 3 4 [5]
101
Hey guys! It's me again, with a new problem!! ::)



You know WHY Blank is colored while everything blue? Because I really don't  :-\ Things like that happens also on Esto Gaza, some parts on the Temple of Hearth and all that "dark" places..

102
Aah, perfect. Thank you so much.

103
Thank you for the help you guys, so much appreciated  ;D

You know if there's somewhere a database or else where I can find the original PSX Iconset? You know I don't like the new ones so much, so I started to work on it. I just found these on the Wiki, but not much Weapons and items  :(

104
In the end I've decided to put Blank as a simple "Extra character" for the battles..much easier for my personal stuff...  :mrgreen:

So now, just want to know

I know Tirlititi mentioned a way to choose between Blank and Amarant without replacing

so I have wrote the dialog choice, but now..

where i put this?

Code: [Select]
WindowSync( 0, 128, DialogID )
if ( GetDialogChoice==0 ) {    // "Amarant..." is chosen
    SetPartyReserve( 255 )
    SetCharacterData( 7, 0, 255, 5, 7 )
} else if ( GetDialogChoice==1 ) {      // "Blank ofc!" is chosen
    SetPartyReserve( 1215 )
    SetCharacterData( 11, 0, 255, 21, 12 )
}

Everytime i try to put this it says "unexpected line {" or something like this..  so where i need to put it exactly??? Between WHICH lines??? Thank you if you'll help  :)

105
missing piece to the puzzle?

I know.. but I didn't have a better idea.. for now  :-[  I know, I'm a horrible person ;)

106
I'd see where'd you come from there; I too had problems with Blank and this particular field. So, I ended up using an emergency function to save it all.

Aahah, really? So how did you do? I simply did not put Blank in.. but if you had a better idea, I'm curios!

107
Model swapping and/or importing doesn't work yet with the model tool.

Try starting from a clean slate, and then test the function.

Oh my, forgive me... freakin distraction, you said me two times and I didn't read it (or maybe I ignored because too excited of the idea, ahahah idk), ok then. So the only one thing to do is to wait and hope I guess ^^''

And ok, I just tried another time to start from a clean state, and I know for sure that the problem is something with blank.. but I really don't get what..  :-\ I'll try for a third time..

Thank you anyway, again.

108
Thank you Incinerator, when I'm home I give a try!

Mhmh..nope, nothing changed.. :oops:

ps: InitObject (13 0) is Amarant, Vivi is InitObject (7,0) in my case.

109
Alright, I just looked at script: Main_25 in field: Ipsen's Castle/Entrance. I ask, do you have Beatrix in this scene as well? I see a TerminateEntry(13) on your screenshot there.
Also in function: Main_Init/case: 10560, I see there isn't an InitObject( 6, 0 ) (which ought to be Vivi's Init), that maybe an area of issue there, must test. I'm assuming: InitObject( 1, 0 ) is Entry_Blank...
My initial guess from here would be to add Blank to the scene much as Beatrix is added to this scene in Alternate Fantasy; a variable. You might be able to get around adding his entry right below hers.
Example:

In case: 10560 of function: Main_Init

Code: [Select]
        if ( VARL_GenBool_7173 ) {
            InitObject( 13, 0 ) // Beatrix Initiate
            InitObject( 1, 0 ) // Blank Initiate
        }

Main_25 function:
Code: [Select]
Function Main_25
    TerminateEntry( 6 )
    TerminateEntry( 8 )
    TerminateEntry( 7 )
    TerminateEntry( 11 )
    TerminateEntry( 9 )
    TerminateEntry( 10 )
    TerminateEntry( 12 )
    if ( VARL_GenBool_7173 ) {
        TerminateEntry( 13 ) // Terminate Entry_Beatrix
        TerminateEntry( 1 ) // Terminate Entry_Blank
    }
    return

If you don't want Beatrix in this scene, remove her functions from said above.


Thank you Incinerator, when I'm home I give a try!

About the model swap, to distinguish the battle model from the other I have to open it with a 3d program, or else?

And the animations? I can try to looking for all the animations, but you know is there's a particular way to show the preview? Maybe the same program for open models?

You know I don't want to go wrong with something when I'll try to swap Lani and Cinna :P

UPDATE: Mmh, maybe I figured how to distinguish the battle model, in the Field there's "Set Model" and the number, so the other one is the battle model..right?

110
Perhaps showing the script functions you have for Blank_16, hard to tell what's up or down, without it.
And what exactly did you terminate in function Main_25? Which doesn't sound right either way.

Hah, yup... sorry





That's it. Those are the only things I edited on this field.. maybe I was wrong with something...  :-[


111


UPDATE:

Sorry to bother again, you guys but I have a little big problem...so, I'm trying to add Blank in the Scene of Ipsen Castle, and the first part works well, for the second I have a little problem.. I haven't added him yet in the field ( I need to know how it works, because it's not related to the party in this case) so the last variable I did is "Blank_16" (he speaks to Zidane, after Steiner) so I terminated the enter in the Main_25

So WHY Zidane reacts like this???  :'( :'( :'(



The animation works fine, but in the end, whe he says he goes to look for Amarant, it starts to lagging and I don't know why his animation (when he runs on the stairs) is..uhm, quite strange? I mean he's not runnig he's moving in a strange way like if his "freezing" but the model wants to move on the stairs anyway.. I don't know if I explained

112
That’s why I suggested: Blank, Cinna or Marcus. Yes if you model swap Beatrix it will affect scenes with Beatrix as a whole; except the battles against her, as that uses a different model. But to remain on the sure side, select between the tantalus troupe.
The model importer is in Hades workshop’s unity assets viewer. Explore archive p0data4.bin and locate Lani, export first, find said character to be replaced main model internal file name. Rename Lani’s file accordingly. But model swapping characters/importing new doesn’t work yet. It does not crash hades workshop, but it does crash in game.

Pardon, I must also note: replace any characters, be it even Blank/Cinna/Marcus, requires script editing elsewhere, otherwise, you may encounter unwanted entries during the game. Lani fighting on the theater stage and many more like scenarios to be thought out prior to. Unless such really is desired and in that case: go for it! By all means!

I guess I can try with Cinna, I think is the best choice, he does not fight alot. ;)

Quote
But model swapping characters/importing new doesn’t work yet. It does not crash hades workshop, but it does crash in game.

What do you mean exactly?

Quote
The model importer is in Hades workshop’s unity assets viewer. Explore archive p0data4.bin and locate Lani, export first, find said character to be replaced main model internal file name.

Sorry but, this is really my very first time, I need a Step by Step.. So, I exported the model of Lani (368) and Cinna (661) to understand which is who, but...what now? I mean,when I replace the model, how do I distinguish them to the "battle" one and the "field" one ( I mean, the one used for cutscenes etc)

And if I want to add the "Victory pose" (using an animation of her already in) how do I do? 

I know the animations are at p0data5 but..how do I distinguish the animations of the battles? For example "Animation xxx of the model Battle Cinna"

Please, if you can give all the names and fuctions I need for both Cinna and Lani I'll be so grateful, for now I'm searching all the animations by myself but it's quite hard x''




113
Currently not possible as of right now, no character party data for Lani; but here’s a broader thought to get the ball rolling!:

1. Find a current character to replace (you’ll use as Lani) (Be it maybe: Blank/Marcus/Cinna
(Battle model only)
2. Design a portrait for Lani.

3. Model swap her model with said character (when it becomes workable).

4. Init the character from the script accordingly.

Best way to go about seeeing Lani as a bonus character; I have a similar set up with Nyx Ulric.

Hey thank you! This sound a good Idea! I can try swapping with Beatrix, maybe... but, how do I do exactly? Could you give me a little example with screenshots (you know I really don't want to mess something x''3) Can be the risk that can swaps of default for the entire game? (I mean, for Example, when Beatrix fight with Steiner, In that case I still have Beatrix or I'll total swap her with Lanì?)

114
And, sorry..another question how can I allow Blank to active the Support Abilities?

UPDATE:

No worries, I guess is solved is "CIL Code" -> "Macros", "Unlock Ability Learning" right?

115
Quote
@Tedrainbow: Maybe you import the atlas file in a RGB format (Alpha channel, ie. transparency is not imported). In the Unity Assets Viewer's image options, you can choose the "RGBA" compression method to be sure to import the image without compression and with its transparency. If I remember correctly, the DXT5 compression method can use about 4 shades of transparency.

MIPS is the assembly language of the PSX. It doesn't exist anymore in the Steam version and is replaced by CIL code.
It is possible to move other characters than Zidane (actually, you just need to use the script code "DefinePlayerCharacter()" in another entry than Zidane's entry) but you'd need to script all the animations that come with that. Zidane can have an interaction with a lot of stuff through the game and sometimes has specific animations for these interactions that other characters just don't have.
This has nothing to do with MIPS but with Field scripts, by the way.

Ah-ha! So that's it! Thanks a bunch Tirlititi I give a try! And thank you for all the informations, I really didn't know; maybe I can give a shot just for Memoria and Crystal World, there are not alot of interactions requiered, except for "Jump", I guess..  :)

Let me know a thing.. what about if I want to add Lanì as a bonus character in the team (you know, you talk to her in Madain Sari and she decide to join your party) I don't mind to add her in cutscenes, just a playable characters in battles and stuff! ;D

116
Quote
@ToraCarol: Albeoris's Memoria tool is able to change the text font of the game easily, but it's incompatible with HW right now.
But apparently, the tool dnSpy allows to edit the Assembly-CSharp.dll by changing the C# code, which is just as great. You can change the font by replacing the declaration of the variable "defaultFont", in the "EncryptFontManager" class, by this:

Code: [Select]
public static Font defaultFont = Font.CreateDynamicFontFromOSFont( "Arial" , 16 );"Arial" is the font name and "16" is the font size (you can change them to your convenience).
Here's a list of fonts you can use.

Thank you very much for the help! I'll take a look!

I've changed sucessfuly the Face Atlas, so I wanted to try with IconAtlas too..buttt.... but theres a little problem.. even if I did the whole set in trasparency, when I import it in the game it didn't read it, and the background of all the new iconset is white.. you know why? ???

Little ps: No MIPS editing and/or move other characters than Zidane aviable for Steam.. right? Bad luck, I wanted to do something like Final Fantasy V, you know..  moving characters corresponding to the first party member (it's not necessary, but I just wanted to know your opinion about this thing)

117
Thank you for all the kind replies (and the patience too) I'll give a check and, as always, let you know!

UPDATE

What about change font on Steam? Is it possible?


118
Ok, thank you! I give a try and I'll let you know. Meanwhile I hope someone will help me for the other questions even if I know probably it may takes time :P


119
Easy. In sharedassets.assets (open with the Unity Viewer) Extract file FaceAtlas; rename to .png. When finished, must remove the '.png' extension to be imported back in. Portraits must be on the same scale, or will not fit.

Thank you for the kind and quick reply! Please, i'm stupid... tell me.. which one of these??



And, another question.. when I try to export a file nothing happens.. I mean, I click export and..no reactions.. why?

UPDATE

Ok, I tried to click the Import button, and I see the folder "HadesWorkshopAssets" so the files are here.. but when I finished to modify the pictures how does work to put in the game back? :)

120
Hello Tirlititi! Thank you for this awesome tool! Thank to you I  have finally got the occasion to put Blank in and I'm so excited bout that! Now I have a few questions.. hope you will help me!

1) In the Invicible the function "Set Party Member etc" doesn't work... everywhere i put the code, the game won't start after the "squaresoft" logo.. there's the black screen, no music or something else.. why?
2) I tried to take a look of the follow tutorial "How to place characters on the field" but I seriously don't know why, it won't appear..? I made a new object (the number 2, as you said), i tried to put two new voices in the script, the first with the following code for blank "Init", the second is the command "Speak" I tried to copy and paste this one

Code: [Select]
Function Blank_SpeakBTN
    ifnot ( IsMovementEnabled ) {
        return
    }
    set VAR_A6_158 = 0
    if ( VAR_A6_159 == 1 ) {
        DisableMove(  )
        if ( VAR_A6_144 == 0 ) {
            DisableMenu(  )
        } else {
            Wait( 1 )
        }
    }
    0x27( 127 )
    TurnTowardObject( 250, 32 )
    WaitTurn(  )
    WindowSync( 0, 128, 199 )
    set VAR_A6_158 = 1
    if ( VAR_A6_159 == 1 ) {
        if ( VAR_A6_156 == 0 ) {
            EnableMove(  )
            0x27( 255 )
            if ( VAR_A6_144 == 0 ) {
                EnableMenu(  )
            }
        }
    }
    return

 to try..but doesn't work??? Why???
3) "NPC models corresponding to a Party's member"... I was wondering, how works exactly for Blank?

And for the Scenes, for example "Pandemonium" if I want to put him (You know, like you did for Beatrix) how do I do? And in the battle?

4) Last, for now.. there's a way to edit the portraits of the characters from menu etc? ( http://abload.de/img/retroarch-0424-150004neswt.png )



Thank you if you will help, I'm kinda new at modding especially FFIX but I'd like to try and test!

Pages: 1 2 3 4 [5]