reporust_rebootcancel

107,035 Commits over 3,836 Days - 1.16cph!

2 Years Ago
Gib wagons immediately when destroyed + reduced above-ground Work Cart "corpse" time from 10 minutes to 1 minute + OnKilled bug fixes
2 Years Ago
Added server.statBackup that backs up any analytics to a file Will only write the file to disk every 2 minutes Creates one file per real-time day in an analytics folder in the server files Backups will only be created if analytics are actually running (stats enabled, official server, etc)
2 Years Ago
New system for junction selection, gives correct left/right track selection at any junction. Also made sure the main rail loop is always the default selection at a siding junction, even if the siding is actually the straightest route.
2 Years Ago
Remove log
2 Years Ago
Track a mission fail reason (timeout, disconnect, etc)
2 Years Ago
Add tracking for mission fails
2 Years Ago
Revert 70405 for the moment, as it breaks navigation on some of the underground junctions
2 Years Ago
Updated rail spline visualisation
2 Years Ago
Fixed NRE when spawning a world too small for the rail loop
2 Years Ago
train model and texture progress created new tileable textures simplified meshes so to not rely on unique baked textures but to make use of new tileable texture(s) textures currently unoptimized (too big atm for the purpose of testing and progress)
2 Years Ago
Merge from death_screen_improvements
2 Years Ago
Changed how direction is selected in junction splits. Fixes above-ground junctions that took the wrong inputs
2 Years Ago
Added PrefabInformation to other scientist variants (they all share the same icon/translation)
2 Years Ago
Added missing train wagon material
2 Years Ago
- Reduced above-ground WorkCart max speed a little - Allow successful train car coupling at "medium" work cart speed
2 Years Ago
Merge from main
2 Years Ago
Merge Spawning -> Save224
2 Years Ago
Manifest update, to fix "no string for ID..."
2 Years Ago
Balancing train car spawns. Reduced engine:wagon ratio to 1:4 (was 1:7). Reduced overall train car population density from 1.0 to 0.7.
2 Years Ago
▋▍█▆▍▅▊ ▊█▅▄█ ▆▉▇▇▉▆ ▊▆█▋ ▅█▅▍▉▅ ▅▌▆▋▆█▋ ▆▋ ▌▌▆█▄▋█ ▍▄█▇▆▊▊▌ ▋█▇ ▄▋▄▄▄▉██ ▉▍▆▅▋ ▋▅▉▋██▌ █▍▋█▅█▆ ▍▉ ▆█▄▋▅ ▋█▊▋▌▊ ▍▉▅█
2 Years Ago
Fixed edge case that could cause exception at level load
2 Years Ago
More west coast finalization
2 Years Ago
Updated train wagon modules with LODs and proper colliders Rebaked train normal map to fix errors
2 Years Ago
Removed terrain blending from cliffs where it isn't desired. More west splatting.
2 Years Ago
Dialed back roadside / railside bush density by 40%
2 Years Ago
██▅▋▉ ▋▆ ▊▍▋▆▄ ▍▆▍▌▉▌▆▊ ▌▋▅▆ ▄▆▆▋▌▅▌▊ █▅▉▋▋▊▋█▆▊▌ / ▄▊█▇▅▄▄▆█▄▄▍
2 Years Ago
Temporarily removing junkpile_j from spawn list, since the prefab appears to be corrupt since the AI fix merge
2 Years Ago
Fixed edge case with side rail meeting main rail at extremely steep angle
2 Years Ago
Fixed edge case with side rail meeting main rail at extremely steep angle
2 Years Ago
Fixed junkyard keycard not respawning
2 Years Ago
merge from setdestination spam fix
2 Years Ago
▊▊▄▍▊▇█▄▇▍▊ ▌▄▉ ▌▊▄ - ▋▍▊▅▉▍▊▋ ▌▅▊▆▊▄▅ ▅▌▄▅▄▌▉ ▄▆▄ █▉▋▄▍
2 Years Ago
merge from junkpile ai fixes
2 Years Ago
Add peacekeeper and heavy to death screen options, added localization keys
2 Years Ago
Population density tweaks
2 Years Ago
Heavy Scientist and Peacekeeper avatars
2 Years Ago
Scale populations to map size
2 Years Ago
Run the engine population first in case it fills up the sidings
2 Years Ago
Add spawn population for train wagons, uses traincar.wagons_per_engine convar
2 Years Ago
Track selection takes all engines' inputs into account
2 Years Ago
Don't let trains spawn within 40m of start/end of siding
2 Years Ago
Spawn cars slightly above the spline so the bounds check passes (they get snapped to the spline anyway) Remove bypass bounds check
2 Years Ago
Fix spawn rotation
2 Years Ago
Shark and Scientist avatars
2 Years Ago
Reapply population convars New SpawnPopulation that overrides position to select from valid siding splines
2 Years Ago
Always load initially in uncoupled state
2 Years Ago
Added max_couple_speed convar. Removed my train pop convars - not sure how we'll set these up yet.
2 Years Ago
S2P compound and water treatment
2 Years Ago
Mark above-ground rail siding TrainTrackSplines as aboveGroundSpawn = true
2 Years Ago
Merge from official_server_analytics