Coder Social home page Coder Social logo

vitalised / renms Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 1.0 6.34 MB

No Man's Sky reverse engineering project

Home Page: https://renms.k0.tel

License: GNU General Public License v3.0

CMake 1.30% C++ 95.80% C 2.76% Python 0.02% Shell 0.12%
no-mans-sky reverse-engineering modding sdk nms

renms's Introduction

Hey, I'm Will

I write code and occassionally look at IDA for some extended periods of time.

Currently working on various projects such as

Contact

Stats

CodeStats

VITALISED's GitHub stats

Top Langs

renms's People

Contributors

koutsie avatar tractorbeam0 avatar vitalised avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

koutsie

renms's Issues

VSCode doesn't set CMAKE_BUILD_TYPE

New vscode-based builders who haven't had the same CMakeCache for months will run into vscode simply not setting CMAKE_BUILD_TYPE, which is bad because it MUST be RelWithDebInfo or Release for the structs in memory to match up with the game's structs in memory.

Heridium doesn't generate multiple enums in a file

As an example, look at tknguialignment.meta.h

#pragma once
#include <metadata/metadata_common.h>
enum eVertical
{
    EVertical_Top = 0,
    EVertical_Middle = 1,
    EVertical_Bottom = 2,
}

class cTkNGuiAlignment
{
    static unsigned long long muNameHash = 0xD1E7F0BE0B98FD48;
    static unsigned long long muTemplateHash = 0x71FA853C1F36341F;

    eVertical Vertical;
    eHorizontal Horizontal; // where the hell did this guy go
}

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.