ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Vago/trunk/Vago/readme.txt
Revision: 899
Committed: Wed Jan 8 13:17:39 2014 UTC (11 years, 9 months ago) by s10k
Content type: text/plain
File size: 5992 byte(s)
Log Message:
updated readme

File Contents

# Content
1 Readme.txt
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 Vago GUI v0.9
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
6 ----------------------------------
7 Description:
8 ----------------------------------
9
10 An user interface application to use OniSplit in Windows / Mac OS.
11
12 OniSplit:
13 "OniSplit, written by Neo, is an integral part of the Anniversary Edition and an essential modding tool on its own.
14 It is able to import and export many kinds of Oni game data, such as textures, sound, 3D models, level geometry &
15 combat animations and is also able to split & recombine Oni's data files. It's functions supersede those of OUP &
16 OME and is currently the community's modding tool of choice."
17
18 ----------------------------------
19 Installation (standalone version):
20 ----------------------------------
21
22 Extract Vago folder to any place in your computer. At first run select your Anniversary Edition folder.
23
24 ----------------------------------
25 Contacts:
26 ----------------------------------
27
28 Script10k, "faob2@hotmail.com"
29
30 Oni Central Forum:
31 http://oni.bungie.org
32 ->Select forum
33
34 Oni Wiki:
35 http://wiki.oni2.net
36
37 ----------------------------------
38 Change Log:
39 ----------------------------------
40 0.9, 08-01-2014
41 -Updated OniSplit to 0.9.94.0 version
42 -Added option to open AE folder
43 -Redesigned the tabs of file conversions and its options (thanks paradox!)
44 -Windows version also starts with a resolution of 800x600 as Mac did before
45 -Added option in preferences to user set up the default window resolution
46 -Added option to abort conversion
47 -Textures tab: TGA made as default image type for .oni conversions
48 -Levels tab: Added option to extract only specific files from DAT files
49 -Characters tab: Added option to convert TRAM XML > TRBS ONI
50 -Characters tab: Added option to convert TRAM ONI > XML / XML & DAE
51 ----------------------------------
52 0.8, 01-04-2012
53 -Updated OniSplit to 0.9.86.0 version
54 -Added Animations tab and options to export OBAN as dae, plus option to
55 export "saved_films*.dat" as XML
56 -Fixed AEI2 launch button
57 -Added patch support in AEI2 package wizard
58 -Added wizard to convert sounds to oni (thanks paradox,
59 have based in your excel macro)
60 -Added xmlTools 0.8d as part of the framework (like onisplit)
61 ----------------------------------
62 0.7, 10-02-2012
63 -Updated to support the AEI2
64 -Added wizard to create AEI2 packages
65 -Added zip option to packages
66 -Fixed check packages number (using new method, thanks Alloc!)
67 -Fixed check for vago updates
68 ----------------------------------
69 0.6a, 22-09-2012
70 -Fixed the table tooltips disappearing when changing items order
71 ----------------------------------
72 0.6, 11-09-2012
73 -Added option to view log in option menu and also in error dialogs
74 -Number of characters in oni split errors limited
75 -When executing only one task, progess bar will be intermitent
76 -Fixed About dialog image (didn't know that qt needed a plugin for jpg files)
77 -Taskbar now flashes if a task is done and the Vago windows is not the window active
78 -Added context menu with the following options: change items order, disable items
79 processing, change items to the current settings, change specified items to output
80 to a specified folder, copy items to clipboard
81 -Added tooltips to every row and column to be processed (it's easier to check the
82 command for each file for example)
83 -Added wav/aif > oni conversion
84 -Now .dat is added when a filename (to be exported as .dat) is inputted without
85 extension
86 -Now the number of errors is showed
87 -Added option to extract a dae with a specified animation
88 ----------------------------------
89 0.5b, 28-07-2012
90 -Fixed another small typo in the from/to description
91 ----------------------------------
92 0.5a, 28-07-2012
93 -Fixed two typos. EnvMap at Textures and at Texture Models were asking
94 for a .oni absolute file when it only needs the filename without the .oni
95 extension
96 ----------------------------------
97 0.5, 26-07-2012
98 -Now every result of a conversion or package is separated in folders
99 in the workspace by default. This can be disabled in preferences
100 -Added an icon
101 -Changed About dialog
102 -It now checks if every entry of ini exists at the begin
103 -Added option to clear everything in packages
104 -Added option to change output folder at anytime, this allows for example
105 output a level directly to it's correct folder for easy testing. It is
106 also simple to change between the workspace and another output folder
107 -Fixed bug when selecting multiple dirs and the user cancelled which
108 still resulted in returning the files selected
109 ----------------------------------
110 0.4, 25-07-2012
111 -Fixed a typo in Packages creating making scripts installation fail
112 -Added option to create AKEV from env.dae and bnv.dae, plus others resources
113 plus the ability to generate the path finding grids for AKEVs automatically
114 -Added manual oni split commands input
115 ----------------------------------
116 0.3, 22-07-2012
117 -Implemented Packages tab functionality
118 -Implemented check for Vago updates functionality
119 -Fixed a bug in "extract an ONCC with another character's TRAM"
120 (command bad built)
121 -Fixed an index out range bug when multiple selections in tables (when removing)
122 ----------------------------------
123 0.2, 19-07-2012
124 -It now checks for OniSplit at each run and exits if it's not found
125 -Option to check onisplit version from gui
126 -Optimized the code and made it more modular
127 -Added -search ../GameDataFolder/level0_Final to AKEV (ONI) > DAE
128 -Added JPG support for textures
129 -Added -extract:xml <target directory> -anim-body: ONCCsource TRAMsource
130 (extract an ONCC with another character's TRAM)
131 -Fixed a bug in ONI->DAT conversion (command bad built)
132 -Added folder drag n' drop and checks if the current operation only work
133 with files or folders
134 -Added items loaded at status bar
135 ----------------------------------
136 0.1a, 15-07-2012
137 -Fixed a bug with spaces in directories
138 ----------------------------------
139 0.1, 15-07-2012
140 -Initial Version