ABSTRACT

This directory also contains additional fi les we won’t be discussing, such as command/batch fi les, docs, etc.

6.2.3 Games versus Mods In Torque, there are the concepts of a game and of a mod. A game is the primary directory that is loaded by “main.cs”. This game directory contains all of the fi les you need to implement your game, with the exclusion of those fi les and content that may have been provided by a mod. A mod is a supplemental directory containing fi les (content and scripts) that are to be used by more than one game. In this way, it is possible to split out specialized and common fi les. With these fi les split out from the standard game, you can reuse them over and over in the implementation of new and different games, making this a nice time-saving and organizational mechanism.