Skip to content

Commit b75e0c6

Browse files
committed
Update docs about .NET version and installers
1 parent 1351979 commit b75e0c6

4 files changed

Lines changed: 10 additions & 23 deletions

File tree

docs/01-mapping-tools/02-installation.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@ Mapping Tools can be downloaded from the [downloads page](/download) or from the
1717

1818
Download and run the installer. Go through all the steps and finish the installer. Mapping Tools will then be installed.
1919

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.
2121

2222
### Portable {#portable}
2323

2424
Download the portable version .zip file and extract all of the contents into a folder. You can then open **Mapping Tools.exe**.
2525

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-
3226
### Wine (Linux) {#wine}
3327

3428
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
4741

4842
1. Install [WineHQ](https://www.winehq.org/). Follow the installation instructions for your operating system.
4943
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.
5647

5748
This has been tested with:
5849
- Ubuntu 20.04 64-bit with wine-6.0.2 and wine-7.0.

i18n/de/docusaurus-plugin-content-docs/current/01-mapping-tools/02-installation.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,12 @@ Mapping tools kann von der [Downloads Seite](/download) oder von den [GitHub rel
1717

1818
Lade den Installer herunter und führe ihn aus. Schließe alle Schritte ab und beende den Installer. Mapping Tools wird daraufhin installiert sein.
1919

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.
2121

2222
### Portable {#portable}
2323

2424
Lade die portable .zip Datei herunter und extrahiere deren Inhalte in einen Ordner. Öffne die Datei **Mapping Tools.exe**
2525

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-
3226
### Wine {#wine}
3327

3428
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.

i18n/de/docusaurus-plugin-content-pages/faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Solltest du Hitsounds kopieren und gleichzeitig Sliderends stummschalten, verwen
4141

4242
# Beim Start von Mapping-Tools werde ich aufgefordert, .NET zu installieren, obwohl ich dies schon getan habe.
4343

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.
4547

4648
## Ich habe eine Frage die hier nicht vorkommt oder ich habe einen Bug gefunden.
4749

src/pages/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ If you do copy hitsounds while muting sliderends, then the tool will use the obj
4141

4242
## Starting Mapping Tools prompts me to install .NET, but I installed it already.
4343

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.
4545

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.
4747

4848
## Does Mapping Tools work in lazer?
4949

0 commit comments

Comments
 (0)