830
edits
(cleanup) |
(texture error) |
||
Line 135: | Line 135: | ||
::Another thing: When a character goes over an edge, unsticking depends on either a time spent in the air or size of sphere (distance from ground), I can't tell which. I would hazard a guess that it has to do with time, but I'm not sure. :) If we can decrease whatever value it is, we could get what you are looking for. There is a chance it is a value in the ONCC or a constant in the engine. I'm not sure which. [[User:Gumby|Gumby]] 10:04, 30 November 2008 (CET) | ::Another thing: When a character goes over an edge, unsticking depends on either a time spent in the air or size of sphere (distance from ground), I can't tell which. I would hazard a guess that it has to do with time, but I'm not sure. :) If we can decrease whatever value it is, we could get what you are looking for. There is a chance it is a value in the ONCC or a constant in the engine. I'm not sure which. [[User:Gumby|Gumby]] 10:04, 30 November 2008 (CET) | ||
:@TRAMs when characters die, they lose all ability to be animated at all. I know there exists a fix for characters losing MELE information on death (I lost it, gotta ask geyser next time he is on...), but there might also be a way to disable the disabling of animation on death. I know if you set a characters health to 0, attempt to animate it (fail), then set its health to something positive, the first thing he\she does is that animation you asked it to. So all hope is not lost. :) Then again, it might be a good thing you can't be animated after death. That could lead to some crazy bugs. :D [[User:Gumby|Gumby]] 09:38, 30 November 2008 (CET) | :@TRAMs when characters die, they lose all ability to be animated at all. I know there exists a fix for characters losing MELE information on death (I lost it, gotta ask geyser next time he is on...), but there might also be a way to disable the disabling of animation on death. I know if you set a characters health to 0, attempt to animate it (fail), then set its health to something positive, the first thing he\she does is that animation you asked it to. So all hope is not lost. :) Then again, it might be a good thing you can't be animated after death. That could lead to some crazy bugs. :D [[User:Gumby|Gumby]] 09:38, 30 November 2008 (CET) | ||
Using the latest version of OniSplit 0.9.33 I get these error messages using the command "-create out -genmipmaps -format:dxt1 hexagon/*.xml" | |||
:Importing /hexagon/hexagon.dae | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture9.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture4.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture3.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture11.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture12.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture7.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture0.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture8.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture5.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture10.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture6.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture2.jpg' | |||
:Cannot find texture file 'd:\Oni\hexagon\.\images\texture1.jpg' | |||
Did not have this problem in previous versions. [[User:EdT|EdT]] 17:21, 7 December 2008 (CET) |
edits