じ☆ve冰风 发表于 2026-7-7 09:27:40

Hearts of Iron 3 Quick Menu

Hearts of Iron III Quick Menu V1.1

Tigurus Fay



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


http://www.gmaker.org/content/g3m7o/screens/800/5-Untitl232ed.jpg



http://www.gmaker.org/content/g3m7o/screens/800/5-Hearts%20of%20Iron%203%20-%20final1.jpg


How to Use

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



                Code:        
"$scene = Scene_Title.new"

to



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

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

Demo

A demo and the script can be found here

Script

Please download the script from the link above.

Credit and Thanks

- Tigurus Fay

Author's Notes

If any comments, questions or bugs arise, I would love to hear from you.


本贴来自国际rpgmaker官方论坛作者:Tigurus Fay处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/hearts-of-iron-3-quick-menu.3786/
页: [1]
查看完整版本: Hearts of Iron 3 Quick Menu