Help & Request Thread

Status
Not open for further replies.
I am scripting in RMXP, and using poccil's Essentials.

But I need help with windows. I know how to set one up with super(0, 0, 360, 480), but I need to know how to position stuff, and use images etc.

So say I wanted to position a picture called 'standard.png' in the middle right of the screen, how would I do it, for example? If you help me, you will get credit in my game, as this is vital for a new feature I am scripting.

My best suggestion is to look in the individual scripts that have windows with pictures. (I believe a good example is the script for the stats screen) I might edit this post later with more detailed information, though.
 
A Music Tracker

I need a music tracker(a tool to create music without any music instruments), but where to find a good one with premade samples(so I dont need a music instrument to record one)
 
I need a music tracker(a tool to create music without any music instruments), but where to find a good one with premade samples(so I dont need a music instrument to record one)

You could always use a midi builder. Those have premade notes for tons of instruments. (Though quality depends on the computer playing the track)
 
Does anyone know how to set an adversary pokemon with a nickname? Like fighting a Charmander named Jack or something?
I'm using Pokemon Essentials by the way
 
Last edited:
Animated Intro

So here's the thing, I've made an animated intro, but now I don't know if it will work or not. I'm extremely new to this stuff (just started yesterday) and I have no idea how to make a .gif work instead of using a png. If seeing the images would help (I doubt it) then I can post them as well.
 
Last edited:
what do you use to make the resolution ?

i mean , what tool u use to make a new resolution like in the real pokemon games on rpgmakerxp ? im tryin' to use resolution demo but i have problems with compatibilites of pokemon essentials..
 
Pokemon Essential already has a resolution changer.
You can change your resolution in option menu.
 
but you mean the option when i start the game or is somewhere on rpgmakerxp?
 
The option in the game.
Like where you could change font and anything else.
 
Okay, I've been looking for an rmxp/rm2k3 rip of the Pokemon Ruby/Sapphire player SURFING for about an HOUR. Where can I find him???
 
In Blissy, Poccil and flamegurus starter kit Ive made my game I play test it and a error log comes up I delete the error log and then when i run the game again I leave the players room and teh error log shows I need help on how to stop this
 
That's not... very helpful.
If you provided the information of the actual error log, people might be able to help you.
 
thats the error log
now its whenever I enter another building taht came up when i entered The pokemon Research Center

Exception: Errno::ENOENT
Message: File Data/Map005.rxdata not found.
Game_Map*:52:in `load_data'
Game_Map*:52:in `setup'
PokemonMap:710:in `getMap'
PokemonMap:837:in `setMapsInRange'
PokemonMap:831:in `each'
PokemonMap:831:in `setMapsInRange'
Resolution*:17:in `display_x='
Game_Map*:71:in `setup'
PokemonMap:658:in `setup'
Scene_Map:214:in `transfer_player'
Exception: Errno::ENOENT
Message: File Data/Map005.rxdata not found.
Game_Map*:52:in `load_data'
Game_Map*:52:in `setup'
PokemonMap:710:in `getMap'
PokemonMap:837:in `setMapsInRange'
PokemonMap:831:in `each'
PokemonMap:831:in `setMapsInRange'
Resolution*:17:in `display_x='
Game_Map*:71:in `setup'
PokemonMap:658:in `setup'
Scene_Map:214:in `transfer_player'
 
Throwing a Pokeball

In the Game I am Making with Pokemon Essiantials,When I throw a Pokeball This
Message Appears:

Exception: ArgumentError
Message: wrong number of arguments(3 for 2)
PokeBattle_Battle:141:in `pbThrow'
PokeBattle_Battle:141:in `pbThrowPokeBall'
PokeBattle_Battle:1639:in `pbRegisterItem'
PokeBattle_Battle:2393:in `pbCommandPhase'
PokeBattle_Battle:2352:in `loop'
PokeBattle_Battle:2407:in `pbCommandPhase'
PokeBattle_Battle:2341:in `each'
PokeBattle_Battle:2341:in `pbCommandPhase'
PokeBattle_Battle:722:in `pbStartBattleCore'
PokeBattle_Battle:721:in `logonerr'


Is there any Way of Fixing it?
 
Help

When my game is uploading the metadata this errorlog comes up:



Exception: NameError
Message: undefined local variable or method `ret' for nil:NilClass
Compiler:164:in `csvBoolean!'
Compiler:395:in `pbGetCsvRecord'
Compiler:363:in `each'
Compiler:363:in `pbGetCsvRecord'
Compiler:655:in `pbCompileMetadata'
Compiler:628:in `pbCompilerEachCommentedLine'
Compiler:480:in `each_line'
Compiler:480:in `pbCompilerEachCommentedLine'
Compiler:477:in `open'
Compiler:477:in `pbCompilerEachCommentedLine'


How do I fix This?
 
Status
Not open for further replies.
Back
Top