Skip to content

Commit

Permalink
Merge pull request #143 from InvalidArgument3/initialversion
Browse files Browse the repository at this point in the history
respawnship, npc namechanges
  • Loading branch information
InvalidArgument3 authored Oct 18, 2024
2 parents 72fe130 + d5c2b10 commit 460b8f5
Show file tree
Hide file tree
Showing 8 changed files with 1,683 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NPC.Pack.EnceladusCo/Data/Factions.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TypeId>MyObjectBuilder_FactionDefinition</TypeId>
<SubtypeId>ECO-NPC</SubtypeId>
</Id>
<DisplayName>ECO Logistics</DisplayName>
<DisplayName>Enceladus Corporation</DisplayName>
<IsDefault>true</IsDefault>
<StartingBalance>1000000000</StartingBalance>
<Type>Trader</Type>
Expand All @@ -16,7 +16,7 @@
<AutoAcceptPeace>false</AutoAcceptPeace>
<DiscoveredByDefault>true</DiscoveredByDefault>
<DefaultRelation>Neutral</DefaultRelation>
<Description>Enceladus Corporation NPCs</Description>
<Description>The combined assets of several wealthy CEOs and government entities with the goal of harvesting the rings of Saturn for its riches.</Description>
</Faction>

</Factions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public partial class FactionDefs
},
Player = new List<string>
{
"ECO"
// "ECO"
},

// formations
Expand Down
4 changes: 2 additions & 2 deletions NPC.Pack.GanymedeLiberationFront/Data/Factions.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TypeId>MyObjectBuilder_FactionDefinition</TypeId>
<SubtypeId>GLF-NPC</SubtypeId>
</Id>
<DisplayName>GLF Logistics</DisplayName>
<DisplayName>Ganymede Liberation Front</DisplayName>
<IsDefault>true</IsDefault>
<StartingBalance>1000000000</StartingBalance>
<Type>Trader</Type>
Expand All @@ -16,7 +16,7 @@
<AutoAcceptPeace>false</AutoAcceptPeace>
<DiscoveredByDefault>true</DiscoveredByDefault>
<DefaultRelation>Neutral</DefaultRelation>
<Description>Ganymede Liberation Front NPCs</Description>
<Description>The Ganymede Liberation Front (GLF) emerged from a workers' revolt against the Enceladus Corporation (ECO) after years of labor exploitation.</Description>
</Faction>

</Factions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public partial class FactionDefs
},
Player = new List<string>
{
"GLF"
//"GLF"
},

// formations
Expand Down
1,644 changes: 1,644 additions & 0 deletions TSTSSESTweaks/Data/Prefabs/RespawnShip_V2_Sour_Lemon.sbc

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions TSTSSESTweaks/Data/RespawnShips.sbc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<RespawnShips>

<!-- <Ship>
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>RespawnShip</SubtypeId>
</Id>
<DisplayName>Sour Lemon RespawnShip</DisplayName>
<Icon>Textures\GUI\Icons\RespawnShips\Sour_Lemon.dds</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>RespawnShip_V2_Sour_Lemon</Prefab>
</Ship> -->
<Ship>
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>RespawnSpacePod</SubtypeId>
</Id>
<DisplayName>Sour Lemon</DisplayName>
<Icon>Textures\GUI\Icons\RespawnShips\Sour_Lemon.dds</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>RespawnShip_V2_Sour_Lemon</Prefab>
<PlanetDeployAltitude>100000</PlanetDeployAltitude>
<!-- <SpawnPosition x="0" y="140000" z="-150000" />
<SpawnPositionDispersionMin>20000</SpawnPositionDispersionMin>
<SpawnPositionDispersionMax>50000</SpawnPositionDispersionMax> -->
<UseForSpace>true</UseForSpace>
<HelpTextLocalizationId>RespawnScreeenHelpTextSpaceSpawn</HelpTextLocalizationId>
</Ship>

</RespawnShips>
</Definitions>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 460b8f5

Please sign in to comment.