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

  1. M

    Bug when about to battle a trainer

    Okay, we figured out the issue. The error activates if the corresponding map header is missing in the intl.txt/intl.dat files being used by the Language scripts, and in order to fix it, you have to extract and recompile the text.
  2. M

    Bug when about to battle a trainer

    After downloading the current development version of Touhoumon Faith & Prayer, I got the trainers to speak (whereas they wouldn't before because the error popped up) by commenting out line 652 in PokemonMessages that triggered the error: message=_MAPINTL($game_map.map_id,message) I got a new...
  3. M

    [Essentials Tutorial] Turn HM moves into items

    It worked for me as well, thanks.
  4. M

    [Essentials Tutorial] Turn HM moves into items

    This is my attempt at turning Fly into a key item, called the Mini Teleporter, but it doesn't work. HM Fly works normally, but if I press F5, it says "Can't use that here." and if I bypass that part of the code, the game has a scripting error. I assume it's because specifically...
  5. M

    IRGSS[An RGSS clone for rpg XP]

    This project sounds interesting, but you would also have to support RPG Maker XP formats as well, like the one for maps. I assume you plan to continue using RPG Maker XP itself as the development environment for games run under IRGSS?
  6. M

    Garbage data is being written to trainers.txt; what is "T_mAfmAEmA"?

    Upon trying to create a new trainer using Pokemon Essentials' automated process, Derxwna and I get the following error: Upon examination of the trainers.txt file, we see stuff like: #------------------- CAMPER Liam 2 DIGLETT,10,T_mAfmAEmA,T_mAfmAEmA,T_mAfmAEmA,T_mAfmAEmA,T_mAfmAEmA,,0...
  7. M

    [Question] Would You Guys Like The Idea Of Having A Pokemon Game With All The Regions/Pokemon?

    Ignoring the fact that it would be considerably harder for Bethesda to do so, there is a reason they wouldn't make a single-player Elder Scrolls game encompassing all of Tamriel. There's already enough to do and explore in a TES game that a lot of players would probably just get tired of playing...
  8. M

    [Discussion] Copyright issues

    If we were talking about how to decrease the chances of C&D or legal action from Nintendo, then I'd say one of the important things to do is avoid trademark infringement. Nintendo is required by law to protect their trademark, either by sending a C&D or demanding royalties, otherwise they will...
  9. M

    An item that does the same thing as an HM

    I'm that friend who edited the PokemonHiddenMoves file in Pokemon Essentials v11 to accommodate items. I've bolded my edits in one function to show what exactly I've changed: def Kernel.pbCut hasAxe=$PokemonBag.pbQuantity(PBItems::AXE)>0 hasBadge=HIDDENMOVESCOUNTBADGES ...
  10. M

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Where can I find documents about the locations of Pokemon species data in Pokemon RSE/FrLg ROMs? Also, a list of all the RSE/FrLg characters and their corresponding ASCII/Unicode values would be nice too. I want to write a script in Python that automatically dumps all the Pokemon data into a...
  11. M

    Is Windows XP Obselete?

    I was linked to this thread by someone else, and after reading, I decided I should contribute my opinion to it. I use Windows XP, and prefer to use it, and will probably continue to do so until none of the newer games I'm actually interested in will work. If the programs somehow stop...
Back
Top