Coder Social home page Coder Social logo

nyanko's Introduction


What is a cfg.bin files?

The cfg.bin files (or simply .bin files) are binary files used in Level 5's 3DS games.
These files are compiled binaries that look like a tag structure and store various variables used by the games. These files don't only contain values like int, float. They can contain texts data. Nyanko is a tool based on CfgBinEditor and Nyanko only focuses the text editing to make it easier

Tested on

  • Inazuma Eleven Go ✅
  • Yo-Kai Watch 1 ✅

Supported files

  • .bin and .cfg.bin (Level 5)
  • .txt
    • Regular format
      Texte 1
      Texte 2
      Texte 3
      Texte 4
      Texte 5
      
    • Nyanko format (Nyanko always exports using this format so your file doesn't lose any data!)
      [Texts/0x05927998/0xD9CF42CC] 
      Texte 1
      Subtexte 1
      
      [Texts/0x07D4C7C1/0x1B81B43A] 
      Texte 2
      
      [Nouns/0x0616ADF6/0xD714CAFE] 
      Noun 1
      
  • .xml
    <?xml version="1.0"?>
    <Root>
    	<Texts>
    	 <TextConfig crc32="0x8A8209CC" washa="0xFFFFFFFF">
    	  <String value="Expert rappeur au grand cœur."/>
    	  <String value="Bonsoir"/>
    	 </TextConfig>
    	</Texts>
    	<Nouns>
    	 <TextConfig crc32="0x4DED3A46" washa="0xFFFFFFFF">
    	  <String value="Samguk Han"/>
    	 </TextConfig>
    	</Nouns>
    </Root>

Screenshots

Direct Download Link

nyanko's People

Contributors

tiniifan avatar

Stargazers

Woganog avatar Diego Tegani avatar  avatar Tavor avatar Nass avatar

Watchers

 avatar Whisperito avatar

nyanko's Issues

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.