Jump to content

Cactus Canyon Continued (Bally 1998)


Wildman

Recommended Posts

  • 2 weeks later...
  • Administrators

Unfortunately it cant be done on the p-roc version...The db2s server cant read p-roc (rom) like it reads VP roms.

db2s only see's 6 lights so i was lucky to get it as good as i did LOL...Maybe could be scripted but way over my head B)

So if you really like the bad guys flashing you just have to play CC :(

Link to comment
Share on other sites

  • Administrators

from what I saw theres no data even flowing to read, to call a event, p-roc doing all the work...but like i say im no programer..it might work if sombody tries it..ID numbers are easy I have those :rolleyes:

Link to comment
Share on other sites

  • Content Provider

example you want a bg effect when solenoid 25 is on or off, then id 25 is used in the example below 

 

Sub Sol25(enabled)
If enabled Then
If B2SOn Then Controller.B2SSetData 25, 1
DOFALT 25, DOFOn
for each ff25 in F25:ff25.State = 1
next
else
If B2SOn Then Controller.B2SSetData 25, 0
DOFALT 25, DOFOff
for each ff25 in F25:ff25.State = 0
next
End If
End Sub
 
and you would just have to have your usual light 25 in the B2S
Link to comment
Share on other sites

Archived

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

×
  • Create New...