David-Lor / RDR2-SimpleGangWar

Red Dead Redemption 2 script to create a basic battle between two teams
https://www.nexusmods.com/reddeadredemption2/mods/317
ISC License
4 stars 0 forks source link
rdr2 rdr2-scripting red-dead-redemption red-dead-redemption-2 simplegangwar

# RDR 2 SimpleGangWar script

Red Dead Redemption 2 script to create a basic battle between two teams.

Background

This is a port of GTA V SimpleGangWar script. Since most functions and methods are the same between GTA5 and RDR2, and the language used is the same (C#), almost all functionalities were ported to RDR2.

The main differences with the GTA V version are: no armor, no combat movement, no combat range, and not run to spawnpoint (as RDR2 peds seem to fight well on wide range).

Installing

Usage

The key F9 ("Hotkey") is used to navigate through all the steps of the script. In-game help popups will describe what to do, but these are the different stages you will find:

  1. The script will ask you to move to where the enemies will spawn
  2. After pressing the hotkey, you must do the same to define where the allies will spawn
  3. Right after defining both spawnpoints, peds from both teams will spawn on their respective spawnpoints, and fight each other
  4. Press the hotkey once to enter the "exit mode" (it will ask for confirmation to stop the battle)
  5. Pressing the hotkey again will inmediately stop the battle and remove all alive & dead peds from the map

An additional hotkey Z ("SpawnHotkey") is used to pause/resume the ped spawning in both teams.

Settings

Settings can be defined on the SimpleGangWar.ini file, being the following:

ALLIED_TEAM & ENEMY_TEAM

All lists of items (models & weapons) are separated by comma (,) or semi-colon (;). Spaces and case ignored.

SETTINGS

Known bugs

TODO

Changelog