You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01-mapping-tools/02-installation.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,12 @@ Mapping Tools can be downloaded from the [downloads page](/download) or from the
17
17
18
18
Download and run the installer. Go through all the steps and finish the installer. Mapping Tools will then be installed.
19
19
20
-
The installer automatically installs any dependencies that may be required for Mapping Tools to work, such as .NET 5.
20
+
Mapping Tools targets .NET 10 and is packaged self-contained, so no separate .NET installation is required.
21
21
22
22
### Portable {#portable}
23
23
24
24
Download the portable version .zip file and extract all of the contents into a folder. You can then open **Mapping Tools.exe**.
25
25
26
-
:::note
27
-
28
-
In order to run, you need to have installed **.NET Desktop Runtime 5** with the same architecture as your version of Mapping Tools. That means you need to install x64 .NET if you downloaded x64 Mapping Tools and you need to install x86 .NET if you downloaded x86 Mapping Tools.
29
-
30
-
:::
31
-
32
26
### Wine (Linux) {#wine}
33
27
34
28
You can successfully run Mapping Tools on different operating systems with Wine. Most features will work correctly, but memory reading and Geometry Dashboard need some extra consideration.
@@ -47,12 +41,9 @@ Use [this install script](https://gist.github.com/night-mareLuna/52c21dabd35d7cd
47
41
48
42
1. Install [WineHQ](https://www.winehq.org/). Follow the installation instructions for your operating system.
49
43
2. If you are using an Arch Linux distro, then you need to install GDI+ using Winetricks.
50
-
3. Download and install the windows version of [.NET 5 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/5.0) using Wine.
51
-
4. Launch `wine regedit` and then go to the `HKEY_CURRENT_USER/Environment`.
52
-
5. Create a new text key called `DOTNET_ROOT` and set the value to `C:\Program Files\dotnet`.
53
-
6. Download and run the Mapping Tools installer using Wine.
54
-
7. Run Mapping Tools after the installation is complete.
55
-
8. Go to the Preferences and disable Editor Reader.
44
+
3. Download and run the Mapping Tools installer using Wine.
45
+
4. Run Mapping Tools after the installation is complete.
46
+
5. Go to the Preferences and disable Editor Reader if it doesn't work.
56
47
57
48
This has been tested with:
58
49
- Ubuntu 20.04 64-bit with wine-6.0.2 and wine-7.0.
Copy file name to clipboardExpand all lines: i18n/de/docusaurus-plugin-content-docs/current/01-mapping-tools/02-installation.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,12 @@ Mapping tools kann von der [Downloads Seite](/download) oder von den [GitHub rel
17
17
18
18
Lade den Installer herunter und führe ihn aus. Schließe alle Schritte ab und beende den Installer. Mapping Tools wird daraufhin installiert sein.
19
19
20
-
Der Installer lädt automatisch alle Abhängigkeiten (Dependencies) herrunter die Mapping Tools benötogt, wie z.B. .NET 5.
20
+
Mapping Tools verwendet .NET 10 und wird als selbstenthaltendes Paket ausgeliefert, daher ist keine separate .NET-Installation erforderlich.
21
21
22
22
### Portable {#portable}
23
23
24
24
Lade die portable .zip Datei herunter und extrahiere deren Inhalte in einen Ordner. Öffne die Datei **Mapping Tools.exe**
25
25
26
-
:::note
27
-
28
-
Um Mapping Tools ausführen zu können musst du **.NET Desktop Runtime 5** mit der selben Architektur wie deine Verion von Mapping Tools installiert haben. Das bedeutet, dass du x64 .NET installieren musst wenn du x64 Mapping Tools heruntergeladen hast, und x86 .NET installieren musst wenn du x64 Mapping Tools heruntergeladen hast.
29
-
30
-
:::
31
-
32
26
### Wine {#wine}
33
27
34
28
Du kannst Mapping Tools erfolgreich auf anderen Betriebssystemen mit Wine ausführen. Die meisten Funktionen werden Fehlerfrei funktionieren, mit Ausnahme von memory reading und Geometry Dashboard. Ich empfehle, Editor Reader in den Einstellungen zu Deaktivieren, damit Mapping Tools nicht ständig versucht, den Arbeitsspeicher auszulesen.
Copy file name to clipboardExpand all lines: i18n/de/docusaurus-plugin-content-pages/faq.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ Solltest du Hitsounds kopieren und gleichzeitig Sliderends stummschalten, verwen
41
41
42
42
# Beim Start von Mapping-Tools werde ich aufgefordert, .NET zu installieren, obwohl ich dies schon getan habe.
43
43
44
-
Möglicherweise hat du falsche Version von .NET installiert. Du musst **.NET Desktop Runtime 5** mit der **gleichen Architektur wie Mapping Tools** installieren. Wenn du also `x64` Mapping Tools installiert hast, benötigst du `x64` .NET und wenn du `x86` Mapping Tools installiert hast, benötigst du `x86` .NET.
44
+
Aktuelle Versionen von Mapping Tools verwenden .NET 10 und werden als selbstenthaltendes Paket ausgeliefert, daher sollte keine separate .NET-Installation erforderlich sein.
45
+
46
+
Wenn trotzdem eine .NET-Aufforderung erscheint, stelle sicher, dass du eine aktuelle Mapping-Tools-Version startest, und installiere sie mit einem frischen Download von der Website neu.
45
47
46
48
## Ich habe eine Frage die hier nicht vorkommt oder ich habe einen Bug gefunden.
Copy file name to clipboardExpand all lines: src/pages/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ If you do copy hitsounds while muting sliderends, then the tool will use the obj
41
41
42
42
## Starting Mapping Tools prompts me to install .NET, but I installed it already.
43
43
44
-
It could be that you installed the wrong version of .NET. You need to install **.NET Desktop Runtime 5** with the **same architecture as Mapping Tools**. So if you have x64 Mapping Tools you need x64 .NET and if you have x86 Mapping Tools you need x86 .NET.
44
+
Current versions of Mapping Tools target .NET 10 and are packaged self-contained, so they should not require a separate .NET installation.
45
45
46
-
Reinstalling Mapping Tools with a fresh installer from the website should also fix the issue, because the installer automatically installs the correct version of .NET for you.
46
+
If you still see a .NET prompt, make sure you are launching a current Mapping Tools release and reinstall with a fresh download from the website.
0 commit comments