=RS=Funkie Posted May 31, 2024 Posted May 31, 2024 For a commercial simulation system I'm putting together, I would like to have the ability to launch the game directly into a pre-made mission. Instead of having to go through the menu system each time. Or once in the game, to open a console and type a command to load into another mission. I thought this would be built in, but I haven't found any commands for this. Ideally, I'd like to be able to have a batch file that runs a specific mission. something like "IL2.exe -mission "Missions\Custom1.mission" ... or once in the game, to open a command console and do something similar. To streamline the process, use macros and avoid clicking through menus for the player. 1
Dauntless Posted May 31, 2024 Posted May 31, 2024 Saved in data folder as autoplay.cfg Make changes as needed. &enabled=0 // =1: turn on the autologin &loginOffline=0 // login mode, =0: online, =1: offline &login= // your login (e-mail) &password= // your password &autoIngame=0 // =1: start mission without plane settings &missionSettingsPreset=1 // =0: custom difficulty settings (last stored), =1: normal dificulty preset, =2: expert difficulty preset &missionPath=missions/il2_ground_attack_n // mission path to be loaded //&trackPath=tracks/ 1
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