Search results

  1. leilou

    Game Corner Prizes Script

    I had that problem once, too: it won't let you instert text if that means a newline that would make the text box longer(in lines) that it can.
  2. leilou

    Game Jam Game Jam #3: Discussion

    well the deadline is in 4 days ... everyone who publishes a game until then is in ... there's no way to know how many people participate because a lot of people don't make it on time or just didn't say anything on the forum and discord. But then again ... 4 more days and it will be clear :)
  3. leilou

    Difficulty

    Regarding how hard enemy trainers are to beat: There is an easy way to make things easy and let the player decide to make it harder: EXP ALL Well both easy and hard can be nice. When a game is harder and I had to go to the poke center after every battle but has a lot of hidden nuggets I start...
  4. leilou

    Can fan games without new pokemon get popular?

    Well I've played quite a few fangames that have an interesting story but had no fakemon. I like those games a lot. Specially with challenging games having Pokémon is more comfortable because the player can focus on the challenges and doesn't have to focus on all the type advantages. When...
  5. leilou

    Other [Legacy] Project Sandbox

    I like the idea. The world has to be interesting though. If you're going to have it be open world ... maybe do lots of island stories instead of one overall story so the order doesn't matter. Or maybe every island story giving different hints to solve a certain overall mystery. I'd also advise...
  6. leilou

    Second Regions

    Actually I don't know if I like the idea of second region as Post Game that much ... I think pokemon mystery dungeon handles second regions pretty well(at least the gba and ds version) ... you get chased out of your comfy zone and the new surroundings support that feeling pretty well...
  7. leilou

    Second Regions

    Well I don't have a pile of well written arguments ... just some thoughts ... The thing that bugs me about the idea of the second region as it is described in @Hematite's response is that you could defenitely do that in one region. NPC side quests, Battle Frontier challenge, hiding good items...
  8. leilou

    Set variable from within the script editor

    use the following line: $game_variables[38] = 1 but if you want another event to be triggered you''ll need to reload the map ... sorry about the switches ... that just seems to work if you set them through an event not through the script ($game_switches[x]=true) won't work to trigger events...
  9. leilou

    Sprite Resizer Error when running

    did they maybe have a pokemon that got deleted from the game? (like the pokemon.txt file)
  10. leilou

    Sprite Resizer Error when running

    You could just copy your savefile to another location bevore deleting it.
  11. leilou

    Routes

    The pokemon jurney consists of cities and routes. Cities are the safespot but have the tough trainers(rival, gym). Also in cities you want to fight the opponents. They are either important from the story or optional. And you can always run to the next heal spot and then take on the next...
  12. leilou

    NoMethodError

    You should only be able to get that error if no $Trainer is defined. Did you call pbTrainerName in the Intro? That's where the trainer is initialised. If you didn't that's the problem. The other thing that I can think of would be if you somehow wrote either $Trainer = nil or $Trainer = false
  13. leilou

    Game Jam Game Jam #3: Discussion

    well pokemon essentials is one of them ^-^
  14. leilou

    `alias_method'undefined method `PBTypes.getEffectiveness' for class `PBTypes'

    It works ... thank you very much :)
  15. leilou

    `alias_method'undefined method `PBTypes.getEffectiveness' for class `PBTypes'

    Yes I looked at that solution and could easily do it that way ... I mainly want to know what I did wrong so that I can up my knowledge
  16. leilou

    `alias_method'undefined method `PBTypes.getEffectiveness' for class `PBTypes'

    So ... i tried to make inverse battle. I extended the class PBTypes and wrote a funktion PBTypes.getEffectivenessInverse. Then I wanted to switch the PBTypes.getEffectiveness method during runtime with alias and just do the normal battle. So I wrote the following code: class PBTypes def...
  17. leilou

    working on my actual jam game ^-^

    working on my actual jam game ^-^
  18. leilou

    Arrangement of tall grass

    depends on what your trying to do ... the first pic is a big block ... so it would be like punishing the player for failing a puzzle or just to have him encounter pkmn if he wants to avoid trainers mabe. The second style animates the player to choose the path with the least grass. So it's like...
  19. leilou

    Gameplay Battle Rework

    Well I'm planning on releasing a rotation battle script after game jam. But it's actually 1v1 with rotation mecanics ;)
  20. leilou

    Game Jam Game Jam #3: Recruitment

    [Recruiting] -Looking to recruit: Artist We need you to do backgrounds/scenes/icons for the project. It'd be great if you were creative and design the art you do. You'll make this project shine! Own ideas are appreciated. IWe are more than willing to discuss new ideas. The more ideas the higher...
Top