A list of data files used by Rainbomizer to help with easily updating them without having to recompile the ASI.
File Name | Description | Note |
---|---|---|
VehiclePatterns.txt |
Stores vehicles allowed in a certain mission | Google Docs |
Missions.txt |
Stores mission start/end coordinates, cutscene and gxt labels for Mission Randomizer | Google Docs |
CutsceneModelsProps.txt |
Stores allowed models for cutscene props | See below for format |
CutsceneModelsPeds.txt |
Stores allowed peds for cutscenes (for use with UseCutsceneModelsFile option) |
See below for format |
FailMessages.txt |
Stores all prefixes for mission fail texts easter egg | |
NSFW_Models.txt |
Stores list of blacklisted ped models when EnableNSFWModels is disabled |
|
VoiceLines.txt |
Stores context, gxt file, speaker and subtitle for voice lines | Auto-generated by support scripts |
WeaponWeights.txt |
Stores the probability of each weapon (or weapon group) | See below for format |
WeaponModels.txt |
Stores allowed models for Weapon Model Randomization | See below for format |
Used for CutsceneModelsProps.txt
, CutsceneModelsPeds.txt
and WeaponModels.txt
The file is a list of model names sorted into groups separated by empty lines. A model will only be randomized by other models present in the same group.
a
b
c
d
e
f
For example, this file would have 2 groups (a, b and c) and (d, e and f). When the model b
is to be randomized, it'll only be randomized into a
or b
.
Weapon Weights follow a simple pattern -
weapon = weight
If the file exists, only weapons listed in the file will be considered for randomization.