Releases · mhwlng/streamdeck-starcitizen (original) (raw)

This repository was archived by the owner on Mar 7, 2025. It is now read-only.

version 1.1.2

version 1.1.1

change dial image size to 200x50 and dial title is now centered.

layouts can be changed in layout*.json

version 1.1.0

support streamdeck+ dials

version 1.0.9

don't initialize AudioPlaybackEngine if no sounds are defined.

version 1.0.8

fix problem with page down key

version 1.0.7

updated to .net framework 4.8

added multi-action button (see readme.md)

version 1.0.6

added joystickbindings.csv, mousebindings.csv, unboundactions.csv and added 'overrule' column to keybindings.csv

version 1.0.5

removed bindings from dropdown that are only a modifier (alt,ctrl,shift)

added appsettings.config (default = empty)

you can use this to overrule the path like this :

<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
  <add key="SCData_p4k" value ="C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k" />
  <add key="SCClientProfilePath" value ="C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\USER\Client\0\Profiles\default" />
</appSettings>

version 1.0.4

The bound key is shown in the dropdown, localised for the current keyboard language

(So: US keyboard shows WSAD, French keyboard shows ZSQD)

version 1.0.3

Automatically update the dropdown in static.html when new bindings are added that didn't have a default keyboard binding before.

dropdowntemplate.html is now removed