|
Post by tysonc on Jul 7, 2012 15:57:50 GMT -5
So i've created this stage in google sketchup and exported it,imported it into fragmotion and did everything to finish the stage. But now i'm stuck. I placed everything in the right folder and i did everything else. But it still says ''Memory Access Violation''. Maybe i did something wrong in the XML or something? Could anyone help me out? (I'm using Blitz Sonic Advanced engine)
|
|
|
Post by EightBitDragon on Jul 7, 2012 18:26:04 GMT -5
I'm not totally familiar with BSA, but check to make sure your file names are correct in the xml. Check the music node file name, and the animmesh node file names of your stage.
Make sure each <animmesh> block ends with an </animmesh> and make sure the attributes in between end with /> to ensure the xml nodes are closing.
I believe BSA moved the skybox into the Stage folder in the test stage. I'm not sure if it absolutely has to be in that directory, but you should move it there and double check to make sure the <skybox> node is looking in the right place.
Pretty much anywhere in the xml that tries to read a file should be double checked. That's what causes most errors.
Edit: One more thing to look out for is missing "quotes" which can lead to errors in some cases. Make sure every node you edit which contains "these" has one on each side of the data you are changing. Make sure they only contain the file name or number you wish to edit.
Correct: x="20" Incorrect: x="20 Incorrect: "x=20"
|
|