The Mugen Fighters Guild

I.K.E.M.E.N. Central => IKEMEN Releases => Topic started by: echoms83 on May 13, 2020, 05:10:15 pm

Title: Ikemen Plus Help
Post by: echoms83 on May 13, 2020, 05:10:15 pm
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?
Title: Re: Ikemen Plus Help
Post by: Brawllux on June 16, 2020, 10:06:09 am
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
Title: Re: Ikemen Plus Help
Post by: echoms83 on June 16, 2020, 12:37:14 pm
Hey Brawllux, thanks and I appreciate the help.