Search results

  1. leilou

    scriping new battle modes is so hard -.-

    scriping new battle modes is so hard -.-
  2. leilou

    Selecting a Pokemon from the Party by Nickname

    I didn't test it but that should do what I think your trying to do. for i in Trainer.party if i.name==pbGetUserName i.species=newSpecies #do what you want end end Be aware that that code messes you up if someone decides to nickname his pokemon pbGetUserName or if the user name is a...
  3. leilou

    Scripting Tools to make life easier?

    Hey all you scripters out there! I have a question for you. I might be a little spoiled but are there tools to make scripting easier? Like one that highligts syntax errors in the editor without having you to run the programm for example. What are you using to make you life easier?
  4. leilou

    A Speed-up button in Fan Games. (Do or Don't)

    Game Freak thought of something to fix this: Fly The thing with the explicit button is that it temts the player to press it. It disrupts the game flow and a lot of the experience gets lost like this. Because whenever I used such a button it never had fun while doing so. A match bike is not...
  5. leilou

    A Speed-up button in Fan Games. (Do or Don't)

    Actually there are ways to speed up your game in Essentials: running/bike and the text speed option So the only thing that misses is skipping attack animations. It's not bad to have speed up options. But I think it's nessecairy to split them up and balance each individually. Skipping...
  6. leilou

    [Legacy] Suggestions to improve Essentials

    I thought the same so I fixed it like this: Go to your script section and search the script PField_Field. In this script you search for the functions Kernel.pbReceiveItem and Kernel.pbItemBall and replace all lines that are like this(the word found is varied)...
  7. leilou

    Post Game

    First things first: What is postgame? The main game is the storyline. The post game is what you can do after the story. In other words what to do when the game doesn't tell you what to do anymore and no new content is revealed anymore. Obviously you got to repeat things. Why would I repeat...
  8. leilou

    Grey tone screen effect?

    If you make an event -> insert -> on the second page in the left lower corner there is a command Change Screen Color Tone... you might want to use this
  9. leilou

    Completed Pokémon: Attack on Silph. Co

    I think critisism is very useful. No matter how good a game is. Getting opinions from playtesters is the easiest way to improve a game.
  10. leilou

    What does pb mean?

    Hey I have a question about scripting. A lot of the functions of Essentials have that "pb" at the start. Is it good practice? So I wanted to ask if I should do it too if I want to share a script as a resource. Thanks in advance leilou
  11. leilou

    COMING SOON: Relic Castle Game Jam #3

    I'm hyped! Well I don't think I'll have much time but if I find the time to participate I definitely will. I have it all planed out already!
  12. leilou

    COMING SOON: Relic Castle Game Jam #3

    I'd like to hear a definition for prework. I have some custom tiles made for the project I'm working right now. The tileset is still in work and changes all the time so I didn't make it public yet. Am I allowed to use these?
  13. leilou

    Hoenn

    HOENN has the best soudtrack of all Pokémon games. In gen 3 and 6. Emeralds Battle Frontier was the best post game of all Pokémon games. I've played my Emerald Edition for over 400h. (I guess that's more sad than somehing to be proud of though :'D)
  14. leilou

    How'd you give the protagonist a starter pokemon?

    Well I do the clasic with the Prof getting attacked in the grass and having to pick a Pokémon out of the bag to help him.
  15. leilou

    Player Cant Cross Into The Next Map

    are you sure that all tiles on all 3 layers and on both maps all events are passable?
  16. leilou

    Player Cant Cross Into The Next Map

    If there is a gap inbetween the maps you can not cross this gap. You can easily see if there is a gap if you go into your game and the gap is there, too.
  17. leilou

    Cities

    I think it's fine as long a city has a theme. This theme should be only used once in the region though. As long as the theme is new a city is always something that feels new when you explore it. Also every city should have a reason for that theme if it's special. For example: Fortree city is...
  18. leilou

    Manipulating PC Storage

    Actually I have the same issues and started making a PC operations script myself. I don't have the utility you want yet because I didn't need it yet. But the following might work. There is a global variable called $PokemonStorage representing your Pokémon in the PC. It is a 2 dimensional Array...
  19. leilou

    Map [Legacy] Map Showcase

    I like the idea behind this little village. I also like the way you shaped land/water. I think the left side is really good. Mabe adding a mud path to the house entrances and making the bottom tree line vary in height may be a good idea. The right side on the other hand feels kind of empty...
  20. leilou

    Map [Legacy] Map Showcase

    The tileset is amazing ... may I use it, too? And if yes whom do I credit?
Top