Skip to content

Commit 8d81128

Browse files
committed
deploy: 3a57790
1 parent 3adf678 commit 8d81128

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Configuration/tips-and-tricks/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,19 @@ <h2 id="environmental-variables"><a class="header" href="#environmental-variable
200200
<li><code>WINEESYNC</code>: allows Wine Staging to use Esync, please see <a href="https://github.com/lutris/docs/blob/master/HowToEsync.md">HowToEsync</a> for more information.</li>
201201
<li><code>WINEDEBUG</code>: for performance reasons, this has been set to <code>-all</code>, which disables most of the logging. In order to debug crashes of Wine, it is recommended to set this to an empty string (<code>&quot;&quot;</code>).</li>
202202
<li><code>DXVK_HUD</code>: is a variable used by DXVK for a hud, for more information about it you can see the <a href="https://github.com/doitsujin/dxvk#hud">DXVK README</a>, which includes various other variables that can be set. This can be set, for example, to <code>fps</code> to display an fps counter.</li>
203+
</ul>
204+
<h2 id="studio-backup"><a class="header" href="#studio-backup">Studio backup</a></h2>
205+
<p>Before you delete your wineprefixes via <code>vinegar delete</code> or <code>flatpak run org.vinegarhq.Vinegar delete</code>, you should backup data you have on your Studio prefix. This includes your settings and files you've stored.</p>
206+
<p>The Studio prefix location depends on how you installed Vinegar:</p>
207+
<ul>
208+
<li>On Flatpak, it's located in <code>~/.var/app/org.vinegarhq.Vinegar/data/vinegar/prefixes/studio</code></li>
209+
<li>On other methods, it's located in <code>~/.local/share/vinegar/prefixes/studio</code></li>
210+
</ul>
211+
<p>Where Roblox Studio store their settings and what they store:</p>
212+
<ul>
213+
<li><code>(studio prefix)/user.reg</code>: Studio theme, Docking layout.</li>
214+
<li><code>(studio prefix)/drive_c/users/(username)/AppData/Local/Roblox/GlobalSettings_13.xml</code>: Display language, Fonts, etc. </li>
215+
<li><code>(studio prefix)/drive_c/users/(username)/AppData/Local/Roblox/GlobalBasicSettings_13_Studio.xml</code>: MicroProfiler, Fullscreen, etc.</li>
203216
</ul>
204217

205218
</main>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)