Skip to content

version 1.0.5

Compare
Choose a tag to compare
@mhwlng mhwlng released this 10 Aug 06:45
· 12 commits to master since this release

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>