Jump to content
(Public Beta) HyperSpin 2 is now available for everyone ×

Recommended Posts

Posted

Singe Config File Editor

View 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.

 


  • Submitter
  • Submitted
    03/21/2018
  • Category
  • Credits
    Distalnak

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...