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

  1. Z

    Semi-transparency in graphics not working

    The problem is that the color that you are trying to make semi transparent is just plain black. For some reason, semi transparency wont apply to the solid black color. Try to use a slightly lighter shade of black for your shadows and see if it works.
  2. Z

    Game is cropping sprites

    Hold on, is your problem that the sprites are cropped in-game in a custom scene you created, or is it that the sprites are cropped as soon as you save them to the appropriate folder in your game's Graphics folder? If your problem is the first one, then the viewport is in the script section where...
  3. Z

    Game is cropping sprites

    It could be the viewport. Try setting the viewport's width to Graphics.width and its height to Graphics.height and see if that fixes it.
  4. Z

    Adding more graphics to a player's metadata

    In PField_Map around line 356 find: "PlayerA"=>[MetadataPlayerA,"esssssss",:PBTrainers],If you want to add a new graphic just add in an "s" to the "essssss" code. Then open the metadata PBS file and add in the name of your graphic right after the last graphic name in PlayerA's data string...
  5. Z

    Elite Battle 2015: Gen 5 battle skin

    This happens when the camera either pans out or zooms in on an opponent and a common animation plays:
  6. Z

    'Unexpected file format' error when trying to open a game project

    Os means operating system You CAN recover your data though You have to go to whatever folder your game folder is on and right click it then select "restore previous versions", however this can only restore what progress you made the day previous to when your data got corrupt, but hey it's still...
  7. Z

    [ROM hacking] How to make a hack of pokemon B2W2

    Ok so if you want to make a "hack", then this is the wrong place. Head out to the ROM Hacking forums for that. But if you want to make a "game" then you have to manually make your own bw2 tilesets and scripts. Essentials doesnt come with whatever resources you want, thats why its called a...
  8. Z

    How do you start a new project

    Did you open game.rxproj while it was on a zipped file? If you did, just extract the game folder to a folder on your computer like My Documents, and try to launch it there. Hope that fixes your problem.
  9. Z

    Choosing who to vs in E4

    To answer your question, there is no need to code to battle the E4 in any order you want. The simple solution is to make a "hub" map that contains entrances to all the E4's rooms. It is actually a very simple thing to do really as it could all be done by eventing and the use of Global Switches.
  10. Z

    Elite Battle 2015: Gen 5 battle skin

    I encountered an error with the new DynamicScene script when an opposing trainer's pokemon is sent into battle: It pertains to the shiny pokemon checks. To fix it, around line 871, find if @battle.battlers[1].isShiny? pbCommonAnimation("Shiny",@battle.battlers[1],nil) end...
  11. Z

    Elite Battle 2015: Gen 5 battle skin

    Oh, I've found another bug. It is that the shiny sparkles don't show up when a shiny Pokémon is sent into battle or is encountered in the wild. This is really not a big concern, but just pointed it out for convenience sakes.
  12. Z

    Elite Battle 2015: Gen 5 battle skin

    Thank you so much for fixing the animation issue.
  13. Z

    Elite Battle 2015: Gen 5 battle skin

    Hey Luka. I believe that there is a bug with the way attack animations with the "User and Target" focus are shown. The user and target animations should be flipped or stretched when they are used by an opponent. But, the way they are displayed with your battle system shows the same animation for...
Back
Top