• 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.

Recent content by ?Alistair?

  1. ?

    General game making help

    I have to admit that I was worried that it would just get lost in the influx of questions that are asked in the 2 threads- i figured I had a better chance of getting help if I posted in both; I apologise if this was the wrong thing to do.
  2. ?

    General game making help

    Just a quick question. I recently upgraded to the latest version of Pokemon Essentials, it was all fine apart from when I came to making a regional dex possible. When I did this on the old version it was fairly simple, I simply removed the line in Compiler that said 'regional numbers cannot be...
  3. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Just a quick question. I recently upgraded to the latest version of Pokemon Essentials, it was all fine apart from when I came to making a regional dex possible. When I did this on the old version it was fairly simple, I simply removed the line in Compiler that said 'regional numbers cannot be...
  4. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Just going to repost, still stuck with the NoMethodError, it's saying that there is an undefined method for pbgetSaveFileName in PokemonLoad 262, my pokemonload 262 (and surrounding script) looks like this def pbStartLoadScreen $PokemonTemp=PokemonTemp.new $game_temp =...
  5. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Could anyone help with this, if so i'll post the bits of corresponding script. Thank
  6. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I recently updated my version of essentials to the most recent one (to fix an error), the game runs fine except that the font is all screwy. I don't know how to fix it so that is the normal fonts.
  7. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Still suffering with the same error. Exception: NoMethodError Message: undefined method `pbGetDayNightMinutes' for #<LightEffect_DayNight:0x56fc498> PokemonField:998:in `update' AnimationSprite:94:in `update' AnimationSprite:93:in `each' AnimationSprite:93:in `update' Spriteset_Map:44:in...
  8. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I was wondering where I start to go about changing the screen resolution to make my game ok to display 80x80 sprites. Thanks.
  9. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Fixed my previous problem (i had to put in the standard essentials scripts), but now i'm getting this new error. Any ideas? Exception: NoMethodError Message: undefined method `pbGetDayNightMinutes' for #<LightEffect_DayNight:0x56fe088> PokemonField:998:in `update' AnimationSprite:94:in `update'...
  10. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Fixed my previous problem (i had to put in the standard essentials scripts), but now i'm getting this new error. Any ideas? Exception: NoMethodError Message: undefined method `pbGetDayNightMinutes' for #<LightEffect_DayNight:0x56fe088> PokemonField:998:in `update' AnimationSprite:94:in `update'...
  11. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    I get this error every time a wild battle starts. I don't know what's wrong, I even tried replacing my Pokebattle_ActualScene and PokeBattle_Battle with just the default essential's ones but still no change. Exception: NoMethodError Message: undefined method `nextBattleBack' for...
  12. ?

    PROJECT32

    Basically, he wants to make the fan-games in the forum a lot more original. He is doing this by supplying a whole new style of tilesets. But it's a project, which means that everyone else can contribute with custom scripts and their own custom tiles. Good luck with this, the tiles so far are...
  13. ?

    Game Development Team Recruitment

    Position Needed: Fakemon Spriter - Front/Back Game: Pokémon Obsidian Story The character has just returned home from a trip to Hoenn after a fire was started in your hometown and renovations were done at your house. Through the game there will be clues to how the fire started, but they will...
  14. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    Ok, so here is what the area of script that i changed (un-commented) looks like. 1407 if outdoor 1408 tone= $HourlyTones[Time.now.hour] 1409 @sprites["battlebg"].tone=tone 1410 @sprites["enemybase"].tone=tone 1411 @sprites["playerbase"].tone=tone 1412 end And here is the error message
  15. ?

    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

    In the PokeBattle_ActualScene area of the script, i added (lines 1409-1413) if @outdoor pbDayNightTint(@sprites["battlebg"]) pbDayNightTint(@sprites["enemybase"]) pbDayNightTint(@sprites["playerbase"]) endto the end of the pbBackdrop section, but when it's night the background doesn't...
Back
Top