I'm new to ikemen GO. How do i add [PowerAdd] to common1.cns? #3132
|
Edit 1/15: Please delete this discussion, I think I found the answer to my own question. Originally I wanted to increase power bar by using [poweradd] parameter in the running state code block from common1 file, however its too difficult to achieve this. States in common1 gets overridden by states defined in character definition. Unfortunately, I couldn't find an effective way to add powerbar parameter without getting overridden, ultimately I have decided to write the code in the character def. files. What I've done:
What I want to achieve:
Question: The code: edit: My understanding: I got curious if the order of loading states in character.def mattered, under the section [File], but this also didn't work. Does [State X, PowerAdd] only work in Char state files? |
Replies: 1 comment
|
To answer the edit question, the line order won't affect the loading order. |
To answer the edit question, the line order won't affect the loading order.
stcommonwill always be "overridden" by the others.