Giter Club home page Giter Club logo

yamlconv's People

Contributors

chadderz121 avatar zhuowei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

yamlconv's Issues

yamlconv not working

yamlconv does not work, when i try to convert a file it throws this error:
Eccezione non gestita: System.Xml.XmlException: Rilevati dati non validi al livello radice. Riga 1, posizione 1.
in System.Xml.XmlTextReaderImpl.Throw(Exception e)
in System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
in System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
in System.Xml.XmlTextReaderImpl.ParseDocumentContent()
in System.Xml.XmlTextReaderImpl.Read()
in System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
in System.Xml.XmlDocument.Load(XmlReader reader)
in System.Xml.XmlDocument.Load(Stream inStream)
in yamlconv.Program.ConvertToByaml(EndianBinaryReader reader, String outpath)
in yamlconv.Program.ConvertPath(String path)
in yamlconv.Program.Main(String[] args)

Splatoon byaml file and xml convert error.

There were a lot of files which can't be converted to Yamlconv v1.0.0, so a build filed the latest commitment (17ec6a4).
The file which can't be converted from a byaml file to a xml file exists.

WeaponSet.byaml to XML convert error.
ハンドルされていない例外: System.Xml.XmlException: '?' 文字、16 進数値 0x3F を名
前に含むことはできません。
場所 System.Xml.XmlDocument.CheckName(String name)
場所 System.Xml.XmlElement..ctor(XmlName name, Boolean empty, XmlDocument doc
)
場所 System.Xml.XmlDocument.CreateElement(String prefix, String localName, St
ring namespaceURI)
場所 System.Xml.XmlDocument.CreateElement(String name)
場所 yamlconv.ByamlNode.NamedNode.ToXml(XmlDocument yaml, XmlNode node, List 1 nodes, List1 values, List1 data) 場所 yamlconv.ByamlNode.UnamedNode.ToXml(XmlDocument yaml, XmlNode node, List 1 nodes, List1 values, List1 data)
場所 yamlconv.Program.ConvertFromByaml(EndianBinaryReader reader, String outp
ath)
場所 yamlconv.Program.ConvertPath(String path)
場所 yamlconv.Program.Main(String[] args)

The file from which the file converted to xml can't be converted to byaml exists much.

WeaponInfo_Main.xml to byaml convert error.
ハンドルされていない例外: System.IO.InvalidDataException: デコード中に無効なデー
タが見つかりました。
場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node
s, List1 values, List1 data)
場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node s, List1 values, List1 data) 場所 yamlconv.ByamlNode.FromXml(XmlDocument doc, XmlNode xmlNode, List1 node
s, List1 values, List1 data)
場所 yamlconv.Program.ConvertToByaml(EndianBinaryReader reader, String outpat
h)
場所 yamlconv.Program.ConvertPath(String path)
場所 yamlconv.Program.Main(String[] args)

I request to be corrected.

Unhandled Exception: invalid data

Unhandled Exception: System.IO.InvalidDataException: Found invalid data while de
coding.
at yamlconv.Program.ConvertFromByaml(EndianBinaryReader reader, String outpat
h)
at yamlconv.Program.ConvertPath(String path)
at yamlconv.Program.Main(String[] args)

Trying to convert MW_SceneDB.byaml from mario maker for Wii U from the file static.pack. I tried a few different files and they have same error.
Rename the attached file from .pdf to .byaml
Any ideas what I may have done wrong?

MushMW_SceneDB.pdf

Support null values (type 0xff)

Some Splatoon byamls (e.g. content\Pack\Static.pack:Mush\MapInfo.byaml in update v64) contains tags with type 0xff and offset 0xffffff; I'm guessing they're null values, which do exist in regular YAML (http://yaml.org/type/null.html).

Not sure how to represent them in the XML version though - I'm currently printing them as "null", like <value AbnormalYPos="null", but that can't be imported back since "null" may legitimately occur in a string.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.