Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: Tigurus on January 12, 2012, 03:09:55 pm

Title: [XP] Hearts of Iron 3 Quick Menu
Post by: Tigurus on January 12, 2012, 03:09:55 pm
Hearts of Iron 3 Quick Menu
Authors: Tigurus
Version: 1.01
Type: Custom Title
Key Term: Custom Menu System



Introduction

I am not addicted to Paradox games at all! But anyhow, I made a quick menu. Which allows you to make presets to quickly go to a certain difficulty, scenario, bonus etc.
These presets are still hand-made with conditional branches though!




Features

- 4 Presets which can be used as difficulty or scenario's
- 3 lines for scenario descriptions
- Easy to edit scenario names & description
- Go to Quick Menu when no save game is made. Else go to normal title screen

Screenshots
Spoiler: ShowHide
(http://astraeastrial.webs.com/Untitl232ed.png)




Demo

Download: Demo + Script (http://www.gmaker.org/resources/downloads.asp?id=222)



Instructions

To install this script:
Open the Script Editor (F11)
Put a empty line under the default scripts and above main.
Copy and paste the script from the text file into the editor.
Additionally, you can copy-paste the script from the Demo on the same place.
Close the editor and enjoy!

Additional instruction:

In the Quick Menu, Use "esc" to switch windows.

Instruction: Use the config below to call your scenario's name. Leaving them
empty and deleting the "s4,3,2, 1" (regarding the amount of scenario's you 
want) to add or delete scenario's. (Line 320) #
Use a intro map with an auto-event. Use conditional branches for:
- tutorial 
- scenario1 
- scenario2 
- scenario3
- scenario4 
As condition: Call Script: "$tutorial != nil and $tutorial == true" for the 
Conditions you want to send the player in when pressing the Tutorial Button 
For the others, change to $scenario1, 2, 3 or 4. 

In main we shall have to change 


"$scene = Scene_Title.new"

to

$scene = Scene_QuickMenu.new
  for i in 0..3
    if FileTest.exist?("Save#{i+1}.rxdata")
      $scene = Scene_Title.new
    end
  end




Compatibility

This script will most likely not work with any Title Screen script. Not tested on SDK



Credits and Thanks





If you have any comments or questions, I would be glad to hear them.
Title: Re: [XP] Hearts of Iron 3 Quick Menu
Post by: Blizzard on January 12, 2012, 05:04:58 pm
I lol'd at the Skyrim preset.
Title: Re: [XP] Hearts of Iron 3 Quick Menu
Post by: djskagnetti on January 12, 2012, 08:37:46 pm
Have you seen those Soviets from Hammerfell?  They have curved swords.  Curved.  Swords.