8,131
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 15: | Line 15: | ||
<s>Draging and droping items from Oni Object Library into MT works with Firefox but not Google Chrome. Have to look into this.</s> | <s>Draging and droping items from Oni Object Library into MT works with Firefox but not Google Chrome. Have to look into this.</s> | ||
<a href=" | <a href="characters/ONCC/ONCCbarabus.xml"> | ||
<div class="element-item Syndicate Barabas Daodan Boss Male" id="img" style="background-image: url(characters/ONCC/ONCCbarabus.png);"> | <div class="element-item Syndicate Barabas Daodan Boss Male" id="img" style="background-image: url(characters/ONCC/ONCCbarabus.png);"> | ||
<p class="name">barabus</p> | <p class="name">barabus</p> | ||
Line 169: | Line 169: | ||
flags, patrol path, tvs, crsa, sound, script objects (spawnable geometry) | flags, patrol path, tvs, crsa, sound, script objects (spawnable geometry) | ||
Patrol paths are the trickiest. There's no easy way to show the connection from flag to another. It might be possible with multiple chains used for rigging but that's not very comfortable to deal with. | |||
Idea: add ID property to each used flag. When a flag is clicked, a PPG opens with a button to show flag connections (one lose chain with many bones, old one is deleted). MT also opens/updates an | Idea: add ID property to each used flag. When a flag is clicked, a PPG opens with a button to show flag connections (one lose chain with many bones, old one is deleted). MT also opens/updates an application (have to look into [https://bytes.com/topic/visual-basic-net/answers/630751-how-do-i-pass-command-line-another-instance-my-application-already-running writing command line apps] first). I guess that's necessary to preview (and edit) the complete xml code as this would be to awkward to code directly in MT. The xml file is saved on change events. MT reads that xml when a patrol path flag is selected. | ||
edits