Custom Query (105 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#33 fixed Error when extracting ONCC with TRAM s10k edt
Description According to paradox, when extracting ONCCred_hard_1 with TRAMREDCOMcomb_p you get error messages such as

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>
#36 fixed Forgetful AI Alloc Iritscen
Description From the wiki:
"Only one AI remembers the location of Konoko, while the others go inactive:
http://edt.oni2.net/mov/1remembers.wmv
Also, its always the last AI that is spawned that remembers where Konoko is and attacks her."

I'm moving this here even if it isn't addressed for a while because it didn't belong where it was. My only question is whether the BINACHAR Omniscient flag and the ONCC HostileThreatDefiniteTimer field were taken into account when declaring this a bug.
#40 fixed Command line Daodan option parsing error Alloc Alloc
Description Comparison in code is missing a second "=" ( if (var = 'x') instead of if (var == 'x') ) which makes commandline passing of options to Daodan impossible.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.