• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

EBS Change position of "What will "POKEMON" do?"

79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
I want to change this to the middle:
y5s7B6K.png

But I cant find a way to do this.
Im using EBS so I thought I could change it in the "UI" section
but I could not figure out how...
 
Last edited by a moderator:
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
yes. J want to try and modified version of vanilla 15 though.
But I tested it with 16.2.
Using Kleins Bw Kit though but in older versions of EBS I didnt had that
problem.
But anyway there has to be a way to change the position...
 
296
Posts
9
Years
To do this, you should change a EBS function that will imply, in the future, a difficulty to update it. Do you really want my help?
 
296
Posts
9
Years
In class NewCommandWindow, into def text=(msg), replace the line:
Code:
x = NEXTGENUI && DS_STYLE ? bitmap.width - 12 : bitmap.width/12
with:
Code:
x = Graphics.width/2 #Or whatever you want
 
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
Thank you for all the help recently!
Yeah works like it should and I tested now everything
(that came across my mind (so not that much)) to test if there are
now errors or not working abilities. Everything seems to work now.
There is just a graphic thing i dont like.
The "What will POKEMON do?" message is normally supposed to be right in a vanilla essentials with ebs.
So if I push it to the middle the players pokemon HP Bar thingy overlaps with the message slightly.
I already searched for "layer1" in the UI script section and tried to change it but I cant modify the
height for that. Well probably I can but didnt find the right section for that.
IdnM2ru.png


If possible I dont want to change the height of the hp bar permanently.
Just want it to move up when the message appears and afterwards move back down.
Oh and one last thing. When Im using single screen than the hp bar vanishes if I click on "Fight".
Well that makes sense but if im using double screen than theres no need for that. It can stay
and don't have to vanish because the moves of the pokemon are displayed in the lower screen.
 
Last edited by a moderator:
296
Posts
9
Years
In class NewCommandWindow, into def text=(msg), replace the line:
Code:
x = NEXTGENUI && DS_STYLE ? bitmap.width - 12 : bitmap.width/12
with:
Code:
x = Graphics.width/2 [COLOR="Red"]#Or whatever you want[/COLOR]

Code:
x = Graphics.width/2 + 48
 
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
Yeah that moves the message to the left... Oo
But I want to move the players pokemon Hp thingy
 
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
Well nevermind. Only thing left
is that when I click on Fight, that the player hp bar doesnt dissappear.
 
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
No. Because when I enter the menu where i can choose my move in a normal single screen
essentials than it would overlap with the hp bar.
But I have 2 screens so that wouldnt be neccessary...
Well its not that important.
 
296
Posts
9
Years
No. Because when I enter the menu where i can choose my move in a normal single screen
essentials than it would overlap with the hp bar.
But I have 2 screens so that wouldnt be neccessary...
Well its not that important.
You would that player HP bar disappears when you enter the "Fight Menu"?
 
79
Posts
8
Years
  • Age 26
  • Seen Jan 17, 2017
No I want the opposite ^^
because by default it disappears when I enter the "Fight Menu".
The EBS is mainly for single screens. The hp bar disappears
because the fight menu would otherwise overlap with it.
With 2 screens no problem.
 
296
Posts
9
Years
No I want the opposite ^^
because by default it disappears when I enter the "Fight Menu".
The EBS is mainly for single screens. The hp bar disappears
because the fight menu would otherwise overlap with it.
With 2 screens no problem.
Because i'm going to sleep, I'll try to solve this problem tomorrow.
 
Back
Top