SaveBGS

tale

Volunteer
Veteran
Joined
Dec 16, 2016
Messages
709
Reaction score
1,194
First Language
English
Primarily Uses
N/A
SaveBGS - 2018/06/19 (Ver.1.0)

Creator name: kido0617

Overview
Able to save or resume BGS with a plugin command

Features
- It's possible to save/ replay BGS
- Short code

Plugin Command-
To save BGS
Code:
SaveBGS
Resume BGS
Code:
ReplayBGS
Plugin preview-
Code:
/*---------------------------------------------------------------------------*
 * 2018/06/19 kido0617
 * http://kido0617.github.io/
 * Public Domain
 * Please use freely, credit not necessary
 * Ver.1.0
 *---------------------------------------------------------------------------*/

/*:
 * @plugindesc Able to save or resume BGS with a plugin command
 * @author kido0617
 * @help
 * Plugin Command
 *  ・To save BGS
 *     SaveBGS
 *  ・Resume BGS
 *     ReplayBGS
 *
*/


(function(){

  var _Game_Interpreter_pluginCommand = Game_Interpreter.prototype.pluginCommand;
  Game_Interpreter.prototype.pluginCommand = function(command, args) {
    _Game_Interpreter_pluginCommand.call(this, command, args);
    if (command === 'SaveBGS') {
      $gameSystem.saveBgs();
    }else if(command === 'ReplayBGS'){
      $gameSystem.replayBgs();
    }
  };

  Game_System.prototype.saveBgs = function() {
    this._savedBgs = AudioManager.saveBgs();
  };

  Game_System.prototype.replayBgs = function() {
    if (this._savedBgs) {
      AudioManager.replayBgs(this._savedBgs);
    }
  };

})();
Credit and Thanks: kido0617

Terms of Use- Free for commercial and non-commercial use.

License - Public Domain

You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/ycgwv73nb9o4pgr/SaveBGS.js?dl=1
 

Attachments

Last edited:

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

Latest Threads

Latest Posts

Latest Profile Posts

How many parameters is 'too many'??
Yay, now back in action Happy Christmas time, coming back!






Back in action to develop the indie game that has been long overdue... Final Fallacy. A game that keeps on giving! The development never ends as the developer thinks to be the smart cookie by coming back and beginning by saying... "Oh bother, this indie game has been long overdue..." How could one resist such? No-one c
So I was playing with filters and this looked interesting...

Versus the normal look...

Kind of gives a very different feel. :LZSexcite:
To whom ever person or persons who re-did the DS/DS+ asset packs for MV (as in, they are all 48x48, and not just x2 the pixel scale) .... THANK-YOU!!!!!!!!! XwwwwX

Forum statistics

Threads
105,849
Messages
1,016,977
Members
137,563
Latest member
cexojow
Top