Jump to content

Create in-game Tutorials and Scenarios


Recommended Posts

Don't know about a tutorial, but I have done a couple of scenarios.

Start a new game to keep it separate from your other games.

Build and launch your craft, or basically put everything where it needs to be at the start of your scenario. I did one for practising Mun landings, so I started off by building and launching a suitable craft that left a lander in Munar orbit.

Once you have created your 'starting' position, quit out of the game.

Find the persistent.sfs file in your new game save folder and open it in an editing program like Notepad.

In the first few lines of the persistent file, change the title in the Title = line from Game save name (Sandbox) to something more meaningful. In my case I called it Mun Landing.

Add a description in the Description = line

Change the line scene = 5 to scene = 7

In the FLIGHT parameters;

Change CanLeaveToEditor from True to False

Change CanLeaveToTrackingStation from True to False

Change CanLeaveToSpaceCenter from True to False

Change CanLeaveToMainMenu from False to True

Save this persistent file to the saves/scenario folder, using the same name that you used in the Title = line

That should be it. Your scenario will now appear in the scenario list and, once you try it, you should be able to restart it at any time, using the restart button in the scenario list screen.

Have fun.

Link to comment
Share on other sites

That's basically how you start making a tutorial - you set up a savegame that serves as the basis. Personally I just use HyperEdit to put things where I want them to be. Other than that, you need to program a DLL that will be driving the tutorial pages. Have a look at my in-game tutorials and their source code to see how it can be done. (see signature)

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...