Difference between revisions of "Development:Tools:UnitConverter"

From VsWiki
Jump to: navigation, search
m
m (Requirements, Installation and Starting)
Line 21: Line 21:
 
Other: <code><pre>> python unitconverter.py</pre></code>
 
Other: <code><pre>> python unitconverter.py</pre></code>
  
 +
First thing you'll need to do is to configure the paths for Vega Strike data directory, mesher and nvcompress.
 +
 +
{{warning_text |
 +
| text='''Important:''' To be fully able utilize UnitConverter functionality, please configure the paths under Configure.}}
  
 
==Models Workspace==
 
==Models Workspace==

Revision as of 11:15, 16 September 2008

Introduction

Raising from the stone age of workflows, in which every task, from texture conversion to editing of unit stats, had to be accomplished manually and only by quite knowledgeable magistrates who new the alchemy of units.csv columns, xmesh files, and had a magic with meshers. Now, UnitConverter shines upon us, still in the distance, but unmovable like a beacon on solid rock, to be the church of the artists, to accommodate the apostles of Blender, CineMut, and LaGrande, to bring the holy spirit of salvation to this compassionate universe of ours.

UnitConverter Tool

Requirements, Installation and Starting

The only requirement to run UnitConverter on your system is to have Python 2.5 installed on your system. No additional libraries are required.

You can download the latest version of UnitConverter from the Vega Strike svn repository trunk/modtools/UnitConverter.

To install, copy all files to a directory of your choice.

To run UnitConverter, open command line/shell, change to the installation directory, and depending your operating system type (without the ">" which denotes the command line prompt:

Windows:
> uc
Linux:
> ./uc
Other:
> python unitconverter.py

First thing you'll need to do is to configure the paths for Vega Strike data directory, mesher and nvcompress.

Models Workspace

Models Workspace Screen:

main.php?g2_view=core.DownloadItem&g2_itemId=10624&g2_serialNumber=2&ext=.jpg

Textures

Textures Screen:

main.php?g2_view=core.DownloadItem&g2_itemId=10616&g2_serialNumber=2&ext=.jpg

HUD Image

main.php?g2_view=core.DownloadItem&g2_itemId=10614&g2_serialNumber=2&ext=.jpg


Unit Editor

main.php?g2_view=core.DownloadItem&g2_itemId=10618&g2_serialNumber=2&ext=.jpg

main.php?g2_view=core.DownloadItem&g2_itemId=10620&g2_serialNumber=2&ext=.jpg


Configuration

main.php?g2_view=core.DownloadItem&g2_itemId=10612&g2_serialNumber=2&ext=.jpg


About

main.php?g2_view=core.DownloadItem&g2_itemId=10610&g2_serialNumber=2&ext=.jpg


Code Reference