8,013
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (embedded files in executables ? neat) |
||
Line 5: | Line 5: | ||
But having another program in between ease some shortcomings of MT such as its capability of creating terrible GUIs/controls. | But having another program in between ease some shortcomings of MT such as its capability of creating terrible GUIs/controls. | ||
Currently working on: | Currently working on: loading console classes into XSI | ||
* build CONS html page | |||
* detect xml DnD from html page | |||
* make / switch to CONS layer | |||
* load all dae parts and group them under a root object | |||
* part selection is replace with root selection | |||
* make collision box transparent and unselectable | |||
=== | |||
Normally you have to install a *.xsiaddon file but it seems that is gets unzipped to another folder so | ===Update management=== | ||
====GUI==== | |||
Starting with 14.01.2017 the GUI is distributed via AEI. | |||
====Shared vanilla classes==== | |||
These zipped resources are about 2 MB and for now they will ship embedded inside the GUI. After being written to separate files the oni files get converted to dae and xml. | |||
====Shared additional classes==== | |||
These zipped resources aren't yet available. They are going to be downloaded by the GUI. | |||
There are supposed to be many files in that zip. Due to copyright concerns the files are encrypted and will be made available only if Oni retail resources are found on client computer. | |||
====XSI addon==== | |||
Normally you have to install a *.xsiaddon file by hand but it seems that is just gets unzipped to another folder. So that can be automated. | |||
Also, the scripts don't need much space so they will ship embedded inside the GUI. | |||
Location of used *.xsiaddon files<br> | Location of used *.xsiaddon files<br> | ||
Line 26: | Line 47: | ||
+-- *.vbs | +-- *.vbs | ||
We only need the GUI to figure out where the folders are. | We only need the GUI to figure out where the folders are. | ||
The welcome screen triggers an automatic search. The user either confirms or changes the information. | |||
edits