• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Pokemon Starterkit (Rmxp)

Status
Not open for further replies.
Here it is. Please help me fix this problem.
 
In the battle system somewhere it is told to zoom the background 2.0 change that to 1 or delete that line.
 
I fixed the problem. Thanks for your help anyway.
 
tdata said:
In the battle system somewhere it is told to zoom the background 2.0 change that to 1 or delete that line.
it should be in spriteset_battle, in def update.
Code:
@battlebacksprite.zoom_x = 2
@battlebacksprite.zoom_y = 2
 
????? 'Window_Base' ? 30 ??? RGSSError ????????

disposed window

why do I get this error after fighting the girl?
I mean, this is the line that goes with Window_Base 30:
if self.contents != nil
 
Stefanz said:
????? 'Window_Base' ? 30 ??? RGSSError ????????

disposed window

why do I get this error after fighting the girl?
I mean, this is the line that goes with Window_Base 30:
that means the window is erased,
but it's functions is getting called.
so i'll have a look how to fix this
 
Um. Blizzy How do you move the party members during a battle down. I want to move them down a little bit and also the menu during the battle. You can see a few screens on my game thread, Pokemon Rise to Destiny. Scroll down to the latest screens and see what I mean. Can you please tell me how. I want to move the menu to the right all the way, and the party down to wear the grass is, like in the pokemon games.
 
dan48 said:
Um. Blizzy How do you move the party members during a battle down. I want to move them down a little bit and also the menu during the battle. You can see a few screens on my game thread, Pokemon Rise to Destiny. Scroll down to the latest screens and see what I mean. Can you please tell me how. I want to move the menu to the right all the way, and the party down to wear the grass is, like in the pokemon games.
moving down is pretty easy.
you should look for:
@sprite.y = #value
for horizontal it's
@sprite.x = #value
it should be all in Scene_Battle

by the way.
i got some pm's containing something like this:
Code:
'please send me the battle'
i'll just ignore those. just wait untill i want to release it.
the only thing that i have done to the battle is the appearance.
(= layout + hpbars). so in my opinion the battle is 5% finish.
 
Thanks. How do you move the battle menu? The one that says battle pokemon, item run. You know what I mean. How do I move this?
 
Seems cool! I hope that in the next beta you have like 60% of the battle coding done, so we can input the attacks and the items to the game!
 
QFred said:
Seems cool!
I hope that in the next beta you have like 60% of the battle coding done,
so we can input the attacks and the items to the game!
nope, this is the last release with the current battle i have now.
i wont update it anymore. if you learn how to script,
you'll see it's easy to edit my code. ^^ :P
you can't expect me to do everything you know ^^
dan48 said:
Thanks. How do you move the battle menu?
The one that says battle pokemon, item run.
You know what I mean. How do I move this?
i believe it's called:
Code:
@command_window
 
Blizzy when do you release the next beta ?
i would like to play it, what's new in it?
stay well and good work
 
Um. Sorry Blizzy but can you be a little more exact. And by the way I just want to know if you misunderstood me, but what I meant by move down is to move your pokemon like down. You know how when you start a battle your pokemon are in their spots, I want to move them down from that spot. The menu I want to move a little to the right so it looks better.

If you did mean this can you tell me where exactly to go to change this. There are like 4 different scene battles and I have no clue where to find what you told me to. Sorry about this. I just want to make my battle system better you know.
 
dan48 said:
Um. Sorry Blizzy but can you be a little more exact. And by the way I just want to know if you misunderstood me, but what I meant by move down is to move your pokemon like down. You know how when you start a battle your pokemon are in their spots, I want to move them down from that spot. The menu I want to move a little to the right so it looks better.

If you did mean this can you tell me where exactly to go to change this. There are like 4 different scene battles and I have no clue where to find what you told me to. Sorry about this. I just want to make my battle system better you know.
oh, sorry for misunderstanding.
check for this in Game_Actor:
Code:
  def screen_y
    return #number
  end
all down the bottom
 
How do I make it move down now?

And also Blizzy. During a battle you know the message box. How do I use a diffrent one. I have another I would much rather use because it matches my battle system. Can you tell me how to switch it with the one you have. It would be a great help.
 
Last edited:
I dont have RMXP so I dont use it...
but This project is great!
-YOu have everything people want in it ( i think)
its like a expantion to RPgmaker making it ...RolePlayingPkmnGameMaker

I just here to wish you good luck with Starter kit!
Good luck!
 
yeah i'm from the netherlands.
also called 'nederland' in dutch :P

@lightou
i haven't got an answer, yet.
i send a pm to him ^^
 
Blizzy. Can you answer my question please?

Um. Sorry Blizzy but can you be a little more exact. And by the way I just want to know if you misunderstood me, but what I meant by move down is to move your pokemon like down. You know how when you start a battle your pokemon are in their spots, I want to move them down from that spot. The menu I want to move a little to the right so it looks better.

If you did mean this can you tell me where exactly to go to change this. There are like 4 different scene battles and I have no clue where to find what you told me to. Sorry about this. I just want to make my battle system better you know.
 
Status
Not open for further replies.
Back
Top