Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
User:Gelthor/Multiple versions
(section)
From Turing Complete
Views
Read
Edit
Edit source
View history
associated-pages
User page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Copy save_breaker === In a powershell terminal set the following variables, you'll need to adjust to suit your exact setup. <code><pre>$VERSION = "2.0.16" $EXE_DIR = "E:\games\Turing Complete\v${VERSION}" $STEAM_DIR = "E:\games\steam\steamapps\common\Turing Complete" </pre></code> Then copy the binaries and the save folder to the new locations. <code><pre> $env:XDG_DATA_HOME = "${env:APPDATA}\TC\v${VERSION}" mkdir -p "${env:XDG_DATA_HOME}\Godot\app_userdata\" cp "${env:APPDATA}\Godot\app_userdata\Turing Complete" "${env:APPDATA}\Roaming\TC\v${VERSION}\Godot\app_userdata\" mkdir -p "$EXE_DIR" cp "$STEAM_DIR\*" "${EXE_DIR}\"</pre></code> Create a new file <code>tc_2.0.16.ps1</code> and paste in <code><pre> # Adjust these two varaibles as needed. $VERSION = "2.0.16" $EXE_DIR = "E:\games\Turing Complete\v${VERSION}" # Save folder location $env:XDG_DATA_HOME = "${env:APPDATA}\TC\v${VERSION}" $TC_EXE = "${EXE_DIR}\Turing Complete.exe" cd "${EXE_DIR}" wt -p TC "$TC_EXE" </pre></code>
Summary:
Please note that all contributions to Turing Complete are considered to be released under the Creative Commons Attribution-ShareAlike (see
TuringComplete:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)