wg-mod

Crates.iowg-mod
lib.rswg-mod
version0.8.0
sourcesrc
created_at2023-08-18 20:54:45.596652
updated_at2023-12-24 17:24:29.482158
descriptionA CLI to help people making WorldOfTanks mods
homepagehttps://github.com/gabrielhamel/wg-mod
repositoryhttps://github.com/gabrielhamel/wg-mod
max_upload_size
id948240
size116,416
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/D4fSV59j

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: 70

cargo fmt