Difference between revisions of "WkKick38"
From Worms Knowledge Base
(Created page with "{{ParentArticle|WormKit}} {{Software_infobox | name = wkKick38 | developer = terion | games = W:A | waver = 3.8 | waeditions = {{WA editions|cd|st...") |
(added source download link in same style as wormNAT2) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase title}} | ||
{{ParentArticle|[[WormKit]]}} | {{ParentArticle|[[WormKit]]}} | ||
{{Software_infobox | {{Software_infobox | ||
Line 7: | Line 8: | ||
| waeditions = {{WA editions|cd|steam|gog}} | | waeditions = {{WA editions|cd|steam|gog}} | ||
| language = C++ | | language = C++ | ||
+ | | license = [https://www.tus-wa.com/forums/worms-armageddon/wkkick38-32802/?action=dlattach;attach=192481 Open-source] | ||
| website = [https://www.tus-wa.com/forums/worms-armageddon/wkkick38-32802/ TUS Page] | | website = [https://www.tus-wa.com/forums/worms-armageddon/wkkick38-32802/ TUS Page] | ||
| download = [https://www.tus-wa.com/forums/worms-armageddon/wkkick38-32802/?action=dlattach;attach=192480 wkKick (128 kB)] | | download = [https://www.tus-wa.com/forums/worms-armageddon/wkkick38-32802/?action=dlattach;attach=192480 wkKick (128 kB)] | ||
Line 15: | Line 17: | ||
== How to use it == | == How to use it == | ||
# Ensure that you have the "Load WormKit modules" option from Advanced settings enabled. | # Ensure that you have the "Load WormKit modules" option from Advanced settings enabled. | ||
− | # Download and copy the | + | # Download and copy the wkKick38.dll file into your W:A folder. |
# When ingame. Should you desire to kick a player. You enter the kick command into the ingame chat. For example: | # When ingame. Should you desire to kick a player. You enter the kick command into the ingame chat. For example: | ||
#* '''/kick nickname''' — would kick a player called '''nickname''' from the game. Replace '''nickname''' with the name of the player to kick. | #* '''/kick nickname''' — would kick a player called '''nickname''' from the game. Replace '''nickname''' with the name of the player to kick. | ||
#* '''/kick3''' — would kick the third player in the player list. Replace 3 with the number position in the playerlist of the player to kick. Note the lack of the space in the command. | #* '''/kick3''' — would kick the third player in the player list. Replace 3 with the number position in the playerlist of the player to kick. Note the lack of the space in the command. |
Latest revision as of 19:57, 26 February 2021
(Up to WormKit)
wkKick38 | |
---|---|
Developer: | terion |
Supported games: | W:A |
Supported W:A version: | 3.8 |
Supported W:A editions: | |
Language: | C++ |
License: | Open-source |
Website: | TUS Page |
Download: | wkKick (128 kB) |
This WormKit module allows you to kick players from within a game. It can kick players based on name or their position in the player list. When kicking a kick message is displayed and a delay of 5 seconds precedes the kick.
How to use it
- Ensure that you have the "Load WormKit modules" option from Advanced settings enabled.
- Download and copy the wkKick38.dll file into your W:A folder.
- When ingame. Should you desire to kick a player. You enter the kick command into the ingame chat. For example:
- /kick nickname — would kick a player called nickname from the game. Replace nickname with the name of the player to kick.
- /kick3 — would kick the third player in the player list. Replace 3 with the number position in the playerlist of the player to kick. Note the lack of the space in the command.