Attract-Mode Support > Scripting

same game start?

(1/2) > >>

jedione:
how would one make it so every time you go into theme, it starts on the same game,,,,,,
not the last game selected....

thanks for any input.    could be somthing simple...  not shure

progets:
I don't think there is an easy way. The information is stored in the attract.am file but not in a user friendly way.

You could enter every system and run the desired game to be the "first". Then exit AM and make a copy of attract.am. This attract.am should be what you want. Now you would need to apply/copy back this attract.am every time you run AM.

Maybe with a simple batch file or script.

--- Code: ---cd C:\AttractMode
delete attract.am
copy attract.am.copy attract.am
attract.exe

--- End code ---

keilmillerjr:
Use transition callback and change the list index.

jedione:

--- Quote from: keilmillerjr on July 11, 2020, 04:10:33 AM ---Use transition callback and change the list index.

--- End quote ---
Not shure how to do, but I will try. Thanks for yout
Input..

keilmillerjr:

--- Quote from: jedione on July 11, 2020, 06:30:48 AM ---
--- Quote from: keilmillerjr on July 11, 2020, 04:10:33 AM ---Use transition callback and change the list index.

--- End quote ---
Not shure how to do, but I will try. Thanks for yout
Input..

--- End quote ---

Not a problem. Get something started and then pm me on discord if you need further help.

Navigation

[0] Message Index

[#] Next page

Go to full version