November 08, 2024, 07:01:03 pm
0 Members and 1 Guest are viewing this topic.
I've activated the option in plugins for the hiscore support but it doesn't save the score after i exit the game by pressing (ESC) i'm using the last version of GM on Windows 10. How can i fix it? Thanks.
Quote from: Rattus on May 29, 2017, 01:44:46 amQuote from: RobertJ on May 28, 2017, 08:20:47 amThere is no high score patch now, it's all in the LUA plugin. You do need the hiscore.dat still though.Try running MAME with the verbose switch and see if it is launching the plugin and if it is finding the hiscore.dat file.Thanks RobertJ it was good to have it confirmed that the high score patch was no longer needed, I did some more research and found that I had my folder hierarchy incorrect, all fixed now old and new high score working You can also set the location the hi scores are saved by using the "hiscore.ini" file.example "hiscore.ini"Code: [Select]hi_path $HOME/.mame/hidat_path $HOME/my/hiscore/data/pathOnly hi_path is currently used (Hi Score save location).The dat_path (dat file) is looked for in the current directory and then in the hiscore plugin directory.You could enable the dat_path by uncommenting line #51 in the hiscore lua script (init.lua).
Quote from: RobertJ on May 28, 2017, 08:20:47 amThere is no high score patch now, it's all in the LUA plugin. You do need the hiscore.dat still though.Try running MAME with the verbose switch and see if it is launching the plugin and if it is finding the hiscore.dat file.Thanks RobertJ it was good to have it confirmed that the high score patch was no longer needed, I did some more research and found that I had my folder hierarchy incorrect, all fixed now old and new high score working
There is no high score patch now, it's all in the LUA plugin. You do need the hiscore.dat still though.Try running MAME with the verbose switch and see if it is launching the plugin and if it is finding the hiscore.dat file.
hi_path $HOME/.mame/hidat_path $HOME/my/hiscore/data/path
Quote from: Jack on February 13, 2018, 12:16:53 pmI've activated the option in plugins for the hiscore support but it doesn't save the score after i exit the game by pressing (ESC) i'm using the last version of GM on Windows 10. How can i fix it? Thanks.Did you configure "highscore.ini" and put "highscore.dat" in the right folder?
what’s your game ?
## SCRIPTING OPTIONS#autoboot_command autoboot_delay 0autoboot_script console 0plugins 1plugin hiscorenoplugin
## PLUGINS OPTIONS#cheat 0cheatfind 0console 0data 1dummy 0gdbstub 0hiscore 1layout 0portname 0timer 0
Are you using savestates?