{"id":17947633,"url":"https://github.com/sam-k0/wotmodassistantcore","last_synced_at":"2026-05-11T05:43:57.603Z","repository":{"id":252392303,"uuid":"839889060","full_name":"sam-k0/WoTModAssistantCore","owner":"sam-k0","description":"Cross-platform mod manager for World of Tanks ","archived":false,"fork":false,"pushed_at":"2024-10-17T21:14:34.000Z","size":651,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-20T08:28:43.023Z","etag":null,"topics":["dotnet-core","mod","modmanager","python","world-of-tanks","worldoftanks","wotmod"],"latest_commit_sha":null,"homepage":"https://github.com/sam-k0/WoTModAssistantCore/wiki","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sam-k0.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T14:25:31.000Z","updated_at":"2024-10-17T21:10:11.000Z","dependencies_parsed_at":"2024-10-23T01:27:17.696Z","dependency_job_id":null,"html_url":"https://github.com/sam-k0/WoTModAssistantCore","commit_stats":null,"previous_names":["sam-k0/wotmodassistantcore"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FWoTModAssistantCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FWoTModAssistantCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FWoTModAssistantCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-k0%2FWoTModAssistantCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam-k0","download_url":"https://codeload.github.com/sam-k0/WoTModAssistantCore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247024152,"owners_count":20870940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet-core","mod","modmanager","python","world-of-tanks","worldoftanks","wotmod"],"created_at":"2024-10-29T08:06:05.803Z","updated_at":"2026-05-11T05:43:57.594Z","avatar_url":"https://github.com/sam-k0.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WoT Mod Assistant\n[![Linux Flatpak](https://github.com/sam-k0/WoTModAssistantCore/actions/workflows/build_flatpak.yml/badge.svg)](https://github.com/sam-k0/WoTModAssistantCore/actions/workflows/build_flatpak.yml)\n\nA simple ~~cross-platform~~ mod manager for World of Tanks.\n*Right now, compatibility with Windows should be possible but not guaranteed.*\n\n### Compatibility\n- Windows (10+)\n- Linux \n\n\u003e [!IMPORTANT]\n\u003e As this tool is primarily developed on Linux, bugs and issues may arise on Windows.\n\u003e Please report any issues to the issue tracker.\n\nMacOS/darwin support is not planned but not explicitly impossible.\n\n### Features:\n- Install, Uninstall mods\n- Deactivate, Activate mods\n- Import mods from previous game versions\n- Move mods between different game versions\n- View mod information\n- Browse `wgmods.net` for mods\n- Drag and drop mod installation for `.wotmod` files\n- Version control for mods\n    - Example: If there's a dependency for two mods, and one of them is updated, the other will be automatically updated to the latest compatible version.\n\n### Screenshots:\n\u003cbr\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n    \u003cdiv style=\"margin: 5px;\"\u003e\n        \u003cimg src=\"res/screenshot_main_dark.png\" alt=\"Main view\" width=\"80%\"/\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"margin: 5px;\"\u003e\n        \u003cimg src=\"res/screenshot_main_light.png\" alt=\"mod browser\" width=\"80%\"/\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"margin: 5px;\"\u003e\n        \u003cimg src=\"res/screenshot_browse_dark.png\" alt=\"mod browser\" width=\"80%\"/\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"margin: 5px;\"\u003e\n        \u003cimg src=\"res/screenshot_browse_light.png\" alt=\"mod browser\" width=\"80%\"\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\nPlanned features:\n- [x] wgmods.net compatible mod browser integration:\n    - [x] Mod listing\n    - [x] Mod search by query\n        - [x] Local cache can be searched\n    - [x] .wotmod file download and install\n    - [x] .zip file download and install\n    - [ ] Modpack support\n    - [ ] Mod update checking\n- [ ] `res_mods` directory support\n- [ ] Localization / language support\n- [x] Styling and theming\n\n### Install\nTo install, the recommended way is to use the flatpak.\nAs I have not yet submitted the app to flathub, you will need to install it manually for now.\n\nDownload the latest release from the release page.\n\n**Installing first time:**\n`flatpak install --user --bundle WoTModAssistant.flatpak`\n\n**Updating**\n`flatpak update --user --reinstall --bundle WoTModAssistant.flatpak`\n\n# Instructions below are for legacy version found in the releases tab.\nAs I am changing the whole project structure and code, there is no working release at the moment.\n\nThere will be a windows executable and linux flatpak or AppImage release.\n\n## Installing\nFollowing is an unfinished guide on how to install `ModManagerCore` and `ModManagerCoreGUI`.\n\u003e [!TIP]\n\u003e If you have trouble with automatic setup, please consult the `Manual Install`section of this readme.\n\n### Linux\n\n\u003e [!TIP]\n\u003e You can also execute the `build_linux.sh` script after setting up a venv with pyside6 and pyinstaller installed.\n\u003e Also, builds can be found in the [release](https://github.com/sam-k0/WoTModAssistantCore/releases) tab.\n\n1. Download or build the project.\n2. Run `ModManagerGUI`.\n3. It should prompt you to select your game directory.\n4. Select the directory containing `WorldOfTanks.exe`\n\n\n### Windows\n\u003e [!TIP]\n\u003e Please download the latest `Windows release` build from the [release](https://github.com/sam-k0/WoTModAssistantCore/releases) tab.\n\n1. Download and unzip the latest release.\n2. Run `ModManagerGUI.exe`.\n3. On first run, it will prompt you to select the game directory, you can find it by checking the `WargamingGameCenter`-\u003e`World Of Tanks`-\u003e`Modify Installation`-\u003e`open game directory`.\n4. Select the path to `WorldOfTanks.exe`.\n\n## Manual Install \u0026 Setup\n\n### Linux\n1. Create a new directory `wotmodmanager`, and a directory called `Core` inside it.\n2. Build or install the `ModManagerCore` to the newly created `wotmodmanager/Core` directory.\n3. Install the CoreGUI in the parent folder, so that the `Core` directory one directory deeper as the `CoreGUI` executable.\n4. Important step: Run the `ModManagerCore` executable, it will prompt you to enter your World of Tanks install directory path. This means the directory where `WorldOfTanks.exe` resides.\n5. Now, run the `CoreGUI` and you should see it automatically listing mods.\n\n### Windows\n1. Download the `.zip` archive and extract.\n2. Inside it, find the `_internal/Core` folder.\n3. Run `ModManagerCore.exe` and set up your World Of Tanks install path (the directory where `WorldOfTanks.exe` resides.)\n4. Run the `CoreGUI` from the main directory.\n\n## Dependencies\n- PySide6, PyInstaller, Python 3.11x `(ModManagerCoreGUI)`\n- Newtonsoft.Json, .NET 8.0 `(ModManagerCore)`\n\nPlease check the project's subdirectories readme files for more information on how to build.\n\n### Contributing\n\nIf you want to report bugs, request features or contribute to the project, please open an issue or a pull request.\nPull requests should be made to the `dev` branch. \nAlso, please make sure your code follows `cross-platform` standards and is tested on both Windows and Linux.\n\n\u003e [!IMPORTANT]\n\u003e Please make sure to provide a detailed description of issues.\n\u003e If you are submitting a pull request, please make sure to provide a detailed description of the changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fwotmodassistantcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam-k0%2Fwotmodassistantcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-k0%2Fwotmodassistantcore/lists"}