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.

Entex Electronic Baseball - craiganderson (20150419)


craiganderson

Recommended Posts

Posted

I still have my Star Wars Electronic Battle Command w/ box only thing missing is the instructions. I used to have a pdf of them not sure what happened to it.

Posted

craig,

 

any chance you could add the command line code for the mess module to a post here where it can be cut and pasted rather than retyping it manually into the module itself.

 

I can see from the pictorial instruction in the mega file there are a few lines of instructional code to add to the module and don't want to "MESS" (hehe) it up with my poor typing skills.

Posted

sure

but for two of the areas in the module it is "code" that needs to be added to already existing "code" 

know what i mean?

so cant really cut and paste those parts or u could lose systems already working for you but maybe i do not have set up

Posted

Have already added the first two system name and MESS identifier, thanks.

 

 

Only need that third section at the bottom to get it to work.

 

If Msystem := = Entex Baseball

{

If Inst = RomName ("Baseball 1")

else if

}

 

etc etc

Posted

here ya go

i left the very top lines in so u can see where i added it 

hope it works for u

 

If !ident
ScriptError("Your systemName is: " . systemName . "`nIt is not one of the known supported systems for this MESS module: " . moduleName)
 
 
; ADDED FOR ENTEX ELECTRONIC BASEBALL
If MSystem := "Entex Electronic Baseball"
{
If InStr(romName, "Baseball 1") 
ident = ebball
else If InStr(romName, "Baseball 2") 
ident = ebball2
else If InStr(romName, "Baseball 3") 
ident = ebball3
}
  • 1 month later...
Posted

Hello Craig!

 

I have tried to install this module but can't get it to work.

I think I have followed your instructions correctly but I always end up with an error like  : invalid mode supplied : "1."    (for electronic baseball 1)

that is probably a stupid mistake from my part but I can't find it.

Also you don't mention anywhere the need for a database (which I have created since it's seems mandatory)

Thanks in advance for your help !

 

 

**EDIT** Forget about it, just a stupid mistake from my part. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...