Skip to content

Commit 00729af

Browse files
committed
Update Linux installation instructions for enhancers to include navigation to home directory and warnings about file movement from Windows filesystem
1 parent 93524b7 commit 00729af

2 files changed

Lines changed: 35 additions & 7 deletions

File tree

docs/030_utilities/020_enhancers/040_cs2_radar_standalone/020_linux.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ Running the radar on Linux is intended solely for use with Zenith in a VM!
2222
- [Download radar client (Linux)](https://valth.run/portal/artifacts/cs2-radar-client/release-linux)
2323

2424
5. Open WSL.
25-
6. Move and Rename Binaries:
25+
6. Navigate to your Linux home directory:
26+
```bash
27+
cd ~
28+
```
29+
30+
7. Move and Rename Binaries:
2631
Replace `<username>` with your actual Windows username and `[...]` with the correct version hash from the filenames.
2732

2833
```bash
2934
mv /mnt/c/Users/<username>/Downloads/driver_interface_zenith_[...].so libdriver.so
3035
mv /mnt/c/Users/<username>/Downloads/cs2_radar_client_[...].so radar
3136
```
3237

33-
7. Run the Radar:
38+
8. Run the Radar:
3439
```bash
3540
./radar
3641
```
@@ -63,13 +68,22 @@ Running the radar on Linux is intended solely for use with Zenith in a VM!
6368

6469
1. Open WSL (Ubuntu) via the Start Menu or terminal.
6570

66-
2. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
71+
2. **Navigate to your Linux home directory:**
72+
```bash
73+
cd ~
74+
```
75+
76+
:::warning Important
77+
You **must** be in your Linux home directory (not in `/mnt/c/`) before moving the files. If you move the files while in the Windows mount directory, they will remain on the Windows filesystem. Running the binaries from the Windows filesystem will trigger anti-cheat detection by Windows filesystem filters.
78+
:::
79+
80+
3. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
6781

6882
Replace `<YourUsername>` with your actual Windows username, and update the filenames to match the version you downloaded (e.g., `driver_interface_zenith_ab12cd34ef.so`):
6983

7084
```bash
7185
mv /mnt/c/Users/<YourUsername>/Downloads/driver_interface_zenith_*.so libdriver.so
72-
mv /mnt/c/Users/<YourUsername>/Downloads/cs2_radar_client_*.so radar
86+
mv /mnt/c/Users/<YourUsername>/Downloads/cs2_radar_client_* radar
7387
```
7488

7589
:::info

docs/030_utilities/020_enhancers/100_pubg/020_linux.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ Running the Enhancer on Linux is intended solely for use with Zenith in a VM!
2222
- [Download PUBG Enhancer (Linux)](https://github.com/Valthrun/Valthrun_PUBG/releases/latest)
2323

2424
5. Open WSL.
25-
6. Move and Rename Binaries:
25+
6. Navigate to your Linux home directory:
26+
```bash
27+
cd ~
28+
```
29+
30+
7. Move and Rename Binaries:
2631
Replace `<username>` with your actual Windows username and `[...]` with the correct version hash from the filenames.
2732

2833
```bash
2934
mv /mnt/c/Users/<username>/Downloads/driver_interface_zenith_[...].so libdriver.so
3035
mv /mnt/c/Users/<username>/Downloads/pubg_enhancer_[...] pubg_enhancer
3136
```
3237

33-
7. Run the Enhancer:
38+
8. Run the Enhancer:
3439
```bash
3540
./pubg_enhancer
3641
```
@@ -63,7 +68,16 @@ Running the Enhancer on Linux is intended solely for use with Zenith in a VM!
6368

6469
1. Open WSL (Ubuntu) via the Start Menu or terminal.
6570

66-
2. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
71+
2. **Navigate to your Linux home directory:**
72+
```bash
73+
cd ~
74+
```
75+
76+
:::warning Important
77+
You **must** be in your Linux home directory (not in `/mnt/c/`) before moving the files. If you move the files while in the Windows mount directory, they will remain on the Windows filesystem. Running the binaries from the Windows filesystem will trigger anti-cheat detection by Windows filesystem filters.
78+
:::
79+
80+
3. Move and rename the downloaded files from the Windows filesystem into your Linux environment.
6781

6882
Replace `<YourUsername>` with your actual Windows username, and update the filenames to match the version you downloaded (e.g., `driver_interface_zenith_ab12cd34ef.so`):
6983

0 commit comments

Comments
 (0)