Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Nov 17, 2024
1 parent 868d623 commit 1046311
Show file tree
Hide file tree
Showing 90 changed files with 6 additions and 635,429 deletions.
2 changes: 1 addition & 1 deletion Content.Benchmarks/MapLoadBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task Cleanup()
PoolManager.Shutdown();
}

public static readonly string[] MapsSource = { "Empty", "Box", "Aspid", "Bagel", "Dev", "CentComm", "Atlas", "Core", "TestTeg", "Saltern", "Packed", "Omega", "Cluster", "Gemini", "Reach", "Origin", "Meta", "Marathon", "Europa", "MeteorArena", "Fland", "Barratry" };
public static readonly string[] MapsSource = { "Empty", "Dev", "CentComm", "TestTeg", };

[ParamsSource(nameof(MapsSource))]
public string Map;
Expand Down
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public async Task EmergencyEvacTest()
pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true);
pair.Server.CfgMan.SetCVar(CCVars.GameDummyTicker, false);
var gameMap = pair.Server.CfgMan.GetCVar(CCVars.GameMap);
pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Saltern");
pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Dev");

await server.WaitPost(() => ticker.RestartRound());
await pair.RunTicksSync(25);
Expand Down
4 changes: 0 additions & 4 deletions Resources/Audio/Parkstation/Music/attributions.yml

This file was deleted.

Binary file removed Resources/Audio/Parkstation/Music/deadline.ogg
Binary file not shown.
26 changes: 4 additions & 22 deletions Resources/ConfigPresets/SimpleStation14/Parkstation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ pathfinding = true
rules_file = "Parkstation/ParkstationRules.txt"
id = "parkstation"

# [whitelist]
# enabled = true
[whitelist]
enabled = true
# min_players = 24

# [queue]
# enabled = true
[queue]
enabled = true

[rules]
time = 120
Expand All @@ -33,21 +33,6 @@ time = 120
# ramping_average_end_time = 120.0
# ramping_average_chaos = 7.0

[traitor]
min_players = 2
players_per_traitor = 8
starting_balance = 16

[zombie]
min_players = 10


[mapping]
autosave_interval = 180.0

[atmos]
space_wind = true
space_wind_max_velocity = 22.0

[shuttle]
emergency_early_launch_allowed = true
Expand All @@ -58,9 +43,6 @@ recall_turning_point = 0.75
auto_call_time = 150
arrivals = false

[biomass]
easy_mode = false

[explosion]
tiles_per_tick = 128
incremental_tile = false
Expand Down

This file was deleted.

224 changes: 0 additions & 224 deletions Resources/Locale/en-US/corvax/station-goal/station-goals.ftl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ marking-EarsEasternD=Eastern Dragon
marking-EarsJackal=Jackal
marking-EarsMagus=Pointy
marking-EarsMouse=Mouse
marking-EarsShadowkin=Shadowkin
marking-EarsShadowkinStriped=Shadowkin (Striped)
marking-EarsSylveon=Ribbons

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1046311

Please sign in to comment.