Changes

Plugins Draft by Spades

34,131 bytes added, 01:44, 16 October 2011
Now look at that. Almost done!
Ever since the underlying Lua interface code was opened up to VO's player base, Vendetta Online features the possibility for users to write their own plug-ins, affecting everything from the game's interface to in-game communication to game mechanics. Over the time, some of these plug-ins have become an almost essential part of the gameplay.  = Installing Plugins = == Mac == Locate your Vendetta application, right click (or control click), and choose the 'Show Package Contents' option. Create a folder named "plugins" (no caps), and drag the folders of your plugins into the new folder, making sure that the directory structure looks like "Vendetta.app/plugins/targetless/main.lua". [http://www.coalitionofitan.com/index.php?action=tpmod;dl=item74 PDF With Images (for Macs)]  == Windows/Linux == Locate and open your Vendetta directory (~/.vendetta/ in Linux). Create a folder named "plugins" (no caps), and drag the folders of your plugins into the new folder, making sure that the directory structure looks like "Vendetta/plugins/targetless/main.lua". [http://www.coalitionofitan.com/index.php?action=tpmod;dl=item73 PDF With Images (for Windows)]  == Android == If you already have a file explorer skip Step 1, or anything beginning with (astro users) '''Step 1'''* Go to the Android Market and search for "Astro file explorer" (free)* Install it. '''Step 2'''* Open your file explorer.* Open the Vendetta Main Folder* Create a folder named "plugins" [No quotes]* (Astro users) ''Hold down anywhere on the screen to open a options menu. Press edit, then New folder.'' '''Step 3'''* The main list of plugins can be found at: http://vo-wiki.com/wiki/Plug-ins (=right here.)* Find one you like: ones that currently work: MAID, cargofind, TA, and some more* Do not work: Targetless, TA TGFT '''Step 4'''* Open .ddc main folder (unless you have a SD card)* Open "Download" file* Open the plugins .zip file* Copy the Folder "Main"* Back out to .ddc* Open .ddc again* Open the Vendetta Main Folder* Open the (previously created) plugins folder* Paste the plugin's main folder* Back out of .ddc THEN exit (or it won't save) '''Step 5a'''(if VO is currently running)* On the chat box type /consoletoggle* On the Bottom of the Window Press the highlighted line to open the keyboard* Type /lua ReloadInterface()(Caps sensitive)* Wait 10 seconds (Window should auto-close) '''Step 5b'''(If VO is not runnig currently)* Open VO (log in)* Type /consoletoggle* Type /lua ReloadInterface ()(Caps sensitive)* Wait for window to auto-close* /logoff* Press quit* Restart VO '''Step 6'''* Have fun  = Creating your own Plugins = The VO Lua API that is used for creating plugins can be found at the [http://www.vo-wiki.com/racecar Racecar Wiki].  = Quick & Dirty Alphabetical List =  {{ambox| border = orange| type = Disclaimer| info = The lists you can find here are merely for the ease of orientation. To receive complete and up-to-date information from the author and the possibility to contact said author, please use the Forum Thread specified for each plugin.}}  If you know which plugin you want you can simply browse this alphabetical list containing the link to download it. You can find a detailed list of plugins sorted by category with additional information and links [[#Plugins_by_Category|below]]. {| width="90%" padding="5%"|-|'''A'''|'''I, J, K, L'''|'''R'''|- | align=top|* [[#afk|AFK]]* [[#animatedload|animatedload]]* [[#apcontrol|apcontrol]]* [[#autorr|AutoRR]]'''C'''* [[#calc|Calc]]* [[#cargofind|CargoFind]]* [[#cargolist|cargolist]]* [[#cargopreset|cargopreset]]* [[#channels|Channels]]* [[#collectorwatch|Collectorwatch]]* [[#combatassist|CombatAssist]]* [[#customhud|customHUD]]'''D'''* [[#deboop|deboop]]* [[#devkit|DevKit]]* [[#dkautofill|DKAutofill]]* [[#dullbot|dullbot]]'''E, F, G, H'''* [[#enterleave|enterleave]]* [[#ezgroup|ezGroup]]* [[#factioncolor|FactionColor]]* [[#flashchange|FlashChange]]* [[#guildnotify|GuildNotify]]* [[#humaniform|Humaniform]] | align=top|* [[#ignoreextras|ignoreextras]]* [[#ignoreirc|IgnoreIRC]]* [[#ignoreturret|ignoreturret]]* [[#infiniturbo|InfiniTurbo]]* [[#jett|Jett]]* [[#killshot|killshot]]* [[#lockednearbylist|locknearbylist]]'''M'''* [[#maid|M.A.I.D.]]* [[#missiontimestamp|missiontimestamp]]* [[#msgbeep|Msg Beep]]* [[#movesectorinfo|movesectorinfo]]* [[#multiaim|multiaim]]* [[#multiclick|multiclick]]'''N, P'''* [[#navcomp|NavComp]]* [[#navmapui|navmapui]]* [[#newsticker|newsticker]]* [[#paydialog|paydialog]]* [[#plod|Plod]]* [[#proxyhack|proxyhack]]* [[#pview|pview]]'''Q'''* [[#quickhail|QuickHail]]* [[#quickplot|QuickPlot]]* [[#quickreply|Quickreply]] | align=top|* [[#racecartool|racecartool]]* [[#racestats|racestats]]* [[#rsnrlp|R.s.Nav-reversing l.p.]]'''S'''* [[#shiploadoutsmanager|ShipLoadoutsManager]]* [[#shortgivemoney|shortgivemoney]]* [[#skirmishcolors|skirmishcolors]]* [[#soundalertsuite|SoundAlertSuite]]* [[#spacescan|spaceScan]]* [[#stationfind|StationFind]]* [[#switchtarget|SwitchTarget]]'''T'''* [[#targetbinds|TargetBinds]]* [[#targetless|TargetLess]]* [[#tapehud|tapehud]]* [[#telnetterm|telnetterm]]* [[#tempsafety|tempsafety]]* [[#timer|Timer]]* [[#tithe|Tithe]]* [[#tcs|TCS]]* [[#tradeassistant|TradeAssistant]]* [[#transactionledger|Transaction Ledger]]* [[#treemissionlist|treemissionlist]]'''U, V, W'''* [[#umlautbind|umlautbind]]* [[#vzoom|vzoom]]* [[#weapongroup|weapon group]]|-|}   = Plugins by Category = The list below has been culled from various sources, doesn't list all publicly available plugins, and includes some plugins which have been superseded by in-game functionality. The [http://www.voupr.com Vendetta Online Unofficial Plugin Repository (VOUPR)] is also a growing source for plugin hosting and information.  ==General & Recommended== * [[#autorr|AutoRR]]* [[#infiniturbo|InfiniTurbo]]* [[#launchbutton|LaunchButton]]* [[#maid|M.A.I.D.]]* [[#multiaim|MultiAim]]* [[#targetless|TargetLess]]* [[#tcs|ToasterCrush Plugin Suite]]* [[#tradeassistant|TradeAssistant]]* [[#weapongroup|weapon group]]  {{Spades|subject=Plugin Packs|info=Many of VO's [[Guilds|guilds]] offer custom selections of plugins suited for the needs of their players.}} ==Communication & Player Interaction==
{| border="1" class="sortable wikitable"
! class="unsortable" | Commands
! class="unsortable" | Info & Download
|-
|- id="afk"
! afk
| draugath
|dlurl=http://bespin.org/~draugath/vo/afk/afk_alpha2-1.zip
}}
|-
|- id="channels"
! Channels
| Mad Miner Moda
|dlurl=http://wetlands.simplyaquatics.com/d/27594-1/channel_log1_1.zip
}}
|-
|- id="ignoreextras"! ezGroupignoreextras| Protolifmr_spuck| Displays a notification at the bottom of Some extra ignore features. ignore players temporary (ok, the screen when invited to a groupgame can do that too now. <br /> [[Image:EzGroup.png|50px]]) and whole factions.| Additionally: <br /> /inv <br /> /kick <br /> /gleaveSee Forum Thread
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/2142317115?page=2#225180|vouprdlurl=http://vouprhome.spencedarcor.comde/pluginfamscheffler/ven/ignoreextras.php?name=ezgroupzip
}}
|-
 
! Guild Notify
| slime73
| Prints the names of players in your guild when they log on or off.
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://coalitionofitan.com/index.php?action=tpmod;dl=get14
}}
|-
|- id="ignoreirc"
! IgnoreIRC
| Chocolateer
|forum=http://www.vendetta-online.com/x/msgboard/16/22074
|dlurl=http://www.mister-jmp.comze.com/vo/files/IgnoreIRC.zip
|voupr=http://www.voupr.com/plugin.php?name=ignoreirc
}}
|-
|- id="paydialog"! Msg Beeppaydialog| slime73mr_spuck| With this plugin, whenever you receive a /msg you will hear A graphical interface for the proximity warning sound/givemoney command.| none/paydialog_open.
| {{Plugins_tablerow
|dlurlforum=http://coalitionofitanvendetta-online.com/index.php?actionx/msgboard/16/17115#215977|dlurl=tpmod;dl=get9http://home.arcor.de/famscheffler/ven/paydialog.zip
}}
|-
|- id="quickhail"!QuickHail
| Jas-Atamos
| Pre-configure a set of up to 10 hails and select them from a menu. Both PM and sector hails can be configured. Best thing: It only steals your number buttons while the menu is open!
|dlurl=http://www.phoenix-alliance.info/member/jasmine/Plugins/quickhail13b.zip
}}
|-
|- id="quickreply"
! QuickReply
| Chocolateer
|forum=http://www.vendetta-online.com/x/msgboard/16/22074
|dlurl=http://www.mister-jmp.comze.com/vo/files/QuickReply.zip
|voupr=http://www.voupr.com/plugin.php?name=quickreply
}}
|-
|- id="shortgivemoney"
! shortgivemoney
| mr_spuck
|dlurl=http://home.arcor.de/famscheffler/ven/shortgivemoney.zip
}}
|-
 
! SoundAlertSuite v1.0
| Chocolateer
| Plays a sound for various actions that occur. Feel free to replace the sounds with your own, just be sure to keep the file names the same.
| /soundalertsuite <br /> /SAS
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/22074
|dlurl=http://www.mister-jmp.comze.com/vo/files/SoundAlertSuite.zip
}}
|-
|- id="switchtarget"
! SwitchTarget
| diqrtvpe
|forum=http://vendetta-online.com/x/msgboard/16/19232
|dlurl=http://www.phoenix-alliance.info/member/denji/img/SwitchTarget.zip
|voupr=http://www.voupr.com/plugin.php?name=switchtarget
}}
|-
|- id="targetbinds"
! TargetBinds
| slime73
|dlurl=http://coalitionofitan.com/index.php?action=tpmod;dl=get16
}}
|-
|- id="tithe"
! Tithe
| Mad Minder Miner Moda
| Allows you to tithe a user set % of your profit to the guild bank.
| /tithe
|dlurl=http://wetlands.simplyaquatics.com/d/26836-1/tithe-3_0.zip
}}
 
|-
|}
 
== Notifications ==
 
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="enterleave"
! enterleave
| mr_spuck
| Print a notification or play a sound effect when a player, bot or character matching a pattern enters or leaves the sector.
|
| {{Plugins_tablerow
|forum=http://vendetta-online.com/x/msgboard/16/17115#215977
|dlurl=http://home.arcor.de/famscheffler/ven/enterleave.zip
|voupr=http://www.voupr.com/plugin.php?name=enterleave
}}
 
|- id="ezgroup"
! ezGroup
| Protolif
| Displays a notification at the bottom of the screen when invited to a group. <br /> [[Image:EzGroup.png|50px]]
| Additionally: <br /> /inv <br /> /kick <br /> /gleave
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/21423
|dlurl=http://www.voupr.com/downloads/ezgroup-1.0.zip
|voupr=http://voupr.spenced.com/plugin.php?name=ezgroup
}}
 
|- id="guildnotify"
! Guild Notify
| slime73
| Prints the names of players in your guild when they log on or off.
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://coalitionofitan.com/index.php?action=tpmod;dl=get14
}}
 
|- id="msgbeep"
! Msg Beep
| slime73
| With this plugin, whenever you receive a /msg you will hear the proximity warning sound.
| none
| {{Plugins_tablerow
|dlurl=http://coalitionofitan.com/index.php?action=tpmod;dl=get9
}}
 
|- id="soundalertsuite"
! SoundAlertSuite v1.0
| Chocolateer
| Plays a sound for various actions that occur. Feel free to replace the sounds with your own, just be sure to keep the file names the same.
| /soundalertsuite <br /> /SAS
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/22074
|dlurl=http://www.mister-jmp.comze.com/vo/files/SoundAlertSuite.zip
|voupr=http://www.voupr.com/plugin.php?name=soundalertsuite
}}
 
|-
|}
 
 
==Interface==
 
=== General ===
 
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! Sub-Category
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="animatedload"
! animatedload
| mr_spuck
| A fancy animated loading screen.
| Visuals
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=3#229041
|dlurl=http://home.arcor.de/famscheffler/ven/animatedload.zip
}}
 
|- id="customhud"
! customHUD
| Mick
| Adds movable hud displays with target, weapon and self info. Can also be used to toggle elements of the normal HUD, optionally at the press of bound keys.<ref>'''User comment:''' '' 'A small but drastic change. With my penchant for keeping only relevant combat information around my central HUD elements, customHUD is essential. Together with DistanceMeter, you've got yourself a HUD that actually aids you in combat, not hinders you.' '' - [[User:Ion|Ion]]</ref>
| HUD
| /customhud<br />/customhud config
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790
|dlurl=http://phoenix-alliance.info/upload/customHUD%20v0.8.6.zip
}}
 
|- id="dkautofill"
! DKAutofill
| draugath
| Key name auto-fill for the delete key dialog.
| PDA
| full UI integration
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/25240#310754
|dlurl=http://bespin.org/~draugath/vo/DKAutofill.zip
}}
 
|- id="factioncolor"
! FactionColor
| slime73
| Factions whose names are checked in the /factioncolor dialog will have their ship names coloured based on their default ship colour. For example, Xang Xi will be teal in the sectorlist and the TargetLess HUD list. <br /> [[Image:Factioncolor.jpg|50px]]
| HUD
| /factiocolor
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://www.coalitionofitan.com/index.php?action=tpmod;dl=get28
|voupr=http://www.voupr.com/plugin.php?name=factioncolor
}}
 
|- id="flashchange"
! FlashChange
| slime 73
| A very simple plugin that changes the red flash when you get hit to be less intense. It gets slightly brighter as your hull weakens.
| Visuals
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://filebeam.com/e0b890075d9d6d01ba2e3692da4603d0
}}
 
|- id="ignoreturret"
! ignoreturret
| Mick
| Ignores turrets when using target in front command. Effectively turns off targeting of turrets.
| HUD
| /bind "b" ignoreturret
| {{Plugins_tablerow
|dlurl=http://mick.neostrada.pl/VO/ignoreturret.zip
|voupr=http://www.voupr.com/plugin.php?name=ignoreturret
}}
 
|- id="launchbutton"
! LaunchButton
| draugath
| This hack allows you to bind a key for launching from a station or capital ship. (Lowercase "L" by default.)
| Station / other
| /launchbutton [key]
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/24829
|dlurl=http://bespin.org/~draugath/vo/LaunchButton.zip
}}
 
|- id="lockednearbylist"
! locknearbylist
| mr_spuck
| Adds a toggle to the nearby ships list that temporarily locks it.
| HUD
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=5#256154
|dlurl=http://home.arcor.de/famscheffler/ven/locknearbylist.zip
}}
 
|- id="missiontimestamp"
! missiontimestamp
| mr_spuck
| Adds a timestamp to the end of the mission log of completed missions.
| PDA
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=6#285347
|dlurl=http://home.arcor.de/famscheffler/ven/missiontimestamp.zip
}}
 
|- id="movesectorinfo"
! movesectorinfo
| mr_spuck
| Moves sector info to the bottom of the hud.
| HUD
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115
|dlurl=http://home.arcor.de/famscheffler/ven/movesectorinfo.zip
}}
 
|- id="newsticker"
! newsticker
| mr_spuck
| A newsticker in the welcome screen that cycles through the most recent news items.
| PDA / other
|
| {{Plugins_tablerow
|forum=http://vendetta-online.com/x/msgboard/16/17115#215977
|dlurl=http://home.arcor.de/famscheffler/ven/newsticker.zip
}}
 
|- id="proxyhack"
! proxyhack
| mr_spuck
| Prevents the proxy distance entry from eating the tab key while the nearby ships list is open.
| PDA
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=4#234711
|dlurl=http://home.arcor.de/famscheffler/ven/proxyhack.zip
}}
 
|- id="pview"
! pview
| Mick
| Makes 3rd person view persistent by toggling camera to external view after jumps, etc.
| Visuals
|/pview - toggles<br />
/pview on/off - obvious
| {{Plugins_tablerow
|dlurl=http://mick.neostrada.pl/VO/pview.zip
}}
 
|- id="shiploadoutsmanager"
! ShipLoadoutsManager
| Chocolateer
| Save ship loadouts on a per-station basis.
| PDA / Station
| /slm
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/23735
|dlurl=http://www.mister-jmp.comze.com/vo/files/ShipLoadoutsManager.zip
|voupr=http://www.voupr.com/plugin.php?name=shiploadoutsmanager
}}
 
|- id="skirmishcolors"
! skirmishcolors
| mr_spuck
| Increases the brightness of the hud skirmish info for corvus and the hive to improve readability.
| HUD
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=5#256154
|dlurl=http://home.arcor.de/famscheffler/ven/skirmishcolors.zip
}}
 
|- id="tapehud"
! tapehud
| mr_spuck
| ultra realistic cockpit simulation
| HUD
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115
|dlurl=http://home.arcor.de/famscheffler/ven/tapehud.zip
}}
 
|- id="targetless"
! TargetLess
| drazed
| Advanced targetting plugin for Vendetta-Online. Provides a HUD display with multi-target details, and lets you quickselect targets (player/npc/asteroids) with key binds.
| HUD
| /targetless<br/>
/importconfigroids
| {{Plugins_tablerow
|forum=http://vendetta-online.com/x/msgboard/16/17440
|dlurl=http://targetless.com/targetless.zip
|voupr=http://www.voupr.com/plugin.php?name=targetless
}}<br />
[http://targetless.com/ Homepage]
 
|- id="transactionledger"
! Transaction Ledger
| draugath
| A ledger for tracking monetary transactions.
| PDA
| /ledger<br />
/ledger reset
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/24174
|dlurl=http://bespin.org/~draugath/vo/ledger/ledger_0.4.4.zip
}}
 
|- id="treemissionlist"
! treemissionlist
| mr_spuck
| Tree like version of the mission board.
| PDA
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=4#239253
|dlurl=http://home.arcor.de/famscheffler/ven/treemissionlist.zip
}}
 
|- id="vzoom"
! vzoom
| Script by Eldrad, enhanced by Roguelazer, turned into a plug-in by Mick.
| Eldrad's Variable Zoom alias made into a plug-in (mostly for ease of installation, there's no new functionality).
| Visuals
| /vzoom
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790
|dlurl=http://mick.neostrada.pl/VO/vzoom%20v1.2.1.zip
|voupr=http://www.voupr.com/plugin.php?name=vzoom
}}
 
|- id="weapongroup"
! weapon group (wg)
| Mick
| A very simple interface to modify weapon groups while in space.
| PDA / other
| /wg
| {{Plugins_tablerow
|dlurl=http://mick.neostrada.pl/VO/wg%20v0.1.zip
}}
 
|-
|}
 
 
=== Navigation ===
 
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="navcomp"
! NavComp
| J.A.Keller
| Avoid Ion Storms, Hive Bots and other hazards automatically when creating a Navroute. Have complete authority when saving or loading previous Navroutes with name and notes. Includes escape mode and fully integrated HUD and PDA controls.
| none, full UI integration
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/24543
|dlurl=http://its-obvious-solutions.com/downloads/vo/plugins/NavComp-v1.3.2.zip
}}
 
|- id="navmapui"
! navmapui
| mr_spuck
| Nav Route Interface - Adds a list of navroutes and some buttons to interact with them to the navigation windows.
| Full UI integration
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=4#232311
|dlurl=http://home.arcor.de/famscheffler/ven/navmapui.zip
}}
 
|- id="quickplot"
! QuickPlot
| slime73
| Plots a quick course to a specific sector. "sector" can be a sector such as Sedina L2 or just the sector coordinates if you want to jump in-system, e.g. arta a1 and a1 will both go to Arta Caelestis A-1 if you are already in Arta.Bind jump_prompt to a key if you want it to prompt you for a sector when you press a key.
| /Jump ''sector''<br />
''bind'' jump_prompt
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://www.coalitionofitan.com/index.php?action=tpmod;dl=get44
}}
 
|- id="rsnrlp"
! Really simple Navroute-reversing Lua Plugin
| slime73
| Reverses navroutes.
| /ReverseNav
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://filebeam.com/480b036287dfd1888911f00a5ada9bf8
}}
 
|-
|}
 
 
=== Cargo ===
 
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="cargofind"
! CargoFind
| smittens
| Find a specific cargo widget with a command.
| /cargofind "<string>"
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17646?page=1
|dlurl=http://mick.neostrada.pl/VO/CargoFind.zip
|voupr=http://www.voupr.com/plugin.php?name=calc
}}
 
|- id="cargolist"
! cargolist
| Mick
| Displays list of all cargo in range. Clicking on the list targets stuff.
| /cargolist
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/20497
|dlurl=http://mick.neostrada.pl/VO/cargolist%20v0.3.zip
}}
 
|- id="spacescan"
! spaceScan
| KepocuH
| Asynchronously scans near space (in radar range) for specific cargo crates. Search conditions are the sub-strings of the objects which you are looking for stored in prioritized list. First list element has a highest priority, the last one lowest.
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/25112#309667
|dlurl=http://www.voupr.com/downloads/spacescan-1.3.1.zip
|voupr=http://www.voupr.com/plugin.php?name=spacescan
}}
 
|- id="stationfind"
! StationFind
| Mad Miner Moda
| Allows you to search your station inventory for specific items, stations, ships, items on ships, everything at specific stations, by nation, by faction or all stations.
| /sfind
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18286
|dlurl=http://wetlands.simplyaquatics.com/d/26803-1/station-find-1_0b.zip
}}
 
|-
|}
 
 
==Combat==
 
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="collectorwatch"
! Collectorwatch
| Womble
| Hunting hive queens is fun, but watching the collectors mine is boring. This plugin allows you to do something else while the collectors do their mining, with an audible alert as soon as they move off to go back to the queen.
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/21113
|dlurl=http://hezmatt.org/~mpalmer/vo/collectorwatch/collectorwatch-0.1.zip
}}
 
|- id="combatassist"
! CombatAssist
| Calder
| Allows you to easily adjust constant thrusters outside of Flight Assist mode. In plain English, it prevents you from having to hold down the forward and reverse keys by allowing you to just tap either, (or the break) to control your ship's acceleration. To change keys or verbosity level, edit the file 'options.lua'.
| none
| {{Plugins_tablerow
|voupr=http://www.voupr.com/plugin.php?name=combatassist
|dlurl=http://www.voupr.com/downloads/combatassist-1.2.zip
|voupr=http://www.voupr.com/plugin.php?name=combatassist
}}
 
|- id="killshot"
! killshot
| Mick
| Will take screenshots when a player dies or kills someone. In case of a kill two screenshots will be taken, one just before death and another just after. There are configuration options for most situations: when player dies, whether it was suicide, when he kills someone, whether bots were involved. Also allows to save screenshots to a specified folder, using specified naming scheme. Taking first or second screenshot is optional.
| /killshot
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/21818
|dlurl=http://mick.neostrada.pl/VO/killshot%20v1.2.zip
|voupr=http://www.voupr.com/plugin.php?name=killshot
}}
 
|- id="mouselookincaps"
! mouselookincaps
| mr_spuck
| Automatically switch to mouselook mode when entering a capship and back off on undocking.
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=4#234711
|dlurl=http://home.arcor.de/famscheffler/ven/mouselookincaps.zip
}}
 
|- id="multiaim"
! multiaim
| Scuba Steve 9.0
| Adds separate targetting leadoffs for each weapon you have
| Combat
| {{Plugins_tablerow
|dlurl=http://mick.neostrada.pl/VO/MultiAim.zip
}}
 
|- id="tcs"
! ToasterCrush Plugin Suite
| Scuba Steve 9.0
| A collection of mostly-combat use plugins, configurable through a GUI panel accessible from the options menu, as well as a modular framework for future plug-in development.
| full UI integration
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/19129
|dlurl=http://www.toastercrush.com/files/tcs-plugins.zip
}}<br />
[http://www.toastercrush.com/ Hompage]
 
|-
|}
 
 
==Trading/Mining==
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="cargopreset"
! cargopreset
| Mick
| Allows to save a list of currently loaded cargo as a preset and later load it.
| /cpreset save "name"<br />
/cpreset load "name"
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790#234390
|dlurl=http://mick.neostrada.pl/VO/cpreset.zip
}}
 
|- id="maid"
! [[ user:igrok#Plugins|M.A.I.D. ]]
| igrok
| M.A.I.D. (Mining And Inventory Daemon) Automatically jettison items of your choosing (ores, cargo, scrap, etc). Jettison items immediately (combat mode) or just before ship is full. Time cargo drops to make sure they don't disappear. Monitor asteroid temperatures to prevent overheating. Review mining and cargo statistics.
| /maid
| {{Plugins_tablerow
|dlurl=http://www.6by9.net/vendetta/plugins/MAID_v1.4.zip
|voupr=http://www.voupr.com/plugin.php?name=maid
}}
 
|- id="plod"
! Plod
| INKling
| Plod can be used to plot courses between two sectors (automatic rerouting). It will also buy and unload cargo between two stations, if you provide a third argument. For trading it will do everything but the flying. The trade item is case sensitive.
| /plod 'sol e15' 'geira i5' 'XiRite Alloy'
/plod current 'geira o4' 'Basic Targeting Systems'
/plod a12 j6
| {{Plugins_tablerow
|dlurl=https://github.com/mqsoh/vendetta-plugins/zipball/master
}}<br />
[https://github.com/mqsoh/vendetta-plugins GitHub]
 
|- id="tempsafety"
! tempsafety
| Mick
| Will automatically turn off mining beams if temperature exceeds preset value .
| /ts </br>[on|off|currentmax|setmax]
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790
|dlurl=http://www.phoenix-alliance.info/upload/tempsafety.zip
}}
 
|- id="tradeassistant"
! TradeAssistant (TGFT version)
| Mad Miner Moda
| Keeps up with stations you visit and can show you the most profitable items between them. ''Trade routes: for the buy/sell to work you need items from the buy station at the sell station and it will show only profit. Item lookup: all stations you dock at, buy and sell prices. each time you dock it will update the cached copy so you get current rates.''
| /TA
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/19302#242457
|dlurl=http://wetlands.simplyaquatics.com/d/30491-1/ta_1_12.zip
}}
 
|-
|}
 
 
==Gadgets==
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="calc"
! calc
| Mad Miner Moda
| Basic calculator, allows sci functions, memory, basic stuff.
| /calc
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17979
|dlurl=http://wetlands.simplyaquatics.com/d/26827-1/calc-1_1.zip
|voupr=http://www.voupr.com/plugin.php?name=calc
}}
 
|- id="timer"
! Timer
| Chocolateer
| In-game timer to set your own countdown.
| see Forum Thread
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/22074#273089
|dlurl=http://www.mister-jmp.comze.com/vo/files/Timer.zip
|voupr=http://www.voupr.com/plugin.php?name=timer
}}
 
|-
|}
 
==Fun & Misc==
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="apcontrol"
! apcontrol
| mr_spuck
| A control interface for varioius media players. xmms, mpd and vlc (somewhat) are supported.
| Lots. See readme file.
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115#219509
|dlurl=http://home.arcor.de/famscheffler/ven/apcontrol.zip
}}
 
|- id="autorr"
! [[user:igrok#Plug-Ins|AutoRR]]
| raybondo<br />improved by igrok
| Automatic ship repair and weapon refill.
| none
| {{Plugins_tablerow
|voupr=http://www.voupr.com/plugin.php?name=autorr
|dlurl=http://www.6by9.net/vendetta/plugins/AutoRR-v1.1.zip
}}
 
|- id="deboop"
! deboop
| mr_spuck
| Replaces hit beep with machine gun sounds from OpenArena.
| none
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=6#285347
|dlurl=http://home.arcor.de/famscheffler/ven/deboop.zip
}}
 
|- id="dullbot"
! dullbot, boilbot, haulbot
| mr_spuck
| A travel bot, mining bot and a trade bot that sometimes even work. Most of the code is in the dullbot module which might be useful for other bots.
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=2#228749
|dlurl=http://home.arcor.de/famscheffler/ven/dullbot.zip
}}<br />[http://www.vendetta-online.com/x/msgboard/16/17115?page=5#243886 2nd Forum Thread Entry]
 
|- id="humaniform"
! Humaniform
| INKling
| Act like a human! The Humaniform plugin will make your character act like a human by sending /me messages with human-like activity to sector chat every 5 - 20 minutes. You can configure your characters gender: male, female or neuter (default).
| /humaniform on<br />off / male / female / neuter
| {{Plugins_tablerow
|dlurl=https://github.com/mqsoh/vendetta-plugins/zipball/master
}}<br />[https://github.com/mqsoh/vendetta-plugins/zipball/master GitHub]
 
|- id="infiniturbo"
! [[ User:igrok#Plugins|InfiniTurbo ]]
| igrok
| Turbo infinitely with any kind of ship/power cell. Switch between missile stacking, speed & energy modes.
| /infiniturbo<br />stacking, energy, speed
| {{Plugins_tablerow
|dlurl=http://www.6by9.net/vendetta/plugins/InfiniTurbo_v1.1.zip
|voupr=http://www.voupr.com/plugin.php?name=infiniturbo
}}
 
|- id="jett"
! Jett
| slime73
| Cargo crate design script - Jettisons items in your cargo hold in 1cu increments. To use it, type '/Jett' ingame. It's set by default to jettison only a single crate of cargo when you do that, but you can configure it to jettison everything in your cargo hold (with a .5 second delay between every cargo crate jettisoned) by typing '/Jett toggle'. If you need help using the script ingame, type /jett help.
| /Jett<br />
/Jett toggle<br />
/Jett help
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17439#219489
|dlurl=http://coalitionofitan.com/index.php?action=tpmod;dl=get11
}}
 
|- id="multiclick"
! multiclick
| Mick
| Double-click (or more) functionality for any button.
| See Forum Thread
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790
|dlurl=http://phoenix-alliance.info/upload/multiclick%20v1.1.zip
}}
 
|- id="racestats"
! racestats
| Mick
| In-game viewer for Sedina Racetracks' times.
| /rs<br />
/racestats
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/18790
|dlurl=http://mick.neostrada.pl/VO/racestats%20v1.2.zip
}}
 
|- id="telnetterm"
! telnetterm
| mr_spuck
| A more or less vt100 capable telnet client. It's quite incomplete and slow but enough to use a shell.
| /telnetterm
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=4#232119
|dlurl=http://home.arcor.de/famscheffler/ven/telnetterm.zip
}}
 
|- id="umlautbind"
! umlautbind
| mr_spuck
| Bind umlaut keys (ä,ö,ü...) to commands.
| /umlautbind
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=6#285347
|dlurl=http://home.arcor.de/famscheffler/ven/umlautbind.zip
}}
 
|-
|}
 
 
==Plugin Development==
 
{| border="1" class="sortable wikitable"
|-
! Name
! Author
! class="unsortable" | Description
! class="unsortable" | Commands
! class="unsortable" | Info & Download
 
|- id="devkit"
! DevKit
| draugath
| Tools to aid in the development of plugins.
| /test<br />/reload
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/24284
|dlurl=http://bespin.org/~draugath/vo/devkit/devkit_0.2.5-2.zip
}}
 
|- id="racecartool"
! racecartool
| mr_spuck
| Finds LUA definitions in the racecar wiki. It's meant to do some more maintaince related things eventually.
|
| {{Plugins_tablerow
|forum=http://www.vendetta-online.com/x/msgboard/16/17115?page=2#228007
|dlurl=http://home.arcor.de/famscheffler/ven/racecartool.zip
}}
 
|-
|}
 
 
= Plugin collections by individual authors =
 
This is a list that links to collections that individual authors created themselves in different places.
 
* [http://www.vendetta-online.com/x/msgboard/16/22074 Chocolateer's Forum Collection]
* [http://www.gyph.net/plugs/plugs.html Dameos' Plugin Page]
* [http://www.vendetta-online.com/x/msgboard/16/18790 Mick's Forum Collection]
* [[user:igrok#Plugins|igrok's Wiki Collection]]
* [http://www.vendetta-online.com/x/msgboard/16/17439 slime's Forum Collection & many more...]
 
 
= ChangeLog / Transfer Log - Andy Spades =
 
Of course this will not be included in the final article, maybe on the talk page
 
* afk: '''saved'''
* animatedload: '''saved'''
* apcontrol: '''saved'''
* AutoJett: '''OBSOLETE''' - superseded by M.A.I.D. --> _deleted_
* AutoRR: '''saved'''
* BotScan: '''BROKEN''' - link @ [http://www.vendetta-online.com/x/msgboard/16/17439#219482 VO Forums] is broken. Waiting for reupload, else bound to be deleted. ''Also affects all other plugins by MSKanaka in that post.'' --> _on hold_
* calc: '''saved'''
* CargoFind: '''saved'''
* cargolist: '''saved'''
* cargopreset: BROKEN - links to "cargolist" thread, where there is not even a reference to cargopreset. --> fixed: found cpreset in Mick's thread. --> '''saved'''
* Channels: '''saved'''
* ChangeBackground: '''BROKEN''' - itan's site gives a 403-kind of error --> _on hold_
* ChSound: '''OBSOLETE''' - replaced by SoundAltertSuite --> _deleted_
* Collectorwatch: '''saved'''
* CombatAssist: '''saved'''
* customHUD: '''saved'''
* deboop: '''saved'''
* DevKit: '''saved'''
* DistanceMeter: '''BROKEN''' - link to forums wrong, fixed. dl-link broken. --> _on hold_
* DKAutofill: '''saved'''
* dullbot & friends: '''saved'''
* enterleave: '''saved'''
* ezGroup: '''saved'''
* FactionColor: '''saved'''
* FlashChange: '''saved'''
* GroupStat: '''OBSOLETE''' - broken link in thread, plus game does most of this itself now --> _deleted_
* GuildNotify: '''saved'''
* Humaniform: '''saved'''
* ignoreextras: '''saved'''
* IgnoreIRC: '''saved'''
* ignoreturret: '''saved''' (no forum thread?)
* InfiniTurbo (gen): '''saved'''
* InfiteTurbo/infiturbo: '''OBSOLETE''' - replaced by InfiniTurbo i think --> _on hold_
* Jett: '''saved'''
* JumpSFX: '''BROKEN''' - see 'BotScan' --> _on hold_
* killshot: '''saved'''
* locknearbylist: '''saved'''
* M.A.I.D.: '''saved'''
* missiontimestamp: '''saved'''
* Msg Beep: '''saved'''
* movesectorinfo: '''saved'''
* Navadd: '''BROKEN/OBSOLETE''' - see 'BotScan'; replaced by slime's plugin i think --> _on hold_
* multiaim: '''saved''' (forum thread still missing)
* multiclick: '''saved'''
* NavComp: '''saved'''
* navmapui: '''saved'''
* newsticker: '''saved'''
* paydialog: '''saved'''
* PI HUD: '''OBSOLETE''' - imo most of these features have been replaced by game (xp) and targetless functionalities (factions, kills) --> _on hold_
* Plod: '''saved'''
* PMsound: '''OBSOLETE''' - replaced by SoundAltertSuite --> _deleted_
* proxyhack: '''saved'''
* pview: '''saved'''
* QuickHail: '''saved'''
* QuickPlot: '''saved'''
* Quickreply: '''saved'''
* racecartool: '''saved'''
* racestats: '''saved'''
* Really simple Navroute-reversing Lua Plugin: '''saved'''
* ReplyToLastMessageButton: '''OBSOLETE''' - broken link, included in many other plugins, and is it really so hard to press "t", then "TAB"? --> _deleted_
* SetShipColor: '''BROKEN''' - see BotScan --> _on hold_
* ShipLoadoutsManager: '''saved'''
* shortgivemoney: '''saved'''
* skirmishcolors: '''saved'''
* SoundAlterSuite: '''saved'''
* spaceScan: '''saved'''
* StationFind: '''saved'''
* StationSpin: '''BROKEN''' - see BotScan --> _on hold_
* SwitchTarget: '''saved'''
* TargetBinds: '''saved'''
* TargetLess: '''saved'''
* tapehud: '''saved'''
* telnetterm: '''saved'''
* tempsafety: '''saved'''
* Timer: '''saved'''
* Tithe: '''saved'''
* TCS: '''saved'''
* TradeAssistant TGFT: '''saved'''
* TradeAssistant: '''BROKEN/OBSOLETE''' - replaced by the tgft version, dl-link broken: _deleted_
* Transaction Ledger: '''saved'''
* treemissionlist: '''saved'''
* umlautbind: '''saved'''
* vzoom: '''saved'''
 
== TO DO ==
 
* Plugins to include from VOUPR: AutoLogin, BackgroundToggler, CtC Countdown, EscortTurbo, Honk, WingCommanderMusic
* Move disclaimer up?
* go through forums to find any missing stuff // edit: LOL. really? no... <.< // edit: really? o_O
* NavComp or navmapui to recommended section
* '''Include plugins that have been added to the original plugins page in the meantime''' (DriodButtons etc.)
* talk to people about 'Recommended' plugins, and maybe the other categories
85
edits