begginer here
by michael sabate · in Torque Game Engine · 06/25/2009 (12:57 am) · 2 replies
hey guys i barley know how to use this engine im very new at it i have a few simple questions.
1. i cant seem to save the maps i start in the tutorial base
2. after i've put a texture on the terrain i cannot edit it (raising/lowering height,smoothing,excavationg ETC
so yes if u can could you give me some advice about that?
1. i cant seem to save the maps i start in the tutorial base
2. after i've put a texture on the terrain i cannot edit it (raising/lowering height,smoothing,excavationg ETC
so yes if u can could you give me some advice about that?
Torque Owner Infinitum3D
Also, from your other post, to use the starter kits, go to
C:TorqueTGE_1_5_2example
open up MAIN.CS
and change this line
$defaultGame = "tutorial.base";
to
$defaultGame = "starter.fps";
or
$defaultGame = "starter.racing";
Be sure to run the DeleteDSOs.BAT file every time you make a change. This forces TGE to use the new settings.
Also, while editing your mission, change the Name of the mission and the description, in the MissionInfo, using the world editor. The "Racing" demo is like this.
ScriptObject(MissionInfo)
name = "Racing Example"
desc = "This is a very simple racing example mission which illustrates the wheeled vehicle physics included in the engine. Mission lighting only occurs the first time the mission is loaded."