alexhood34 / shimeji-ee

Automatically exported from code.google.com/p/shimeji-ee
0 stars 0 forks source link

Adding A New Action #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edited the actions.xml
2. Edited the behaviors.xml
3. tried it out a lot and the batch file kept on saying, [Fatal Error] :24:31: 
Element type "Pose" must be followed by either attribute specifications, ">" or 
"/>".

What is the expected output? What do you see instead?
I was trying to make a cartwheel action and behavior (by the way I am horrible 
at xml) and it produced the error code above

What version of the product are you using? On what operating system?
OS: Windows 7
Version: Mischievous 1.0.3
Please provide any additional information below.
That's about it! umm.. Oh right! I tried adding what it said but then I got 
another error code, [Fatal Error] :28:6: The element type "Pose" must be 
terminated by the matching end-tag "</Pose> and I saw that there was none of 
those on any of the other actions and now I am frustrated! :( I attached a .txt 
file of what I put in the first place.

Original issue reported on code.google.com by kd8...@gmail.com on 22 Oct 2011 at 3:51

Attachments:

GoogleCodeExporter commented 8 years ago
Never mind! I got it.

Original comment by kd8...@gmail.com on 24 Oct 2011 at 6:25

GoogleCodeExporter commented 8 years ago
I cant get it to work. When I run Shimeji, it said "failed to load 
configuration files. See log for more details."

Original comment by nganhang...@gmail.com on 15 Feb 2013 at 1:04

GoogleCodeExporter commented 8 years ago
I am experiencing the same problem and nganhang. It worked fine earlier, but 
now it says "failed to load configuration files. see log for more details", and 
I don't know what the problem is..

Original comment by massey1...@yahoo.com on 15 Sep 2014 at 12:07

GoogleCodeExporter commented 8 years ago
I'm new with this coding language. I've managed to finish my action called 
"3ds" where the Shimeji plays on their 3ds. Wondering how to add it to 
behaviors...

        <Action Name="3ds" Type="Stay" BorderType="Floor">
            <Animation>
                <Pose Image="/shime47.png"
ImageAnchor="64,128" Velocity="0,0" Duration="10" />
                <Pose Image="/shime48.png"
ImageAnchor="64,128" Velocity="0,0" Duration="10" />
            </Animation>
        </Action>

Original comment by drago1...@gmail.com on 20 Mar 2015 at 5:34