Hi, I'm finally getting around to messing with my game,
And I have one qustion: Does XML work with CocoonJS on Android?
If not are there any alternatives that will. I want to work out stats for items then import into the game.
Thanks All!
No, it's not supported on CocoonJS.
Would you contact to ludei about XML support? we would like to have working XML on CocoonJS
You can use JSON-based formats as a workaround (data saved and loaded from Array or Dictionary).
Develop games in your browser. Powerful, performant & highly capable.
Ashley Is there a good away of loading in a lot of data like that? I could write a script to transform XML into another kind of text data, but where would I put it? Thanks
I'm building a game with a delimited text file for data. All is working well on the CooconJS iOS test harness, but the file is not loaded when I try it in the Android test harness.
That's a real pain! Needs to work on both for me to implement this way.
Hope CooconJS sort it soon.
Cheers, Anthony.
blymi - best tell Ludei about the issue to make sure they're aware of it.
I have the same problem (((
Looks like there is still no progress in this direction
I was told that they from ludei
Can you use .json instead of .xml files?
EGOmaniack Use Dictionary or Arrays