Plug-ins

From Vendetta Online Wiki
Revision as of 21:50, 8 September 2008 by Igrok (Talk | contribs)

Jump to: navigation, search

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.

animatedload

Description: a fancy animated loading screen

Created by: mr_spuck

Additional information & download: [1]

apcontrol

Description: a control interface for varioius media players. xmms, mpd and vlc (somewhat) are supported

Created by: mr_spuck

Additional information & download: [2]

AutoJett

Description: Automatic jettison of certain ores.

Created by: slime73

CLI:

/autojett -- lists commands ingame.

/autojett toggle -- toggles AutoJett on or off.

/autojett switch -- switches between jettisoning all ores, or just non-rare ores.

/autojett list -- lists all ores which won't be jettisoned if AutoJett Switch is on.

Additional information & download: AutoJett plug-in thread entry

Alternate version with graphical interface: AutoJett v1.2

BotScan

Description: Aids players who are looking for Hive Queens or Leviathans by scanning the toplist for any ships that start with "*Hive Queen" or "*Leviathan", and then displaying any matches to the chatlog. Also scans the missionlist upon docking for any Hive Skirmish missions, and prints sectors that are likely to have Hive Queens or Leviathans to the chatlog.

Created by: MSKanaka

CLI:

/botscan [on|off] -- Master switch. If this is off, the plugin doesn't run.

/botscan queen [on|off] -- Enables or disables checks for Hive Queens on sector entry.

/botscan levi [on|off] -- Enables or disables checks for Leviathans on sector entry.

/botscan mission [on|off] -- Enables or disables missionlist scanning. Turned off by default. Only turn this on if you don't mind your chatlog being spammed; if there are a lot of skirmish missions available at the station, it will print a line for every 'critical' and 'central' mission it sees. Independent of the queen and levi settings.

Additional information & download: BotScan plug-in thread entry

In the pipe:

- Bugfixes (if any).

- Less spammy missionlist checking. Fixed. Thanks Naut!

CargoFind

Description: Find a specific cargo widget with a command.

Created by: Smittens

CLI: /cargofind "WHATEVER" --> Finds the first widget within range that has "WHATEVER" in its name

Additional information & download: CargoFind plug-in thread entry

CargoMark

Description: Target largest cargo item in range.

Created by: Igrok

Additional information & download: CargoMark

ChangeBackground

Description: Allows you to set the current sector's background to any background you wish (by inputting a sectorid), or a random background. Recommended: bind rdmbackground and changebg to keys. (clientside only)

Created by: slime73

Additional information & download: ChangeBackground plug-in thread entry

customHUD

Description: 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.

Created by: maq

customHUD

CLI:

/customhud - toggles it on/off

/customhud config - shows config window (duh)

Additional information & download: maq's plug-in thread

User comments: '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.' - Ion

DistanceMeter

Description: Another very simple plugin, this one moves the Distance meter (and the sector alignment info) to the bottom of the HUD, like it was with the old Vendetta client. *** Broken slightly if used with the latest version of TargetLS ***

Created by: slime73

Additional information & download: DistanceMeter plug-in thread entry

User comments: 'A welcome change back to the old style. To my mind, the only information that should be near to the central crosshair is information that pertains to the battle between yourself and your current target, and DistanceMeter remedies one annoyance in this respect.' - Ion

dullbot and boilbot

Description: a travel bot and a mining bot with lots funky quirks. Most of the code is in the dullbot module which might be useful for other bots

Created by: mr_spuck

Additional information & download: [3] [4]

enterleave

Description: print a notification or play a sound effect when a player, bot or character matching a pattern enters or leaves the sector

Created by: mr_spuck

Additional information & download: [5]

FactionColor

Description: 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 TargetLS HUD list.

Created by: slime73

FactionColor target list

Additional information & download: plug-in thread entry

FlashChange

Description: 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.

Created by: slime73

Additional information & download: FlashChange plug-in thread entry

GroupStat

Description: Broadcasts when you die and who killed you to your group.

Created by: Drazed and Moda Messolus.

CLI: /groupstat - Yields a sortable matrix of the information.

Additional information & download: GroupStat forum thread

Guild Notify

Description: Prints the names of players in your guild when they log on or off.

Created by: slime73

Additional information & download: Guild Notify plug-in thread entry

ignoreextras

Description: some extra ignore features. ignore players temporary (ok, the game can do that too now.. ) and whole factions

Created by: mr_spuck

Additional information & download: [6]

Jett

Description: Jettisons items in your cargo hold in 1cu increments.

Created by: slime73

CLI: 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.

Additional information & download: Jett plug-in thread entry

JumpSFX

Description: Enables the built-in (but normally unused) wormhole and sector jump sound effects.

Created by: MSKanaka

CLI: /jumpsfx [on|off] -- Turns the jump effects on or off.

Additional information & download: JumpSFX plug-in thread entry

Known Bugs:

- VO soundtrack will not play due to the script's use of playmusic(); the function required for this does not work with these particular sound effects. Fixed.

In the pipe:

- Bugfixes (if any) - Option to allow the VO soundtrack to continue playing by auto-detecting which music file should be playing based on the player's location. Implemented via gksound.GKPlaySound().

Msg Beep

Description: With this plugin, whenever you receive a /msg you will hear the proximity warning sound.

Created by: slime73

Additional information & download: Msg Beep plug-in thread entry

movesectorinfo

Description: move sector info to the bottom of the hud

Created by: mr_spuck

Additional information & download: [7]

Navadd

Description:: Allows the player to add sectors to their navroute by using sectorIDs instead of coordinates.

Created by: MSKanaka

CLI: /navadd [sID] -- adds the sector with the ID number of sID to your navroute.

Additional information & download: Navadd plug-in thread entry

In the pipe: Bugfixes (if any).

mouselookincaps

Description: automatically switch to mouselook mode when entering a capship and back off on undocking

Created by: mr_spuck

Additional information & download: [8]

multiclick

Description: Double-click (or more) functionality for any button.

Created by: maq

Additional information & download: maq's plug-in thread

navmapui

Description: nav route interface

Created by: mr_spuck

Additional information & download: [9]

newsticker

Description: a newsticker in the welcome screen that cycles through the most recent news items

Created by: mr_spuck

Additional information & download: [10]

paydialog

Description: a graphical interface for the /givemoney command

Created by: mr_spuck

Additional information & download: [11]

proxyhack

Description: prevents the proxy distance entry from eating the tab key while the nearby ships list is open

Created by: mr_spuck

Additional information & download: [12]

QuickPlot

Description: Plots a quick course to a specific sector.

Created by: slime73

CLI::

/Jump 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.

Additional information & download: QuickPlot plug-in thread entry

racecartool

Description: finds lua definitions in the racecar wiki. it's meant to do some more maintaince related things eventually

Created by: mr_spuck

Additional information & download: [13]

racestats

Description: In-game viewer for Sedina Racetracks' times.

Created by: maq

Additional information & download: maq's plug-in thread

Really simple Navroute-reversing Lua Plugin

Description: Reverses navroutes.

Created by: slime73

CLI: Type "/ReverseNav" ingame.

Additional information & download: ReverseNav plug-in thread entry

SetShipColor

Description: Lets the player set the color of ships that they purchase to match that of one of the ingame factions or guilds.

Created by: MSKanaka

CLI:

/setshipcolor faction [factionname] -- Sets ship purchase color to match the given faction.

/setshipcolor guild [guildacronym] -- Sets ship purchase color to match the given guild's color.

Additional information & download: SetShipColor plug-in thread entry

In the pipe:

- Bugfixes (if any).

- Adding/removing/fixing guild colors as requested.

StationSpin

Description: Causes the station the player is docked at to spin in the background. If the player is in a capship, nothing happens.

Created by: MSKanaka

CLI: /stationspin [on|off] -- Turns the spinning on or off.

Additional information & download: StationSpin plug-in thread entry

In the pipe: Bugfixes (if any).

SwitchTarget v1.3

Description: Allows you to change the target of anyone in your group who has the plugin enabled to your target.

Created by: diqrtvpe

CLI:

/switchtarget -- turns it on and off

/target -- activates the switch

/leader -- toggles between multi-target (default) and leader mode (group target leader sets targets, all others only follow; default leader is group leader)

/leaderswitch "name" (or /stls "name")-- if you are group target leader you can set "name" as new target leader, if they have leader mode on

/leaderall (or /stla) -- if you are group target leader you can set all groupmembers to leader mode

/targetroid (or /rtarget) -- switches target to a roid or cargo crate

/subgroup # (or /stsg #) -- joins a subgroup (1-9) (when in a subgroup only targets called from your subgroup will work)

/subgroup -- join subgroup 1 or leave a subgroup

Additional information & download: SwitchTarget thread

TargetBinds

Description: A simple plugin which allows you to send your current target's information to either Guild or Group chat.

Example: (guild) [Deneb B-12] <Omega 0> Current target: Hokanes Harolus, piloting a Serco SkyCommand Prometheus with 38% armour.

Created by: slime73

CLI:

/grouptarget -- Sends your target's info to Group chat.

/guildtarget -- Sends your target's info to Guild chat.

Additional information & download: TargetBinds plug-in thread entry

TargetLess 1.6.0

Description: 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.

Created by: drazed

TargetLess HUD

CLI:

/targetls config --> Some settings and # key bind setup

/targetls credits --> My contact info and credits to those who helped.

Additional information & download: TargetLess trac site.

User comments: 'I longed for this functionality for a year (but was apparently never smart enough to actually request it). Suddenly, as if by magic (or possibly industrial espionage) there was a plug-in which did all I had dreamt of, and today, I consider it the single most important addition available to VO's HUD. An enormous aid in large battles.' - Ion

tapehud

Description: ultra realistic cockpit simulation

Created by: mr_spuck

Additional information & download: [14]

telnetterm

Description: a more or less vt100 capable telnet client. it's quite incmplete and slow but enough to use a shell

Created by: mr_spuck

Additional information & download: [15]

tempsafety

Description: Will automatically turn off mining beams if temperature exceeds preset value

Created by: maq

Additional information & download: maq's plug-in thread

ToasterCrush Plugin Suite

Description: 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.

Created by: Scuba Steve 9.0

Additional information & download: TCS forum thread

User comments: 'One of the absolute essential plug-in packages for any kind of plugged-in and modular VO fun. Download it, and go Make Friendsâ„¢' - Ion

TradeAssistant v.03

Descriptions: Keeps up with stations you visit and can show you the most profitable items between them.

Created by: Vorgas

CLI: Get help with /help or /ta.help.

Additional information & download: TradeAssistant plug-in thread entry

treemissionlist

Description: tree like version of the mission board.

Created by: mr_spuck

Additional information & download: [16]

vzoom

Description: Eldrad's Variable Zoom alias made into a plug-in (mostly for ease of installation, there's no new functionality).

Created by: Script by Eldrad, enhanced by Roguelazer, turned into a plug-in by maq.

Additional information & download: maq's plug-in thread