Author Topic: [FF8Tools] Ifrit-enhanced - Monster editor  (Read 1904 times)

hobbitdur

  • *
  • Posts: 31
    • View Profile
[FF8Tools] Ifrit-enhanced - Monster editor
« on: 2024-08-21 09:26:33 »
#################################
 
ifrit-enhanced  Current version: 2.1.0      

#################################

This tools has actually 3 tools in one:
- One that allow a quick modification of a value in a file
- One that allow to transform .dat files into XLSX and back into .dat files, so you can modify a lot pretty fast. It is also the one with the last update on what is known of the different values, and bring a lot of info to help choosing which value to put (and an AI reader/editor)
- And one to edit the AI

Make your choice !

Feel free to try and ask for improvement.

Thanks to @myst6re (again) for all the help on it and the RE

Download link
Discord channel invitation
Original qhimm post by gjoerulv
If you want to help those tool to keep coming, don't hesitate to help on Patreon




« Last Edit: 2024-09-17 11:24:30 by hobbitdur »

Divatox

  • *
  • Posts: 93
    • View Profile
Re: [FF8] Ifrit-enhanced
« Reply #1 on: 2024-08-23 18:01:38 »
there is another link for the discord?
for some reason appears blank to me =/

hobbitdur

  • *
  • Posts: 31
    • View Profile
Re: [FF8] Ifrit-enhanced
« Reply #2 on: 2024-08-24 10:33:51 »
You are probably not in Qhimm discord, that's why. Here the invitation link: https://discord.gg/sCbmwh2nbv
« Last Edit: 2024-08-24 10:55:11 by hobbitdur »

Divatox

  • *
  • Posts: 93
    • View Profile
Re: [FF8] Ifrit-enhanced
« Reply #3 on: 2024-08-24 18:05:33 »
thanks ^^

hobbitdur

  • *
  • Posts: 31
    • View Profile
Re: [FF8] Ifrit-enhanced
« Reply #4 on: 2024-09-06 20:10:51 »
New version 2.1.0 which contains an evolved AI editor with the list of possible values !
Please enjoy :)
« Last Edit: 2024-09-06 20:17:26 by hobbitdur »

albert

  • *
  • Posts: 47
    • View Profile
Re: [FF8] Ifrit-enhanced
« Reply #5 on: 2024-09-18 12:48:26 »
New version 2.1.0 which contains an evolved AI editor with the list of possible values !
Please enjoy :)


Good work, could you share to us the rules of AI modification?


hobbitdur

  • *
  • Posts: 31
    • View Profile
Re: [FF8Tools] Ifrit-enhanced - Monster editor
« Reply #6 on: 2024-09-20 11:37:57 »
I am not sure what rules you are speaking about.
For the list of all possible command, you can find it here: https://github.com/HobbitDur/ifrit-enhanced/blob/master/ifrit-AI/Resources/ai_info.json
You can find all data info of item for example or else in my dedicated FF8GameData github:
https://github.com/HobbitDur/FF8GameData/tree/master/Resources
« Last Edit: 2024-09-20 11:40:14 by hobbitdur »

albert

  • *
  • Posts: 47
    • View Profile
Re: [FF8Tools] Ifrit-enhanced - Monster editor
« Reply #7 on: 2024-09-20 17:23:14 »
I am not sure what rules you are speaking about.
For the list of all possible command, you can find it here: https://github.com/HobbitDur/ifrit-enhanced/blob/master/ifrit-AI/Resources/ai_info.json
You can find all data info of item for example or else in my dedicated FF8GameData github:
https://github.com/HobbitDur/FF8GameData/tree/master/Resources

The rules I'm talking about is more like AI logic.

I read the code and try to find out the pattern and priority chart, there some item I doesn't know what it is like:

For example

Does AI have a size limit?
I noticed there is a item [Subject ID:X], the number has a marked colour but there are no variable can change it

BTW
Maybe there is a bug in there:
If I open a file but doesn't choose which code on title(last show enemy turn)(just for simulate after I modified a file and open a new one.) , then I click plus botton for insert a new line in front of first line, it can not delete by click minus botton.
and, If I open a new file it doesn't refresh but just insert on front.

hobbitdur

  • *
  • Posts: 31
    • View Profile
Re: [FF8Tools] Ifrit-enhanced - Monster editor
« Reply #8 on: 2024-09-20 21:22:11 »
For the size limit, probably I didn't discover it yet. It's a good question that need further testing to find out. But I have modified a lots of monster with long AI and didn't see any length problem.

For the subject ID, there is a var to change it, the first value. Not sure what is the problem.

If you have other question don't hesitate, but the best recommendation is to play with it. I can create a 18 pages explaining every part of the AI, but it will be longer that just testing value around.

For the bug, nice catch I reproduced it. If you could be kind to add it to my github issues would be nice so I don't forget.

albert

  • *
  • Posts: 47
    • View Profile
Re: [FF8Tools] Ifrit-enhanced - Monster editor
« Reply #9 on: 2024-09-21 01:18:52 »
For the size limit, probably I didn't discover it yet. It's a good question that need further testing to find out. But I have modified a lots of monster with long AI and didn't see any length problem.

For the subject ID, there is a var to change it, the first value. Not sure what is the problem.

If you have other question don't hesitate, but the best recommendation is to play with it. I can create a 18 pages explaining every part of the AI, but it will be longer that just testing value around.

For the bug, nice catch I reproduced it. If you could be kind to add it to my github issues would be nice so I don't forget.

Thank you for your advise, it help me a lot. :)