Removing stats and stat distribution system?

CameronCalvert

LazyCam
Veteran
Joined
Aug 15, 2013
Messages
48
Reaction score
4
First Language
English
Primarily Uses
N/A
Hello I was wondering if someone could help me remove stats? I want to remove magic defense and luk from the game and I don't know how I should go about doing it. While I'm asking this I'm also wondering if anyone is currently making a stat distribution system. Ie: level up and gain points to allocate to whatever stats you want.

Thanks in advance!
 

Ramiro

Now with an army of Mecha-Ralphs!
Veteran
Joined
Aug 5, 2015
Messages
858
Reaction score
364
First Language
Spanish
Remove them from any window, I guess this two are the only ones showing those parameters...

Window_Status.prototype.drawParameters = function(x, y) {    var lineHeight = this.lineHeight();    // 4 stats instead of 6    for (var i = 0; i < 4; i++) {      // skip parameter 5 mdf      var paramId = i + 2 + i >= 3 ? 1 : 0;       var y2 = y + lineHeight * i;      this.changeTextColor(this.systemColor());      this.drawText(TextManager.param(paramId), x, y2, 160);      this.resetTextColor();      this.drawText(this._actor.param(paramId), x + 160, y2, 60, 'right');    }};Window_EquipStatus.prototype.refresh = function() {    this.contents.clear();    if (this._actor) {        this.drawActorName(this._actor, this.textPadding(), 0);        // same here, 4 instead of 6        for (var i = 0; i < 4; i++) {          // same here skipping parameter 5 again          var paramId = i + 2 + i >= 3 ? 1 : 0;           this.drawItem(0, this.lineHeight() * (1 + i), paramId);        }    }};

And then let them be 1 from lvl 1 to 99...

mdf won't do anything unless you say, with luck, well it has some things regarding state resistance I believe ?

I don't really know what luck does really, even then having it at 1 won't matter much if you avoid vig variances in status effects or skills.
 

bgillisp

Global Moderators
Global Mod
Joined
Jul 2, 2014
Messages
13,528
Reaction score
14,261
First Language
English
Primarily Uses
RMVXA
Dekita has a stat distribution system. You may need to edit it though to remove the stats you are not using.
 

CameronCalvert

LazyCam
Veteran
Joined
Aug 15, 2013
Messages
48
Reaction score
4
First Language
English
Primarily Uses
N/A
@Ramiro - Ah right I'll have a look at that when I get home. I forgot to mention I'm using yanfly equip and i dont use the status screen in my game. Would the same way still work?

@bgillisp - As for the stat distribution system I'll take a look at that also when i get home.

Thank you guys :) I'll let you know how it goes.

EDIT: 

@Ramiro - I tried it and it doesn't seem to be working. Take a look here. I'm sure I did it right?

http://imgur.com/a/ISpqv

 

EDIT: i tried the default equip window and instead of showing my normal parameters it showed HP at the top and MP 3 times below it...

http://imgur.com/wlxBMBr
 
Last edited by a moderator:

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,450
Members
137,820
Latest member
georg09byron
Top