-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from InvalidArgument3/initialversion
Initialversion
- Loading branch information
Showing
56 changed files
with
488 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModMetadata xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<ModVersion>1.0</ModVersion> | ||
</ModMetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<MyObjectBuilder_ModInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SteamIDOwner>76561198071098415</SteamIDOwner> | ||
<WorkshopId>0</WorkshopId> | ||
<WorkshopIds> | ||
<WorkshopId> | ||
<Id>3346612989</Id> | ||
<ServiceName>Steam</ServiceName> | ||
</WorkshopId> | ||
</WorkshopIds> | ||
</MyObjectBuilder_ModInfo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<MyObjectBuilder_ModInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SteamIDOwner>76561198071098415</SteamIDOwner> | ||
<WorkshopId>0</WorkshopId> | ||
<WorkshopIds> | ||
<WorkshopId> | ||
<Id>3346579329</Id> | ||
<ServiceName>Steam</ServiceName> | ||
</WorkshopId> | ||
</WorkshopIds> | ||
</MyObjectBuilder_ModInfo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<MyObjectBuilder_ModInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SteamIDOwner>76561198071098415</SteamIDOwner> | ||
<WorkshopId>0</WorkshopId> | ||
<WorkshopIds> | ||
<WorkshopId> | ||
<Id>3346579398</Id> | ||
<ServiceName>Steam</ServiceName> | ||
</WorkshopId> | ||
</WorkshopIds> | ||
</MyObjectBuilder_ModInfo> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<?xml version="1.0"?> | ||
<Definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Sounds> | ||
|
||
<!-- Metalstorm --> | ||
<Sound> | ||
<Id> | ||
<TypeId>MyObjectBuilder_AudioDefinition</TypeId> | ||
<SubtypeId>metalstorm</SubtypeId> | ||
</Id> | ||
<Category>SHOT</Category> | ||
<VolumeVariation>0.1</VolumeVariation> | ||
<MaxDistance>2100</MaxDistance> | ||
<PreventSynchronization>0</PreventSynchronization> | ||
<DistantSounds> | ||
<DistantSound DistanceCrossfade="10" Distance="1000" Sound="metalstormdistant" /> | ||
</DistantSounds> | ||
<DynamicMusicCategory>HeavyFight</DynamicMusicCategory> | ||
<DynamicMusicAmount>15</DynamicMusicAmount> | ||
<Loopable>false</Loopable> | ||
<SoundLimit>32</SoundLimit> | ||
<Volume>0.1</Volume> | ||
<PitchVariation>5</PitchVariation> | ||
<Waves> | ||
<Wave Type="D3"> | ||
<Start>Audio\Arcade\metalstorm.wav</Start> | ||
</Wave> | ||
</Waves> | ||
</Sound> | ||
|
||
<!-- Metalstorm Distant--> | ||
<Sound> | ||
<Id> | ||
<TypeId>MyObjectBuilder_AudioDefinition</TypeId> | ||
<SubtypeId>metalstormdistant</SubtypeId> | ||
</Id> | ||
<Category>SHOT</Category> | ||
<VolumeVariation>0.1</VolumeVariation> | ||
<MaxDistance>2100</MaxDistance> | ||
<PreventSynchronization>0</PreventSynchronization> | ||
<DynamicMusicCategory>HeavyFight</DynamicMusicCategory> | ||
<DynamicMusicAmount>15</DynamicMusicAmount> | ||
<Loopable>false</Loopable> | ||
<SoundLimit>32</SoundLimit> | ||
<Volume>0.1</Volume> | ||
<PitchVariation>5</PitchVariation> | ||
<Waves> | ||
<Wave Type="D3"> | ||
<Start>Audio\Arcade\metalstorm.wav</Start> | ||
</Wave> | ||
</Waves> | ||
</Sound> | ||
|
||
<!-- Metalstorm Hit --> | ||
<Sound> | ||
<Id> | ||
<TypeId>MyObjectBuilder_AudioDefinition</TypeId> | ||
<SubtypeId>cbar</SubtypeId> | ||
</Id> | ||
<Category>SHOT</Category> | ||
<VolumeVariation>0.1</VolumeVariation> | ||
<MaxDistance>1000</MaxDistance> | ||
<PreventSynchronization>0</PreventSynchronization> | ||
<DynamicMusicCategory>HeavyFight</DynamicMusicCategory> | ||
<DynamicMusicAmount>15</DynamicMusicAmount> | ||
<Loopable>false</Loopable> | ||
<Volume>0.1</Volume> | ||
<PitchVariation>5</PitchVariation> | ||
<Waves> | ||
<Wave Type="D3"> | ||
<Start>Audio\Arcade\cbar_hit1A.wav</Start> | ||
</Wave> | ||
</Waves> | ||
</Sound> | ||
|
||
<!-- Metalstorm Shield Hit --> | ||
<Sound> | ||
<Id> | ||
<TypeId>MyObjectBuilder_AudioDefinition</TypeId> | ||
<SubtypeId>shit</SubtypeId> | ||
</Id> | ||
<Category>SHOT</Category> | ||
<VolumeVariation>0.1</VolumeVariation> | ||
<MaxDistance>1000</MaxDistance> | ||
<PreventSynchronization>0</PreventSynchronization> | ||
<DynamicMusicCategory>HeavyFight</DynamicMusicCategory> | ||
<DynamicMusicAmount>15</DynamicMusicAmount> | ||
<Loopable>false</Loopable> | ||
<Volume>0.1</Volume> | ||
<PitchVariation>5</PitchVariation> | ||
<Waves> | ||
<Wave Type="D3"> | ||
<Start>Audio\Arcade\shieldhit1.wav</Start> | ||
</Wave> | ||
</Waves> | ||
</Sound> | ||
|
||
<!-- Metalstorm Reload--> | ||
<Sound> | ||
<Id> | ||
<TypeId>MyObjectBuilder_AudioDefinition</TypeId> | ||
<SubtypeId>metalstormreload</SubtypeId> | ||
</Id> | ||
<Category>SHOT</Category> | ||
<VolumeVariation>0.1</VolumeVariation> | ||
<MaxDistance>250</MaxDistance> | ||
<SoundLimit>10</SoundLimit> | ||
<PreventSynchronization>0</PreventSynchronization> | ||
<DynamicMusicCategory>HeavyFight</DynamicMusicCategory> | ||
<DynamicMusicAmount>15</DynamicMusicAmount> | ||
<Loopable>false</Loopable> | ||
<Volume>1</Volume> | ||
<PitchVariation>5</PitchVariation> | ||
<Waves> | ||
<Wave Type="D3"> | ||
<Start>Audio\Arcade\metalstormreload.wav</Start> | ||
</Wave> | ||
</Waves> | ||
</Sound> | ||
|
||
|
||
</Sounds> | ||
</Definitions> |
52 changes: 52 additions & 0 deletions
52
DeltaVEquipment/Data/CubeBlocks/DeltaV_MiningMetalStorm.sbc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" ?> | ||
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<CubeBlocks> | ||
<Definition xsi:type="MyObjectBuilder_ConveyorSorterDefinition"> | ||
<Id> | ||
<TypeId>ConveyorSorter</TypeId> | ||
<SubtypeId>DeltaV_MiningMetalStorm</SubtypeId> | ||
</Id> | ||
<DisplayName>DeltaV_MiningMetalStorm</DisplayName> | ||
<Icon>Textures\GUI\Icons\AstronautBackpack.dds</Icon> | ||
<Description> | ||
METAL STOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOORM | ||
</Description> | ||
<CubeSize>Large</CubeSize> | ||
<BlockTopology>TriangleMesh</BlockTopology> | ||
<Size x="1" y="1" z="1"/> | ||
<Center x="0" y="0" z="0" /> | ||
<ModelOffset x="0" y="0" z="0"/> | ||
<Model>Models\Cubes\large\DeltaV_MiningMetalStorm.mwm</Model> | ||
<Components> | ||
<Component Subtype="SteelPlate" Count="300" /> | ||
<Component Subtype="Construction" Count="200" /> | ||
<Component Subtype="MetalGrid" Count="50" /> | ||
<Component Subtype="PowerCell" Count="40" /> | ||
<Component Subtype="Superconductor" Count="120" /> | ||
<Component Subtype="LargeTube" Count="150" /> | ||
<Component Subtype="BulletproofGlass" Count ="120" /> | ||
<Component Subtype="Computer" Count="300" /> | ||
<Component Subtype="Construction" Count="150" /> | ||
<Component Subtype="SteelPlate" Count="200" /> | ||
</Components> | ||
<CriticalComponent Subtype="Computer" Index="0" /> | ||
<MountPoints> | ||
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
<MountPoint Side="Back" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
<MountPoint Side="Right" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
<MountPoint Side="Top" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
<MountPoint Side="Bottom" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/> | ||
</MountPoints> | ||
<BlockPairName>DeltaV_MiningMetalStorm</BlockPairName> | ||
<EdgeType>Light</EdgeType> | ||
<BuildTimeSeconds>80</BuildTimeSeconds> | ||
<InventoryMaxVolume>1</InventoryMaxVolume> | ||
<DamageEffectId>213</DamageEffectId> | ||
<DamagedSound>ParticleWeapExpl</DamagedSound> | ||
<ResourceSinkGroup>Defense</ResourceSinkGroup> | ||
<EmissiveColorPreset>Default</EmissiveColorPreset> | ||
<PCU>750</PCU> | ||
</Definition> | ||
</CubeBlocks> | ||
</Definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.