Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Resource icon

DoubleX RMMV Constants Edit v1.02a

No permission to download

DoubleX

Adventurer
Xy$
1.19
DoubleX submitted a new resource:

DoubleX RMMV Constants Edit - Lets users edit some hardcoded default RMMV constants on the fly

Games using this plugin
None so far

Plugin Calls
// * Configuration manipulations //
// 1. DoubleX_RMMV.Constants_Edit.class.constant //
// - Returns the value of constant under class under //
// DoubleX_RMMV.Constants_Edit //
// 2. DoubleX_RMMV.Constants_Edit.class.constant = val //
// - Sets the value of constant under class under //
// DoubleX_RMMV.Constants_Edit as val //

Configurations
//------------------------------------------------------------------------//
//...
Read more about this resource...
[doublepost=1446966437,1446202655][/doublepost]Updates
JavaScript:
 *  v1.01a(GMT 1400 10-11-2015):   
 *  1. Added param isDashing under Game_CharacterBase   
 *  2. Fixed MHP param not working on actors bug 
*      v1.00b(GMT 0700 8-11-2015):                                         
*      1. Increased this plugin's simplicity and user-friendliness
[doublepost=1454027675][/doublepost]Updates
v1.02a(GMT 1400 24-1-2016):
1. Fixed called DoubleX_RMMV.Constants_Edit before it's defined bug
2. All configuration values will be saved in $gameSystem
3. Increased this plugin's readability
 
Top