Missions - Creation: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 48: Line 48:
ReportLoadErrors=1
ReportLoadErrors=1
</code>
</code>
[[category:Missions]]

Revision as of 13:47, 11 April 2007

Overview

How to create missions, a supplement to the SDK.

The Basics

Placeholder text

Creating -

Mission Code

Mission Code - Creating your mission, development process & tips.

Rewards

Rewards - Creation tips.

Sounds

Sounds - Creating dialogue, and sounds, for missions.

Artwork

Artwork - Creating artwork for missions, rewards, etc.

SDK

Placeholder text

Locating

Installing

Create a desktop link

Tools

Tools placeholder text.

Compiling

Compiling -

Function Reference

Function Reference with example code.


Debugging

Currently there are no available tools to allow debugging of your mission.

However there is a basic form of error reporting built into FSX.

Add the following to your FSX.cfg

[Debug]

ReportLoadErrors=1