Difference between revisions of "Wincade"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
A Windows Shell that replaces Explorer with an Arcade Kiosk system (support from Windows 98).</br> | A Windows Shell that replaces Explorer with an Arcade Kiosk system (support from Windows 98).</br> | ||
| − | == | + | ==Settings== |
| − | === | + | ===General=== |
| − | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! Setting !! Value !! Description | ! Setting !! Value !! Description | ||
|- | |- | ||
| − | | Language || <language> || Language | + | | Language || <language> || Language file name |
|- | |- | ||
| − | | | + | | Theme || <folder> || Theme images folder location |
|- | |- | ||
| Music || <folder> || Background music folder location | | Music || <folder> || Background music folder location | ||
| Line 29: | Line 28: | ||
|- | |- | ||
| DemoVideos || <folder> || Demo mode video folder location | | DemoVideos || <folder> || Demo mode video folder location | ||
| + | |- | ||
| + | | NoPopular || <true/false> || Hide 'Popular' games category | ||
| + | |- | ||
| + | | NoRecently || <true/false> || Hide 'Recently' games category | ||
| + | |} | ||
| + | |||
| + | ===Theme=== | ||
| + | * Settings.ini is located in the Theme folder | ||
| + | * Background images are also located in this folder | ||
| + | * Theme images are also located in this folder | ||
| + | |||
| + | {| class="wikitable sortable" | ||
| + | |- | ||
| + | ! Setting !! Value !! Description | ||
| + | |- | ||
| + | | CategoryColumns || <columns> || Amount of columns for showing categories | ||
| + | |- | ||
| + | | CategoryRows || <rows> || Amount of rows for showing categories | ||
| + | |- | ||
| + | | GameColumns || <columns> || Amount of columns for showing games | ||
| + | |- | ||
| + | | GameRows || <rows> || Amount of rows for showing games | ||
|} | |} | ||
| − | + | ===Game=== | |
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Revision as of 11:21, 13 April 2026
A Windows Shell that replaces Explorer with an Arcade Kiosk system (support from Windows 98).
Contents
Settings
General
| Setting | Value | Description |
|---|---|---|
| Language | <language> | Language file name |
| Theme | <folder> | Theme images folder location |
| Music | <folder> | Background music folder location |
| Volume | <volume> | Default audio volume at startup |
| Credits | <credits> | Default amount of credits at startup |
| CoinKey | <key> | The special keyboard key that activates coin insert event |
| StartKey | <key> | The special keyboard key that start a game |
| ExitKey | <key> | The special keyboard key that exits the game |
| AutoReset | <seconds> | Seconds of inactivity to return to main screen (0 = disable) |
| AutoDemo | <seconds> | Seconds of inactivity to play demo videos (0 = disable) |
| DemoVideos | <folder> | Demo mode video folder location |
| NoPopular | <true/false> | Hide 'Popular' games category |
| NoRecently | <true/false> | Hide 'Recently' games category |
Theme
- Settings.ini is located in the Theme folder
- Background images are also located in this folder
- Theme images are also located in this folder
| Setting | Value | Description |
|---|---|---|
| CategoryColumns | <columns> | Amount of columns for showing categories |
| CategoryRows | <rows> | Amount of rows for showing categories |
| GameColumns | <columns> | Amount of columns for showing games |
| GameRows | <rows> | Amount of rows for showing games |
Game
| Setting | Value | Description |
|---|---|---|
| Title | <name> | Game name |
| Categories | <category[]> | Game categories |
| Credits | <credits> | Required credits to start game (0 = free) |
| CreditsTime | <seconds> | Seconds game will play per credits (0 = unlimited) |
| VolumeChange | <volume> | Volume to increase or decrease (0 = stay same) |
| Executable | <file> | Game executable (or script) location |
| Arguments | <parameter[]> | Game executable (or script) arguments |
| DLC | <title[]> | Add sub-games titles to this game |
| StatPlayCount | <count> | Statistic: Amount of times game started |
| StatLastPlay | <date> | Statistic: Date of last game start |