kylecp1979 Posted March 29, 2016 Posted March 29, 2016 I can't get my lightguns to work in wow action max. I know I have to change the bat file to window mode but how do I do it. I have tried -fullscreen_window but I get an error (Bad command line). Anyone have an answer or a link I could use. I have tried he following Original bat file @daphne.exe singe vldp -fullscreen -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen singe/ActionMax/38AmbushAlley.singe What I have tried doing 1.) @daphne.exe singe vldp -fullscreen_window -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window singe/ActionMax/38AmbushAlley.singe 2.) @daphne.exe singe vldp -fullscreen_window -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen singe/ActionMax/38AmbushAlley.singe 3.) @daphne.exe singe vldp -fullscreen -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window singe/ActionMax/38AmbushAlley.singe None have worked.
wesfranks Posted March 29, 2016 Posted March 29, 2016 Try? Might have missed something. Went cross-eyed there between yours and mine. daphne singe vldp -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window -script singe/ActionMax/38AmbushAlley.singe
kylecp1979 Posted March 29, 2016 Author Posted March 29, 2016 Thanks for the reply but it still didn't work still get the same error. What I tried 1.) @daphne.exe singe vldp -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window -script singe/ActionMax/38AmbushAlley.singe 2.) daphne singe vldp -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window -script singe/ActionMax/38AmbushAlley.singe Here is the log file hope someone can help --DAPHNE version 0.101.17--Command line is: daphne.exe singe vldp -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window -script singe/ActionMax/38AmbushAlley.singe--CPU : GenuineIntel 2650 MHz || Mem : 2048 megs--OS : Windows NT Derivative || Video : AMD Radeon HD 6700 SeriesSetting screen width to 1024Setting screen height to 768Script -fullscreen_window does not exist.Unknown command line parameter:-fullscreen_windowScript -script does not exist.Unknown command line parameter:-scriptBad command line or initialization problem (see daphne_log.txt for details).To run DAPHNE, you must specify which game to run and which laserdisc player you are using.For example, try 'daphne lair noldp' to run Dragon's Lair in testing mode.
wesfranks Posted March 29, 2016 Posted March 29, 2016 Sorry, me again. Question: Do you have the Daphne system (Dragon's Lair, Space Ace, etc.) and if so, have you ever been able to load a game (Dragon's Lair, Space Ace, etc.)? Reason I ask is because it appears from your log that you are are trying to load ActionMax games in the wrong version for this system's emulator (Daphne Singe), possibly even in in the Daphne system emulator (and wrong version for that system also). There is a difference. In blue text..... --DAPHNE version 0.101.17--Command line is: daphne.exe singe vldp -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -fullscreen_window -script singe/ActionMax/38AmbushAlley.singe--CPU : GenuineIntel 2650 MHz || Mem : 2048 megs--OS : Windows NT Derivative || Video : AMD Radeon HD 6700 SeriesSetting screen width to 1024Setting screen height to 768Script -fullscreen_window does not exist.Unknown command line parameter:-fullscreen_windowScript -script does not exist.Unknown command line parameter:-scriptBad command line or initialization problem (see daphne_log.txt for details).To run DAPHNE, you must specify which game to run and which laserdisc player you are using.For example, try 'daphne lair noldp' to run Dragon's Lair in testing mode. The module requires that you run this system with Daphne Singe v1.14. As you can see your version from the log is quite different. Also it is prompting you with an example "Dragon's Lair" which is not in the Daphne Singe system. The Daphne Singe emulator, the current version in particular has been altered to run singe files using the "-script" command switch. Earlier versions of Daphne Singe (which the example bat file is set for) do not include this switch and therefore, is not included in the command line you were originally trying to run. And the Daphne (note: no Singe) emulator definitely doesn't know what that is, hence the choking with unknown command line parameters. First step is to get the emulator called for in the Daphne Singe AHK module (Daphne Singe v1.14). Then follow the instructions to set it up correctly, in it's own folder "Daphne Singe". It's mainly drag and drop, till you get to the bat files. Then try the bat command format from above. If there is a problem, note the symptom and post your log for each step you have trouble on.
kylecp1979 Posted March 30, 2016 Author Posted March 30, 2016 Thank you I finally got it I updated to v1.14 and used this in my bat file daphne.exe singe vldp -fullscreen_window -x 1024 -y 768 -framefile singe/ActionMax/frame_38AmbushAlley.txt -script singe/ActionMax/38AmbushAlley.singe Lightgun works out great!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.