Pause Script Feature Requests? - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Development Discussion (https://www.save-point.org/forum-17.html) +--- Thread: Pause Script Feature Requests? (/thread-2922.html) Pages:
1
2
|
Pause Script Feature Requests? - PK8 - 05-16-2009 Heya, I'm still working on the pause script and I thought about making a feature request topic for it where you guys get to post ideas and requests on features you want added into the pause script. Before we start the topic, I'll put up a list of features the pause script has so far.
Pause Script Feature Requests? - Yin - 05-16-2009 Like Micko said, it already has plenty of features. But maybe adding a pause menu for people who want to put options or something in it. But that's all I can come up with. Pause Script Feature Requests? - decibel - 05-16-2009 Map blurring on XP :D Mainly because I want to steal it and drop it so I could make stunning special effects :lol: . Pause Script Feature Requests? - PK8 - 05-16-2009 @Yin: Pause menu's going to be tough to implement and I don't know how I'd be able to go about putting that in. @zephyr: Map blurring? I won't be able to add anything related to blurs in RMXP since RGSS lacks the capability to pull that off. However, I will add this to the RMVX version. Pause Script Feature Requests? - Yin - 05-16-2009 Maybe change to random background tone everytime you press pause. So it won't always just be a dim background. Or did you already do that? If so, I can't think of anything else. :lol: Edit: How about option to fade in the pause or instantly display. A pause music option, kinda like elevator music. :lol: Umm... If I think of anything else I'll add on. Pause Script Feature Requests? - EJlol - 05-16-2009 Hmm the pause script almost included everything. The only thing I can think of is a pong-game :P Pause Script Feature Requests? - Bolt - 05-17-2009 I seem to recall something about a script that let you take a screen shot in RMXP... I think VVulfie had one, but I could be making that up. In either case, you could take a quick screen shot and place it on top of the same screen, but slightly different (larger, higher up, faded, w/e) to give a blurring effect. As for the menu, I don't think it'd be that hard. You just gotta steal some code from the Menu Scene script. Honestly, I can't think of anything else to add to what's already been said, but I do second the motion of adding music to the pause screen. Either Elevator music or something with a cool beat a la Battle Toads. Pause Script Feature Requests? - DerVVulfman - 05-17-2009 Bolt Wrote: I seem to recall something about a script that let you take a screen shot in RMXP... I think VVulfie had one, but I could be making that up.Hey, Bolt. Yep, the screenshot system is key to the Chargen EX package I have. The screenshot.dll is available in there if anyone needs it. SephirothSpawn included the RMXP code for the screenshot system (utilizing the .dll) in MACL. I had the screenshot system for about 4 years from an old German site. If you want it for the pause system, go for it. You'll just need to include the .dll too. Pause Script Feature Requests? - PK8 - 05-18-2009 Yin Wrote:Maybe change to random background tone everytime you press pause. So it won't always just be a dim background. Or did you already do that? If so, I can't think of anything else.Hah, I wish I could pull that off. :P Yin Wrote:Edit: How about option to fade in the pause or instantly display. A pause music option, kinda like elevator music. :lol: Umm... If I think of anything else I'll add on.Way ahead of you. :D This script includes the option to transition in and out of the pause screen as well as custom pause music. EJlol Wrote:Hmm the pause script almost included everything. The only thing I can think of is a pong-game :PXD! Wait, are you serious? :P Bolt Wrote:I seem to recall something about a script that let you take a screen shot in RMXP... I think VVulfie had one, but I could be making that up.Ah, that changes things! :D I won't be able to add the screenshot capabilities into the final script as that would just make it require things. D: But I'll try to make that into an add-on of the script. :D Pause Script Feature Requests? - Bolt - 05-18-2009 Glad I could help. ^_^ |