Difference between revisions of "Virindi Views"

From VirindiPlugins
Jump to: navigation, search
(Plugins currently known to support Virindi Views)
(Themes)
Line 48: Line 48:
 
As of Virindi Views 1.0.0.22, XML-based user themes are supported. This means that anyone can create a complete custom skin for Virindi Views.
 
As of Virindi Views 1.0.0.22, XML-based user themes are supported. This means that anyone can create a complete custom skin for Virindi Views.
  
Custom themes are installed by placing the theme XML and associated files in the Virindi Views install directory.
+
Custom themes are installed by placing the theme XML and associated files in the Virindi Views install directory. Note: A restart of the AC client is required both 1) when you place a new theme in the Virindi Views directory and 2) if you make a change to the theme.
  
 
Available themes:
 
Available themes:

Revision as of 01:46, 17 April 2012

Virindi Views is a Decal service that provides an alternative to the builtin Decal windowing system, for plugins that support it.

Virindi Views supports window themes, custom titlebar buttons, low-level HUD drawing in derived controls, window resizing, multiple windows displayed at once, partial and whole-window transparency, font shadowing, window decoration hiding, tooltips, and dynamic control addition/deletion. It renders directly to managed DirectX textures, giving impressive framerate performance and a high degree of control to implementing plugins. In addition to low-level drawing options, many optional high-level drawing controls are provided.

Plugins built on Virindi Views can optionally use the Virindi View Service Connector, an abstraction layer which allows them to fall-back to using Decal windows if Virindi Views are not available.

Virindi Views is a part of the Virindi Plugin Bundle.

Like all Virindi Plugins Bundle components, Virindi Views is currently under development. Virindi Views is written in C# .NET 2.0.

For support, please visit the Bundle thread on the VN Boards.

Source code to aid plugin developers in using Virindi Views is located in the Virindi Public Repository.

Known Bugs In Virindi Plugins

Plugins currently known to support Virindi Views

Themes

As of Virindi Views 1.0.0.22, XML-based user themes are supported. This means that anyone can create a complete custom skin for Virindi Views.

Custom themes are installed by placing the theme XML and associated files in the Virindi Views install directory. Note: A restart of the AC client is required both 1) when you place a new theme in the Virindi Views directory and 2) if you make a change to the theme.

Available themes:

See Virindi Views XML Theme Development for further details.

Disabling Virindi Views

In case of issues, Virindi Views can be disabled in Decal. To do so, open the Decal Agent (the Decal icon in the system tray), scroll down to 'Services', and uncheck 'Virindi View Service'.

Uninstalling

WARNING: do not simply delete the VVS install directory. Decal expects all enabled services to load properly. If a service fails to start, Decal will not load.

To properly uninstall Virindi Views, the Decal service entry must be removed from the registry. A program which does this for you is here (run it as administrator on Windows Vista/7). After VVS has been removed from the registry, you may safely delete the VVS install directory (default is c:\Program Files\VirindiPlugins\Virindi View Service on Windows XP, or c:\games\VirindiPlugins\Virindi View Service on Windows Vista/7).

Advanced tweaking

NOTE: In Decal 2964+, the Decal Bar can be disabled under options in Decal. The download below applies to 2960 ONLY.

For users who wish to use only VVS-compatible plugins (or plugins which provide no view), the regular Decal bar can be disabled, further improving game performance. To do this, you must replace Decal's version of inject.dll with a custom one. This custom inject.dll is available here (THIS IS FOR DECAL 2960 ONLY). To use it, replace the inject.dll in your Decal install directory with the one in the zip file. Making a backup of the old file is recommended, in case you want to go back, but this can also be done by performing a clean install of Decal.

Note: with this custom inject.dll running, Decal View plugins still run, you just can't access their UIs. Decal HUDs also still draw.

Screenshot

Pack1.png