This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

We have weird issue now with godot. We have used VN (https://gitlab.com/Code_Man/Godot_VN) engine project our game and in editor it's seems working very well. How ever game does not work when it has been exported to HTML5 or Andorid and it seems that exmported does not include data.xml files.

We have tryerd to use "Include All" feature and we have also used Export non resouce field by adding there *.xml. Nothing not seems to help. Any idea?

trilliant.js:7 ERROR: Condition ' err != OK ' is true. returned: err
trilliant.js:7 Error Opening: dialogue/data.xml

in Engine by (17 points)

You can open android apks with unzip tools to check of the file made it into it. Also check of the filename contains any special chars.

File is seems in APK under assets/dialogue folder. File name is data.xml but error is still same Error Opening: dialogue/data.xml. In HTML5 export that file is totally missing.
Can't now why Godot engina cannot find file in Android or why data.xml not included to HTML5 export.

1 Answer

0 votes

To include the .XML files in your exported project, you can add the XML format the the non-resource files list in the export settings.

https://docs.godotengine.org/en/3.1/getting_started/workflow/export/exporting_projects.html

by (136 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.