RoverRoat 0 Report post Posted January 5 So I am trying to make a simple mission where I make a runway, a spawn for the player, and the player vehicle so I can mess around but when ever I finish making the runway, the spawn, and the player and making the trigger and such, the mission will never load past what it looks like in the image. Help is appreciated, Thanks! Share this post Link to post Share on other sites
RideR2 4,676 Report post Posted January 5 (edited) It seems you didn't add the player's unit at the top of your mission file It should look like that: selected_tag:t="" bin_dump_file:t="" mission_settings{ player{ army:i=1 wing:t="player" } In the mission editor you can add it in player_teamA tab, but keep in mind that you can add only one unit (unless it's a multiplayer mission, then you add 16 or 32 per team): Edited January 5 by RideR2 Share this post Link to post Share on other sites
RoverRoat 0 Report post Posted January 5 @RideR2 Thanks that Worked! Share this post Link to post Share on other sites