11 

 

6   Integrating Your Track

To use your track in Trophy, you must tell Trophy about it. You can do this by simply adding the name of the track in the file 'resources.scr', section tracks. Separate your track from the others with a '~' character. E.g. if your track is called "Mars", the beginning of the file will afterwards look like this:

section resources {

  // Tracks:
  //
  section tracks {
    directories = "Zurich~Moon~Loops~Mars" (type=string);
  }

...