Final Fantasy 8 > FF8 Tools
[FF8Tools] Ifrit-enhanced - Monster editor
albert:
--- Quote from: hobbitdur 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 :)
--- End quote ---
Good work, could you share to us the rules of AI modification?
hobbitdur:
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
albert:
--- Quote from: hobbitdur 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
--- End quote ---
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:
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:
--- Quote from: hobbitdur 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.
--- End quote ---
Thank you for your advise, it help me a lot. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version