GithubHelp home page GithubHelp logo

imposter / nfspluginsdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from berkayylmao/nfspluginsdk

0.0 1.0 0.0 3.11 MB

An attempt to reverse compiled types of BlackBox era Need for Speed games to allow creating plugins/script mods easily.

License: BSD 3-Clause "New" or "Revised" License

C++ 85.61% C 14.39%

nfspluginsdk's Introduction

NFSPluginSDK

An attempt to reverse compiled types of BlackBox era Need for Speed games to allow creating plugins/scipt mods easily.

Given the workload of finding leaked builds, cross-referencing compiled code, finding references to the variables inside structures and hand-crafting each of them; and also working alone, some structures may not have all of their features and/or have missing functions/variables. However, NFSPluginSDK is mature enough to be used as a base. NFS Chat Chaos Mod and B.A.M. already use it.

Game Progress Attrib PVehicle AIVehicle *Pursuit
NFS Most Wanted 2005 ≈60%
NFS Carbon ≈20%
NFS ProStreet ≈70%

Usage

NFSPluginSDK does not need a seperate build, it's only a bunch of header files. Simply add it to your C++14 (or above) project, #include it and enjoy!

The easiest way to use NFSPluginSDK is to add it as a submodule.

> git submodule add https://github.com/berkayylmao/NFSPluginSDK

Include the header of the game you are working with.

#include <NFSPluginSDK/NFSPluginSDK/Game.MW05/MW05.h>

And use it!

MW05::Game::BlowEngine(MW05::PlayerEx::GetPlayerInstance());

All gameplay functionality of NFS Chat Chaos Mod and B.A.M. are provided by NFSPluginSDK.

Thanks

Massive thanks to @nlgxzef and @heyitsleo for all their help.

Legal

NFSPluginSDK is not affiliated in any way with EA.

Released under the BSD 3-Clause License.

nfspluginsdk's People

Contributors

berkayylmao avatar nlgxzef 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.