Those are UE4SS (Unreal Engine 4 Scripting System) Lua Mod scripts for the Stray Game.
Mods
├── Stray
│ └── Scripts
│ ├── _README.md
│ ├── main.lua
│ └── deadcity_disable_zurgs.lua
main.lua- Setups logging and calls other scriptsdeadcity_disable_zurgs.lua- Disables Zurg enemies in the Pursuit section of Dead City level
- Install UE4SS for Stray
- Place Lua script files (
.lua) in theMods/Stray/Scriptsdirectory - Enable scripts in the UE4SS configuration
-
In
Mods/mods.txt, addStray : 1as the last entry (before theKeybindsentry!) -
In
Mods/mods.json, add:{ "mod_name": "Stray", "mod_enabled": true }as the last entry (before the
Keybindsentry!)
-
- Done! Launch Stray and enjoy the mods
- Stray (duh!) [Steam]
- UE4SS (Unreal Engine 4 Scripting System)
- Tested with experimental-latest build
- Back up your save files before using mods