Forums » Community Projects

Plugin for moving scan info

Nov 14, 2016 neon black link
Hello VO plugin writers!

I am in need of a way to move scanned info around on my HUD. I currently use Draugath's TargetList and when using mineral scanners and cargo scanners the scan info is displayed in the upper right on my HUD, overlaying behind my TargetList info. Is there a plugin available that would allow me to manually move the scanned info to a different X/Y coordinate on my screen? If not, is there anyone with the know-how to make me said plugin without taking too much time/effort?

Thanks in advance for any help!

- Neon
Nov 15, 2016 draugath link
EDIT 11/24/16
Removed original information since the mover plugin was formalized. Link below.

https://www.vendetta-online.com/x/msgboard/16/32226
Nov 16, 2016 neon black link
Seems like I'm doing something wrong. I get an error stating that "no such command 'mover'". I really appreciate you taking the time to help here draugath!
Nov 16, 2016 draugath link
Create a directory under "plugins". Inside that directory create a file named "main.lua". Put the code from the above link in the file "main.lua".

eg. plugins/mover/main.lua
Nov 17, 2016 neon black link
aha! that was the problem, the text file was named "mover.lua"

Thanks again draug!!
Nov 17, 2016 Darth Nihilus link
You are literally the person that taught me that every plugin folder HAS to have a main.lua.

NOOOOOOB