diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 8cf750e..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-ko_fi: kitbyte
-custom: ["https://www.paypal.com/ncp/payment/ZP3NPDYP6A34W", "https://www.paypal.com/donate/?hosted_button_id=QGGKZTFPDKMHC"]
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 924b72c..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: k1tbyte
-
----
-
-**WeMod version**: X.X.X
-**Patcher version**: X.X.X
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..6e2b5b0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,70 @@
+name: Bug report
+description: Create a report to help us improve
+title: '[Bug]: '
+labels: ["bug"]
+assignees:
+ - k1tbyte
+body:
+ - type: markdown
+ attributes:
+ value: |
+ **🚨 STOP BEFORE YOU POST: THIS PROJECT HAS NO OFFICIAL YOUTUBE TUTORIALS. 🚨**
+ If you downloaded an executable from a YouTube video link, you downloaded a virus/password stealer from a scammer. **Run an antivirus immediately and change your passwords.** Do not open issues about stolen accounts here — this project is not related to those videos.
+
+ - type: checkboxes
+ id: scam_check
+ attributes:
+ label: ⚠️ Download Source Confirmation (REQUIRED)
+ description: You must check this box to proceed.
+ options:
+ - label: I confirm that I downloaded this tool DIRECTLY from this official GitHub repository, and NOT from a YouTube video, Discord, or any other third-party website.
+ required: true
+
+ - type: input
+ id: client_version
+ attributes:
+ label: Client (Wand) version
+ description: What version of the client are you using? (e.g., 9.0.0)
+ validations:
+ required: true
+
+ - type: input
+ id: enhancer_version
+ attributes:
+ label: Enhancer version
+ description: What version of this tool are you using?
+ validations:
+ required: true
+
+ - type: textarea
+ id: bug_description
+ attributes:
+ label: Describe the bug
+ description: A clear and concise description of what the bug is.
+ validations:
+ required: true
+
+ - type: textarea
+ id: reproduce
+ attributes:
+ label: To Reproduce
+ description: Steps to reproduce the behavior.
+ value: |
+ 1. Go to '...'
+ 2. Click on '....'
+ 3. Scroll down to '....'
+ 4. See error
+ validations:
+ required: false
+
+ - type: textarea
+ id: expected
+ attributes:
+ label: Expected behavior
+ description: A clear and concise description of what you expected to happen.
+
+ - type: textarea
+ id: additional_context
+ attributes:
+ label: Screenshots & Additional context
+ description: Drag and drop screenshots here, or add any other context about the problem.
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..ec4bb38
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index bbcbbe7..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: ''
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.gitignore b/.gitignore
index e969f3d..8651c69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,8 +130,8 @@ dist
.pnp.*
-./WeModPatcher/obj/
-./WeModPatcher/bin/
+./WandEnhancer/obj/
+./WandEnhancer/bin/
./AsarSharp/obj/
./AsarSharp/bin/
.idea
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b608c7..d33e28a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-# Contributing to WeMod Patcher
+# Contributing to WandEnhancer
-Thank you for your interest in the WeMod Patcher project! This document provides guidelines for contributing to the project.
+Thank you for your interest in the WandEnhancer project! This document provides guidelines for contributing to the project.
## Table of Contents
@@ -20,9 +20,9 @@ By participating in this project, you commit to maintaining respectful interacti
The project consists of the following main components:
-- **WeModPatcher** - Main project containing the patcher logic and user interface
+- **WandEnhancer** - Main project containing the enhancement logic and user interface
- **AsarSharp** - Library for working with ASAR archives (used for unpacking and modifying WeMod files)
-- **Core** - Core of the patcher, including static and dynamic patching
+- **Core** - Core of the enhancement flow, including static and dynamic modifications
- **Models** - Data models used in the project
- **View** - User interface components
@@ -30,10 +30,10 @@ The project consists of the following main components:
1. Clone the repository:
```
- git clone https://github.com/k1tbyte/Wemod-Patcher.git
+ git clone https://github.com/k1tbyte/Wand-Enhancer.git
```
-2. Open the solution `Wemod-Patcher.sln` in Visual Studio or JetBrains Rider.
+2. Open the solution `Wand-Enhancer.sln` in Visual Studio or JetBrains Rider.
3. Restore NuGet packages.
@@ -43,7 +43,7 @@ The project consists of the following main components:
If you've found a bug, please create an Issue with a detailed description:
-- WeMod Patcher version
+- WandEnhancer version
- WeMod version where the problem occurred
- Detailed steps to reproduce the bug
- Expected and actual behavior
@@ -108,4 +108,4 @@ By contributing, you agree that your contributions will be licensed under the [A
---
-Thank you for contributing to the WeMod Patcher project!
+Thank you for contributing to the WandEnhancer project!
diff --git a/README.md b/README.md
index ceb42ff..d6ca67e 100644
--- a/README.md
+++ b/README.md
@@ -3,54 +3,42 @@

---
-
WeMod Patcher
+# WandEnhancer
-WeMod patcher allows you to get some WeMod Pro features absolutely free. This script patches WeMod, thereby removing the daily usage limit (2h), etc.
+An open-source interoperability tool designed to extend local client-side configurations and improve the UX of the Wand application.
-## 👾 No malware? Is it safe for me?
+**🚨 IMPORTANT NOTICE: THIS PROJECT HAS NO OFFICIAL YOUTUBE TUTORIALS OR GUIDES. 🚨
+There are no official videos showing how to install or use this tool. Scammers are creating fake tutorials using this project's name and placing malware/password stealers in the video descriptions. If you downloaded an .exe or archive from a YouTube link, YOU HAVE DOWNLOADED MALWARE. The only official, safe, and original source for this project is this exact GitHub repository. We are not responsible for third-party downloads.**
-Yes, this is safe. This script is open-source, and you can check the code yourself. I have no intention of harming you or your computer. The script does absolutely nothing with your computer and does not require Internet access. It only affects WeMod files.
+## 👾 Is it safe to use?
-## 💻 Does this script only work with older versions of WeMod like other unlockers?
+Yes. This project is entirely open-source, allowing anyone to audit the code. It operates strictly locally, does not require internet access, and makes zero network requests. It simply adjusts local client settings to enhance your user experience.
-With this patch you will be able to use the latest version together with Pro.
-
-## 💫 What features will be available?
-
-✅ Unlimited usage time
-✅ Disabling automatic updates (optional)
-✅ Automatic patching of new WeMod versions
-✅ AI Game guides
-✅ Saving mods
-✅ Exclusive to pro subscription customization for hacks
-✅ Hotkeys (hotkey functionality is broken after static patching for unknown reason)
-❌ Connect phone
+## 💫 What features are improved?
+✅ Local environment configuration management
+✅ Automated compatibility adjustments for new client versions
+✅ Advanced layout and theme customization (Client-side only)
+✅ AI Features
+❌ Remote/Mobile connectivity features
## 👀 How to use?
-1. Go to [Releases](https://github.com/k1tbyte/Wemod-Patcher/releases) page.
-2. Download latest version
-3. Run and click the patch
+1. Go to the [Releases](https://github.com/k1tbyte/Wand-Enhancer/releases) page.
+2. Download the latest source or binary.
+3. Run the enhancer to apply local client modifications.
---
## ❓ Q&A
-- I applied the patch but when I inject I get stuck on 'Loading mods...'.
- - Just close WeMod and try again
-- During the game, some hacks are enabled without my input
- - This is a bug after the static patch, you have to turn off hotkeys in WeMod settings
-- VirusTotal claims that this program is a malware/trojan.
- - Perhaps the patcher does have the same signatures as malware (virtual memory patching). But this is a false positive, you can look at the source code or even build the patcher yourself.
-- Does this application transfer any data to the Internet from my computer?
- - The short answer is NO. This application does not need access to the Internet. The most it does is download updates if you want it to.
-- What makes this application better than other patchers?
- - All actions related to patches are performed on your computer. No files of unknown origin will be downloaded.
+- **I applied the configuration but get stuck on 'Loading...'**
+ - Just close the application completely and restart it.
+- **Does this send data anywhere?**
+ - No. All operations are strictly offline and local to your machine.
---
-
## 🖼️ Screenshots


@@ -65,4 +53,9 @@ This project is licensed under the Apache-2.0 - see the [LICENSE](LICENSE.md) fi
---
-[](https://www.star-history.com/#k1tbyte/Wemod-Patcher&Date)
\ No newline at end of file
+> **Legal Disclaimer:**
+> This project is a third-party enhancement tool intended solely for educational, research, and local interoperability purposes. It does not distribute any proprietary code or bypass server-side validations. All modifications are performed locally to customize the user's interface.
+
+---
+
+[](https://www.star-history.com/#k1tbyte/Wand-Enhancer&Date)
diff --git a/Wemod-Patcher.sln b/Wand-Enhancer.sln
similarity index 89%
rename from Wemod-Patcher.sln
rename to Wand-Enhancer.sln
index 89d1f7c..0f85796 100644
--- a/Wemod-Patcher.sln
+++ b/Wand-Enhancer.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeModPatcher", "WeModPatcher\WeModPatcher.csproj", "{106D3E44-ECBB-4EF3-84B2-5FC6BCF77727}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WandEnhancer", "WandEnhancer\WandEnhancer.csproj", "{106D3E44-ECBB-4EF3-84B2-5FC6BCF77727}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsarSharp", "AsarSharp\AsarSharp.csproj", "{BEAA604A-402A-4387-8903-A53FC913A26E}"
EndProject
diff --git a/WeModPatcher/App.config b/WandEnhancer/App.config
similarity index 100%
rename from WeModPatcher/App.config
rename to WandEnhancer/App.config
diff --git a/WeModPatcher/App.xaml b/WandEnhancer/App.xaml
similarity index 85%
rename from WeModPatcher/App.xaml
rename to WandEnhancer/App.xaml
index aca5417..dafdfba 100644
--- a/WeModPatcher/App.xaml
+++ b/WandEnhancer/App.xaml
@@ -1,8 +1,8 @@
-
+ xmlns:local="clr-namespace:WandEnhancer"
+ xmlns:converters="clr-namespace:WandEnhancer.Converters">
diff --git a/WeModPatcher/App.xaml.cs b/WandEnhancer/App.xaml.cs
similarity index 81%
rename from WeModPatcher/App.xaml.cs
rename to WandEnhancer/App.xaml.cs
index 94624c3..ec9336d 100644
--- a/WeModPatcher/App.xaml.cs
+++ b/WandEnhancer/App.xaml.cs
@@ -1,12 +1,12 @@
using System;
using System.Threading.Tasks;
using System.Windows;
-using WeModPatcher.Core;
-using WeModPatcher.Core.Services;
-using WeModPatcher.View.MainWindow;
+using WandEnhancer.Core;
+using WandEnhancer.Core.Services;
+using WandEnhancer.View.MainWindow;
using MessageBox = System.Windows.Forms.MessageBox;
-namespace WeModPatcher
+namespace WandEnhancer
{
///
/// Interaction logic for App.xaml
diff --git a/WeModPatcher/Constants.cs b/WandEnhancer/Constants.cs
similarity index 93%
rename from WeModPatcher/Constants.cs
rename to WandEnhancer/Constants.cs
index 566e1f9..cb5bbcb 100644
--- a/WeModPatcher/Constants.cs
+++ b/WandEnhancer/Constants.cs
@@ -1,12 +1,12 @@
using System;
using System.Reflection;
-using WeModPatcher.Models;
+using WandEnhancer.Models;
-namespace WeModPatcher
+namespace WandEnhancer
{
public static class Constants
{
- public const string RepoName = "Wemod-Patcher";
+ public const string RepoName = "Wand-Enhancer";
public const string Owner = "k1tbyte";
/*public const string PatchRegistryName = "patchRegistry.json";*/
public static readonly string RepositoryUrl = $"https://github.com/{Owner}/{RepoName}";
diff --git a/WeModPatcher/Converters/BaseBooleanConverter.cs b/WandEnhancer/Converters/BaseBooleanConverter.cs
similarity index 97%
rename from WeModPatcher/Converters/BaseBooleanConverter.cs
rename to WandEnhancer/Converters/BaseBooleanConverter.cs
index 55a5866..501878b 100644
--- a/WeModPatcher/Converters/BaseBooleanConverter.cs
+++ b/WandEnhancer/Converters/BaseBooleanConverter.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.Windows.Data;
-namespace WeModPatcher.Converters
+namespace WandEnhancer.Converters
{
public abstract class BaseBooleanConverter : IValueConverter
{
diff --git a/WeModPatcher/Converters/ToVisibilityConverter.cs b/WandEnhancer/Converters/ToVisibilityConverter.cs
similarity index 93%
rename from WeModPatcher/Converters/ToVisibilityConverter.cs
rename to WandEnhancer/Converters/ToVisibilityConverter.cs
index a0e8620..66c7280 100644
--- a/WeModPatcher/Converters/ToVisibilityConverter.cs
+++ b/WandEnhancer/Converters/ToVisibilityConverter.cs
@@ -1,6 +1,6 @@
using System.Windows;
-namespace WeModPatcher.Converters
+namespace WandEnhancer.Converters
{
internal sealed class ToVisibilityConverter : BaseBooleanConverter
{
diff --git a/WeModPatcher/Core/Patcher.cs b/WandEnhancer/Core/Enhancer.cs
similarity index 80%
rename from WeModPatcher/Core/Patcher.cs
rename to WandEnhancer/Core/Enhancer.cs
index 7cefb41..5a72a30 100644
--- a/WeModPatcher/Core/Patcher.cs
+++ b/WandEnhancer/Core/Enhancer.cs
@@ -7,14 +7,14 @@ using System.Text.RegularExpressions;
using System.Windows.Forms;
using AsarSharp;
using Newtonsoft.Json;
-using WeModPatcher.Models;
-using WeModPatcher.Utils;
-using WeModPatcher.View.MainWindow;
+using WandEnhancer.Models;
+using WandEnhancer.Utils;
+using WandEnhancer.View.MainWindow;
using Application = System.Windows.Application;
-namespace WeModPatcher.Core
+namespace WandEnhancer.Core
{
- public class Patcher
+ public class Enhancer
{
@@ -26,7 +26,7 @@ namespace WeModPatcher.Core
private readonly string _backupPath;
private readonly string _unpackedPath;
- public Patcher(WeModConfig weModConfig, Action logger, PatchConfig config)
+ public Enhancer(WeModConfig weModConfig, Action logger, PatchConfig config)
{
_weModConfig = weModConfig;
_logger = logger;
@@ -37,7 +37,7 @@ namespace WeModPatcher.Core
_backupPath = Path.Combine(weModConfig.RootDirectory, "resources", "app.asar.backup");
}
- private string ApplyJsPatch(string fileName, string js, PatcherConfig.PatchEntry patch, EPatchType patchType)
+ private string ApplyJsPatch(string fileName, string js, EnhancerConfig.PatchEntry patch, EPatchType patchType)
{
if (patch.Applied)
{
@@ -50,7 +50,7 @@ namespace WeModPatcher.Core
return js;
}
- var prefix = $"[PATCHER] [{patchType} -> {patch.Name}]";
+ var prefix = $"[ENHANCER] [{patchType} -> {patch.Name}]";
if(matches.Count > 1 && patch.SingleMatch)
{
@@ -87,12 +87,12 @@ namespace WeModPatcher.Core
if (!items.Any())
{
- throw new Exception("[PATCHER] No app bundle found");
+ throw new Exception("[ENHANCER] No app bundle found");
}
// Track patches that still need to be completed
var remainingPatches = new HashSet(_config.PatchTypes);
- var patcherConfig = PatcherConfig.GetInstance();
+ var enhancerConfig = EnhancerConfig.GetInstance();
foreach (var item in items)
{
@@ -106,7 +106,7 @@ namespace WeModPatcher.Core
// Iterate over a copy of the list so we can modify the HashSet
foreach (var entry in remainingPatches.ToList())
{
- var entries = patcherConfig[entry];
+ var entries = enhancerConfig[entry];
foreach (var patchEntry in entries)
{
// Update data in memory so subsequent patches in the same file work on latest content
@@ -124,7 +124,7 @@ namespace WeModPatcher.Core
if(remainingPatches.Count > 0)
{
var failedPatches = string.Join(", ", remainingPatches.Select(p => p.ToString()));
- throw new Exception($"[PATCHER] Failed to apply patches: {failedPatches}. The version may not be supported.");
+ throw new Exception($"[ENHANCER] Failed to apply patches: {failedPatches}. The version may not be supported.");
}
}
@@ -134,14 +134,14 @@ namespace WeModPatcher.Core
var dll = assembly.GetManifestResourceStream(Constants.ProxyDllResouceName);
if (dll == null)
{
- throw new Exception("[PATCHER] Proxy DLL resource not found");
+ throw new Exception("[ENHANCER] Proxy DLL resource not found");
}
var destPath = Path.Combine(_weModConfig.RootDirectory, "version.dll");
using (var fileStream = File.Create(destPath))
{
dll.CopyTo(fileStream);
}
- _logger("[PATCHER] Proxy DLL attached", ELogType.Info);
+ _logger("[ENHANCER] Proxy DLL attached", ELogType.Info);
}
public void Patch()
@@ -149,12 +149,12 @@ namespace WeModPatcher.Core
Common.TryKillProcess(_weModConfig.BrandName);
if (!File.Exists(_backupPath))
{
- _logger("[PATCHER] Creating backup...", ELogType.Info);
+ _logger("[ENHANCER] Creating backup...", ELogType.Info);
File.Copy(_asarPath, _backupPath);
}
else
{
- _logger("[PATCHER] Backup already exists", ELogType.Warn);
+ _logger("[ENHANCER] Backup already exists", ELogType.Warn);
}
if(!File.Exists(_asarPath))
@@ -164,12 +164,12 @@ namespace WeModPatcher.Core
try
{
- _logger("[PATCHER] Extracting app.asar...", ELogType.Info);
+ _logger("[ENHANCER] Extracting app.asar...", ELogType.Info);
AsarExtractor.ExtractAll(_asarPath, _unpackedPath);
}
catch (Exception e)
{
- throw new Exception($"[PATCHER] Failed to unpack app.asar: {e.Message}");
+ throw new Exception($"[ENHANCER] Failed to unpack app.asar: {e.Message}");
}
PatchAsar();
@@ -183,12 +183,12 @@ namespace WeModPatcher.Core
}
catch (Exception e)
{
- throw new Exception($"[PATCHER] Failed to pack app.asar: {e.Message}");
+ throw new Exception($"[ENHANCER] Failed to pack app.asar: {e.Message}");
}
AttachProxyDll();
- _logger("[PATCHER] Done!", ELogType.Success);
+ _logger("[ENHANCER] Done!", ELogType.Success);
}
}
}
\ No newline at end of file
diff --git a/WeModPatcher/Core/PatcherConfig.cs b/WandEnhancer/Core/EnhancerConfig.cs
similarity index 98%
rename from WeModPatcher/Core/PatcherConfig.cs
rename to WandEnhancer/Core/EnhancerConfig.cs
index 410e2a4..47a5511 100644
--- a/WeModPatcher/Core/PatcherConfig.cs
+++ b/WandEnhancer/Core/EnhancerConfig.cs
@@ -1,11 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
-using WeModPatcher.Models;
+using WandEnhancer.Models;
-namespace WeModPatcher.Core
+namespace WandEnhancer.Core
{
- public static class PatcherConfig
+ public static class EnhancerConfig
{
public class ResolveContext
{
diff --git a/WeModPatcher/Core/Services/LocalizationManager.cs b/WandEnhancer/Core/Services/LocalizationManager.cs
similarity index 99%
rename from WeModPatcher/Core/Services/LocalizationManager.cs
rename to WandEnhancer/Core/Services/LocalizationManager.cs
index 5509fe2..254f125 100644
--- a/WeModPatcher/Core/Services/LocalizationManager.cs
+++ b/WandEnhancer/Core/Services/LocalizationManager.cs
@@ -6,7 +6,7 @@ using System.Linq;
using System.Threading;
using System.Windows;
-namespace WeModPatcher.Core.Services
+namespace WandEnhancer.Core.Services
{
public static class LocalizationManager
{
diff --git a/WeModPatcher/Core/Services/SettingsManager.cs b/WandEnhancer/Core/Services/SettingsManager.cs
similarity index 97%
rename from WeModPatcher/Core/Services/SettingsManager.cs
rename to WandEnhancer/Core/Services/SettingsManager.cs
index 3fb7f36..33a9e73 100644
--- a/WeModPatcher/Core/Services/SettingsManager.cs
+++ b/WandEnhancer/Core/Services/SettingsManager.cs
@@ -2,7 +2,7 @@ using System;
using System.IO;
using Newtonsoft.Json;
-namespace WeModPatcher.Core.Services
+namespace WandEnhancer.Core.Services
{
public class AppSettings
{
diff --git a/WeModPatcher/Locale/lang.de-DE.xaml b/WandEnhancer/Locale/lang.de-DE.xaml
similarity index 84%
rename from WeModPatcher/Locale/lang.de-DE.xaml
rename to WandEnhancer/Locale/lang.de-DE.xaml
index c6be9dd..ce2ef0e 100644
--- a/WeModPatcher/Locale/lang.de-DE.xaml
+++ b/WandEnhancer/Locale/lang.de-DE.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Eine neue Version ist verfügbar
Ordnerpfad
Ordner nicht gefunden
- Patch
+ Anwenden
Wiederherstellen
Quellcode
Mit ❤️ von k1tbyte erstellt
@@ -24,16 +24,16 @@
Speichern
-
+
WeMod Pro aktivieren
DevTools mit F12
Updates deaktivieren
Starten
- Was werden wir patchen?
+ Was werden wir verbessern?
- Vor dem Update wird dringend empfohlen, Patches rückgängig zu machen, falls sie angewendet wurden
+ Vor dem Update wird dringend empfohlen, Änderungen rückgängig zu machen, falls sie angewendet wurden
Jetzt aktualisieren
Update verfügbar!
diff --git a/WeModPatcher/Locale/lang.en-US.xaml b/WandEnhancer/Locale/lang.en-US.xaml
similarity index 84%
rename from WeModPatcher/Locale/lang.en-US.xaml
rename to WandEnhancer/Locale/lang.en-US.xaml
index 4754897..40e690d 100644
--- a/WeModPatcher/Locale/lang.en-US.xaml
+++ b/WandEnhancer/Locale/lang.en-US.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
A new version is available
Folder path
Folder not found
- Patch
+ Enhance
Restore
Source code
Made with ❤️ by k1tbyte
@@ -24,16 +24,16 @@
Save
-
+
Activate WeMod Pro
DevTools on F12
Disable updates
Start
- What are we gonna patch?
+ What are we gonna enhance?
- Before updating, it is strongly recommended to roll back patches if they have been applied
+ Before updating, it is strongly recommended to roll back modifications if they have been applied
Update now
Update available!
diff --git a/WeModPatcher/Locale/lang.es-ES.xaml b/WandEnhancer/Locale/lang.es-ES.xaml
similarity index 85%
rename from WeModPatcher/Locale/lang.es-ES.xaml
rename to WandEnhancer/Locale/lang.es-ES.xaml
index 27858f2..8b39a8b 100644
--- a/WeModPatcher/Locale/lang.es-ES.xaml
+++ b/WandEnhancer/Locale/lang.es-ES.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Una nueva versión está disponible
Ruta de la carpeta
Carpeta no encontrada
- Parchear
+ Aplicar
Restaurar
Código fuente
Hecho con ❤️ por k1tbyte
@@ -24,16 +24,16 @@
Guardar
-
+
Activar WeMod Pro
DevTools en F12
Desactivar actualizaciones
Iniciar
- ¿Qué vamos a parchear?
+ ¿Qué vamos a mejorar?
- Antes de actualizar, se recomienda encarecidamente revertir los parches si se han aplicado
+ Antes de actualizar, se recomienda encarecidamente revertir las modificaciones si se han aplicado
Actualizar ahora
¡Actualización disponible!
diff --git a/WeModPatcher/Locale/lang.fr-FR.xaml b/WandEnhancer/Locale/lang.fr-FR.xaml
similarity index 84%
rename from WeModPatcher/Locale/lang.fr-FR.xaml
rename to WandEnhancer/Locale/lang.fr-FR.xaml
index 813a37a..8f1877b 100644
--- a/WeModPatcher/Locale/lang.fr-FR.xaml
+++ b/WandEnhancer/Locale/lang.fr-FR.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Une nouvelle version est disponible
Chemin du dossier
Dossier non trouvé
- Patcher
+ Appliquer
Restaurer
Code source
Fait avec ❤️ par k1tbyte
@@ -24,16 +24,16 @@
Enregistrer
-
+
Activer WeMod Pro
DevTools sur F12
Désactiver les mises à jour
Démarrer
- Qu'allons-nous patcher ?
+ Qu'allons-nous modifier ?
- Avant la mise à jour, il est fortement recommandé d'annuler les patchs s'ils ont été appliqués
+ Avant la mise à jour, il est fortement recommandé d'annuler les modifications si elles ont été appliquées
Mettre à jour maintenant
Mise à jour disponible !
diff --git a/WeModPatcher/Locale/lang.it-IT.xaml b/WandEnhancer/Locale/lang.it-IT.xaml
similarity index 85%
rename from WeModPatcher/Locale/lang.it-IT.xaml
rename to WandEnhancer/Locale/lang.it-IT.xaml
index 41c04e0..7b553fe 100644
--- a/WeModPatcher/Locale/lang.it-IT.xaml
+++ b/WandEnhancer/Locale/lang.it-IT.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
È disponibile una nuova versione
Percorso cartella
Cartella non trovata
- Patch
+ Applica
Ripristina
Codice sorgente
Creato con ❤️ da k1tbyte
@@ -24,16 +24,16 @@
Salva
-
+
Attiva WeMod Pro
DevTools su F12
Disattiva aggiornamenti
Avvia
- Cosa patcheremo?
+ Cosa modificheremo?
- Prima dell'aggiornamento, si consiglia vivamente di annullare le patch se sono state applicate
+ Prima dell'aggiornamento, si consiglia vivamente di annullare le modifiche se sono state applicate
Aggiorna ora
Aggiornamento disponibile!
diff --git a/WeModPatcher/Locale/lang.ja-JP.xaml b/WandEnhancer/Locale/lang.ja-JP.xaml
similarity index 81%
rename from WeModPatcher/Locale/lang.ja-JP.xaml
rename to WandEnhancer/Locale/lang.ja-JP.xaml
index e91e241..9d4390a 100644
--- a/WeModPatcher/Locale/lang.ja-JP.xaml
+++ b/WandEnhancer/Locale/lang.ja-JP.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
新しいバージョンが利用可能です
フォルダパス
フォルダが見つかりません
- パッチ
+ 適用
復元
ソースコード
k1tbyte が ❤️ を込めて作成
@@ -24,16 +24,16 @@
保存
-
+
WeMod Pro を有効化
F12でDevTools
アップデートを無効化
開始
- 何をパッチしますか?
+ 何を改善しますか?
- アップデート前に、パッチが適用されている場合はロールバックすることを強くお勧めします
+ アップデート前に、変更が適用されている場合はロールバックすることを強くお勧めします
今すぐ更新
アップデート利用可能!
diff --git a/WeModPatcher/Locale/lang.pl-PL.xaml b/WandEnhancer/Locale/lang.pl-PL.xaml
similarity index 85%
rename from WeModPatcher/Locale/lang.pl-PL.xaml
rename to WandEnhancer/Locale/lang.pl-PL.xaml
index f946e97..4835eb2 100644
--- a/WeModPatcher/Locale/lang.pl-PL.xaml
+++ b/WandEnhancer/Locale/lang.pl-PL.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Dostępna jest nowa wersja
Ścieżka folderu
Folder nie znaleziony
- Patchuj
+ Zastosuj
Przywróć
Kod źródłowy
Wykonane z ❤️ przez k1tbyte
@@ -24,16 +24,16 @@
Zapisz
-
+
Aktywuj WeMod Pro
DevTools na F12
Wyłącz aktualizacje
Rozpocznij
- Co będziemy patchować?
+ Co będziemy ulepszać?
- Przed aktualizacją zdecydowanie zaleca się cofnięcie patchów, jeśli zostały zastosowane
+ Przed aktualizacją zdecydowanie zaleca się cofnięcie zmian, jeśli zostały zastosowane
Aktualizuj teraz
Dostępna aktualizacja!
diff --git a/WeModPatcher/Locale/lang.pt-BR.xaml b/WandEnhancer/Locale/lang.pt-BR.xaml
similarity index 85%
rename from WeModPatcher/Locale/lang.pt-BR.xaml
rename to WandEnhancer/Locale/lang.pt-BR.xaml
index 8751dbf..8e8fc05 100644
--- a/WeModPatcher/Locale/lang.pt-BR.xaml
+++ b/WandEnhancer/Locale/lang.pt-BR.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Uma nova versão está disponível
Caminho da pasta
Pasta não encontrada
- Patch
+ Aplicar
Restaurar
Código fonte
Feito com ❤️ por k1tbyte
@@ -24,16 +24,16 @@
Salvar
-
+
Ativar WeMod Pro
DevTools no F12
Desativar atualizações
Iniciar
- O que vamos patchear?
+ O que vamos melhorar?
- Antes de atualizar, é altamente recomendável reverter os patches se eles foram aplicados
+ Antes de atualizar, é altamente recomendável reverter as modificações se elas foram aplicadas
Atualizar agora
Atualização disponível!
diff --git a/WeModPatcher/Locale/lang.ru-RU.xaml b/WandEnhancer/Locale/lang.ru-RU.xaml
similarity index 85%
rename from WeModPatcher/Locale/lang.ru-RU.xaml
rename to WandEnhancer/Locale/lang.ru-RU.xaml
index f0257ae..ad3aa35 100644
--- a/WeModPatcher/Locale/lang.ru-RU.xaml
+++ b/WandEnhancer/Locale/lang.ru-RU.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Доступна новая версия
Путь к папке
Папка не найдена
- Патч
+ Применить
Восстановить
Исходный код
Сделано с ❤️ by k1tbyte
@@ -24,16 +24,16 @@
Сохранить
-
+
Активировать WeMod Pro
DevTools на F12
Отключить обновления
Начать
- Что будем патчить?
+ Что будем улучшать?
- Перед обновлением настоятельно рекомендуется откатить патчи, если они были применены
+ Перед обновлением настоятельно рекомендуется откатить изменения, если они были применены
Обновить сейчас
Доступно обновление!
diff --git a/WeModPatcher/Locale/lang.tr-TR.xaml b/WandEnhancer/Locale/lang.tr-TR.xaml
similarity index 82%
rename from WeModPatcher/Locale/lang.tr-TR.xaml
rename to WandEnhancer/Locale/lang.tr-TR.xaml
index d212b85..2f73074 100644
--- a/WeModPatcher/Locale/lang.tr-TR.xaml
+++ b/WandEnhancer/Locale/lang.tr-TR.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Yeni bir sürüm mevcut
Klasör yolu
Klasör bulunamadı
- Yama
+ Uygula
Geri Yükle
Kaynak kodu
k1tbyte tarafından ❤️ ile yapıldı
@@ -24,16 +24,16 @@
Kaydet
-
+
WeMod Pro'yu Etkinleştir
F12 ile DevTools
Güncellemeleri devre dışı bırak
Başlat
- Ne yamalayacağız?
+ Neyi geliştireceğiz?
- Güncellemeden önce, yamalar uygulandıysa geri almak şiddetle tavsiye edilir
+ Güncellemeden önce, değişiklikler uygulandıysa geri almak şiddetle tavsiye edilir
Şimdi güncelle
Güncelleme mevcut!
diff --git a/WeModPatcher/Locale/lang.uk-UA.xaml b/WandEnhancer/Locale/lang.uk-UA.xaml
similarity index 86%
rename from WeModPatcher/Locale/lang.uk-UA.xaml
rename to WandEnhancer/Locale/lang.uk-UA.xaml
index 0c1c89f..5498ef1 100644
--- a/WeModPatcher/Locale/lang.uk-UA.xaml
+++ b/WandEnhancer/Locale/lang.uk-UA.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
Доступна нова версія
Шлях до папки
Папку не знайдено
- Патч
+ Застосувати
Відновити
Вихідний код
Зроблено з ❤️ by k1tbyte
@@ -24,16 +24,16 @@
Зберегти
-
+
Активувати WeMod Pro
DevTools на F12
Вимкнути оновлення
Почати
- Що будемо патчити?
+ Що будемо покращувати?
- Перед оновленням наполегливо рекомендується відкотити патчі, якщо вони були застосовані
+ Перед оновленням наполегливо рекомендується відкотити зміни, якщо вони були застосовані
Оновити зараз
Доступне оновлення!
diff --git a/WeModPatcher/Locale/lang.zh-CN.xaml b/WandEnhancer/Locale/lang.zh-CN.xaml
similarity index 86%
rename from WeModPatcher/Locale/lang.zh-CN.xaml
rename to WandEnhancer/Locale/lang.zh-CN.xaml
index fd2bdd8..2e25779 100644
--- a/WeModPatcher/Locale/lang.zh-CN.xaml
+++ b/WandEnhancer/Locale/lang.zh-CN.xaml
@@ -7,11 +7,11 @@
- WeMod Patcher
+ WandEnhancer
有新版本可用
文件夹路径
未找到文件夹
- 补丁
+ 增强
恢复
源代码
由 k1tbyte 用 ❤️ 制作
@@ -24,16 +24,16 @@
保存
-
+
激活 WeMod Pro
按 F12 打开开发者工具
禁用更新
开始
- 我们要打什么补丁?
+ 我们要增强什么?
- 在更新之前,强烈建议回滚已应用的补丁
+ 在更新之前,强烈建议回滚已应用的修改
立即更新
有更新可用!
diff --git a/WeModPatcher/Models/PatchConfig.cs b/WandEnhancer/Models/PatchConfig.cs
similarity index 93%
rename from WeModPatcher/Models/PatchConfig.cs
rename to WandEnhancer/Models/PatchConfig.cs
index 629fb10..ca967d2 100644
--- a/WeModPatcher/Models/PatchConfig.cs
+++ b/WandEnhancer/Models/PatchConfig.cs
@@ -2,9 +2,9 @@
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
-using WeModPatcher.Utils;
+using WandEnhancer.Utils;
-namespace WeModPatcher.Models
+namespace WandEnhancer.Models
{
public enum EPatchType
diff --git a/WeModPatcher/Models/Signature.cs b/WandEnhancer/Models/Signature.cs
similarity index 97%
rename from WeModPatcher/Models/Signature.cs
rename to WandEnhancer/Models/Signature.cs
index 4a8a715..789d3a4 100644
--- a/WeModPatcher/Models/Signature.cs
+++ b/WandEnhancer/Models/Signature.cs
@@ -1,6 +1,6 @@
using System;
-namespace WeModPatcher.Models
+namespace WandEnhancer.Models
{
public sealed class Signature
{
diff --git a/WeModPatcher/Models/WeModConfig.cs b/WandEnhancer/Models/WeModConfig.cs
similarity index 93%
rename from WeModPatcher/Models/WeModConfig.cs
rename to WandEnhancer/Models/WeModConfig.cs
index a124833..4d5edda 100644
--- a/WeModPatcher/Models/WeModConfig.cs
+++ b/WandEnhancer/Models/WeModConfig.cs
@@ -1,6 +1,6 @@
using Newtonsoft.Json;
-namespace WeModPatcher.Models
+namespace WandEnhancer.Models
{
public class WeModConfig
{
diff --git a/WeModPatcher/Program.cs b/WandEnhancer/Program.cs
similarity index 95%
rename from WeModPatcher/Program.cs
rename to WandEnhancer/Program.cs
index 4a442fe..c27be54 100644
--- a/WeModPatcher/Program.cs
+++ b/WandEnhancer/Program.cs
@@ -2,9 +2,9 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Windows.Forms;
-using WeModPatcher.View.MainWindow;
+using WandEnhancer.View.MainWindow;
-namespace WeModPatcher
+namespace WandEnhancer
{
public static class Program
{
diff --git a/WeModPatcher/Properties/AssemblyInfo.cs b/WandEnhancer/Properties/AssemblyInfo.cs
similarity index 96%
rename from WeModPatcher/Properties/AssemblyInfo.cs
rename to WandEnhancer/Properties/AssemblyInfo.cs
index 1ad4756..03fc546 100644
--- a/WeModPatcher/Properties/AssemblyInfo.cs
+++ b/WandEnhancer/Properties/AssemblyInfo.cs
@@ -7,11 +7,11 @@ using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("WeModPatcher")]
+[assembly: AssemblyTitle("WandEnhancer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("WeModPatcher")]
+[assembly: AssemblyProduct("WandEnhancer")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/WeModPatcher/Properties/Resources.Designer.cs b/WandEnhancer/Properties/Resources.Designer.cs
similarity index 97%
rename from WeModPatcher/Properties/Resources.Designer.cs
rename to WandEnhancer/Properties/Resources.Designer.cs
index 8aebc3c..6c5491f 100644
--- a/WeModPatcher/Properties/Resources.Designer.cs
+++ b/WandEnhancer/Properties/Resources.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace WeModPatcher.Properties
+namespace WandEnhancer.Properties
{
///
/// A strongly-typed resource class, for looking up localized strings, etc.
@@ -45,7 +45,7 @@ namespace WeModPatcher.Properties
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp =
- new global::System.Resources.ResourceManager("WeModPatcher.Properties.Resources",
+ new global::System.Resources.ResourceManager("WandEnhancer.Properties.Resources",
typeof(Resources).Assembly);
resourceMan = temp;
}
diff --git a/WeModPatcher/Properties/Resources.resx b/WandEnhancer/Properties/Resources.resx
similarity index 100%
rename from WeModPatcher/Properties/Resources.resx
rename to WandEnhancer/Properties/Resources.resx
diff --git a/WeModPatcher/ReactiveUICore/AsyncRelayCommand.cs b/WandEnhancer/ReactiveUICore/AsyncRelayCommand.cs
similarity index 97%
rename from WeModPatcher/ReactiveUICore/AsyncRelayCommand.cs
rename to WandEnhancer/ReactiveUICore/AsyncRelayCommand.cs
index c9bda08..ebe4787 100644
--- a/WeModPatcher/ReactiveUICore/AsyncRelayCommand.cs
+++ b/WandEnhancer/ReactiveUICore/AsyncRelayCommand.cs
@@ -3,7 +3,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
-namespace WeModPatcher.ReactiveUICore
+namespace WandEnhancer.ReactiveUICore
{
public sealed class AsyncRelayCommand : ICommand
{
diff --git a/WeModPatcher/ReactiveUICore/ObservableObject.cs b/WandEnhancer/ReactiveUICore/ObservableObject.cs
similarity index 94%
rename from WeModPatcher/ReactiveUICore/ObservableObject.cs
rename to WandEnhancer/ReactiveUICore/ObservableObject.cs
index 6aa372d..2db0219 100644
--- a/WeModPatcher/ReactiveUICore/ObservableObject.cs
+++ b/WandEnhancer/ReactiveUICore/ObservableObject.cs
@@ -1,7 +1,7 @@
using System.ComponentModel;
using System.Runtime.CompilerServices;
-namespace WeModPatcher.ReactiveUICore
+namespace WandEnhancer.ReactiveUICore
{
public class ObservableObject : INotifyPropertyChanged
{
diff --git a/WeModPatcher/ReactiveUICore/RelayCommand.cs b/WandEnhancer/ReactiveUICore/RelayCommand.cs
similarity index 95%
rename from WeModPatcher/ReactiveUICore/RelayCommand.cs
rename to WandEnhancer/ReactiveUICore/RelayCommand.cs
index 7eab727..4dc6868 100644
--- a/WeModPatcher/ReactiveUICore/RelayCommand.cs
+++ b/WandEnhancer/ReactiveUICore/RelayCommand.cs
@@ -1,7 +1,7 @@
using System;
using System.Windows.Input;
-namespace WeModPatcher.ReactiveUICore
+namespace WandEnhancer.ReactiveUICore
{
public sealed class RelayCommand : ICommand
{
diff --git a/WeModPatcher/Style/ColorScheme.xaml b/WandEnhancer/Style/ColorScheme.xaml
similarity index 100%
rename from WeModPatcher/Style/ColorScheme.xaml
rename to WandEnhancer/Style/ColorScheme.xaml
diff --git a/WeModPatcher/Style/Icons.xaml b/WandEnhancer/Style/Icons.xaml
similarity index 100%
rename from WeModPatcher/Style/Icons.xaml
rename to WandEnhancer/Style/Icons.xaml
diff --git a/WeModPatcher/Style/Inter_18pt-Regular.ttf b/WandEnhancer/Style/Inter_18pt-Regular.ttf
similarity index 100%
rename from WeModPatcher/Style/Inter_18pt-Regular.ttf
rename to WandEnhancer/Style/Inter_18pt-Regular.ttf
diff --git a/WeModPatcher/Style/Styles.xaml b/WandEnhancer/Style/Styles.xaml
similarity index 100%
rename from WeModPatcher/Style/Styles.xaml
rename to WandEnhancer/Style/Styles.xaml
diff --git a/WeModPatcher/Utils/Common.cs b/WandEnhancer/Utils/Common.cs
similarity index 98%
rename from WeModPatcher/Utils/Common.cs
rename to WandEnhancer/Utils/Common.cs
index 4c97724..4f950ac 100644
--- a/WeModPatcher/Utils/Common.cs
+++ b/WandEnhancer/Utils/Common.cs
@@ -4,7 +4,7 @@ using System.IO;
using System.Reflection;
using System.Threading;
-namespace WeModPatcher.Utils
+namespace WandEnhancer.Utils
{
public static class Common
{
diff --git a/WeModPatcher/Utils/Extensions.cs b/WandEnhancer/Utils/Extensions.cs
similarity index 98%
rename from WeModPatcher/Utils/Extensions.cs
rename to WandEnhancer/Utils/Extensions.cs
index e0f9628..84a8063 100644
--- a/WeModPatcher/Utils/Extensions.cs
+++ b/WandEnhancer/Utils/Extensions.cs
@@ -2,9 +2,9 @@
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
-using WeModPatcher.Models;
+using WandEnhancer.Models;
-namespace WeModPatcher.Utils
+namespace WandEnhancer.Utils
{
public static class Extensions
{
diff --git a/WeModPatcher/Utils/Updater.cs b/WandEnhancer/Utils/Updater.cs
similarity index 99%
rename from WeModPatcher/Utils/Updater.cs
rename to WandEnhancer/Utils/Updater.cs
index a1f286c..7d0e29f 100644
--- a/WeModPatcher/Utils/Updater.cs
+++ b/WandEnhancer/Utils/Updater.cs
@@ -8,7 +8,7 @@ using System.Net.Http;
using System.Windows;
using Newtonsoft.Json;
-namespace WeModPatcher.Utils
+namespace WandEnhancer.Utils
{
public class GitHubRelease
{
diff --git a/WeModPatcher/Utils/Win32/Shortcut.cs b/WandEnhancer/Utils/Win32/Shortcut.cs
similarity index 98%
rename from WeModPatcher/Utils/Win32/Shortcut.cs
rename to WandEnhancer/Utils/Win32/Shortcut.cs
index bcb271c..a179f72 100644
--- a/WeModPatcher/Utils/Win32/Shortcut.cs
+++ b/WandEnhancer/Utils/Win32/Shortcut.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace WeModPatcher.Utils.Win32
+namespace WandEnhancer.Utils.Win32
{
public class Shortcut
{
diff --git a/WeModPatcher/View/Controls/InfoItem.xaml b/WandEnhancer/View/Controls/InfoItem.xaml
similarity index 87%
rename from WeModPatcher/View/Controls/InfoItem.xaml
rename to WandEnhancer/View/Controls/InfoItem.xaml
index 0fd1729..f67623c 100644
--- a/WeModPatcher/View/Controls/InfoItem.xaml
+++ b/WandEnhancer/View/Controls/InfoItem.xaml
@@ -1,9 +1,9 @@
-
diff --git a/WeModPatcher/View/Controls/InfoItem.xaml.cs b/WandEnhancer/View/Controls/InfoItem.xaml.cs
similarity index 97%
rename from WeModPatcher/View/Controls/InfoItem.xaml.cs
rename to WandEnhancer/View/Controls/InfoItem.xaml.cs
index dda3017..4fba9cd 100644
--- a/WeModPatcher/View/Controls/InfoItem.xaml.cs
+++ b/WandEnhancer/View/Controls/InfoItem.xaml.cs
@@ -2,7 +2,7 @@
using System.Windows.Controls;
using System.Windows.Media;
-namespace WeModPatcher.View.Controls
+namespace WandEnhancer.View.Controls
{
public partial class InfoItem : UserControl
{
diff --git a/WeModPatcher/View/Controls/PopupHost.xaml b/WandEnhancer/View/Controls/PopupHost.xaml
similarity index 95%
rename from WeModPatcher/View/Controls/PopupHost.xaml
rename to WandEnhancer/View/Controls/PopupHost.xaml
index 837223f..b6f3723 100644
--- a/WeModPatcher/View/Controls/PopupHost.xaml
+++ b/WandEnhancer/View/Controls/PopupHost.xaml
@@ -1,9 +1,9 @@
-
- WeMod Patcher
+ WandEnhancer
/// Interaction logic for MainWindow.xaml
diff --git a/WeModPatcher/View/MainWindow/MainWindowVm.cs b/WandEnhancer/View/MainWindow/MainWindowVm.cs
similarity index 95%
rename from WeModPatcher/View/MainWindow/MainWindowVm.cs
rename to WandEnhancer/View/MainWindow/MainWindowVm.cs
index 50d6ef1..a482e4d 100644
--- a/WeModPatcher/View/MainWindow/MainWindowVm.cs
+++ b/WandEnhancer/View/MainWindow/MainWindowVm.cs
@@ -4,14 +4,14 @@ using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;
-using WeModPatcher.Core;
-using WeModPatcher.Models;
-using WeModPatcher.ReactiveUICore;
-using WeModPatcher.Utils;
-using WeModPatcher.View.Popups;
+using WandEnhancer.Core;
+using WandEnhancer.Models;
+using WandEnhancer.ReactiveUICore;
+using WandEnhancer.Utils;
+using WandEnhancer.View.Popups;
using Application = System.Windows.Application;
-namespace WeModPatcher.View.MainWindow
+namespace WandEnhancer.View.MainWindow
{
public class MainWindowVm : ObservableObject
{
@@ -154,7 +154,7 @@ namespace WeModPatcher.View.MainWindow
{
try
{
- new Patcher(WeModInfo, Log, config).Patch();
+ new Enhancer(WeModInfo, Log, config).Patch();
AlreadyPatched = true;
}
catch (Exception e)
@@ -198,7 +198,7 @@ namespace WeModPatcher.View.MainWindow
return;
}
- Log("WeModPatcher updated successfully. Restarting...", ELogType.Success);
+ Log("WandEnhancer updated successfully. Restarting...", ELogType.Success);
});
}), Application.Current.FindResource("up_popup_title") as string);
}
diff --git a/WeModPatcher/View/Popups/PatchVectorsPopup.xaml b/WandEnhancer/View/Popups/PatchVectorsPopup.xaml
similarity index 92%
rename from WeModPatcher/View/Popups/PatchVectorsPopup.xaml
rename to WandEnhancer/View/Popups/PatchVectorsPopup.xaml
index d1e8a34..d2d8b63 100644
--- a/WeModPatcher/View/Popups/PatchVectorsPopup.xaml
+++ b/WandEnhancer/View/Popups/PatchVectorsPopup.xaml
@@ -1,10 +1,10 @@
-AnyCPU
{106D3E44-ECBB-4EF3-84B2-5FC6BCF77727}
WinExe
- WeModPatcher
- WeModPatcher
+ WandEnhancer
+ WandEnhancer
v4.8
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
@@ -38,7 +38,7 @@
false
- WeModPatcher.Program
+ WandEnhancer.Program
..\tools\asar-fuses-bypass
$(CMakeSourceDir)\cmake-build-release
$(CMakeBuildDir)\version.dll
@@ -68,8 +68,8 @@
-
-
+
+
diff --git a/WeModPatcher/packages.config b/WandEnhancer/packages.config
similarity index 100%
rename from WeModPatcher/packages.config
rename to WandEnhancer/packages.config