Difference between revisions of "User talk:Luxen"

From Vendetta Online Wiki
Jump to: navigation, search
m (removed the WIP mission stuff, as there are now WAYYYYY too many missions to track, let alone tracking them all on a single page.)
(revamping plugins)
Line 15: Line 15:
 
* Attempt to find out why accessing the [[Special:Watchlist]] breaks browsers that aren't mobile
 
* Attempt to find out why accessing the [[Special:Watchlist]] breaks browsers that aren't mobile
  
== Year in review ==
+
== Plugin Page Revamp ==
  
Just needed a place I could type this stuff at; its basically a review of stuff created in VO throughout the year and put in a video format, based on the stuff presented in the [[Newsletters]].
+
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.
  
 +
= Installing Plugins =
  
- "Unrats," a Dynamically expanding pirate threat in greyspace
+
Installation instructions vary by platform, but in general, installing plugins involves copying files from the archive you download to ''<game install directory>/plugins/''. If a plugin is Neoloader-compatible, it may need to be enabled in-game as well, depending on the user's configuration.
- New behemoth model
+
 
- Plugin Integration
+
{| border="1" class="wikitable"
- More testing of server and client engine changes, as seen in Latos D14
+
|-
- Vulcan driver beta for Windows
+
! Platform
- Discord server opening
+
! Common install directory
 +
|-  
 +
! Windows
 +
| C:\Program Files (x86)\Vendetta
 +
|-
 +
! Linux
 +
| /home/<user>/.vendetta
 +
|-
 +
! Mac
 +
| <special>
 +
|-
 +
! Android***
 +
| /android/data/com.guildsoftware.vendetta/files
 +
|-
 +
! iOS
 +
| <special>
 +
|-
 +
! VR
 +
| Depends on device; usually follows android but requires headset to be connected and explorable by connected PC.
 +
|}
 +
 
 +
Mac users will right click the vendetta app in their dock and explore their application files (Verify this is how it works?)
 +
iOS users need to attach their device to a computer running iTunes, and sync a plugins folder into the game. (attach link explaining this)
 +
Android users may have issues reaching their plugins directory on versions 11 and 12, and may be impossible on versions 13 or greater. This is due to scoped storage permissions changing.
 +
 
 +
= Creating your own Plugins =
 +
 
 +
VO Lua API that can be used for creating plugins can be found at [http://www.vo-wiki.com/racecar2].
 +
 
 +
= Available Plugins =
 +
 
 +
This page tracks many well-known plugins found across the public repositories listed below. It is not meant to be an encompassing list, but serves to track some of the most popular plugins used by many pilots.
 +
 
 +
Public Plugin Repositories:
 +
[http://voupr.spenced.com Vendetta Online Unofficial Plugin Repository (VOUPR)] is the original plugin repository, originally maintained by Calder.
 +
NexusMods hosts many mods for multiple games, and includes its own section for Vendetta Online (awaiting approval)
 +
Chocolateer hosts his personal plugins on his own site (get his NFSHost link)
 +
mr_spuck has a comprehensive list of plugins on his own site, though many of them need to be updated or are completely defunct at this point (get his NFSHost link)
 +
 
 +
If a plugin has a green check, it is known working and maintained
 +
If a plugin has a red X, it is known to not work but is being maintained
 +
 
 +
Plugins not being maintained will be removed from this list.
 +
 
 +
{| border="1" class="wikitable sortable"
 +
! Status
 +
! Name
 +
! Where to get
 +
! Purpose
 +
|-
 +
| green
 +
| Neoloader
 +
| VOUPR
 +
NexusMods
 +
| Advanced Plugin Loader and Library Management
 +
|}

Revision as of 23:59, 17 April 2023

To do list

This area is a to-do list for keeping the VO-wiki up to date, and likely isn't important to anyone else

  • http://vo-wiki.com/wiki/Newsletters
  • Update planet, sector, and station images
  • Need to; template is Aputik_Mining **(And why is that breaking? its url to Category:Stations). considering using Armand's_Dilligence for station trade table though
  • Add page regarding new scrap mechanics (first added 1.8.426) when they finish polishing it up and release it properly
  • add info to stub station pages like Arta_Gateway
  • Remove "Reserve item" list from stations; it isn't relevant to gameplay, and doesn't reflect actual trade routes
  • Clean up Plug-ins and add link to Voupr.
  • Add vo-wiki plugin installation; reduce number of outbound links.
  • Fix bot listings in places like Sedina
  • Change how tridents and Goliaths are listed on the Manufacturing page
  • Add to Options
  • Attempt to find out why accessing the Special:Watchlist breaks browsers that aren't mobile

Plugin Page Revamp

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.

Installing Plugins

Installation instructions vary by platform, but in general, installing plugins involves copying files from the archive you download to <game install directory>/plugins/. If a plugin is Neoloader-compatible, it may need to be enabled in-game as well, depending on the user's configuration.

Platform Common install directory
Windows C:\Program Files (x86)\Vendetta
Linux /home/<user>/.vendetta
Mac <special>
Android*** /android/data/com.guildsoftware.vendetta/files
iOS <special>
VR Depends on device; usually follows android but requires headset to be connected and explorable by connected PC.

Mac users will right click the vendetta app in their dock and explore their application files (Verify this is how it works?) iOS users need to attach their device to a computer running iTunes, and sync a plugins folder into the game. (attach link explaining this) Android users may have issues reaching their plugins directory on versions 11 and 12, and may be impossible on versions 13 or greater. This is due to scoped storage permissions changing.

Creating your own Plugins

VO Lua API that can be used for creating plugins can be found at [1].

Available Plugins

This page tracks many well-known plugins found across the public repositories listed below. It is not meant to be an encompassing list, but serves to track some of the most popular plugins used by many pilots.

Public Plugin Repositories: Vendetta Online Unofficial Plugin Repository (VOUPR) is the original plugin repository, originally maintained by Calder. NexusMods hosts many mods for multiple games, and includes its own section for Vendetta Online (awaiting approval) Chocolateer hosts his personal plugins on his own site (get his NFSHost link) mr_spuck has a comprehensive list of plugins on his own site, though many of them need to be updated or are completely defunct at this point (get his NFSHost link)

If a plugin has a green check, it is known working and maintained If a plugin has a red X, it is known to not work but is being maintained

Plugins not being maintained will be removed from this list.

Status Name Where to get Purpose
green Neoloader VOUPR

NexusMods

Advanced Plugin Loader and Library Management