[SR2/SRTT/SRIV/SRGOOH] Cleaner Costs v0.1: A Saints Row x PAYDAY2 Crossover Celebration

Cleaner Costs v0.1
Created by nclok1405 ◆VScYHamhfU
Download: cleanercosts_v0.1.zip

cleanercosts.png


"Hey, HEY! Watch your shooting!" -- Bain

=== Description ===
Celebrating Saints Row x PAYDAY2 crossover, this mod implements the civilian kill penalty from PAYDAY2 to ALL Saints Row games on PC.
When you kill a civilian, you lose money. When you kill more people you'll lose bigger amount of money.
There are no penalty for killing cops, enemy gangs, and your homies.

=== Installation Steps for Saints Row 2 ===
Place "airport.lua" file to optional_mod_stuff\1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder in Gentlemen of the Row mod folder.
Then execute "Create_Custom_GotR_v1.9.2.bat", create a patch (P), and copy everything inside the MY_CUSTOM_PATCH folder to your Saints Row 2 installation folder.

=== Installation Steps for Saints Row: The Third and IV ===
If you are playing Saints Row The Third: Remastered, install Loose Lua Patch first.

Copy "airport.lua" and "sr3_city.lua" to Saints Row The Third or IV's folder.

Default Steam Locations:
* SRTT: C:\Program Files (x86)\Steam\steamapps\common\Saints Row the Third
* SRIV: C:\Program Files (x86)\Steam\steamapps\common\Saints Row IV

If you are currently using another sr3_city.lua mod, follow these instructions:
1. Copy "airport.lua" to your game's folder BUT NOT "sr3_city.lua"
2. Open your sr3_city.lua with a text editor
3. Insert the following line at the top of the file:
Code:
   include("airport.lua")
4. Search the line that contains "function sr3_city_main()"
5. Insert the following line next to the "function sr3_city_main()":
Code:
   thread_new("airport_main")
6. Save sr3_city.lua and hope it works!

=== Installation Steps for Saints Row: Gat out of Hell ===
Copy "airport.lua" and "sr4_5_city.lua" to Saints Row: Gat out of Hell's folder.

Default Steam Location:
* SRGOOH: C:\Program Files (x86)\Steam\steamapps\common\Saints Row Gat out of Hell

If you are currently using another sr4_5_city.lua mod, follow these instructions:
1. Copy "airport.lua" to your game's folder BUT NOT "sr4_5_city.lua"
2. Open your sr4_5_city.lua with a text editor
3. Insert the following line at the top of the file:
Code:
   include("airport.lua")
4. Search the line that contains "function sr4_5_city_main()"
5. Insert the following line next to the "function sr4_5_city_main()":
Code:
   thread_new("airport_main")
6. Save sr4_5_city.lua and hope it works!

=== Changelog ===
Cleaner Costs v0.1 (May 24, 2021)
* Initial Release
 

Attachments

  • cleanercosts_v0.1.zip
    24.7 KB · Views: 266
Back
Top