RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Ventwig's Pause menu add-ons

Started by Ventwig, April 09, 2012, 10:38:51 PM

0 Members and 2 Guests are viewing this topic.

Ventwig

Ventwig's Pause Menu Add-Ons - Version 1.3
By Ventwig

This topic is updated more:
http://www.rpgmakervxace.net/topic/2588-ventwigs-pause-menu-add-ons/

Features
-Adds on to the pause menu so it will show playtime/map name
-Mix and match the two features which will automatically lay themselves out properly
-Two placement options, under command window or above gold window
-Can also draw icons beside the map name/ time
-Now adds an option to draw the gold window with an icon instead of currency unit!

Screenshots


You can also draw icons in Version 1.1
And a gold extension in 1.3!
I'll add new screenies next updat.

How to Use
Copy into materials, but above main
Plug'N'Play, just optional customization

Script[/u]
On pastebin: http://pastebin.com/bf6njeGD

FAQ
Q: There's no map name showing!
A: The map name shown is what you place in "Display Name", if it's empty, i have no clue what'll happen.

Credit and Thanks
-Me, Ventiwg
-JayPB08 for requesting
-apoclaydon for a bug notics

Updates
Version 1 (Apr 8, 2012) - Release
Version 1.1 (Apr 9, 2012) - Can now draw Icons, too
Version 1.3 (Apr 10, 2012) - Fixed an icon bug and added gold extension

Update Plans
-Uhhhhhh...... suggestions?


NOTE:
If you want to suggest anything, please go to the original topic here:
This is also updated more
http://www.rpgmakervxace.net/topic/2588-ventwigs-pause-menu-add-ons/
I script scripts!
They're on this site, but check the links inside the topics to go to rpgmakervxace.net, which has more updates.
[spoiler]
Pause Add-on http://rmrk.net/index.php/topic,45685.0.html
Simple Face HUD
http://rmrk.net/index.php/topic,45688.0.html
Enemy HP
http://rmrk.net/index.php/topic,45686.0.html
[/spoiler]

apoclaydon

errr there is an error on line 80
      draw_icon(280,0,0,enabled = true)

should it not it be
      draw_icon(VENTWIG::TIME_ICON,0,0,enabled = true)


Ventwig

Oh, you're right!
Thanks, fixed that up  ;D
I script scripts!
They're on this site, but check the links inside the topics to go to rpgmakervxace.net, which has more updates.
[spoiler]
Pause Add-on http://rmrk.net/index.php/topic,45685.0.html
Simple Face HUD
http://rmrk.net/index.php/topic,45688.0.html
Enemy HP
http://rmrk.net/index.php/topic,45686.0.html
[/spoiler]

apoclaydon

your welcome, thank you for adding icon support