Remove completely partycommand

999Hp

Villager
Member
Joined
Nov 26, 2018
Messages
17
Reaction score
0
First Language
FR
Primarily Uses
RMMV
Hello,

I've been searching for hours, how to remove the partycommand "fight/flee" option box at the start of the battle.
All i found was plugin, like yanfly but i don't want to use yanfly script, and srdude gui core plugin but it only hides it, it doesn't remove this.

So my question is how to completely get rid of this ? i'm sure it's really simple, like 2-3 line of js code, but i don't know the javascript language.

Thanks a lot to anyone who answer this because it's making me crazy lol

edit : i found it someone can delete this thread
 
Last edited:

Aloe Guvner

Walrus
Veteran
Joined
Sep 28, 2017
Messages
1,628
Reaction score
1,115
First Language
English
Primarily Uses
RMMV
Hey if you found the answer, can you post it?
I bet people in the future will also be interested in this answer :)
 

bazrat

Pixel Game Maker MV
Veteran
Joined
Oct 15, 2018
Messages
241
Reaction score
176
First Language
English
Primarily Uses
Other
so im not no JS expert (first time digging into the files since ive been taking tutorials online), so i dont know if this messes anything up (my game ran fine and processed the battles normally)

so this is how the code reads in the rpg_scenes.js :

Scene_Battle.prototype.changeInputWindow = function() {
if (BattleManager.isInputting()) {
if (BattleManager.actor()) {
this.startActorCommandSelection();
} else {
this.startPartyCommandSelection();
}
} else {
this.endCommandSelection();
}
};

all I did was remove the this.startPartyCommandSelection();

so it looks like this:

Scene_Battle.prototype.changeInputWindow = function() {
if (BattleManager.isInputting()) {
if (BattleManager.actor()) {
this.startActorCommandSelection();
} else {

}
} else {
this.endCommandSelection();
}
};

when i started the next battle i had no party command window to fight or escape, i literally had nothing there. however if you have a system that still takes turns i dont know if it will return the window eventually...

not the best help, but taught me something new! tried to upload image to imgur but it kept failing, so hope this makes sense!
 

999Hp

Villager
Member
Joined
Nov 26, 2018
Messages
17
Reaction score
0
First Language
FR
Primarily Uses
RMMV
I found a plugin for that but i'm don't remember where ! i'll post it when i'll found it again
 

tale

Volunteer
Veteran
Joined
Dec 16, 2016
Messages
709
Reaction score
1,194
First Language
English
Primarily Uses
N/A
Was it SkipPartyCommand? If there's an alternative, it would be good to know.
 

999Hp

Villager
Member
Joined
Nov 26, 2018
Messages
17
Reaction score
0
First Language
FR
Primarily Uses
RMMV
That's exactly this, thank you
 

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

Latest Threads

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,859
Messages
1,017,030
Members
137,566
Latest member
Fl0shVS
Top