AssetX Wiki

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Script Code Sharing added)
m (Changed latest version from 3.2 to 3.3.)
 
(9 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
Latest news will usually be found in the [http://forums.auran.com/trainz/showthread.php?t=63264 AssetX FAQ]
 
Latest news will usually be found in the [http://forums.auran.com/trainz/showthread.php?t=63264 AssetX FAQ]
  
You can download AssetX from [http://www.ajsmith.org.uk/trs/assetx HERE]
+
AssetX is now up to Version 3.3.  Get it from [http://trainz.shaneturner.co.uk/tutorials/index.php/home/utilities/pevsoft-trainz-tools/assetx HERE].
  
=AssetX Script Libraries=
+
AssetX uses PEV's Images2TGA, PM2IM and QuickShadows as part of its toolbox.  Download these from Shane Turner's web site on the PEV Tools [http://trainz.shaneturner.co.uk/tutorials/index.php/en/home/utilities/3rd-party-trainz-utilities/pevsoft-trainz-tools download page].
  
As well as being a Help Page, this page is intended to be a source for scripts written for AssetX.
 
 
'''Please Note''' Any installers on this page must be executed separately, and AssetX opened immediately afterwards.
 
 
==Ian Woodmore's TARDIS 2.0 Scripts==
 
 
   
 
   
During the development of AssetX, Ian Woodmore wrote an extensive set of repair and update upgrade scripts to test the scripting language.
 
 
These TARDIS scripts, in conjunction with Asset X, can perform automated repair. upgrade and up-version of legacy assets to any asset trainz-build TB 2.7 or greater.
 
 
The scripts cover a wide range of common config.txt tags and containers. They work fine for the bulk of early version assets. Any remaining errors must be fixed manually using CM2 or CM3 as a guide.
 
 
The script installer is available from [http://www.members.optusnet.com.au/~villaump/Apps/Ians_Tardis_Scripts.exe HERE] and will automatically load the scripts into your AssetX installation.
 
  
 +
Links to pages providing support and access to additional materials:
  
==PEV's Version Upgrade Scripts==
+
==[[AssetX Scripts]]==
Also during the development of AssetX, PEV wrote a simple set of version upgrade scripts to test the scripting language.
+
  
These are a set of four AssetX scripts that, together, can perform asset version upgrades to TC1/2 (trainzbuild 2.7) or TS2009 (trainzbuild 2.9).
+
==[[Tutorials for AssetX and PEV Tools]]==
  
These simple scripts do no error checking, and only cover the common config.txt tags. They work fine for the bulk of early version assets. Those errors that remain must be fixed manually using CM2 or CM3 as a guide.
+
==[[AssetX Articles]]==  
 
+
includes more resources
The script installer is available from [http://www.members.optusnet.com.au/~villaump/Apps/PEVs_Updating_Scripts.exe HERE]
+
and will automatically load the scripts into your AssetX installation.
+
 
+
 
+
==Add TrainzUtil to your AssetX Menu==
+
 
+
AssetX can use TrainzUtil to verify assets and commit them into the Trainz database.
+
 
+
Please be aware that this process is quite slow, and it requires the version setting in Options/Paths be set for the target Trainz version (if you have more than one Trainz installation).
+
 
+
The menu installer is available from [http://www.members.optusnet.com.au/~villaump/Apps/TrainzUtil_Menu_Script.exe HERE]
+
and will automatically load into your AssetX installation.  This installer loads a "RunOnce" script that will execute automatically when you open AssetX and then the RunOnce will delete itself when finished.  You need to close and re-open AssetX to see the new TrainzUtil menu.
+
 
+
If you wish to '''remove''' the TrainzUtil Menu use this [http://www.members.optusnet.com.au/~villaump/Apps/TrainzUtil_Menu_Delete.exe LINK]
+
 
+
 
+
=Script Code for Sharing=
+
If you have written an AssetX script that you think may be useful for the community you can copy and paste it into this section.
+
To get the text to appear in a code box, all of the lines must start with a space character.  Here is a simple example:-
+
 
+
FileName "Username.axm"
+
+
-If|config.txt\name!""
+
  -Save|0|config.txt\name
+
  -Update|config.txt\username|"*** NEW TAG ***"
+
  -Restore|0|config.txt\username
+
  -delete|config.txt\name
+
-EndIf
+

Latest revision as of 21:22, 6 April 2019

Welcome to the AssetX WIKI page. Latest news will usually be found in the AssetX FAQ

AssetX is now up to Version 3.3. Get it from HERE.

AssetX uses PEV's Images2TGA, PM2IM and QuickShadows as part of its toolbox. Download these from Shane Turner's web site on the PEV Tools download page.


Links to pages providing support and access to additional materials:

[edit] AssetX Scripts

[edit] Tutorials for AssetX and PEV Tools

[edit] AssetX Articles

includes more resources

Personal tools