RPG Maker XP - Achievements Script
Loading...
276
views
Loading...
Uploader Comments (GameGuysProjects)
see all
All Comments (7)
-
@GameGuysProjects Thanks a lot :)
Loading...
Do this script work for VX to?
miech10 6 months ago
@miech10 No. But it wouldn't be too hard to convert it.
GameGuysProjects 6 months ago
Really nice improvement since your original achievements script! Good job man keep it up.
SpectrousX 8 months ago
@SpectrousX Thanks man. :D I think my most favorite part about this system is the queue system where you can gain 5 achievements and it shows one at a time. The other part is where the achievement pop up travels through any scene. The system is practically flawless. <3
GameGuysProjects 8 months ago
Noob question here: how would I go about as to removing the "Z" or "Shift" keyboard shortcut and only allow access to the achievement window through a specific dialogue box?
H057IL3 8 months ago
@H057IL3 Look for this line in the config
Quick_Access = Input::A
Change Input::A to nil and it should disable it. Then use $scene = Scene_Achievements.new to open up the main menu.
GameGuysProjects 8 months ago