Skip to content

Releases: mhwlng/streamdeck-starcitizen

version 1.1.2

20 Apr 09:38
Compare
Choose a tag to compare

handles p4k file format generated by the 2.0 launcher

thanks goes to https://github.com/dolkensp/unp4k

version 1.1.1

24 Dec 09:42
Compare
Choose a tag to compare

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

layouts can be changed in layout*.json

version 1.1.0

09 Dec 13:22
Compare
Choose a tag to compare

support streamdeck+ dials

version 1.0.9

02 Dec 08:47
Compare
Choose a tag to compare

don't initialize AudioPlaybackEngine if no sounds are defined.

version 1.0.8

23 Apr 05:41
Compare
Choose a tag to compare

fix problem with page down key

version 1.0.7

06 Apr 16:32
Compare
Choose a tag to compare

updated to .net framework 4.8

added multi-action button (see readme.md)

version 1.0.6

13 Aug 13:44
Compare
Choose a tag to compare

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

version 1.0.5

10 Aug 06:45
Compare
Choose a tag to compare

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

09 Aug 15:39
Compare
Choose a tag to compare

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

09 Aug 06:16
Compare
Choose a tag to compare

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