Regarding changing battler's position using YanFly's Battle Core Engine....

● ARCHIVED · READ-ONLY
Started by IkutsukiYuri 4 posts View original ↗
  1. upload_2018-8-25_0-6-15.png

    I was shooked when I see this formula
    Like
    Did we learn that in school-- was I sleeping

    How do ya adjust that alien language--

    I've looked at all the posts connected to this thing
    There's even this one person explaining it in depth
    But I'm scared to even touch the parameter...

    So anyway I want to put all of these people on the same horizontal plane....
    upload_2018-8-25_0-11-3.png

    Like this!

    halp.png

    Thanks!
  2. Remove the “index” bit out of the y coordinate.

    Then adjust the x coordinate until they’re spaced to your liking.
  3. upload_2018-8-25_1-52-52.png

    Yay it worked! :kaocry: Thank you very much!
    I understand now;; so index is like the space between characters is it?
    That's why you gotta delete the Y one so that there's no space between the characters :kaohi:
    ANYWAY THANK YOU VERY MUCH YOU SAVED ME
  4. Index is the party member number, so that bit that reads ‘index * 32’ means each y offset is different by 32 pixels (as index 1 = +32, index 2 = +64... etc. )

    Glad you got it!