V 2.26 Build 60 Update for SC 2.5.0 alpha

add new actionmaps
update fallback defaultProfile.xml
pull/104/head v2.26beta
bm98 8 years ago
parent 15f2f873f5
commit c19619b87f

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "2.25.0.59" )]
[assembly: AssemblyFileVersion( "2.25.0.59" )]
[assembly: AssemblyVersion( "2.26.0.60" )]
[assembly: AssemblyFileVersion( "2.26.0.60" )]

@ -26,8 +26,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>59</ApplicationRevision>
<ApplicationVersion>2.25.0.%2a</ApplicationVersion>
<ApplicationRevision>60</ApplicationRevision>
<ApplicationVersion>2.26.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>

@ -11,10 +11,10 @@
<!-- This is the minimal change that detects a movement of an axis (Joystick, Gamepad, Mouse)
default are 150,500,150 - you may change it to get the detection less sensitive -->
<AppConfiguration jsSenseLimit="150" gpSenseLimit="500" msSenseLimit="150" scActionmaps="default, multiplayer, singleplayer, invite, player, flycam,
vehicle_general, vehicle_driver, vehicle_gunner,
spaceship_general, spaceship_view, spaceship_movement, spaceship_targeting, spaceship_turret, spaceship_weapons, spaceship_missiles,
spaceship_defensive, spaceship_auto_weapons, spaceship_power, spaceship_radar, spaceship_hud, zero_gravity_general, zero_gravity_eva, IFCS_controls"/>
<AppConfiguration jsSenseLimit="150" gpSenseLimit="500" msSenseLimit="150" scActionmaps="default, multiplayer, singleplayer
,invite, player, player_choice, prone, flycam, vehicle_general, vehicle_driver, vehicle_gunner
,spaceship_general, spaceship_view, spaceship_movement, spaceship_targeting, spaceship_turret, spaceship_weapons, spaceship_missiles
,spaceship_defensive, spaceship_auto_weapons, spaceship_power, spaceship_radar, spaceship_hud, zero_gravity_general, zero_gravity_eva, IFCS_controls"/>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>

@ -26,7 +26,7 @@ namespace SCJMapper_V2
new ConfigurationProperty( "msSenseLimit", typeof( int ), ( int )150, ConfigurationPropertyOptions.None );
// The scActionmaps property.
private static String _defaultActionmaps = "default,multiplayer,singleplayer,invite,player,flycam,vehicle_general,vehicle_driver,vehicle_gunner"
private static String _defaultActionmaps = "default,multiplayer,singleplayer,invite,player,player_choice,prone,flycam,vehicle_general,vehicle_driver,vehicle_gunner"
+ ",spaceship_general,spaceship_view,spaceship_movement,spaceship_targeting,spaceship_turret,spaceship_weapons,spaceship_missiles"
+ ",spaceship_defensive,spaceship_auto_weapons,spaceship_power,spaceship_radar,spaceship_hud,zero_gravity_general,zero_gravity_eva,IFCS_controls";
private static readonly ConfigurationProperty _scActionmaps =

File diff suppressed because it is too large Load Diff

@ -1,10 +1,10 @@
SC Joystick Mapper V 2.25 - Build 59 BETA
(c) Cassini, StandardToaster - 01-Jul-2016
SC Joystick Mapper V 2.26 - Build 60 BETA
(c) Cassini, StandardToaster - 27-Aug-2016
Contains 9 files:
SCJMapper.exe The program (V2.25)
SCJMapper.exe.config Program config (V2.25) - MUST be in the same folder as the Exe file
SCJMapper.exe The program (V2.26)
SCJMapper.exe.config Program config (V2.26) - MUST be in the same folder as the Exe file
SharpDX.DirectInput.dll Managed DirectInput Assembly - MUST be in the same folder as the Exe file
SharpDX.dll Managed DirectX Assembly - MUST be in the same folder as the Exe file
OpenTK.dll Managed OpenGL Assembly - MUST be in the same folder as the Exe file
@ -29,6 +29,9 @@ Scanned for viruses before packing...
cassini@burri-web.org
Changelog:
V 2.26 - BETA Build 60
- add - new actionmaps from SC 2.5.0 alpha to choose from in Settings
- update - fallback default profile from SC 2.5.0 alpha
V 2.25 - BETA Build 59
- fix - an issue in parsing options from imported maps
- add - an option to show the actiontree as CSV list with more/less details (change in Settings)

Loading…
Cancel
Save