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

  1. T

    Pokemon Essentials: Online

    Nice seeing you back Alexandre, I am glad to see that you are working on this project again and I will be keeping an eye on this for sure!
  2. T

    Move Hex Values?

    Hello crew, I am currently working on adding new Abilities to AquaHarmony and I have noticed that some of the moves are listed in PBMoves as Hex Values. How do I figure out what the moves are so I can define some new Abilities? Thanks!
  3. T

    Different Tileset for each season (Season Script)

    I wrote my own little add in for this system. I will find it from my old copy of AquaHarmony, but as I recall it is about 5-ish lines of code and it also features seasonal music.
  4. T

    Animated Title Screen and Other Title Improvements

    I believe this will work, but Luka knows better than I. @viewport=Viewport.new(0,0,GRAPHICSHEIGHT,GRAPHICSWIDTH) @sprites["Pic"]=GifSprite.new (@viewport) @sprites["Pic"].bitmap=BitmapCache.load_bitmap("PATH TO PICTURE") I set my own viewports so you will have to check the Settings Script of...
  5. T

    Script: Difficulty Modes

    You will have to change all DifficulyModes in each script to Mainamode. The reason you are getting an error is because the script is pointing towards DifficultyModes and since the resource is not there you are getting an error. So if you are going to change a little part of the script you will...
  6. T

    Location window with background image

    ^ This kid knows what's up.
  7. T

    [Release] Safari Zone Android App

    I am surprised nobody has commented on this yet. I've got a Galaxy Nexus and I could help design graphics for this if it starts to take off.
  8. T

    Bag: remove/edit pockets

    @Maruno it almost seems like it will not even be worth it, but hey it is not my game. Editing some 200+ items.
  9. T

    Bag: remove/edit pockets

    If you are taking the BW approach to this you are going to need to edit all of the items and play with the code in the Settings and PokemonBag scripts. I wish you luck.
  10. T

    Pokemon Black and White Dynamic Camera Movement System Help

    Well... Luka will more than likely will not tell you how, but it looks like it is a simple feature if you know how to interpret the battle system and add little fixes.
  11. T

    [Released] Pokémon Melanite Version

    No credits to the people that deserve them... this is why people stop releasing stuff. Just saying.
  12. T

    Trainer Gender Select for Essentials

    This was the first thing @Carmaniac taught me how to script almost 3 years ago XD
  13. T

    [Developing] MAO - Monster Academy Online

    This almost looks like it was made in Eclipse, which I believe is using Ruby/RGSS. If so I might be able to help.
  14. T

    Pokemon B/W Starter Kit!!!!

    How do I say this nicely... This kit looks horrible and the only thing you have done was replaced images which any knuckle head around these parts can do. If you truly want to make a BW kit you will have to do some SCRIPTING... Wha? What is scripting... Well anyhoo unless you recode almost...
  15. T

    [Developing] Pokémon Auburn

    Yes yes, if I had more time I could script for you, but that is the reason I stopped scripting for Imperial Sky and Ameritine.
Back
Top