HOME | DD

Published: 2015-06-11 01:03:08 +0000 UTC; Views: 5484; Favourites: 16; Downloads: 23
Redirect to original
Description
This script will speed up your game if you press F in debug mode.And why is this script useful? I have to test a lot of things everytime and I waste a lot of time testing. In my case is because scripts but for example, imagine you've to test a lot of events with lots of dialog only to test if something after the dialog works fine, you will waste a lot of time only to see if the thing after all the dialog works. With this script the game will be twice as fast and you will be able to test everything faster. Trust me, you will save lot of time...
I know it will not be useful for everybody but I'm sure it will be for someone
If you still don't know what it does, I did a gif:
sta.sh/0f1i920n85c
Download: pokemonfangames.com/script.php…
How to use
Press F while you're in debug mode (testing the game)
How to install
Copy and paste the script above main.
Related content
Comments: 35
RegisNex79 [2019-11-27 12:45:01 +0000 UTC]
Como puedo cambiarle el botón para que no sea F si no otro?
How can I change the button so that it is not F if not another?
👍: 0 ⏩: 0
JunoAndIce [2018-05-17 22:22:26 +0000 UTC]
Amazing Script, but I have two questions.
One is how would I go about making it a toggle instead of it being held down, and how would I make it work outside of debug?
Your help would be greatly appreciated.
👍: 0 ⏩: 0
Lovux-The-Great [2017-08-26 13:41:25 +0000 UTC]
"Copy and paste the script above main"
Main what? In what folder? I'm new to Pokémon modding/hacking and still not quite sure how everythign works, can you provide an extremely dumbed down version fo where and how exactly this script is applied.
👍: 0 ⏩: 0
icsir3 [2016-11-17 17:59:21 +0000 UTC]
Is there a way to change it so it works outside of debug mode?
👍: 0 ⏩: 0
Sharazel [2015-06-22 15:12:52 +0000 UTC]
How can you change the button that needs to be pressed?
👍: 0 ⏩: 1
KleinStudio In reply to Sharazel [2015-06-22 16:36:17 +0000 UTC]
Look at self.pressex?(0x46) and look this msdn.microsoft.com/en-us/libra… , as you can read 0x46 is the F key, so just replace it
👍: 0 ⏩: 1
Gugstarvia [2015-06-11 17:53:33 +0000 UTC]
U could make a version of this but without the variable debug
👍: 0 ⏩: 1
KleinStudio In reply to Gugstarvia [2015-06-11 18:58:23 +0000 UTC]
You just need to delete the line "if $DEBUG" and the last end before "kleinfast_update"
👍: 0 ⏩: 1
superminijoseph [2015-06-11 17:26:02 +0000 UTC]
How do you make the GIF's for these showcases? Like the ones you make to show us what it would look like in the game.
👍: 0 ⏩: 1
KleinStudio In reply to superminijoseph [2015-06-11 18:57:21 +0000 UTC]
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-12 04:11:18 +0000 UTC]
Thanks! Also how do you run movies in essentials. I used the script, the movie is in AVI format, and its in the Movies folder. And the Movies folder is in the same folder with the game.exe,graphic,ect. Do you know what I'm doing wrong?
👍: 0 ⏩: 1
KleinStudio In reply to superminijoseph [2015-06-12 09:04:59 +0000 UTC]
I didn't know about a video player script in Essentials haha
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-12 15:25:55 +0000 UTC]
Yeah its called scene_movie. Also I found an Avi player for RPGXP(That also works in essentials. But when I use it the movie isn't full screen. This may be due to the duel screens. Its a script call Zeus Video player. Do you think you could take a look at it. I want to put in the black 2 scene with kyurem fusing with zekrom for my game.
👍: 0 ⏩: 1
KleinStudio In reply to superminijoseph [2015-06-12 16:41:38 +0000 UTC]
I can take a look at that later
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-12 17:10:13 +0000 UTC]
Actually I figured it out. It may need work still to fitting the screen. But check my galley. Look for Pokemon Shadow Fire has movies. I did it lol!
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-13 00:46:52 +0000 UTC]
Thanks! I'm gonna play through Pokemon Black 2 on Desmume to record a higher quality Avi. Is there any way to skip through the game, cheat wise?
👍: 0 ⏩: 1
KleinStudio In reply to superminijoseph [2015-06-13 15:38:50 +0000 UTC]
I don't know, maybe a savegame
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-13 18:02:44 +0000 UTC]
I probably just play it through. Iv been taking stuff as I play too. I have the Encounter for the male Neo Team Plasma Grunt, the BattleBGM looped using your trainer loop as a guild. And I have the Victory theme too. It was cool reenacting a script from black 2 in essentials. The only thing I need is the Team Plasma VS Intro transition and the over world sprites now.
👍: 0 ⏩: 1
KleinStudio In reply to superminijoseph [2015-06-13 19:19:44 +0000 UTC]
For the overworlds you can use the ones here:
www.spriters-resource.com/ds/p…
And adapt them to RPGXP
👍: 0 ⏩: 1
superminijoseph In reply to KleinStudio [2015-06-14 00:08:40 +0000 UTC]
Thanks so much these are perfect. I needed N riding zekrom for my game too because I'm having the protagonist go back in time to fight black kyurem and I wanted to react the scene. Hence why I wanted the movie. I'm assuming this is where you got your resources from
👍: 0 ⏩: 0
shiney570 [2015-06-11 08:00:25 +0000 UTC]
maybe it would be also useful to create "savestates" with the keys F1-F9 and to load them with SHIFT+F1-F9. if you're able to make it you will be my hero!
👍: 0 ⏩: 1
KleinStudio In reply to shiney570 [2015-06-11 11:57:06 +0000 UTC]
That would be amazing! I use that function in desmume and is very useful.
👍: 0 ⏩: 1
shiney570 In reply to KleinStudio [2015-06-11 12:03:39 +0000 UTC]
yeah, i think i start working on it this weekend
👍: 0 ⏩: 1
KleinStudio In reply to shiney570 [2015-06-11 12:40:22 +0000 UTC]
Nice! If you need help, tell me
👍: 0 ⏩: 0
KleinStudio In reply to rafa-cac [2015-06-11 11:54:54 +0000 UTC]
I got the idea testing Emerald in emulator... x'D
👍: 0 ⏩: 1
rafa-cac In reply to KleinStudio [2015-06-11 16:32:57 +0000 UTC]
Emulators have such useful things. Like this speed-up and the Savestats that shiney570 mentioned. Those would be such amazing features to have on Pokemon Essentials
👍: 0 ⏩: 0