Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: Creating mods for Outerra  (Read 17618 times)

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Creating mods for Outerra
« on: May 21, 2013, 02:43:40 am »

To import a model, please see the documentation here: wiki:Importer and consult/seek help in the Importer, tools & Utilities board.

After you finish importing and tweaking your model, you should export it as an otx package, to make the installation easy for other users.

To pack the model, please first create a thumbnail image for it, giving it the same name as the objdef, but with the gif extension. The thumbnail file should be a gif image in resolution 64x36.
Then, inside the game, go to the object window, select the model and press export. You will be asked to select the destination folder where the Outerra model package file will be written. The file name will be in the format package.nickname.otx

The otx file contains your zipped model with all the necessary files. Anteworld registers itself as a handler of otx files, so other users just have to click on the file and let it be installed by Anteworld automatically.

Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: Creating mods for Outerra
« Reply #1 on: June 16, 2013, 05:10:35 am »

To include the JSBSim files in directly in the model package:
  • when making the model, copy the necessary xml files from aircraft and engine folders into your package folder, recreating the same directory structure, e.g:
    aircraft/mig29/mig29.xml
    engine/mig29engine.xml
    engine/mig29engines.xml
    engine/direct.xml
    note: direct.xml is required by the JSBSim, otherwise it will abort
  • edit your objdef file and set "fdm_root_dir" : "./"

The JSBSim files will be automatically included in the otx file when you export the model.
Logged