User talk:Neo: Difference between revisions

m
fixing sentence
(pathfinding, CRSA capacity)
m (fixing sentence)
Line 147: Line 147:
::::Ed, you know modding isn't foolproof or bug-free, so it is ''never'' a good idea to mix "so many mods" when "pioneering". Stick to the original level0_Final, or to Loser's stable releases, and ''then'' if it works fine, you can add other mods - Very Carefully And Systematically. The example video you posted is not conclusive, but I see two possible reasons for the crash:
::::Ed, you know modding isn't foolproof or bug-free, so it is ''never'' a good idea to mix "so many mods" when "pioneering". Stick to the original level0_Final, or to Loser's stable releases, and ''then'' if it works fine, you can add other mods - Very Carefully And Systematically. The example video you posted is not conclusive, but I see two possible reasons for the crash:
::::#The AI were fighting "for too long" without a pathfinding grid, endlessly attempting to find a grid untilthey break some kind of limit. This is unlikely because in original levels we've had huge battles in grid-less areas without a crash. Actually, to the best of my knowledge, the only crashes due to pathfinding overflow happen in places like AKEVlab at the main gate: there ''is'' a grid, but it is inconsistent with the obstacles, so the AI desperately try to pathfind through a closed gate (actually, this is one of the many glitches that set AKEVlab apart as the most mysterious level in Oni)
::::#The AI were fighting "for too long" without a pathfinding grid, endlessly attempting to find a grid untilthey break some kind of limit. This is unlikely because in original levels we've had huge battles in grid-less areas without a crash. Actually, to the best of my knowledge, the only crashes due to pathfinding overflow happen in places like AKEVlab at the main gate: there ''is'' a grid, but it is inconsistent with the obstacles, so the AI desperately try to pathfind through a closed gate (actually, this is one of the many glitches that set AKEVlab apart as the most mysterious level in Oni)
::::#Karen died, and then Ed was looking/moving away from the dead body, which triggered the deletion of her character and the creation of a corpse. Probably some corpse-related resource is missing or corrupt. After a look at the binaries, I see that CRSA is present, but it has size ''and'' capacity 0, whereas Oni's original CRSA have capacity 20. It is easy to test whether CRSA overflow is indeed the problem: spawn an opponent, kill him, run/jump away. If this is the problem, this impies possible crashes in the original levels as well, if for some reason the number of corpses present simultaneously exceeds 20: Oni is supposed to clean them up, but may fail to do so.
::::#Karen died, and then the camera looked/moved away from the dead body, which triggered the deletion of her character and the creation of a corpse. Probably some corpse-related resource is missing or corrupt. After a look at the binaries, I see that CRSA is present, but it has size ''and'' capacity 0, whereas Oni's original CRSA have capacity 20. It is easy to test whether CRSA overflow is indeed the problem: spawn an opponent, kill him, run/jump away. If this is the problem, this impies possible crashes in the original levels as well, if for some reason the number of corpses present simultaneously exceeds 20: Oni is supposed to clean them up, but may fail to do so.
:::::[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET)
:::::[[User:Geyser|geyser]] 20:08, 15 November 2008 (CET)
::
::