Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 [Unsupported] Game Disc 1 and 2
#1
What to do
Requires
- A few switches
- A copy of your project
- A copy of your project (Probably has to keep the old maps and switches that was used in the other project.)

How to do it
For game disc 1
- Create a switch that is restricted to this game 1 game 2 thing
- Place this on any event and activate the switch
- Create a copy of your project

For game disc 2
- On the copy of your project, there's a little bit of scripting involved here.
Go to class scene_title and do this
On line 37, find and remove
Code:
s1 = "New Game"
change
Code:
s2 = "Continue"
    s3 = "Exit"
to
Code:
s1 = "Continue"
    s2 = "Exit"
find
Code:
@command_window = Window_Command.new(192, [s1, s2, s3])
and change it to
Code:
@command_window = Window_Command.new(192, [s1, s2])
find
Code:
@command_window.disable_item(1)
and change to
Code:
@command_window.disable_item(0)
that's it.

- (This was me being a bit of a noob on rmxp.) On the copy of your project, put a condition on every dungeon/map/stage that you made like if this switch isn't activated, the player cannot play this. (Just in case they're being cheaters.)

Here's how it works.
When the player saves his/her file on the first project (Not the copied one), make sure you tell the player to transfer or copy that file to the copied project.

Screenies
Quote:[Image: notbeatengame1.jpg]
If you're trying to cheat by loading a file from game disc 1 without actually beating it, this is what happens.
[Image: beatengame1.jpg]
Beat game 1.


I no longer have the demo for this script/system. You have to ask someone else.
I also do not support this script.
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Name Game Switch & Variable RG kyonides 0 522 06-27-2023, 09:17 PM
Last Post: kyonides
Photo  Map Tileset Changer during the game Narzew 1 5,702 05-06-2013, 09:18 PM
Last Post: Narzew
   DerVVulfman's Game Data Sneak DerVVulfman 2 6,584 04-04-2013, 03:50 AM
Last Post: DerVVulfman
   Mr.Mo ABS Game Log Window JayRay 0 4,720 10-30-2012, 06:54 AM
Last Post: JayRay
   Limit Breaker - breaks game limits Narzew 1 5,691 10-09-2012, 10:35 AM
Last Post: MetalRenard
   In game Tone change ! Grimimi 1 4,648 10-09-2012, 01:31 AM
Last Post: Samven
   [Unsupported] PK8's Self Variables XP PK8 4 9,265 03-08-2012, 01:54 PM
Last Post: LilyKnight
   1 Save Slot / AutoLoad Saved Game kyonides 1 5,907 07-09-2010, 08:38 AM
Last Post: Kread-EX
   Arcade Game System WIP computerwizoo7 0 4,687 03-25-2010, 01:20 PM
Last Post: computerwizoo7
   [Unsupported] Title Skip 2 XP PK8 3 8,328 02-17-2010, 12:01 PM
Last Post: Villain



Users browsing this thread: