KO
|
EN
gitlite — search
Search
#javascript
#php
#java
#hacktoberfest
#python
#ruby
#shell
#c-sharp
#csharp
#community
#language
#jquery
wg-mod
★ 12
Open GitHub ↗
A CLI to help people making WorldOfTanks mods
Download README (.md)
Explore Similar Repositories
StranikS_Scan-mods
:
Mods for WorldOfTanks
wotreplay
:
WoT Replay Parser
wot-vt-converter
:
convert 3dsmax2012-generated obj format into WorldofTanks vt file, or extract one from legacy BigWorld primitives file.
WSPinger-ClustersList
:
List of actual casters of WorldOfTanks for the program WSPinger
wows_replay_on_linux-Obsolete-
:
Watch replay files of World of Tanks & Warships on Linux desktop
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wg-mod
?
Download (.md)
# WG modding tools [](https://opensource.org/licenses/MIT) Features: - Init mod project - Python builder Next features: - Mod builder AS3 - WoT debbuger Follow me on my discord server [https://discord.gg/XGzqS5Sb9G](https://discord.gg/XGzqS5Sb9G) ## Installation You must have [Cargo / Rust](https://www.rust-lang.org/tools/install) on your machine. ```bash cargo install wg-mod ``` ## Usage Create a new mod directory ```bash wg-mod new ``` Build a .wotmod file ```bash wg-mod build # In mod directory ```