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.

[Resolved]Replace save with Achieved achievements

Started by knightzero45, September 25, 2009, 05:54:55 PM

0 Members and 1 Guest are viewing this topic.

knightzero45

The used Achievement script

I would like to replace the 'save' menu button with an 'Achievements achieved' button, to see which Achvm. you've done, as I do the save function with save points. For the ease, I added the link to the script for achievements I use. So Actually:

-Save becomes> Achievements
-See which Achv. Achieved
-No save function in menu, but with Save points.

gameface101

#1
@knightzero45 -
QuoteI would like to replace the 'save' menu button
are you referring to the option in the menu??

if so, here's one way to do it...

F11 - Script Database

go into your Scene_Menu script:

line 24 =    s5 = "Save"
(change the name in quotes to "Achievements")

line 160 =        $scene = Scene_Save.new
(replace this with $scene = Scene_Achievements.new)

hope this helps ~g@|V||E}=/A\{(e




knightzero45

Awesome, again, thank you Gameface. You should be a mod, as you're very helpful. :P