• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 imtheomega

  1. I

    [Completed] Pokemon Raptor Version

    Nice idea to switch the title screens, but for the introduction don't forget the credits ;)
  2. I

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

    If you want it to be higher than the edge of the rocks, put this edge on the 2d layer of the map and the bridge on the 3rd, but don't change the superposition priorities to do it or you will have problems like you have now. If you do like I've just said, it should solve your problem.
  3. I

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

    Uh, sorry, but you have just been saying that you've changed it to *2 and it must have no superposition... If it's 2, the player is then under the bridge like here...
  4. I

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

    Yes I've looked and that's exactly what I'm saying. This problem can only come from a superposition problem. Show us a screenshot of your chipset with the superpositions.
  5. I

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

    That's just a problem of priority of superposition... Go into tools=> Data basis => chipsets (dont know if the names are exactly the same since I use the french version), select your chipset and look for your bridge in it. Look if there is a superposition priority on it (*1, *2, ...), if yes...
  6. I

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

    It has been answered before, look in the topic before answering... If it's not the answer to your question, just say it, I will take a look at the scripts to answer it better.
  7. I

    Localizing Pokemon Essentials to Other Languages

    Like I said a long time ago, I'm translating the starterkit in French and I will give u the translation when it's done. But u should solve the problem with the \1 in the extraction and compilation. I've already translated all the pokemon names, the pokemon system, the debuger, all the items...
  8. I

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

    Hi poccil, I didn't get an answer to a mail I've sent u 1 week ago, about an intl problem (with the lines with \1 at the end : those lines are not translated), so here it is :
  9. I

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

    Formes like shadows and gold? He just answered it... Go in PokemonUtilities, look for def pbLoadPokemonBitmapSpecies(pokemon, species, back=false) in it, there is bitmapFileName=sprintf("Graphics/Battlers/%03d%s%s.png",species, pokemon.isShiny? ? "s" : "", back ? "b" : "") If...
  10. I

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

    Do something like that after giving the pokemon to the trainer : for i in 0...$Trainer.party.length $Trainer.party[i].makeShiny if $Trainer.party[i].species==pokemonid end Replace pokemonid by the id of the pokemon you have given to the player. The only problem is that the player cannot have...
  11. I

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

    Obviously it's possible... U just have to create the stairs tiles :/ .
  12. I

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

    Well, you can always add it by yourself... I've said previously that I had "done" an introduction script wich was very easy to use : u have just to insert images/gifs in an intro event. But not a lot of people have ask to have it. @Poccil : If u come on the topic, I've sent u a private...
  13. I

    Pokemon True Story

    I've almost finished upgrading the starterkit (with all the upgrades done during the vacations) and I've added at the same time a section with tips to change little things like colors in your games : here
  14. I

    Pokemon True Story

    Sorry for the waiting. I had some exams to pass and after I went on hollidays so I had no time to spend for the game. But I will continue it. I'm actually doing the map of Pewter City. At the same time, I've also added some features on my website, like a forum and a script section where I have...
  15. I

    FireRed hack: Pokémon Crystal Mountain

    So, here is the english topic of the game. I were used to the french one on your forum Anthony :p. For the trees, I agree that they dont look good, that it could be better. But that's not easy to make new trees in a game, so men should take into account that it took a lot of time to make those...
Back
Top