Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Hi,
I'm curently finishing a short game and I took some tiles from Pokémon Insurgence (sand and lava) Is that ok ? And if yes, how should I credit them ?
Thanks !
The new version of the pokemon.txt (since V20 I think ?) with pokemon names in french.
La nouvelle syntaxe de pokemon.txt en français
I hope this helps.
azmikmak submitted a new resource:
Pokemon names translation in french (pokemon.txt modified) - pokemon.txt with french names
Read more about this resource...
Hi !
I tried to adapt this to the V20 But I'm no good at Ruby (just yet) so I did what seemed to me to be the next best thing : scripted an event.
It's a normal NPC.
Hopefully It's gonna be useful to someone ;)
a nice day to you anyway and thanks for the resource above !
PS: Should I post that...
Hi !
Thanks for that script :)
I took the liberty of adapting it to the V20, I do not know if it works for the V20.1
# Make all wild Pokémon shiny pokemon have perfect IVs.
EventHandlers.add(:on_wild_pokemon_created, :shiny_have_perfect_IV,
proc { |pkmn|
if pkmn.shiny?
pkmn.iv[:HP] =...