diff --git a/Readme_release.txt b/Readme_release.txt index a2c1236..e78b7fa 100644 --- a/Readme_release.txt +++ b/Readme_release.txt @@ -120,6 +120,9 @@ If you look at: steamcontrollerconfigdetails, you will see something like: 17796 1779660455 refers to a file id that you can dl using your favorite steam workshop downloader site. The url would be: https://steamcommunity.com/sharedfiles/filedetails/?id=1779660455 +The glyphs directory contains some glyphs for the controller buttons for the games that use the GetGlyphForActionOrigin function. +If you want to use the real steam glyphs instead of the free ones in the example directory copy them from: \tenfoot\resource\images\library\controller\api folder. + Valid digital button names: DUP DDOWN diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_a.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_a.png new file mode 100644 index 0000000..4b83560 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_a.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_b.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_b.png new file mode 100644 index 0000000..339788f Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_b.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_x.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_x.png new file mode 100644 index 0000000..ccac01e Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_x.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_y.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_y.png new file mode 100644 index 0000000..caa8fd0 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/button_y.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_l.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_l.png new file mode 100644 index 0000000..0bde85e Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_l.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_r.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_r.png new file mode 100644 index 0000000..7f17f6d Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/shoulder_r.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_e.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_e.png new file mode 100644 index 0000000..6232a75 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_e.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_n.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_n.png new file mode 100644 index 0000000..a54222c Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_n.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_s.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_s.png new file mode 100644 index 0000000..2197462 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_s.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_w.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_w.png new file mode 100644 index 0000000..dc07f43 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_dpad_w.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_click.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_click.png new file mode 100644 index 0000000..237f1ed Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_click.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_move.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_move.png new file mode 100644 index 0000000..34d2fe2 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_l_move.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_click.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_click.png new file mode 100644 index 0000000..2d76fdc Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_click.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_move.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_move.png new file mode 100644 index 0000000..4f40b3d Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/stick_r_move.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_click.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_click.png new file mode 100644 index 0000000..1ad596f Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_click.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_pull.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_pull.png new file mode 100644 index 0000000..1ad596f Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_l_pull.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_click.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_click.png new file mode 100644 index 0000000..5fc0f32 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_click.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_pull.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_pull.png new file mode 100644 index 0000000..5fc0f32 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/trigger_r_pull.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_e.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_e.png new file mode 100644 index 0000000..b2416cd Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_e.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_move.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_move.png new file mode 100644 index 0000000..29817da Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_move.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_n.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_n.png new file mode 100644 index 0000000..8dab7ac Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_n.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_s.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_s.png new file mode 100644 index 0000000..654bdb6 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_s.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_w.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_w.png new file mode 100644 index 0000000..3885e63 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_dpad_w.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_select.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_select.png new file mode 100644 index 0000000..e3fabc1 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_select.png differ diff --git a/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_start.png b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_start.png new file mode 100644 index 0000000..4681462 Binary files /dev/null and b/files_example/steam_settings.EXAMPLE/controller.EXAMPLE/glyphs/xbox_button_start.png differ