Skip to content

Arn0ldus/wotmods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wotmods

World of Tanks Modifications 100% python

The new plugin system

The mods are now part of a plugin system.
Expecially, it's better structured than before recycling common code and managing some behaviors to increase stability,performance and decreasing maintenance time.
Every plugin can be de/activate from it configuration file, or you can also add or remove plugins.

This is not xvm and will never be like xvm.

Some plugins are used from others, i will write a note in case. Anyway "Engine" folder is the core library, don't touch it.

Plugins

  • SixthSenseDuration_plugin
    Increase duration of sixth sense lamp,eventually with a sound and a countdown.

  • Statistics_plugin
    Provide performance rating,win chance,client language,battle amount of every player in the battle.

  • SpotMessanger_plugin
    Send message to team or platoon ,eventually with a "help" or "ping" command,if you are spotted and under some conditions.
    Note: it use ingame_messanger plugin

  • Focus_plugin
    Put a red arrow indicating the targetted enemies from your team. Usefull to increase focus fire's efficiency

  • Builder_plugin
    Pressing a combinations of buttons you are able to put objects around wot maps, the map that you created is automatically saved and loaded.
    Both render engine and editor are only enabled in training battle and in replay mode.
    Edited maps can be seen by other players using this mod and, of course, every map can be shared in safe way.
    It's possible to use all models inside shared_content.pkg , but in future will be easy to add external models too.

Installation

Download all code from here
Then extract the content of files/recompyled/wot_folder in your game root.

To enale a plugin,open {game_root}/res_mods/0.9.x/scripts/client/plugins/{plugin_name}/config.xml and set pluginEnable to true.

where

  • {game_root} is your World of Tank installation directory
  • x is the wot version
  • {plugin_name} is the name of the plugin

About

World of Thanks Modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%