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.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with 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] =...