Page 1 of 1
Start OC4BAv4 from FSUIPC [SOLVED]
Posted: Thu Aug 30, 2018 12:37 pm
by hansenc
Hi
Is it possible to start OC4BA from the FSUIPC.ini so it start up with P3D ?
I can add the path in FSUIPC.ini but I still have to press on the 737 icon at the console, is there a shortcut to start only the OC4BA for the 737 ?
Regards
Claus
Re: Start OC4BAv4 from FSUIPC
Posted: Thu Aug 30, 2018 6:51 pm
by mvr1918
If you mostly fly the B737NGX you can start the B737NGX driver(OCP4NGX.exe) from any program that lets you start other programs.
You must start SIOC.exe and wait 5 secs prior to start OCP4NGX.exe
Here is how I have my cockpit RUNSET declared with SIMSTARTER :
// ######SIMstarter|RunSet Cockpit
H:\Prepar3D v4\PREPAR3D.EXE
G:\SIOC\sioc.exe <kill> <waitReady> <priority|High> <window|Normal> <cores|255>
<wait> 5 <seconds>
G:\SIOC\OCP4NGX.exe <kill> <priority|High> <window|Minimized> <cores|255>
I do not remember how you set it up in FSUIPC, but I believe it should be guite straitforward.
Re: Start OC4BAv4 from FSUIPC [SOLVED]
Posted: Sat Sep 01, 2018 2:02 pm
by hansenc
Thanks for answer. Looks like this in FSUIPC
Run5=READY,CLOSE,D:\SIOC\SIOC.exe
Run6=READY,CLOSE,D:\SIOC\OCP4NGX.exe
Claus
Re: Start OC4BAv4 from FSUIPC [SOLVED]
Posted: Sat Sep 01, 2018 5:14 pm
by mvr1918
Thanks for sharing the FSUIPC settings.