Jump to content

Recommended Posts

Posted

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!

  • 3 weeks later...
Posted

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,

  • 4 weeks later...
Posted

PA-Sniv,

 

 

Could you show me what code you use to launch within the script?

 

Thanks,

D_T

Posted

Roger that, I'll do that once I'm back from work.

 

Cheers,

Posted

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, :salute:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...