Custom Query (105 matches)
Results (40 - 42 of 105)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#47 | invalid | Do not overwrite locally-newer package | ||
Description |
If a local package has a higher version number than the mod's Version field on the Depot, do not re-download the old Depot package and replace the new local one. |
|||
#60 | fixed | Don't let ƒ break path names | ||
Description |
Oni's standard Mac installation folder is named "Oni ƒ". We encourage players to remove the 'ƒ', but there's always going to be some who don't know better, and simply copy the folder from the CD-ROM and try to work with it that way. See here for an example of what happens if someone tries to run the AEI with such a path. |
|||
#33 | fixed | Error when extracting ONCC with TRAM | ||
Description |
Cannot find instance 'TRAMKONCOMthrow_rev' Cannot find instance 'TRAMKONCOMthrow_rev' Cannot find instance 'TRAMKONRIFturn_right' Cannot find instance 'TRAMKONOKOlev18_ZomStand' Cannot find instance 'TRAMKONOKOcorner_hide' Cannot find instance 'TRAMKONPIScorner_hide' The problem is that these TRAMS are listed in TRACkonokocore_animations, but were not in included with the Oni. I noticed you are using the command -extract:dae -search level0_Final <output dir> -anim:TRAMREDCOMcomb_p <path_to_ONCCred_hard_1.oni> In AETools I have been using this command: -extract:xml <output dir> -anim-body:<path_to_ONCCred_hard_1.oni> <path_to_TRAMREDCOMcomb_p.oni> |