826
edits
(CRSA overflow) |
No edit summary |
||
Line 150: | Line 150: | ||
:::::[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET) | :::::[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET) | ||
::::::CRSA overflow seems to be the cause. I moved far away from the fight so all the characters stayed in view, Oni did not crash. But when I turned away from the characters that were killed, then Oni crashed. How do we correct the size of the CRSA for the hex level? [[User:EdT|EdT]] | ::::::CRSA overflow seems to be the cause. I moved far away from the fight so all the characters stayed in view, Oni did not crash. But when I turned away from the characters that were killed, then Oni crashed. How do we correct the size of the CRSA for the hex level? [[User:EdT|EdT]] | ||
In Level.xml... | |||
<Instance id="13" type="CRSA"> | |||
<UsedElementCount>0</UsedElementCount> | |||
<UsedElementCount2>0</UsedElementCount2> | |||
<Corpses> | |||
</Corpses> | |||
</Instance> | |||
I'm not sure if you need to change one or both to 20. [[User:Gumby|Gumby]] | |||
:: | :: | ||
:::Finally, is it possible to manually write pathfinding data for just that area of the level? | :::Finally, is it possible to manually write pathfinding data for just that area of the level? | ||
:::[[User:EdT|EdT]] 17:28, 15 November 2008 (CET) | :::[[User:EdT|EdT]] 17:28, 15 November 2008 (CET) | ||
::::Long ago I released a tool that allowed motivated people to (re)author pathfinding grids in ASCII: [http://oni.bungie.org/community/forum/viewtopic.php?id=90 HERE] [http://geyser.oni2.net/rawtools/AKVA_0/AKVA_0.ZIP IT] [[OBD_talk:AKVA_0|IS]]. For simple areas, you could set up a complete BNV ([[AKVA]]) manually from scratch, and even OTLF could be updated by hand, but in this day and age no one would be crazy enough for that, not even me. Just wait until Neo implements autogeneration of pathfinding data. --[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET) | ::::Long ago I released a tool that allowed motivated people to (re)author pathfinding grids in ASCII: [http://oni.bungie.org/community/forum/viewtopic.php?id=90 HERE] [http://geyser.oni2.net/rawtools/AKVA_0/AKVA_0.ZIP IT] [[OBD_talk:AKVA_0|IS]]. For simple areas, you could set up a complete BNV ([[AKVA]]) manually from scratch, and even OTLF could be updated by hand, but in this day and age no one would be crazy enough for that, not even me. Just wait until Neo implements autogeneration of pathfinding data. --[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET) |
edits