Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 [Unsupported] Force Save Before New Game
#1
Unsupported Script.

Function: Before you start a new game, you have to save before you can begin your game. I've seen this done in some classic games.

It's pretty easy to do.

Here's how to do it.

1) Go to scripts
2) Copy Scene_Save
3) Paste Scene_Save below scene_save (Or anywhere I'm sure)
4) Rename the pasted Scene_Save: Scene_ForceSave
5) In Scene_ForceSave...


Find
Quote:class Scene_Save < Scene_File
Replace it with
Quote:class Scene_ForceSave < Scene_File
Find (The one on line 33)
Quote:$scene = Scene_Menu.new(4)
Replace it with
Quote:$scene = Scene_Map.new
Find (Line 46)
Quote: $scene = Scene_Map.new
Replace with
Quote:$scene = Scene_Title.new
Find (Line 50)
Quote: $scene = Scene_Menu.new(4)
Replace with
Quote:$scene = Scene_Title.new
6) Go to Scene_Title
Find
Quote:$scene = Scene_Map.new
Replace it with
Quote:$scene = Scene_ForceSave.new
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Name Game Switch & Variable RG kyonides 0 576 06-27-2023, 09:17 PM
Last Post: kyonides
   Drago Save Layout LiTTleDRAgo 2 5,946 10-09-2017, 07:08 AM
Last Post: LiTTleDRAgo
   DoubleX RMMV Popularized ATB Force DoubleX 1 5,486 07-03-2016, 10:01 AM
Last Post: DoubleX
Photo  Map Tileset Changer during the game Narzew 1 5,757 05-06-2013, 09:18 PM
Last Post: Narzew
   DerVVulfman's Game Data Sneak DerVVulfman 2 6,667 04-04-2013, 03:50 AM
Last Post: DerVVulfman
   Mr.Mo ABS Game Log Window JayRay 0 4,777 10-30-2012, 06:54 AM
Last Post: JayRay
   Limit Breaker - breaks game limits Narzew 1 5,747 10-09-2012, 10:35 AM
Last Post: MetalRenard
   In game Tone change ! Grimimi 1 4,712 10-09-2012, 01:31 AM
Last Post: Samven
   [Unsupported] PK8's Self Variables XP PK8 4 9,355 03-08-2012, 01:54 PM
Last Post: LilyKnight
   1 Save Slot / AutoLoad Saved Game kyonides 1 5,964 07-09-2010, 08:38 AM
Last Post: Kread-EX



Users browsing this thread: