• jasondj@ttrpg.network
    link
    fedilink
    arrow-up
    19
    ·
    1 year ago

    Actual reason is system permissions.

    Most the default installation path is Program Files. That needs elevation to write to. Fine when you’re installing something, but not something you want to need just to run the game.

    Writing to %APPDATA% or really anywhere in %USERHOME% is guaranteed to have the right permissions for this user.

    Granted, a lot of home PCs and gaming PCs are single-user environments. The “personal” computer. In that case there’s no reason games and applications can’t be installed in %LOCALAPPADATA%, and in fact, I think windows has an environment variable or registry setting for that.

    It’s no different in Linux. You don’t want users writing to /etc. And you may expect multiple users. So all of that stuff goes to dot files in $HOME.