RPG Maker XP
Hearts of iron III Quick Menu
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
Downloads
hearts-of-iron-3-menu-5316.zip
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
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.
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
Author Notes
If you find any bugs or want to tell what you think of it, please do.
Compatibility
This script will most likely not work with any Title Screen script. Not tested on SDK
Credits & Thanks
Tigurus: Creator
Terms & Conditions
– You may use this script for your game
– You may modify this script
– You may distribute this script (Though I would like you to redirect to GDUnlimited.net or the other websites located in the script)
– You may not use this script for commercial games unless discussed with the creator
– Credit is always necessary!
Comments (0)
Leave a Reply
You must be logged in to post a comment.
GermanyXItaly1000
Very logic
much helpful
good stuff.
But yeah, in all seriousness… this was just the thing I needed for my game. Awesome script!