Security Co. [Pyloader] 1.0.1
44
2
44
2
Beta 1.0.1
This is a relatively simple script I've been working on to add some management-style gameplay to single player. It basically turns Franklin/Michael/Trevor into the owner of a Private Security Company. It's not perfect, but I wanted to share it in case anyone else is looking for more things to do after the main story.
The mod is called Security Co. in-game. It focuses on logistics and reputation rather than just shooting.
Main Features:
Requirements:
Installation:
Notes/Bugs:
Credits:
Thanks to the PyLoader devs and the community for the tools.
Installation steps:
1. Install ScriptHookVDotNet nightly (https://github.com/scripthookvdotnet/scripthookvdotnet-nightly/releases) and ensure you have a `scripts` folder in your main GTA V directory.
2. Open the LemonUI zip, go into the SHVDN3 folder, and move those 3 files into your 'scripts' folder. You can also try using SHVDN Enhanced.
3. Put the three PythonDispatcher files from the PyLoader zip directly into your 'scripts' folder.
4. Create a folder named 'scripts_py' inside your `scripts` folder. Drop the entire SecurityCo folder inside it.
Path should look like: /scripts/scripts_py/SecurityCo/
This is a relatively simple script I've been working on to add some management-style gameplay to single player. It basically turns Franklin/Michael/Trevor into the owner of a Private Security Company. It's not perfect, but I wanted to share it in case anyone else is looking for more things to do after the main story.
The mod is called Security Co. in-game. It focuses on logistics and reputation rather than just shooting.
Main Features:
Simple Dashboard: Use F5 to manage your company. It tracks your Reputation, Heat, and Cash.
Contract System: There are about 80 different missions. They range from low-level bouncer jobs to higher-paying contracts (like prison breaks or motorcade protection).
Staffing: You can hire Rookies or Veterans. The survival of the mission depends on who you send and what gear you give them. Note: Staff can die if the mission fails.
Logistics & Delivery: When you buy equipment, it takes time to arrive. You can speed it up by doing a manual delivery in a Burrito.
Cargo Damage: During deliveries, your cargo has a health bar. If you hit things too hard, you lose crates. I tried to make it fair (usually 1% per hit), but just be careful.
Heat System: Doing illegal jobs or failing missions raises your Heat. If it gets too high (>70%), the police might raid your warehouse, leading to a loss of staff or equipment.
Fines: Operating an unlicensed firm or having high heat can lead to fines.
Dynamic Timing: The time between job offers changes based on your staff count and reputation.
Requirements:
- ScriptHookV
- ScriptHookVDotNet
- LemonUI https://www.gta5-mods.com/tools/lemonui
PyLoader (Required to run the IronPython script) https://www.gta5-mods.com/tools/pyloader-python-scripts-for-gta-v-enhanced
Note: This was developed and tested on the Legacy version of GTA V.
Installation:
- Place the files into your /scripts/scripts_py folder.
- Ensure PyLoader and LemonUI are correctly set up.
- Open with F5 in-game.
Notes/Bugs:
Compatibility: I only worked on this mod on the Legacy version. It is currently unknown if this will work on GTA V Enhanced, but I personally think it can work.- I've tested this with a 42M money save, but it should work with a fresh start too.
- If you find any bugs, let me know. I'll try to fix them when I have time.
- Do not reupload to any other sites without my permission.
Credits:
Thanks to the PyLoader devs and the community for the tools.
Installation steps:
1. Install ScriptHookVDotNet nightly (https://github.com/scripthookvdotnet/scripthookvdotnet-nightly/releases) and ensure you have a `scripts` folder in your main GTA V directory.
2. Open the LemonUI zip, go into the SHVDN3 folder, and move those 3 files into your 'scripts' folder. You can also try using SHVDN Enhanced.
3. Put the three PythonDispatcher files from the PyLoader zip directly into your 'scripts' folder.
4. Create a folder named 'scripts_py' inside your `scripts` folder. Drop the entire SecurityCo folder inside it.
Path should look like: /scripts/scripts_py/SecurityCo/
Eerste Upload: 2 dagen geleden
Laatst bijgewerkt: 8 uur geleden
Laatst Gedownload: 21 minuten geleden
11 Reacties
Beta 1.0.1
This is a relatively simple script I've been working on to add some management-style gameplay to single player. It basically turns Franklin/Michael/Trevor into the owner of a Private Security Company. It's not perfect, but I wanted to share it in case anyone else is looking for more things to do after the main story.
The mod is called Security Co. in-game. It focuses on logistics and reputation rather than just shooting.
Main Features:
Requirements:
Installation:
Notes/Bugs:
Credits:
Thanks to the PyLoader devs and the community for the tools.
Installation steps:
1. Install ScriptHookVDotNet nightly (https://github.com/scripthookvdotnet/scripthookvdotnet-nightly/releases) and ensure you have a `scripts` folder in your main GTA V directory.
2. Open the LemonUI zip, go into the SHVDN3 folder, and move those 3 files into your 'scripts' folder. You can also try using SHVDN Enhanced.
3. Put the three PythonDispatcher files from the PyLoader zip directly into your 'scripts' folder.
4. Create a folder named 'scripts_py' inside your `scripts` folder. Drop the entire SecurityCo folder inside it.
Path should look like: /scripts/scripts_py/SecurityCo/
This is a relatively simple script I've been working on to add some management-style gameplay to single player. It basically turns Franklin/Michael/Trevor into the owner of a Private Security Company. It's not perfect, but I wanted to share it in case anyone else is looking for more things to do after the main story.
The mod is called Security Co. in-game. It focuses on logistics and reputation rather than just shooting.
Main Features:
Simple Dashboard: Use F5 to manage your company. It tracks your Reputation, Heat, and Cash.
Contract System: There are about 80 different missions. They range from low-level bouncer jobs to higher-paying contracts (like prison breaks or motorcade protection).
Staffing: You can hire Rookies or Veterans. The survival of the mission depends on who you send and what gear you give them. Note: Staff can die if the mission fails.
Logistics & Delivery: When you buy equipment, it takes time to arrive. You can speed it up by doing a manual delivery in a Burrito.
Cargo Damage: During deliveries, your cargo has a health bar. If you hit things too hard, you lose crates. I tried to make it fair (usually 1% per hit), but just be careful.
Heat System: Doing illegal jobs or failing missions raises your Heat. If it gets too high (>70%), the police might raid your warehouse, leading to a loss of staff or equipment.
Fines: Operating an unlicensed firm or having high heat can lead to fines.
Dynamic Timing: The time between job offers changes based on your staff count and reputation.
Requirements:
- ScriptHookV
- ScriptHookVDotNet
- LemonUI https://www.gta5-mods.com/tools/lemonui
PyLoader (Required to run the IronPython script) https://www.gta5-mods.com/tools/pyloader-python-scripts-for-gta-v-enhanced
Note: This was developed and tested on the Legacy version of GTA V.
Installation:
- Place the files into your /scripts/scripts_py folder.
- Ensure PyLoader and LemonUI are correctly set up.
- Open with F5 in-game.
Notes/Bugs:
Compatibility: I only worked on this mod on the Legacy version. It is currently unknown if this will work on GTA V Enhanced, but I personally think it can work.- I've tested this with a 42M money save, but it should work with a fresh start too.
- If you find any bugs, let me know. I'll try to fix them when I have time.
- Do not reupload to any other sites without my permission.
Credits:
Thanks to the PyLoader devs and the community for the tools.
Installation steps:
1. Install ScriptHookVDotNet nightly (https://github.com/scripthookvdotnet/scripthookvdotnet-nightly/releases) and ensure you have a `scripts` folder in your main GTA V directory.
2. Open the LemonUI zip, go into the SHVDN3 folder, and move those 3 files into your 'scripts' folder. You can also try using SHVDN Enhanced.
3. Put the three PythonDispatcher files from the PyLoader zip directly into your 'scripts' folder.
4. Create a folder named 'scripts_py' inside your `scripts` folder. Drop the entire SecurityCo folder inside it.
Path should look like: /scripts/scripts_py/SecurityCo/
Eerste Upload: 2 dagen geleden
Laatst bijgewerkt: 8 uur geleden
Laatst Gedownload: 21 minuten geleden







Hi, it looks like a good mod but I don't know why it is not working for me, like its not opening the menu. I've also changed the key to open the menu cause it was a key I used for other mod and still it didn't open.
@Sanmorix Hello, did you install pyloader and LemonUI? Check if you installed SHVDN3 LemonUI and the scripts_py folder is in the scripts folder
@Sanmorix Hey, I added new installation steps in the description, check them out
@shellxaz I tried that but it still doesn't work
@Sanmorix Strange, check if you have a 'ScriptHookVDotNet.log', if you do, does it mention SecurityCo anywhere?
@shellxaz If you mean like the text file of scripthookVDotnet, it doesn't appear there
@Sanmorix Odd, sorry for the troubles, but does "PythonDispatcher Loaded" notification appear when you load the game?
@shellxaz I think it doesn't appear
@Sanmorix Okay, if that notification doesn't show up, then PyLoader isn't running at all. Make sure the three 'PythonDispatcher' files are in the main 'scripts' folder, not the 'scripts_py' folder and you have the SHVDN nightly installed. Once you see that notification, the menu should work.
@shellxaz It is working now, it was that I needed scripthookdotnet enhaced, thanks for the help.
@Sanmorix No problem, glad to help!