Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

No installation options

A topic by poldi1021 created Apr 02, 2021 Views: 204 Replies: 1
Viewing posts 1 to 2

I would buy the program if I could decide where it's installed. I don't want to have any programs on drive C! Btw, I have never seen such a strange thing: a program installed on C:\User\AppData\Programs! And where are my projects saved? ?? Strange, really strange!

Developer (2 edits)

Hi! thanks for the feedback. I haven’t really looked about installation customization. (just using defaults). You can also use the portable dowload. projects amd user settings are saved in Per-user application data directory, which by default points to:

%APPDATA% on Windows
$XDG_CONFIG_HOME or ~/.config on Linux
~/Library/Application Support on macOS

example in Linux:

~/.config/drafft ls -lh

18:35:24
Permissions Size User Date Modified Name
drwxrwxr-x     - baj   8 Apr  2:49  backups
drwx------     - baj   8 Apr  0:52  blob_storage
drwx------     - baj   8 Apr  2:50  Cache
drwx------     - baj  12 Dec  2020  Code Cache
.rw-rw-r--  2,3k baj   8 Apr  2:49  config.json
.rw-------   20k baj  15 Dec  2020  Cookies
.rw-------     0 baj  15 Dec  2020  Cookies-journal
drwx------     - baj  12 Dec  2020  Crash Reports
.rw-------    67 baj  14 Dec  2020  Custom Dictionary.txt
.rw-------    57 baj  14 Dec  2020  Custom Dictionary.txt.backup
drwx------     - baj  12 Dec  2020  databases
drwx------     - baj  12 Dec  2020  Dictionaries
drwxrwxr-x     - baj  12 Dec  2020  extensions
.rw-rw-r--  1,7k baj  24 Feb 19:01  fgf.json
drwx------     - baj  12 Dec  2020  GPUCache
drwx------     - baj  24 Feb 19:27  IndexedDB
drwx------     - baj  12 Dec  2020  Local Storage
.rw-------  1,2k baj  30 Mar 20:09  Network Persistent State
.rw-------   32k baj   8 Apr  2:39  Preferences
.rw-------   53k baj   8 Apr  2:49  QuotaManager
.rw-------  8,7k baj   8 Apr  2:50  QuotaManager-journal
drwx------     - baj   8 Apr  2:22  Session Storage
drwx------     - baj  15 Dec  2020  shared_proto_db
.rw-------   372 baj  17 Dec  2020  TransportSecurity
drwx------     - baj  15 Dec  2020  VideoDecodeStats

Hope it helps!