[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
   Rataime's Image Save Files rataime 1 7,508 02-17-2026, 05:24 PM
Last Post: DerVVulfman
   Name Game Switch & Variable XP kyonides 0 3,137 06-27-2023, 09:17 PM
Last Post: kyonides
   Drago Save Layout LiTTleDRAgo 2 10,198 10-09-2017, 07:08 AM
Last Post: LiTTleDRAgo
Photo  Map Tileset Changer during the game Narzew 1 9,340 05-06-2013, 09:18 PM
Last Post: Narzew
   DerVVulfman's Game Data Sneak DerVVulfman 1 10,501 04-03-2013, 08:42 PM
Last Post: Taylor
   Mr.Mo ABS Game Log Window JayRay 0 7,734 10-30-2012, 06:54 AM
Last Post: JayRay
   Limit Breaker - breaks game limits Narzew 1 9,189 10-09-2012, 10:35 AM
Last Post: MetalRenard
   [Unsupported] PK8's Self Variables XP PK8 4 15,305 03-08-2012, 01:54 PM
Last Post: LilyKnight
   1 Save Slot / AutoLoad Saved Game kyonides 1 9,991 07-09-2010, 08:38 AM
Last Post: Kread-EX
   [Unsupported] Title Skip 2 XP PK8 3 13,704 02-17-2010, 12:01 PM
Last Post: Villain



Users browsing this thread: 1 Guest(s)