PA-Sniv Posted July 23, 2014 Posted July 23, 2014 Mates, I can't fix this. I made a script for BoS under TARGET script editor (my first script). The script runs well & I can use it on BoS. I'd like to lauch it from TARGET GUI instead of script editor, but FlyNow! doesn't load BoS (pointing either launcher.exe or Il-2.exe). With a *.fcf file, FlyNow does load BoS, but not with a *.tmc. It loads the script but not the game. - UAC off - TARGET installed in Program Files(x86) - can't change the directory - and runs as admin - BoS installed in a different directory - W7 64 Thanks!
PA-Sniv Posted August 7, 2014 Author Posted August 7, 2014 Some news about my problem. I couldn't solve it but I bypass it but launching all my softwares (TS, Fraps, Track-ir & BoS) from my script. Cheers,
Double_Tap Posted September 1, 2014 Posted September 1, 2014 PA-Sniv, Could you show me what code you use to launch within the script? Thanks, D_T
PA-Sniv Posted September 2, 2014 Author Posted September 2, 2014 Roger that, I'll do that once I'm back from work. Cheers,
PA-Sniv Posted September 2, 2014 Author Posted September 2, 2014 Here we go: system("spawn -w \"C:\\Program Files (x86)\\NaturalPoint\\TrackIR5\" \"C:\\Program Files (x86)\\NaturalPoint\\TrackIR5\\TrackIR5.exe\""); system("spawn -w \"C:\\Fraps\" \"C:\\Fraps\\fraps.exe\""); system("spawn -w \"C:\\Jeux\\1C Game Studios\\IL-2 Sturmovik Battle of Stalingrad\\bin\\game\" \"C:\\Jeux\\1C Game Studios\\IL-2 Sturmovik Battle of Stalingrad\\bin\\game\\launcher.exe\""); I put those lines at the begining of the script, right after: if(Init(&EventHandle)) return 1; Cheers,
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now