Mod Loader Command Line
Mod Loader allows certain command line arguments to get passed to the game executable
-nomods
No modification from modloader directory gets loaded when this argument is used.
Usage:
gta_sa.exe -nomods-mod modname
This command line option makes Mod Loader load only modname from the modloader directory. That's essentially the same as creating a profile with ExcludeAllMods enabled plus the mod modname in the [IncludeMods] section
Usage:
gta_sa.exe -mod modnameThis will make Mod Loader load modloader/modname with priority 20.
You can send more than one command of this type to load many mods.
-mod modname=priority
Does the same as the
-mod _modname_except giving the specified mod a priority.-modprof profilename
Loads the specified profile.
Notes
- The
-nomods,-modand-modprofcommand lines are mutually exclusive. - When
-modor a-modprofcommand line are used a anonymous profile is created so any changes to the related profiles aren't saved/loaded.