How can I remove a game reset? (F5 refresh)

WarG011

Villager
Member
Joined
Sep 19, 2020
Messages
5
Reaction score
0
First Language
Spanish
Primarily Uses
RMMV
I'm not talking about disabling the F5 key. I already have that covered. I'm talking about removing the reset of a game as such.

example:

Desktop 19-9-2020 12-25-19 p. m.-494.png

And the reset stays there in each project. By the way, it also doesn't change the icon that I put in my game when the reset occurs
 
Last edited:

PMantis13

Caipirinha lover.
Veteran
Joined
Aug 29, 2020
Messages
31
Reaction score
18
First Language
PT-BR
Primarily Uses
RMMZ
What reset are you talking about? It's not clear to me, even with this picture that only shows a map, a party, and the UI touch event, what you want to remove.
 

WarG011

Villager
Member
Joined
Sep 19, 2020
Messages
5
Reaction score
0
First Language
Spanish
Primarily Uses
RMMV
What reset are you talking about? It's not clear to me, even with this picture that only shows a map, a party, and the UI touch event, what you want to remove.
In the Playtest, I accidentally hit F5, it is difficult for me to explain what happens but this can help me explain:(What does F5 do?)

And I want to remove that. As I said before. I don't want to remove the F5 key command. I want to remove what happens when I press F5
 

caethyril

^_^
Veteran
Joined
Feb 21, 2018
Messages
2,117
Reaction score
1,525
First Language
EN
Primarily Uses
RMMZ
F5 refreshes/reloads the page.

@franapo0990: save this as a .js file and import it as a plugin~
Code:
(function() {
	var alias = SceneManager.onKeyDown;
	SceneManager.onKeyDown = function(event) {
		if (event.keyCode !== 116) alias.call(this, event);
	};
})();
 

WarG011

Villager
Member
Joined
Sep 19, 2020
Messages
5
Reaction score
0
First Language
Spanish
Primarily Uses
RMMV
Thanks caethyril, but i don't know how to use it. And if it works automatically. It didn't work
 

fizzly

Veteran
Veteran
Joined
Mar 23, 2012
Messages
744
Reaction score
474
First Language
Polish
Primarily Uses
RMMV
Thanks caethyril, but i don't know how to use it. And if it works automatically. It didn't work
You need to add this as a plugin and turn it on. I don't get it why you've uploaded the picture then...
 

WarG011

Villager
Member
Joined
Sep 19, 2020
Messages
5
Reaction score
0
First Language
Spanish
Primarily Uses
RMMV
I fixed it, but i still have a question (not to make another post). Also, when I press F5, the icon that I put in my game changes to the default of rpg maker mv and I can't change it.
 

WarG011

Villager
Member
Joined
Sep 19, 2020
Messages
5
Reaction score
0
First Language
Spanish
Primarily Uses
RMMV
You need to add this as a plugin and turn it on. I don't get it why you've uploaded the picture then...
I thought the UI touch event had been set when I pressed F5. That's why I had put that image, I see that I was wrong
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,035
Messages
1,018,454
Members
137,821
Latest member
Capterson
Top