Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentComm Map v0.1 #976

Merged
merged 11 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public sealed class PostMapInitTest
private static readonly string[] NoSpawnMaps =
{
"CentComm",
"SS220_CentComm",
"Dart",
"NukieOutpost",
"SS220_syndicate"
Expand All @@ -38,10 +39,11 @@ public sealed class PostMapInitTest
private static readonly string[] Grids =
{
"/Maps/centcomm.yml",
"/Maps/SS220/ss220-centcomm.yml",
"/Maps/Shuttles/cargo.yml",
"/Maps/Shuttles/emergency.yml",
"/Maps/Shuttles/infiltrator.yml",
"/Maps/NukeOps/ss220_Nuke_shuttle_grid.yml",
"/Maps/SS220/Shuttles/ss220-nukeshuttle.yml",
};

private static readonly string[] GameMaps =
Expand Down Expand Up @@ -69,21 +71,16 @@ public sealed class PostMapInitTest
"Oasis",

// SS220 Maps
"220Delta",
"Frankenstein",
"220Bagel",
"220Fland",
"220Ishimura",
"220Gate",
"Nox",
"Axioma",
"SS220_syndicate",
"SS220_CentComm",

// SS220 Event Maps
"Snout",
"220Avrite",
"220Marathon",
"220Hive",
"VoidZone",
"NTvsSSSP",
"Axioma",
"SS220_syndicate",
};

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed partial class StationCentcommComponent : Component
public float ShuttleIndex;

[DataField]
public ResPath Map = new("/Maps/centcomm.yml");
public ResPath Map = new("/Maps/SS220/ss220-centcomm.yml"); // SS220 centcomm map update

/// <summary>
/// Centcomm entity that was loaded.
Expand Down
262,295 changes: 0 additions & 262,295 deletions Resources/Maps/220_delta.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ entities:
name: NT-CBURN-X3 "Asclepius"
- type: Transform
pos: -0.5625,-1.1555071
parent: 9
parent: invalid
- type: MapGrid
chunks:
0,0:
Expand Down Expand Up @@ -495,19 +495,6 @@ entities:
chunkSize: 4
- type: GasTileOverlay
- type: RadiationGridResistance
- uid: 9
components:
- type: MetaData
name: map 2
- type: Transform
- type: Map
mapPaused: True
- type: PhysicsMap
- type: GridTree
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- proto: AirAlarm
entities:
- uid: 2
Expand Down Expand Up @@ -2513,15 +2500,6 @@ entities:
rot: -1.5707963267948966 rad
pos: -2.5,8.5
parent: 1
- proto: FaxMachineBase
entities:
- uid: 375
components:
- type: Transform
pos: 1.5,11.5
parent: 1
- type: FaxMachine
name: Шаттл РХБЗЗ
- proto: FireAxeCabinetFilled
entities:
- uid: 376
Expand Down
Loading
Loading