Disable that silly SV circle shadow thing

Mega Man Volnutt

Mega Man Volnutt
Veteran
Joined
Dec 7, 2015
Messages
397
Reaction score
124
First Language
English
Primarily Uses
N/A
As title suggests, is there a JS script that disables the SV shadow that is under every battler?
 

izyees

My Secret Santa
Veteran
Joined
Oct 24, 2015
Messages
248
Reaction score
67
First Language
english
edit the shadow image with photoshop?
 

Milena

The woman of many questions
Veteran
Joined
Jan 26, 2014
Messages
1,281
Reaction score
106
First Language
Irish
Primarily Uses
N/A
I will go with Izyees' solution. It doesn't need a big script to do this.
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
I will go with Izyees' solution. It doesn't need a big script to do this.
Assuming they're not using Yanfly's Battle Engine already perhaps, but I find it silly to keep an image you don't need just to stop drawing shadows when you can just comment out one or two lines.

You could change the code in rpg_sprites.js for the following:

Find this:

Sprite_Actor.prototype.initMembers = function() {Sprite_Battler.prototype.initMembers.call(this);this._battlerName = '';this._motion = null;this._motionCount = 0;this._pattern = 0;this.createShadowSprite();this.createWeaponSprite();this.createMainSprite();this.createStateSprite();};Change it to:

Sprite_Actor.prototype.initMembers = function() {Sprite_Battler.prototype.initMembers.call(this);this._battlerName = '';this._motion = null;this._motionCount = 0;this._pattern = 0;this.createWeaponSprite();this.createMainSprite();this.createStateSprite();};and then find:

Sprite_Actor.prototype.update = function() {Sprite_Battler.prototype.update.call(this);this.updateShadow();if (this._actor) {this.updateMotion();}};and change it to:

Code:
Sprite_Actor.prototype.update = function() {Sprite_Battler.prototype.update.call(this);if (this._actor) {this.updateMotion();}};
 
Last edited by a moderator:

Milena

The woman of many questions
Veteran
Joined
Jan 26, 2014
Messages
1,281
Reaction score
106
First Language
Irish
Primarily Uses
N/A
Or yeah, you can also do that. I don't see installing a big plugin just to remove a shadow, really.
 

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,456
Members
137,821
Latest member
Capterson
Top