Code Monkey home page Code Monkey logo

cp2077-nativedb's Introduction

NativeDB

A web application to explore RTTI database of Cyberpunk 2077. It includes a custom tool to write / merge documentation.

Setup

You can generate RTTI dump assets yourself. You will need RTTIDumper:

  1. Clone it
  2. Build it by following its README.
  3. Install it like any other RED4ext plugin.
  4. Run the game, wait (loading will block)... and close the game.
  5. Copy generated files listed below from <game>\bin\x64\dumps\nativedb\json to <project>\src\assets\reddump\:
  • enums.json
  • bitfields.json
  • classes.json
  • globals.json

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Test

Run npm run test to run unit tests with Jest.

Build

Run npm run build to build the project. The build artefacts will be stored in the dist/browser/ directory. It will compress build files using brotli algorithm. The biggest AST file will be around ~800KB. It should be small enough given the usage of a Service Worker.

Test server

Run npm run prod after you built the project. Navigate to http://localhost:4400. The application will run with Service Worker enabled. You might need to disable your antivirus to serve compressed files.

cp2077-nativedb's People

Contributors

dependabot[bot] avatar poirierlouis 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.