Skip to content

Commit

Permalink
1.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Mar 26, 2024
1 parent 972d557 commit bf97930
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 1 deletion.
Binary file added 1.5/Assemblies/0Harmony.dll
Binary file not shown.
Binary file added 1.5/Assemblies/DubsMintMinimap.dll
Binary file not shown.
137 changes: 137 additions & 0 deletions 1.5/Defs/MiniMapDefs.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>
5 changes: 4 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
<ModMetaData>
<name>Dubs Mint Minimap</name>
<author>Dubwise</author>
<modIconPath IgnoreIfNoMatchingField="True">MMinimap/UI/Logo</modIconPath>
<modVersion>1.3.787</modVersion>
<url>https://github.com/Dubwise56/Dubs-Mint-Minimap</url>
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
<li>1.5</li>
</supportedVersions>
<packageId>dubwise.dubsmintminimap</packageId>
<description>Adds a minimap, with some options, doesn't hurt fps, ping tool for multiplayer</description>
<description>Adds a minimap, with some options, doesn't hurt fps much, ping tool for multiplayer</description>
</ModMetaData>
Binary file added Textures/MMinimap/UI/Logo.png
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 bf97930

Please sign in to comment.