8,144
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== | ==Separated content about ONLV, level import and level reimport== | ||
Talks on Discord during 1st Nov. of 2023 showed that users can confuse ONLV*.xml for a master.xml (project) file. Therefore, the sections were separated. Also, notes for reimports got their own page. They have a significant different workflow. --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 11:59, 2 November 2023 (CET) | |||
==Searching vertex shading of animated door geometry== | |||
Now with the source code, it would be easier to find where the vertex shading is stored. This is also interesting for reimports. | |||
==Pathfinding with GridIgnore flagged objects== | |||
Regarding Pathfinding on uneven ground, my testing shows that it will work as long as the top of the ground is 20 world units or less above the BNV, any higher and the grid is no longer active and the AI will not move. [[User:EdT|EdT]] ([[User talk:EdT|talk]]) 18:08, 21 August 2013 (CEST) | Regarding Pathfinding on uneven ground, my testing shows that it will work as long as the top of the ground is 20 world units or less above the BNV, any higher and the grid is no longer active and the AI will not move. [[User:EdT|EdT]] ([[User talk:EdT|talk]]) 18:08, 21 August 2013 (CEST) | ||
: Ok thanks, I will check this tomorrow so we are sure it's the same on pc/mac. --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 20:33, 21 August 2013 (CEST) | : Ok thanks, I will check this tomorrow so we are sure it's the same on pc/mac. --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 20:33, 21 August 2013 (CEST) | ||
:: Just curious, how did you get the number 17,9? I placed the BNV at 0 and until 19 world units, the pathfinding grids were visible using ai2_showgrids=1, but at a height of 20, the grids disappeared and the AI was no longer active. [[User:EdT|EdT]] ([[User talk:EdT|talk]]) 01:00, 23 August 2013 (CEST) | :: Just curious, how did you get the number 17,9? I placed the BNV at 0 and until 19 world units, the pathfinding grids were visible using ai2_showgrids=1, but at a height of 20, the grids disappeared and the AI was no longer active. [[User:EdT|EdT]] ([[User talk:EdT|talk]]) 01:00, 23 August 2013 (CEST) | ||
::: Like seen in the first vid I kept the BNV at all times at height 0. Only the top of the GridIgnore pyramid-thingy changes in height. I tested its top with 19,1; 19; 18,9; 18. See time code 03:17 - 03:22. AI still loses PF at height 18, so I decided to do the next height to be 16. PF works there again. The video ends there but I made more test until I reached 17,9 where AI seems to not randomly lose PF. -- At all times I didn't observed the grids, the AIs behavior was more important to me. Test files (<nowiki>https://dl.dropboxusercontent.com/u/139715/OniGalore/BNV_test.zip</nowiki>, dead link). | ::: Like seen in the first vid I kept the BNV at all times at height 0. Only the top of the GridIgnore pyramid-thingy changes in height. I tested its top with 19,1; 19; 18,9; 18. See time code 03:17 - 03:22. AI still loses PF at height 18, so I decided to do the next height to be 16. PF works there again. The video ends there but I made more test until I reached 17,9 where AI seems to not randomly lose PF. -- At all times I didn't observed the grids, the AIs behavior was more important to me. Test files (<nowiki>https://dl.dropboxusercontent.com/u/139715/OniGalore/BNV_test.zip</nowiki>, dead link). | ||
::: After | ::: After more tests (<nowiki>https://youtu.be/vfKPzP5hiCo</nowiki>, dead link) today, not only jumps can break PF at 17,9 - also rolls, cartwheels and running kicks do. There are probably more anims. Do those issues somehow have to do with the foot/pelvis height? I don't know what's going on anymore. ^_^' --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 10:13, 23 August 2013 (CEST) | ||
::: I had another look on the original pathfinding and noticed that ghosts aren't equally high... My test level didn't used ghosts at all, just one BNV, so OniSplit probably added some default values. (Maybe this also explains our different test results.) -- After splitting the BNV and adding high ghosts (<nowiki>https://dl.dropboxusercontent.com/u/139715/OniGalore/BNV_test_2.zip</nowiki>, dead link) the Strike was able to run on a plain that was 42 above the BNV. More testing could be done to determine the max height (if there's any). --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 15:43, 23 August 2013 (CEST) | ::: I had another look on the original pathfinding and noticed that ghosts aren't equally high... My test level didn't used ghosts at all, just one BNV, so OniSplit probably added some default values. (Maybe this also explains our different test results.) -- After splitting the BNV and adding high ghosts (<nowiki>https://dl.dropboxusercontent.com/u/139715/OniGalore/BNV_test_2.zip</nowiki>, dead link) the Strike was able to run on a plain that was 42 above the BNV. More testing could be done to determine the max height (if there's any). --[[User:Paradox-01|paradox-01]] ([[User talk:Paradox-01|talk]]) 15:43, 23 August 2013 (CEST) | ||
:::: The tall ghosts work! Here is video from my old Outside level with updated bnvs and ghosts: | :::: The tall ghosts work! Here is video from my old Outside level with updated bnvs and ghosts: https://www.youtube.com/watch?v=Yj3ptZnZtx0 [[User:EdT|EdT]] ([[User talk:EdT|talk]]) | ||
==Objects that are too low to pass them by sliding/crawling/sneaking== | |||
atm sliding under low objects don't seem to work | atm sliding under low objects don't seem to work | ||
:[[User:EdT|EdT]] ([[User talk:EdT|talk]]) The reason for this are the collision spheres, even though you slide, the collision spheres remain vertical. | :[[User:EdT|EdT]] ([[User talk:EdT|talk]]) The reason for this are the collision spheres, even though you slide, the collision spheres remain vertical. | ||
Line 93: | Line 37: | ||
==Textures that are not power of two== | |||
If you have textures that cause a crash because they are not power of two, please post here those *.oni files. | If you have textures that cause a crash because they are not power of two, please post here those *.oni files. | ||
Line 99: | Line 43: | ||
==Sky dome - it's a fail== | |||
[[File:ONSK_fixes_Motoko_plugin.jpg|thumb]] | [[File:ONSK_fixes_Motoko_plugin.jpg|thumb]] | ||
Line 130: | Line 74: | ||
==Ideas for OniSplit== | |||
'''bugfixes''' | '''bugfixes''' | ||
Line 145: | Line 89: | ||
Works not: | Works not: | ||
* Door | * Door | ||
* | * Console | ||
* Trigger | * Trigger | ||
Line 153: | Line 97: | ||
---- | ---- | ||
''' | '''improvements''' | ||
'''better support for script objects''' | '''better support for script objects''' |
edits