mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
wiki
This commit is contained in:
parent
2c48bb759b
commit
c850d88581
|
@ -25,6 +25,7 @@ Applications that are not native on Steam gets a random AppID number.
|
|||
Should be empty as it is not relevant to the usecase of RetroDECK. Neither should the creator be shown as that hardlinks to the real SteamID of the person that makes the changes.
|
||||
|
||||
```
|
||||
|
||||
"controller_mappings"
|
||||
{
|
||||
"version" "3"
|
||||
|
@ -42,6 +43,7 @@ Should be empty as it is not relevant to the usecase of RetroDECK. Neither shoul
|
|||
"Timestamp" "-596696880"
|
||||
"actions"
|
||||
{
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -51,11 +53,15 @@ The .vdf file will always have the same filename is thus overwritten when a new
|
|||
|
||||
The naming syntax is:
|
||||
|
||||
`RetroDECK_controller_<OGSystem>_<controllername>_<template type>.vdf`
|
||||
```
|
||||
RetroDECK_controller_<OGSystem>_<controllername>_<template type>.vdf
|
||||
```
|
||||
|
||||
**Example:**
|
||||
|
||||
`RetroDECK_controller_ps5_dualsense_simple.vdf`
|
||||
```
|
||||
RetroDECK_controller_ps5_dualsense_simple.vdf
|
||||
```
|
||||
|
||||
This is the DualSense for the PS5 using the Simple RetroDECK Template.
|
||||
|
||||
|
@ -117,10 +123,12 @@ While a 2.1 with a bugfix would be
|
|||
|
||||
The Steam Deck is so far the only template that ships with two diffrent templates
|
||||
|
||||
```
|
||||
"title" "RetroDECK: Steam Deck - Neptune v.1.1b FULL"
|
||||
"description" "RetroDECK: Steam Deck - Neptune v.1.1b FULL"
|
||||
|
||||
"title" "RetroDECK: Steam Deck - Neptune v.1b SIMPLE"
|
||||
"description" "RetroDECK: Steam Deck - Neptune v.1b SIMPLE"
|
||||
|
||||
```
|
||||
Then we add the template type by the end of the title and description.
|
||||
|
|
Loading…
Reference in a new issue