Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

1 Screenshot

About This File

All:

First, I am not a programmer or professional script writer - so please be kind. 

The purpose of this script is to edit the daphne-singe game config files that contain references to internally needed files so that they point to the right location.  

example:  .   The script will change

sprCursor  = spriteLoad("D:/Arcade/Games/American Laser Games/data/singe/crimepatrol/crosshaira.png")

to this:

sprCursor  = spriteLoad("I:/Emulators/Hyperspin/Games/American Laser Games/data/singe/crimepatrol/crosshaira.png")

The script can be run from the  base folder of the system name and it will search all subfolders.  Also, it creates a backup of the target file before making any changes.

Use at own risk.  I developed it because I got tired of having to manually edit the .singe files for each of the 'American Laser' and 'Wow Action Max' games.  Hopefully, it will help others.

 

  • Like 3

User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...