|
@@ -15,10 +15,19 @@ return {
|
|
<td>macOS</td>
|
|
<td>macOS</td>
|
|
<td><code>/Users/<user>/Library/Application Support/LOVR/<identity></code></td>
|
|
<td><code>/Users/<user>/Library/Application Support/LOVR/<identity></code></td>
|
|
</tr>
|
|
</tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>Linux</td>
|
|
|
|
+ <td><code>/home/<user>/.local/share/LOVR/<identity></code></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>Android</td>
|
|
|
|
+ <td><code>/sdcard/Android/data/<identity>/files</code></td>
|
|
|
|
+ </tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
`<identity>` should be a unique identifier for your app. It can be set either in `lovr.conf` or
|
|
`<identity>` should be a unique identifier for your app. It can be set either in `lovr.conf` or
|
|
- by using `lovr.filesystem.setIdentity`.
|
|
|
|
|
|
+ by using `lovr.filesystem.setIdentity`. On Android, the identity can not be changed and will
|
|
|
|
+ always be the package id, like `org.lovr.app`.
|
|
|
|
|
|
All filenames are relative to either the save directory or the directory containing the project
|
|
All filenames are relative to either the save directory or the directory containing the project
|
|
source. Files in the save directory take precedence over files in the project.
|
|
source. Files in the save directory take precedence over files in the project.
|