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.
Could it download from a Github release?
Beyond this, when downloading, I got an error that ".DS_Store" already exists, so it can't be replaced.
If you have a multiple saves script that saves to a folder in the game directory, it will delete your saves.
When finishing, its only moving some...
If I had any suggestions, it would be this:
if Input.trigger?(Input::MOUSERIGHT)
pbSEPlay("Mining tool change")
newmode = (@sprites["cursor"].mode + 1) % 2
@sprites["cursor"].mode = newmode
@sprites["tool"].src_rect.set(newmode *...
from a cursory look, the big problem is that both redefine 'to_trainer' which are key to both of them functioning, I can't understand Lucidious's code the best, but its clear a compat patch could be made, I am just not familiar enough with either persons code to do so, myself.
You don't even really need to touch the badgeLevel stuff, what you could do is set conditions to return pbDisobey like I did under specific conditions, so
return pbDisobey(choice, badgeLevel) if @pokemon.level >=15 && @pokemon.level <=20 && r <= 50
and then have corresponding things in...
Sorry about the update so quickly, there were a few errors in how IVs were being passed down, they've been fixed now.
Beyond that, at Derxs request, I've added a way to check summary screen from the choose Pokemon screen!
thatonekriegerwriter updated Reincarnation with a new update entry:
We missed some errors with stat passdowns involving items!
Read the rest of this update entry...
It is possible to do, I have done it myself for my game, its just hard to find a place for it without making a new page, or replacing an old one, like Ribbons. Essentials does not reveal happiness by default, so I followed suit.
If I have time today, I'll try to push an update that has it as an...
Reincarnation
This plugin is a port of the Reincarnation System from Touhou Puppet Dance Performance - Shard of Dreams.
A In-depth example of how the script functions can be found in this video by @DerxwnaKapsyla, whom also commissioned this plugin.
In a Summary, Reincarnation is an...