wg-mod

Crates.iowg-mod
lib.rswg-mod
version0.9.1
sourcesrc
created_at2023-08-18 20:54:45.596652
updated_at2024-10-10 23:32:14.637171
descriptionA CLI to help people making WorldOfTanks mods
homepagehttps://github.com/gabrielhamel/wg-mod
repositoryhttps://github.com/gabrielhamel/wg-mod
max_upload_size
id948240
size119,859
Gabriel Hamel (gabrielhamel)

documentation

README

WG modding tools

License: MIT

Features:

  • Init mod project
  • Python builder

Next features:

  • Mod builder AS3
  • WoT debbuger

Follow me on my discord server https://discord.gg/XGzqS5Sb9G

Installation

You must have Cargo / Rust on your machine.

cargo install wg-mod

Usage

Create a new mod directory

wg-mod new

Build a .wotmod file

wg-mod build # In mod directory
Commit count: 88

cargo fmt