Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Aug 2, 2020
1 parent 0922d83 commit a50f2ca
Show file tree
Hide file tree
Showing 6 changed files with 3,039 additions and 1 deletion.
Binary file added 1.2/Assemblies/0Harmony.dll
Binary file not shown.
2,900 changes: 2,900 additions & 0 deletions 1.2/Assemblies/0Harmony.xml

Large diffs are not rendered by default.

Binary file added 1.2/Assemblies/DubsMintMinimap.dll
Binary file not shown.
137 changes: 137 additions & 0 deletions 1.2/Defs/MainButtons.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<MainButtonDef>
<defName>MintMinimap</defName>
<label>Mint Mini Map</label>
<description>Display a mini map for the current map</description>
<workerClass>DubsMintMinimap.MainButtonWorker_ToggleMinimap</workerClass>
<canBeTutorDenied>false</canBeTutorDenied>
<order>100</order>
<validWithoutMap>false</validWithoutMap>
<minimized>True</minimized>
<iconPath>MMinimap/UI/MinimapToggle</iconPath>
</MainButtonDef>

<KeyBindingCategoryDef>
<defName>MintMinimap</defName>
<label>Mint Minimap</label>
<description>Keybinds for Dubs Mint Minimap.</description>
<isGameUniversal>true</isGameUniversal>
</KeyBindingCategoryDef>

<KeyBindingDef>
<category>MintMinimap</category>
<defName>MintMenus_MiniMap</defName>
<label>Mint Mini Map</label>
<defaultKeyCodeA></defaultKeyCodeA>
</KeyBindingDef>

<KeyBindingDef>
<category>MintMinimap</category>
<defName>MintMenus_PingTool</defName>
<label>Ping Tool</label>
<defaultKeyCodeA></defaultKeyCodeA>
</KeyBindingDef>

<ThingDef ParentName="MoteBase">
<defName>Mote_PlayerPing</defName>
<graphicData>
<texPath>Things/Mote/Transparent</texPath>
</graphicData>
<thingClass>DubsMintMinimap.MotePlayerPing</thingClass>
<drawGUIOverlay>true</drawGUIOverlay>
<altitudeLayer>MetaOverlays</altitudeLayer>
<mote>
<realTime>true</realTime>
<solidTime>4</solidTime>
</mote>
</ThingDef>

<ThingDef ParentName="MoteBase">
<defName>Mote_EnemyPing</defName>
<graphicData>
<texPath>Things/Mote/Transparent</texPath>
</graphicData>
<thingClass>DubsMintMinimap.MotePlayerPing</thingClass>
<drawGUIOverlay>true</drawGUIOverlay>
<altitudeLayer>MetaOverlays</altitudeLayer>
<mote>
<realTime>true</realTime>
<solidTime>4</solidTime>
</mote>
</ThingDef>

<SoundDef>
<defName>Sound_PlayerPing</defName>
<context>MapOnly</context>
<eventNames />
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>MintMap/PingTool</clipPath>
</li>
</grains>
<volumeRange>
<min>40</min>
<max>40</max>
</volumeRange>
<distRange>
<min>0</min>
<max>90</max>
</distRange>
<sustainLoop>False</sustainLoop>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>Sound_MapFail</defName>
<eventNames />
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>MintMap/MapFail</clipPath>
</li>
</grains>
<volumeRange>
<min>40</min>
<max>40</max>
</volumeRange>
<distRange>
<min>0</min>
<max>90</max>
</distRange>
<sustainLoop>False</sustainLoop>
</li>
</subSounds>
</SoundDef>

<SoundDef>
<defName>Sound_MapBoot</defName>
<eventNames />
<subSounds>
<li>
<onCamera>True</onCamera>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>MintMap/MapBoot</clipPath>
</li>
</grains>
<volumeRange>
<min>40</min>
<max>40</max>
</volumeRange>
<distRange>
<min>0</min>
<max>90</max>
</distRange>
<sustainLoop>False</sustainLoop>
</li>
</subSounds>
</SoundDef>

</Defs>
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>dubwise.dubsmintminimap</packageId>
<description>Adds a minimap, with some options, doesn't hurt fps, ping tool for multiplayer</description>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Manifest>
<identifier>Dubs Mint Minimap</identifier>
<version>1.3.450</version>
<version>1.3.685</version>
<manifestUri>https://raw.githubusercontent.com/Dubwise56/Dubs-Mint-Minimap/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Dubwise56/Dubs-Mint-Minimap/releases/latest</downloadUri>
</Manifest>

0 comments on commit a50f2ca

Please sign in to comment.