Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis committed Jul 31, 2015
1 parent 23d847a commit 85b0cda
Show file tree
Hide file tree
Showing 181 changed files with 4,455 additions and 4,073 deletions.
Binary file added Launcher/Icon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions Launcher/Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<PropertyGroup>
<StartupObject>Launcher.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -96,6 +99,9 @@
<Name>Subsurface</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
3 changes: 1 addition & 2 deletions Subsurface/Content/Items/Artifacts/artifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<Items>
<Item
name="Skyholder Artifact"
pickdistance="150"
price="100">
pickdistance="150">

<Sprite texture="artifact.png" depth="0.8"/>

Expand Down
3 changes: 2 additions & 1 deletion Subsurface/Content/Items/Button/button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name="Button"
type="Controller"
linkable="true"
pickdistance="150.0">
pickdistance="150.0"
price="10">

<Sprite texture ="button.png" depth="0.8"/>

Expand Down
4 changes: 2 additions & 2 deletions Subsurface/Content/Items/Door/doors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Sprite texture ="door.png" sourcerect="0,0,48,208" depth="0.8" origin="0.5,0.5"/>

<Door>
<Sprite texture ="door.png" sourcerect="80,0,19,208" depth="0.4" origin="0.5,0.0"/>
<Sprite texture ="door.png" sourcerect="80,0,19,208" depth="0.0" origin="0.5,0.0"/>
</Door>

<AiTarget sightrange="5000.0"/>
Expand All @@ -29,7 +29,7 @@
<Sprite texture ="door.png" sourcerect="0,0,48,208" depth="0.8" origin="0.5,0.5"/>

<Door window="0,-18,10,89">
<Sprite texture ="door.png" sourcerect="56,0,19,208" depth="0.4" origin="0.5,0.0"/>
<Sprite texture ="door.png" sourcerect="56,0,19,208" depth="0.0" origin="0.5,0.0"/>
</Door>

<AiTarget sightrange="5000.0"/>
Expand Down
6 changes: 4 additions & 2 deletions Subsurface/Content/Items/Medical/medical.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Item
name="Medical Syringe"
Tags="smallitem"
pickdistance="150">
pickdistance="150"
price="50">

<Sprite texture ="med.png" sourcerect="0,0,24,5" depth="0.6"/>

Expand All @@ -17,7 +18,8 @@
<Item
name="Bandage"
Tags="smallitem"
pickdistance="150">
pickdistance="150"
price="20">

<Sprite texture ="med.png" sourcerect="0,14,14,18" depth="0.6"/>

Expand Down
15 changes: 10 additions & 5 deletions Subsurface/Content/Items/Tools/tools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Item
name="Welding Tool"
Tags="smallitem"
pickdistance="200">
pickdistance="200"
price="100">

<Sprite texture ="weldingtool.png" depth="0.5"/>

Expand Down Expand Up @@ -45,7 +46,8 @@
<Item
name="Plasma Cutter"
Tags="smallitem"
pickdistance="200">
pickdistance="200"
price="100">

<Sprite texture ="plasmacutter.png" depth="0.5"/>

Expand Down Expand Up @@ -77,7 +79,8 @@
<Item
name="Welding Fuel Tank"
Tags="smallitem"
pickdistance="150">
pickdistance="150"
price="50">

<Sprite texture ="fueltank.png" depth="0.5"/>

Expand All @@ -90,7 +93,8 @@
<Item
name="Screwdriver"
Tags="smallitem"
pickdistance="200">
pickdistance="200"
price="10">

<Sprite texture ="screwdriver.png" depth="0.5"/>

Expand All @@ -104,7 +108,8 @@
<Item
name="Wrench"
Tags="smallitem"
pickdistance="200">
pickdistance="200"
price="10">

<Sprite texture ="wrench.png" depth="0.5"/>

Expand Down
2 changes: 1 addition & 1 deletion Subsurface/Content/Items/Weapons/explosives.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="C-4 Block"
Tags="smallitem,explosive"
pickdistance="150"
price="50">
price="100">

<Sprite texture="explosives.png" depth="0.8" sourcerect="0,0,16,7"/>

Expand Down
10 changes: 7 additions & 3 deletions Subsurface/Content/Items/Weapons/weapons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Items>
<Item
name="Spear"
pickdistance="200">
pickdistance="200"
price="50">

<Sprite texture ="spear.png" depth="0.55"/>

Expand All @@ -17,7 +18,8 @@

<Item
name="Harpoon Gun"
pickdistance="200" >
pickdistance="200"
price="500">

<Sprite texture ="harpoongun.png" depth="0.5"/>

Expand All @@ -39,7 +41,9 @@

<Item
name="Stun Grenade"
pickdistance="200" >
pickdistance="200"
price="200"
tags="smallitem">

<Sprite texture ="stungrenade.png" depth="0.04"/>

Expand Down
Binary file modified Subsurface/Content/Items/wireCorner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Subsurface/Content/Items/wireHorizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Subsurface/Content/Items/wireVertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions Subsurface/Content/Quests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
commonness="10"
reward="1000"
radarlabel="Infrasonic signal"
failuremessage="fail"
failuremessage="Retrieving the artifact failed"
successmessage="The artifact has been succesfully retrived"
itemname="Skyholder Artifact">
</SalvageQuest>
Expand All @@ -17,7 +17,6 @@
commonness="10"
reward="1000"
radarlabel="Moloch"
failuremessage="fail"
successmessage="The Moloch has been killed."
monsterfile="Content/Characters/Moloch/moloch.xml">
</MonsterQuest>
Expand All @@ -28,7 +27,6 @@
commonness="10"
reward="800"
radarlabel="Tiger Thresher"
failuremessage="fail"
successmessage="The Tiger Thresher has been killed."
monsterfile="Content/Characters/TigerThresher/tigerthresher.xml">
</MonsterQuest>
Expand All @@ -39,7 +37,6 @@
commonness="5"
reward="1000"
radarlabel="Infrasonic signal"
failuremessage="It turns out the signal picked up by [location1] was emitted by a Moloch."
successmessage="It turns out the signal was emitted by a Moloch. The researchers of [location1] have agreed to pay you the reward nevertheless for killing the Moloch."
monsterfile="Content/Characters/Moloch/moloch.xml">
</MonsterQuest>
Expand Down
Binary file modified Subsurface/Content/Sounds/Music/Simplex.ogg
Binary file not shown.
Binary file added Subsurface/Content/Sounds/startDrone.ogg
Binary file not shown.
Binary file modified Subsurface/Content/UI/uiBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Subsurface/Icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions Subsurface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.3")]
[assembly: AssemblyFileVersion("0.0.1.3")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 85b0cda

Please sign in to comment.