Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Parellel Proccess Checker
#1
Parellel Proccess Checker
Version: 1.1





Introduction

This script is designed to examine if one (or more) parallel processes are currently running in your game. It will search through both map events and common events, and only deliver information on the parallel processes that have been triggered and are currently running.

Unlike my more recent additions, this merely delivers a pop-up window that informs game developers of the needed data, and will only execute when the game developer presses the hotkey combination in debug mode.




Script

The Script






Instructions

Too simple. Install it under your scripts and run the game. Press the hotkey combo to see if any parallel processes are running.





Credits

Thanks given to MechanicalPen who put forth the request. It was a fun exercise.






Compatibility
Designed for use with RPGMaker XP and currently with the Beta version of the ReGaL gaming system in the works.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#2
*edit*

Well, that was quick. XD Nice work =D

(Sorry, was watching a Livestream in german and got mixed up in the language there for a second Xb)
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie)

If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers)

Please don't spell my name "Yamina-chan". It's all small. Thank you =D
Reply }
#3
This is awesome!

The only thing I'd probably change is to have it read from $data_common_events directly instead of allocating the @common_list instance variable; both copies of data would exist throughout the game session. Essentially you could remove the set_resource_database method and replace it with the following...

Example:
Code:
def common_list
    $data_common_events
  end

Then just Replace-All the @common_list instance for common_list hook function and you should be good to go :)
[Image: Button-BOTB.png]
[Image: Save-Point.gif][Image: Button-You-Tube2.png][Image: Button-Sound-Cloud2.png][Image: Button-Audio-Mack2.png]
[Image: LS-Banner.gif]
NEW ALBUM OUT NOW!

Reply }
#4
Amaze!

Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Tileset ID Checker kyonides 0 114 02-21-2024, 09:27 PM
Last Post: kyonides



Users browsing this thread: