Code Monkey home page Code Monkey logo

ssbu-const_value_table-updater's Introduction

SSBU-const_value_table-Updater

Updates the const_value_table.h (https://github.com/ultimate-research/code-mod-framework/blob/master/framework/include/useful/const_value_table.h) file used in the code mod framework (https://github.com/ultimate-research/code-mod-framework) for SSBU code mods.

This will allow you to update your const_value_table.h file by supplying the filename of your const_value_tableXYZ.txt file, e.g. const_value_table700.txt and the filename of your const value table header file (e.g. const_value_table.h).

An example const_value_tableXYZ.txt file is included (const_value_table700.txt).

~ USAGE ~

Run const_value_table_update.py and follow the instructions in the script.

There are two options:

  1. Output the constants directly to your header file formatted as necessary
  2. Output the formatted lines to new_constants_list.txt for you to copy over to your header file, which is useful to see which constants you're currently missing

Option 1 currently appends the list of new constants to the end of the header file after the #endif // CONST_VALUE_TABLE_H line, so if you use the first option you'll have to move that line back down to the end of the file for now. Will be fixed shortly.

Compatible with Python 2 and above.

ssbu-const_value_table-updater's People

Contributors

black-calculus avatar

Watchers

 avatar

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.