YesNoOk
avatar

Ikemen Plus Help (Read 3977 times)

Started by echoms83, May 13, 2020, 05:10:15 pm
Share this topic:
Ikemen Plus Help
#1  May 13, 2020, 05:10:15 pm
  • avatar
    • USA
    • kayecho1@aol.com
I had a question about using Ikemen plus. I am on the character select screen of doing my own screen pack. I have been trying to move the character rows and columns to where I want them but nothing I have done seems to work. I have looked everywhere on the select LUA and Mian LUA but can't find where to make it happen. Does anyone know where I would go to change the position and how to?
Re: Ikemen Plus Help
#2  June 16, 2020, 10:06:09 am
  • avatar
    • Turkey
You need to edit select.lua file.
if data.p2Faces then
      p1FaceX = -40
      p1FaceY = 170
      p2FaceX = 169
      p2FaceY = 170
i changed them like this,try to find the perfect spots for them
Re: Ikemen Plus Help
#3  June 16, 2020, 12:37:14 pm
  • avatar
    • USA
    • kayecho1@aol.com
Hey Brawllux, thanks and I appreciate the help.