Skip to content

indianMissions.tsc

widberg edited this page Jul 4, 2023 · 5 revisions

The GameTsc/Story/indianMissions.tsc file contains 2676 cut missions, not to be confused with the Hidden Missions. A BSource command to execute this script is commented out in the GameTsc/Story/LoadMissionsTsc.tsc file, uncommenting this line will load the cut missions. Since these missions have not been added to any hubs, they will not appear on the map, GPS, or hub menu. Additionally, they will behave like edited races because a hub does not own them. They can only be found by encountering the start gate in freeride, this should be easily visible since none of these missions use the EMD_HideStartEnd command.

There is a small chance that trying to enter one of these races will crash the game. Most of them do not set which vehicles the AIs should use with the EMD_SetFilterIA command. When the AI vehicles are not manually set, the game will randomly choose from the list of all vehicles. Unfortunately, there are 2 test vehicles that crash the game when loaded. If one of these vehicles is chosen at random then the game will crash when the race starts. Therefore, the preconditions for one of these missions to crash the game are that (1) no AIs are manually set with EMD_SetFilterIA, (2) there is at least 1 AI set with EMD_SetNbIA, (3) and one of the crashing test vehicles are chosen at random.

See also: The FUEL Fandom Wiki Developer Races entry

Home
FAQ

For FMTK Users and Mod Developers

Read the Docs

For FMTK Developers

Asobo BigFile Format Specification
Asobo Classes
      Animation_Z
      Binary_Z
      Bitmap_Z
      Camera_Z
      CollisionVol_Z
      Fonts_Z
      GameObj_Z
      GenWorld_Z
      GwRoad_Z
      Keyframer*_Z
      Light_Z
      LightData_Z
      Lod_Z
      LodData_Z
      Material_Z
      MaterialAnim_Z
      MaterialObj_Z
      Mesh_Z
      MeshData_Z
      Node_Z
      Omni_Z
      Particles_Z
      ParticlesData_Z
      RotShape_Z
      RotShapeData_Z
      Rtc_Z
      Skel_Z
      Skin_Z
      Sound_Z
      Spline_Z
      SplineGraph_Z
      Surface_Z
      SurfaceDatas_Z
      UserDefine_Z
      Warp_Z
      World_Z
      WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous

Clone this wiki locally