userJake_Richcancel
branchrust_reboot/main/primitive_gmcancel

136 Commits over 92 Days - 0.06cph!

11 Days Ago
Add support to only block items from certain sources inside an era - example: making jackhammers available in loot but not available from vending machines
11 Days Ago
Increase workbench tax in primitive gamemode T1 0% -> 10% T2 10% -> 20% T3 20% -> 40%
12 Days Ago
Disable bradley & cargo ship
12 Days Ago
Also block the train tunnel entrances that spawn outside of monuments
12 Days Ago
merge from main -> primitive_gm
12 Days Ago
S2P monuments with train tunnel entrances
12 Days Ago
Add trash pile to ferry terminal train entrances since it's a different prefab
12 Days Ago
Add trash pile to block train tunnel monument entrances when train tunnels is disabled
12 Days Ago
Add support for prefabs to be enabled to block the train tunnel entrances when train tunnels is disabled
12 Days Ago
Disable following monuments in primitive - nuclear missile silo - oil rigs - excavator - underwater labs
12 Days Ago
Create ScriptableWorldConfig so we can override terrain generation for each gamemode - have to use a new object since gamemodes are spawned after the terrain is generated
12 Days Ago
Re-add molotov as it accidently got removed
12 Days Ago
Restrict additional items - mlrs - 40mm grenade ammo (since MGL was already removed) - all rocket ammo (since launcher was already removed) - C4 - HV & incendiary pistol ammo - homing launcher & ammo
12 Days Ago
Fix restricted items showing up in quick craft
12 Days Ago
Fix restricted items showing up when searching crafting menu
12 Days Ago
Fix favorites in crafting menu being shown when restricted
12 Days Ago
Fix for RPC not filtering out the sell orders in a different era
13 Days Ago
Cherrypick CS110544 compile fix (unsure why it didn't show in this branch originally)
13 Days Ago
merge from main -> primitive_gm
13 Days Ago
Try catch convars when setting up gamemode incase one of the convars throws an error upwards
13 Days Ago
Redo the way server event convars are applied by storing the changes and applying them once the event prefab is loaded - we need to do this because convars can be ran before the event's scheduling prefab has been loaded on the server
13 Days Ago
Fix gamemode failing to run startup methods if it was spawned before ServerMgr
13 Days Ago
Add convar to control if oil rigs should generate on the map - disable oil rigs in primitive
14 Days Ago
Fixed static workbenches not having primitive version of tech tree attached to them
14 Days Ago
Fix T2 and T3 tech tree not marked as available in primitive
14 Days Ago
Restrict spring since it's only used for restricted weapons - remove spring from pressure plate in primitive to make it craftable with spring removal
14 Days Ago
Remove rifle body, SMG body, semi body since they are only used for restricted weapons
14 Days Ago
Fix metal detector not applying item era restrictions
14 Days Ago
Restrict access to rifle ammo since no weapons that use rifle ammo are available
14 Days Ago
Fix advent calendar able to bypass primitive era item restrictions
14 Days Ago
Remove `npc_junkpile_a_spawn_chance` and `npc_junkpile_g_spawn_chance` convars as no junkpiles in the project actually use the components the convars are referenced in - replace with the normal convar `npc_junkpilespawn_chance`
14 Days Ago
Restrict double barrel shotgun
16 Days Ago
Disable all scientists in primitive mode
16 Days Ago
Add convars to block NPCs from spawning - `npc_spawn_on_junkpile` specifically for junkpiles - `scientist_spawners_enabled` will disable all scientists spawning (peaceful & hostile)
17 Days Ago
Whoops: supposed to KEEP the RHIB in primitive
17 Days Ago
Set convar in primitive gamemode so rowboat spawns rear of cargo instead of rhib (since RHIB is supposed to be disabled)
17 Days Ago
Add convar `cargo_escape_boat_rhib` to control whether a rowboat or rhib will spawn on the back of cargoship
17 Days Ago
Ensure missions can't give out items that are blocked by an era - ideally missions rewards are changed if they aren't allowed in an era but this is a failsafe
17 Days Ago
Ensure vending machines don't sell restricted items - block orders with restricted items from being networked - also block it from being bought if the sell order somehow goes through
17 Days Ago
Remove unused variable
17 Days Ago
Show a red background around restricted items in the F1 menu
18 Days Ago
Add primitive version of T1 tech tree, except satchel is missing (as an example)
18 Days Ago
Mark existing tech trees as the unknown era
18 Days Ago
Add support for a different tech tree for primitive gamemode
18 Days Ago
Remove debug logging
18 Days Ago
Modify era editor window so you can select an era and see what items are blocked - default is "none", will show orange for unassigned items - selecting "primitive" will show red for blocked items
18 Days Ago
Fix compile error from using statement creeping in
19 Days Ago
Fixed compile errors
20 Days Ago
Ensure primitive gamemode sets the era convar to "primitive" (which is what applies the item restrictions)
20 Days Ago
Fix items being blocked when server has unassigned era