It's me again! Now I created an app to play the Task editor missions you generate as coop in Il-2 Korea with your friends.
Have you ever wanted to play your Task Editor missions in Cooperative mode? Now you can!
With this system, you can create missions directly in the Task Editor and convert them into fully playable cooperative missions with just a few clicks. No need to open the editor or even close the game.
The simulator generates a _gen mission file every time you create a mission, automatically overwriting the previous one. This makes the process incredibly simple:
- Create a mission in the Task Editor.
- Open the application and select the generated mission.
- Select the aircraft available to players (currently, only one player aircraft type is supported).
- Give your mission a name.
- Click Accept.
And that's it! Your mission is automatically converted into a cooperative mission, ready to be played with your friends — without having to manually edit anything in the Task Editor.
Create as many missions as you want and enjoy virtually unlimited cooperative content!
What it does
- Forces `MissionType = 1` so the sim treats it as a cooperative mission.
- Sets (or adds, if it's missing) the `MultiplayerPlaneConfig` line to the flyable aircraft you picked, so the sim knows what plane is available.
- Finds every aircraft flagged `PLAYERSQUAD` and forces `CoopStart = 1` on all of them — whether the line was already there with a different value, or missing entirely.
- Saves everything as a **new** `.mission` file with a proper name (no leading underscore, no `_gen`), so the sim actually loads it. Your original `_gen` file is never touched.
How to use it
- Open the app, click **Browse...** and select your `..._gen.mission` file ( in `data/missions`).
- Pick the flyable plane you chose for the mission from the dropdown.
- Click **Save as...** and choose a name/location — it defaults to `data/multiplayer/cooperative` with the `_gen` stripped from the filename.
- Click **Convert to cooperative**. That's it — the new mission is ready to fly.