Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: MV Class Changer V2.0.1 [Updated]
- Original author: LMPGames
- Original date: December 4, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/class-changer-v2-0-1-updated.88066/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
Hello everyone, I have decided to start releasing my RMXP script conversions to MV for others to use. This will be the first of many. So, down to brass tacks. { "lightbox_close": "Close", "lightbox_next": "Next",
Archived First Post
Hello everyone, I have decided to start releasing my RMXP script conversions to MV for others to use. This will be the first of many. So, down to brass tacks.
====Terms of Use====
Free for any use (non-commercial or commercial) just request that you credit me somehow.
====Plugin Informataion====
Current Version: 2.0.1
Dependencies: YEP_MessageCore.js; you will need to source this yourself and add this into the demo folder or project folder/plugin list
Known Conflicts: None, but see GitHub readme page for list of aliased and overridden functions
Demo: LMPGames_ClassChangerDemo_V2.0.1.zip
Project: LMPGames_ClassChangerDemo_Project_V2.0.1.zip
Github Page (latest versions will be in working branch): Github Page
For more information, please visit the GitHub page.
====So, who gets some credit?====
Credit to SephirothSpawn, original creator of the RMXP script this is loosely based off of.
====Change Logs====
====Terms of Use====
Free for any use (non-commercial or commercial) just request that you credit me somehow.
====Plugin Informataion====
Current Version: 2.0.1
Dependencies: YEP_MessageCore.js; you will need to source this yourself and add this into the demo folder or project folder/plugin list
Known Conflicts: None, but see GitHub readme page for list of aliased and overridden functions
Demo: LMPGames_ClassChangerDemo_V2.0.1.zip
Project: LMPGames_ClassChangerDemo_Project_V2.0.1.zip
Github Page (latest versions will be in working branch): Github Page
For more information, please visit the GitHub page.
====So, who gets some credit?====
Credit to SephirothSpawn, original creator of the RMXP script this is loosely based off of.
====Change Logs====
Version 2.0.1 Changelog:
- Updated plugin help section to remove existing help text and add a link back to the GitHub page
- Added the plugin file to the GitHub page in case developers just want it and not the project/demo.
Version 2.0 Changelog:
- Complete recode of the plugin
- Performance enhancements
- Implementation of scrolling windows for several windows
- Implementation of customization features
- Fixed several bugs around Weapon/Armor/Item Restriction systems
- Fixed several bugs around gender requirements
- Fixed several bugs related to cost systems not properly functioning
- Cleaned up the demo
- Added in Mr. Demon
- Added in small story notes
- Added several new plugin settings
- Added over 20 new plugin settings
- Reworked existing plugin settings
- Fixed several issues with plugin commands
- Restructured function alias and plugin command names for more uniqueness
Version 1.3.8 Changelog:
-Fixed an issue that prevented the plugin from working without using a mouse for selection. The plugin will now work with keyboards and controllers without needing a mouse. (omeg)
-Fixed the project link in the original post and on GitHub.
Version 1.3.1 Changelog:
-Removed usage of RegExp.$1-9 as they are deprecated and no longer reliable. Replaced with exec() function instead.
Version 1.3.0 Changelog:
-Added new feature to allow the use of items as requirements for class changing
-Added new feature to allow equipped weapons and/or armor as requirements for class changing
-Added new sub-feature to allow restricting class changing based on equipped weapon/armor
-Added new sub-feature to allow equipped weapons/armor to bypass other requirements. This feature will be extended to item requirements in the future.
Version 1.2.0 Changelog:
-Added new feature to allow a cost in gold to be applied and required when changing classes. Also included plugin command to turn this system on or off.
-Added new feature to allow a cost in a set item to be applied and required when changing classes. Also included plugin commands to turn this system on or off and to change the required item.
-Added a new feature to color code the full class list depending on if the player can change to that class or not. Only considers the class requirements. Plugin parameters added to change the colors.
-Fixed a bug which resulted in sometimes not being able to change to an class that has been activated before right after changing to a new class.
Version 1.1.2 Changelog:
Version 1.1.0 Changelog:
Version 1.0.0 Changelog:
- Updated plugin help section to remove existing help text and add a link back to the GitHub page
- Added the plugin file to the GitHub page in case developers just want it and not the project/demo.
Version 2.0 Changelog:
- Complete recode of the plugin
- Performance enhancements
- Implementation of scrolling windows for several windows
- Implementation of customization features
- Fixed several bugs around Weapon/Armor/Item Restriction systems
- Fixed several bugs around gender requirements
- Fixed several bugs related to cost systems not properly functioning
- Cleaned up the demo
- Added in Mr. Demon
- Added in small story notes
- Added several new plugin settings
- Added over 20 new plugin settings
- Reworked existing plugin settings
- Fixed several issues with plugin commands
- Restructured function alias and plugin command names for more uniqueness
Version 1.3.8 Changelog:
-Fixed an issue that prevented the plugin from working without using a mouse for selection. The plugin will now work with keyboards and controllers without needing a mouse. (omeg)
-Fixed the project link in the original post and on GitHub.
Version 1.3.1 Changelog:
-Removed usage of RegExp.$1-9 as they are deprecated and no longer reliable. Replaced with exec() function instead.
Version 1.3.0 Changelog:
-Added new feature to allow the use of items as requirements for class changing
-Added new feature to allow equipped weapons and/or armor as requirements for class changing
-Added new sub-feature to allow restricting class changing based on equipped weapon/armor
-Added new sub-feature to allow equipped weapons/armor to bypass other requirements. This feature will be extended to item requirements in the future.
Version 1.2.0 Changelog:
-Added new feature to allow a cost in gold to be applied and required when changing classes. Also included plugin command to turn this system on or off.
-Added new feature to allow a cost in a set item to be applied and required when changing classes. Also included plugin commands to turn this system on or off and to change the required item.
-Added a new feature to color code the full class list depending on if the player can change to that class or not. Only considers the class requirements. Plugin parameters added to change the colors.
-Fixed a bug which resulted in sometimes not being able to change to an class that has been activated before right after changing to a new class.
Version 1.1.2 Changelog:
-Fixed a bug that was causing exceptions to be thrown when viewing the last class
-Fixed a bug which caused the requirements from the previous class in the class list to show up as the requirements for the current class.
-Fixed a bug where you were not allowed to change to certain classes due to an issue revealed by fixing the previous bug.
Version 1.1.0 Changelog:
-Fixed issue where changing between classes was not setting skills in some circumstances.
-Fixed issue where first Class List item was blank and the last class in the database was not loaded.
Version 1.0.0 Changelog:
-Initial version of plugin uploaded
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
====Terms of Use==== Free for any use (non-commercial or commercial) just request that you credit me somehow. ====Plugin Informataion==== Current Version: 2.0.1
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...