Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuokri/seedmutator
Seeding utilities for Rising Storm 2: Vietnam dedicated server operators.
https://github.com/tuokri/seedmutator
bots mutator rising-storm-2-vietnam seeding udk unreal-engine unreal-engine-3
Last synced: 3 days ago
JSON representation
Seeding utilities for Rising Storm 2: Vietnam dedicated server operators.
- Host: GitHub
- URL: https://github.com/tuokri/seedmutator
- Owner: tuokri
- License: mit
- Created: 2024-03-26T01:12:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:43:34.000Z (3 months ago)
- Last Synced: 2024-12-06T04:09:04.475Z (2 months ago)
- Topics: bots, mutator, rising-storm-2-vietnam, seeding, udk, unreal-engine, unreal-engine-3
- Language: UnrealScript
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seed Mutator :seedling:
Seeding utilities for Rising Storm 2: Vietnam dedicated server operators.
This mutator is fully server sided, meaning clients joining the server will
not be required to download it.## Steam Workshop
Install on your server from
[Seed Mutator Steam Workshop Page](https://steamcommunity.com/sharedfiles/filedetails/?id=3201655018).## Config Options
| Option | Description | Value |
| ------------------------------------ | ----------------------------------------------------------------------------------------------- | ---------- |
| BotLimit | Maximum number of bots to add to the game. | 0-64 |
| DynamicBotAddThreshold | Threshold to dynamically start adding bots. Number of players as percentage of maximum players. | 0.0-1.0 |
| bDemoteBotSquadLeadersIfHumanInSquad | Pick the most suitable human squad member and promote them if a squad has a bot squad leader. | True/False |See [ROMutator_Seed_Config.ini](Config/ROMutator_Seed_Config.ini) for
configuration example.## Admin Console Commands
These commands are runnable when logged in as the server admin or
from WebAdmin management console.| Command | Description | Example |
| ------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------- |
| `ROMutate SM_SetBotLimit BOT_LIMIT` | Set bot limit to BOT_LIMIT. | `ROMutate SM_SetBotLimit 32` |
| `ROMutate SM_SetDynamicBotAddThreshold THRESHOLD` | Set bot dynamic add threshold to THRESHOLD. | `ROMutate SM_SetDynamicBotAddThreshold 0.5` |
| `ROMutate SM_SetDemoteBotSL [True/False]` | Enable/disable demoting bot SLs when human is in squad. | `ROMutate SM_SetDemoteBotSL True` |## Usage Tips
- Set bot limit to 0 to kick all bots instantly.
## Development TODOs
- Document bot configuration and console commands.
- Server goes below dyn. bot threshold.
-> Add bots to reach BotLimit.