<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>elitedangerous &amp;mdash; forbiddenlake</title>
    <link>https://blog.kiserai.net/tag:elitedangerous</link>
    <description></description>
    <pubDate>Tue, 28 Apr 2026 08:04:25 +0000</pubDate>
    <item>
      <title>Elite: Dangerous HUD Mod UI on Linux</title>
      <link>https://blog.kiserai.net/elite-dangerous-hud-mod-ui-on-linux</link>
      <description>&lt;![CDATA[2025 update: With the release of version 3, none of the below is necessary. &#xA;&#xA;----&#xA;&#xA;EDHM+UI is a tool that lets you change the colors and lighting of the HUD in Elite: Dangerous.  Does it work on Linux? Yes!&#xA;&#xA;tl;dr: Install EDHM+UI in its own WINE prefix, then point it at your E:D install.&#xA;&#xA;!--more--&#xA;&#xA;Long version:&#xA;&#xA;Download the EDHM+UI installer (EDHMUISetup.msi) from GitHub.&#xA;Choose a name for a new WINE prefix: export WINEPREFIX=&#34;$HOME/.wineedhmui&#34;&#xA;Initialize the prefix with: wine wineboot&#xA;Install .NET to the prefix: winetricks dotnet48. This will take you through a couple installers. Just continue through any warnings the installers show.&#xA;Make sure the Windows version is set to one supported by EDHM+UI: winetricks win10&#xA;Install EDHM+UI to the prefix (replace with the path to the .msi if it is not in the current folder): wine msiexec /i ./EDHMUISetup.msi&#xA;(Optional) Download an icon for a shortcut: wget https://bluemystical.github.io/edhm-api/assets/img/logo.png -O &#34;${WINEPREFIX}/logo.png&#34;&#xA;Set up a .desktop file to put EDHM in your menu.  Create ~/.local/share/applications/edhm-ui.desktop with a text editor and put the following in. Replace NAME with your username.&#xA;[Desktop Entry]&#xA;Name=EDHM UI&#xA;Comment=E:D HUD Mod UI&#xA;Exec=env WINEDEBUG=&#34;-all&#34; WINEPREFIX=&#34;/home/NAME/.wineedhmui&#34; &#34;/home/NAME/.wineedhmui/drivec/users/NAME/AppData/Local/EDHMUI/EDHMUImk2.exe&#34;&#xA;Icon=/home/NAME/.wineedhmui/logo.png&#xA;Terminal=false&#xA;Type=Application&#xA;Categories=Game&#xA;&#xA;Start EDHM+UI. Point it at your Elite Dangerous install(s). In the following picture it references my Steam install. You can likely find your install with: find ~ -name elite-dangerous-odyssey-64, but be sure to use the Windows-style path like I do, usually under Z:\. To make the box editable/browsable, CTRL+LEFT-CLICK the pi (π) symbol first.&#xA;image&#xA;You can then use EDHM+UI like on Windows. Select a premade theme, tweak it, add third-party plugins, and apply it. And just like Windows, you can use a hotkey (F11 by default) to reload a changed theme while the game is running.  &#xA;&#xA;Note: I was getting frequent crashes from EDHM UI, but I was still able to apply a theme and add a third-party plugin. &#xA;&#xA;---&#xA;References:&#xA;EDHM+UI Discord MrVaad&#xA;EDHM+UI Discord Thorned Rose&#xA;GitHub issue&#xA;&#xA;---&#xA;Tested versions:&#xA;Arch Linux as of 2024-02-19&#xA;wine 9.2-1&#xA;winetricks 20240105-1&#xA;EDHM+UI v2.2.19&#xA;---&#xA;Filed in: #elitedangerous #linux]]&gt;</description>
      <content:encoded><![CDATA[<p><strong>2025 update</strong>: With the <a href="https://github.com/BlueMystical/EDHM_UI/releases">release of version 3</a>, none of the below is necessary.</p>

<hr>

<p><a href="https://bluemystical.github.io/edhm-api/">EDHM+UI</a> is a tool that lets you change the colors and lighting of the HUD in Elite: Dangerous.  Does it work on Linux? Yes!</p>

<p>tl;dr: Install EDHM+UI in its <em>own</em> WINE prefix, then point it at your E:D install.</p>



<p>Long version:</p>
<ol><li>Download the EDHM+UI installer (<code>EDHM_UI_Setup.msi</code>) from <a href="https://github.com/BlueMystical/EDHM_UI/releases/latest">GitHub</a>.</li>
<li>Choose a name for a new WINE prefix: <code>export WINEPREFIX=&#34;$HOME/.wine_edhmui&#34;</code></li>
<li>Initialize the prefix with: <code>wine wineboot</code></li>
<li>Install .NET to the prefix: <code>winetricks dotnet48</code>. This will take you through a couple installers. Just continue through any warnings the installers show.</li>
<li>Make sure the Windows version is set to one supported by EDHM+UI: <code>winetricks win10</code></li>
<li>Install EDHM+UI to the prefix (replace with the path to the .msi if it is not in the current folder): <code>wine msiexec /i ./EDHM_UI_Setup.msi</code></li>
<li>(Optional) Download an icon for a shortcut: <code>wget https://bluemystical.github.io/edhm-api/assets/img/logo.png -O &#34;${WINEPREFIX}/logo.png&#34;</code></li>

<li><p>Set up a .desktop file to put EDHM in your menu.  Create <code>~/.local/share/applications/edhm-ui.desktop</code> with a text editor and put the following in. Replace NAME with your username.</p>

<pre><code class="language-sh">[Desktop Entry]
Name=EDHM UI
Comment=E:D HUD Mod UI
Exec=env WINEDEBUG=&#34;-all&#34; WINEPREFIX=&#34;/home/NAME/.wine_edhmui&#34; &#34;/home/NAME/.wine_edhmui/drive_c/users/NAME/AppData/Local/EDHM_UI/EDHM_UI_mk2.exe&#34;
Icon=/home/NAME/.wine_edhmui/logo.png
Terminal=false
Type=Application
Categories=Game
</code></pre></li>

<li><p>Start EDHM+UI. Point it at your Elite Dangerous install(s). In the following picture it references my Steam install. You can likely find your install with: <code>find ~ -name elite-dangerous-odyssey-64</code>, but be sure to use the Windows-style path like I do, usually under <code>Z:\</code>. <strong>To make the box editable/browsable, CTRL+LEFT-CLICK the pi (π) symbol first.</strong>
<img src="https://dabor.kiserai.net/i/fcd388e2-095f-4c41-87ff-69676bae4246.jpg" alt="image"></p></li>

<li><p>You can then use EDHM+UI like on Windows. Select a premade theme, tweak it, add third-party plugins, and apply it. And just like Windows, you can use a hotkey (F11 by default) to reload a changed theme <em>while the game is running</em>.</p></li></ol>

<p><strong>Note</strong>: I was getting frequent crashes from EDHM UI, but I was still able to apply a theme and add a third-party plugin.</p>

<hr>

<p>References:
1. <a href="https://discord.com/channels/773552741632180224/773553131568889916/1171209291856883773">EDHM+UI Discord MrVaad</a>
2. <a href="https://discord.com/channels/773552741632180224/773553131568889916/1016666369774858240">EDHM+UI Discord Thorned Rose</a>
3. <a href="https://github.com/BlueMystical/EDHM_UI/issues/36#issuecomment-1595329861">GitHub issue</a></p>

<hr>

<p>Tested versions:
* Arch Linux as of 2024-02-19
* wine 9.2-1
* winetricks 20240105-1
* EDHM+UI v2.2.19</p>

<hr>

<p>Filed in: <a href="https://blog.kiserai.net/tag:elitedangerous" class="hashtag"><span>#</span><span class="p-category">elitedangerous</span></a> <a href="https://blog.kiserai.net/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a></p>
]]></content:encoded>
      <guid>https://blog.kiserai.net/elite-dangerous-hud-mod-ui-on-linux</guid>
      <pubDate>Wed, 21 Feb 2024 17:17:07 +0000</pubDate>
    </item>
    <item>
      <title>Elite: Dangerous Utilities</title>
      <link>https://blog.kiserai.net/elite-dangerous-utilities</link>
      <description>&lt;![CDATA[Sirius Corporation Covert Creations (SCCC)&#xA;&#xA;Not affiliated with Li-Yong Rui, PowerPlay, nor any player minor factions. Still secretly controlling a galaxy near you.&#xA;&#xA;Bounty Hunting Spot Finder&#xA;&#xA;Find RES/CNB  near you, dynamically updated as the galaxy changes.&#xA;&#xA;https://siriuscorp.cc/bounty/&#xA;&#xA;Ship Anatomy (Rehost)&#xA;&#xA;Rehost of Anton Natarov&#39;s interactive ship anatomy tool.&#xA;&#xA;https://siriuscorp.cc/edsa/&#xA;!--more--&#xA;Guides&#xA;&#xA;Various guides on mining, Robigo, etc.&#xA;&#xA;https://siriuscorp.cc/guides/&#xA;&#xA;Community Goal Progress Graphs&#xA;&#xA;https://siriuscorp.cc/goal/&#xA;&#xA;Graph&#xA;&#xA;Space Conflict Zone / War Finder&#xA;&#xA;https://siriuscorp.cc/conflict/&#xA;&#xA;---&#xA;Filed in: #elitedangerous]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://siriuscorp.cc/">Sirius Corporation Covert Creations (SCCC)</a></p>

<p>Not affiliated with Li-Yong Rui, PowerPlay, nor any player minor factions. Still secretly controlling a galaxy near you.</p>

<h2 id="bounty-hunting-spot-finder">Bounty Hunting Spot Finder</h2>

<p>Find RES/CNB  near you, dynamically updated as the galaxy changes.</p>

<p><a href="https://siriuscorp.cc/bounty/">https://siriuscorp.cc/bounty/</a></p>

<h2 id="ship-anatomy-rehost">Ship Anatomy (Rehost)</h2>

<p>Rehost of Anton Natarov&#39;s interactive ship anatomy tool.</p>

<p><a href="https://siriuscorp.cc/edsa/">https://siriuscorp.cc/edsa/</a>
</p>

<h2 id="guides">Guides</h2>

<p>Various guides on mining, Robigo, etc.</p>

<p><a href="https://siriuscorp.cc/guides/">https://siriuscorp.cc/guides/</a></p>

<h2 id="community-goal-progress-graphs">Community Goal Progress Graphs</h2>

<p><a href="https://siriuscorp.cc/goal/">https://siriuscorp.cc/goal/</a></p>

<p><img src="https://siriuscorp.cc/goal/776-775-perhr.webp" alt="Graph"></p>

<h2 id="space-conflict-zone-war-finder">Space Conflict Zone / War Finder</h2>

<p><a href="https://siriuscorp.cc/conflict/">https://siriuscorp.cc/conflict/</a></p>

<hr>

<p>Filed in: <a href="https://blog.kiserai.net/tag:elitedangerous" class="hashtag"><span>#</span><span class="p-category">elitedangerous</span></a></p>
]]></content:encoded>
      <guid>https://blog.kiserai.net/elite-dangerous-utilities</guid>
      <pubDate>Wed, 28 Jun 2023 22:21:04 +0000</pubDate>
    </item>
  </channel>
</rss>