Add XDG DATA save game

This commit is contained in:
Jeremy Gardais 2019-10-11 15:04:08 +02:00
parent dbd32e14e0
commit 4c5f15d3a3
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 14 additions and 2 deletions

View File

@ -26,7 +26,7 @@ debug=0
XDG_CONFIG_HOME="${HOME}/.config" XDG_CONFIG_HOME="${HOME}/.config"
xdg_config="$(printf "%s" "${XDG_CONFIG_HOME}" | sed -e "s;${HOME}/;;")" xdg_config="$(printf "%s" "${XDG_CONFIG_HOME}" | sed -e "s;${HOME}/;;")"
### List of video games {{{ ### List of video games for XDG CONFIG {{{
### Broforce unity3d https://pcgamingwiki.com/wiki/Broforce ### Broforce unity3d https://pcgamingwiki.com/wiki/Broforce
### Butcher THD https://pcgamingwiki.com/wiki/Butcher ### Butcher THD https://pcgamingwiki.com/wiki/Butcher
@ -47,7 +47,19 @@ xdg_config_games="unity3d%THD%Cellar Door Games%nuclearthrone%Risk_of_Rain%Vampi
XDG_DATA_HOME="${HOME}/.local/share" XDG_DATA_HOME="${HOME}/.local/share"
xdg_data="$(printf "%s" "${XDG_DATA_HOME}" | sed -e "s;${HOME}/;;")" xdg_data="$(printf "%s" "${XDG_DATA_HOME}" | sed -e "s;${HOME}/;;")"
data_games="..." ### List of video games for XDG DATA {{{
### Borderlands 2 aspyr-media https://pcgamingwiki.com/wiki/Borderlands_2
### Full Metal Furies Cellar Door Games https://pcgamingwiki.com/wiki/Full_Metal_Furies
### HotlineMiami HotlineMiami https://pcgamingwiki.com/wiki/Hotline_Miami
### Mercenary Kings Tribute Games https://pcgamingwiki.com/wiki/Mercenary_Kings
### PixelJunk Shooter PJShooter https://pcgamingwiki.com/wiki/PixelJunk_Shooter
### Saints Row: The Third vpltd https://pcgamingwiki.com/wiki/Saints_Row:_The_Third
### Saints Row IV vpltd https://pcgamingwiki.com/wiki/Saints_Row_IV
### The Dishwasher: Vampire Smile VampireSmile https://pcgamingwiki.com/wiki/The_Dishwasher:_Vampire_Smile
### TowerFall Ascension TowerFall https://pcgamingwiki.com/wiki/TowerFall_Ascension
data_games="aspyr-media%Cellar Door Games%HotlineMiami%Tribute Games%PJShooter%vpltd%VampireSmile%TowerFall"
### }}}
## }}} ## }}}
remote_dir="${HOME}/Nextcloud/games/linux.sgl.script" remote_dir="${HOME}/Nextcloud/games/linux.sgl.script"