Difference between revisions of "WkWormOrder"

From Worms Knowledge Base

Jump to: navigation, search
m
(1.2.0)
 
Line 4: Line 4:
 
| name = wkWormOrder
 
| name = wkWormOrder
 
| developer = [[nizikawa]]
 
| developer = [[nizikawa]]
| version = 1.1.0 / 11 Sep 2021
+
| version = 1.2.0 / 2 Oct 2021
 
| games = [[Worms Armageddon|W:A]]
 
| games = [[Worms Armageddon|W:A]]
 
| waver = 3.8.x
 
| waver = 3.8.x
 
| waeditions = {{WA editions|cd|steam|gog}}
 
| waeditions = {{WA editions|cd|steam|gog}}
 
| language = C++
 
| language = C++
| website = [https://github.com/nizikawa-worms/wkWormOrder Github Page] [https://www.tus-wa.com/forums/worms-armageddon/wkwormorder-v-1-1-0-released-33536/ TUS thread]
+
| website = [https://github.com/nizikawa-worms/wkWormOrder Github Page] [https://www.tus-wa.com/forums/wormkit-modules/wkwormorder-v-1-2-0-released-33536/ TUS thread]
| download = [https://www.tus-wa.com/forums/worms-armageddon/wkwormorder-v-1-1-0-released-33536/?action=dlattach;attach=196474 wkWormOrder 1.1.0 (444 KB)]
+
| download = [https://www.tus-wa.com/forums/wormkit-modules/wkwormorder-v-1-2-0-released-33536/?action=dlattach;attach=196954 wkWormOrder 1.2.0 (474 KB)]
 
}}
 
}}
  
Line 16: Line 16:
  
 
== Features ==
 
== Features ==
* Worms belonging to you have their numbers displayed. During replay playback all worms have their numbers displayed. The displayed format is customizable in .ini with '''{name}''' and '''{number}''' tags.
+
* To enable displaying order of your worms, use '''/order my''' command in game chat.
* To enable displaying order of all worms, use '''/order''' command in game chat. Usage of this feature should be discussed with other players beforehand.
+
* To enable displaying order of all worms, use '''/order all''' command in game chat.
 +
* During replay playback all worms have their numbers displayed.  
 +
* The displayed worm name format is customizable in .ini with '''{name}''' and '''{number}''' tags.
 
* In multiplayer games the worm order within your team can be scrambled. The order is scrambled every time you add the team to the round roster. To enable this feature set: '''ScrambleWormOrder = 1'''
 
* In multiplayer games the worm order within your team can be scrambled. The order is scrambled every time you add the team to the round roster. To enable this feature set: '''ScrambleWormOrder = 1'''
* Team name bars can have their owner name displayed. The displayed format is customizable with '''{name}''', '''{owner}''' and '''{hp}''' (sum of HP of all worms within the team) tags. To enable this feature set: '''TeamNameShowOwner = 1''' or use '''/owner''' command in game chat.
+
* Team name bars can have their owner name displayed. The displayed format is customizable with '''{name}''' (team name), '''{owner}''' (owner nickname), '''{hp}''' (sum of HP of all worms within the team) and '''{wins}''' (number of team wins in match) tags. To enable this feature set: '''TeamNameShowOwner = 1''' or use '''/owner''' command in game chat.

Latest revision as of 19:52, 2 October 2021

(Up to WormKit)
wkWormOrder
Developer: nizikawa
Latest version: 1.2.0 / 2 Oct 2021
Supported games: W:A
Supported W:A version: 3.8.x
Supported W:A editions: This item is compatible with the CD edition of W:A.  This item is compatible with the Steam edition of W:A.This item is compatible with the GOG edition of W:A.
Language: C++
Website: Github Page TUS thread
Download: wkWormOrder 1.2.0 (474 KB)

WormKit module that appends worm order numbers to their names and allows randomizing the worm order within the team in multiplayer games.

Features

  • To enable displaying order of your worms, use /order my command in game chat.
  • To enable displaying order of all worms, use /order all command in game chat.
  • During replay playback all worms have their numbers displayed.
  • The displayed worm name format is customizable in .ini with {name} and {number} tags.
  • In multiplayer games the worm order within your team can be scrambled. The order is scrambled every time you add the team to the round roster. To enable this feature set: ScrambleWormOrder = 1
  • Team name bars can have their owner name displayed. The displayed format is customizable with {name} (team name), {owner} (owner nickname), {hp} (sum of HP of all worms within the team) and {wins} (number of team wins in match) tags. To enable this feature set: TeamNameShowOwner = 1 or use /owner command in game chat.
Personal tools