LUAR_RP_PC / Luar /modloader /.data /Command Line Arguments.md
andy-gg's picture
Upload 2477 files
7e9dc27 verified

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 modname

    This 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, -mod and -modprof command lines are mutually exclusive.
  • When -mod or a -modprof command line are used a anonymous profile is created so any changes to the related profiles aren't saved/loaded.