Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Change Game Over Graphic

ccoa

Member

First, use the materialbase (Tools->Materialbase) to import a new ME and Gameover. Then go to the database (Tools->Database). Click the System tab. Set the gameover graphic and music effect there.
 
I actullay dont know if there is an EVENT based way of changing this.
It may be done by changing something in the actual ruby section (RGGS). If you call a small script in the event, which changes the settings in the RRGS, it can be done. Me thinks @_@
 
ccoa;222810 said:
First, use the materialbase (Tools->Materialbase) to import a new ME and Gameover. Then go to the database (Tools->Database). Click the System tab. Set the gameover graphic and music effect there.

No! No...

I mean, how do I change it mid-game? From one graphic to another graphic?
 
Very simple. Just use the `Script...' event command.
Code:
$data_system.gameover_name = 'name of file'
af = RPG::AudioFile.new
af.name = 'ME name'
af.volume = 100 # How loud (optional)
af.pitch = 0 # Pitch offset (optional)
$data_system.gameover_me = af
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top