GithubHelp home page GithubHelp logo

openrift412 / blood-savefix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nukeykt/blood-re

1.0 1.0 0.0 1.51 MB

Blood source code reconstruction + Fix for the infamous savegame difficulty bug.

C++ 82.67% C 14.74% Objective-C 0.41% Assembly 1.99% Makefile 0.19%

blood-savefix's Introduction

Blood-SAVEFIX

Nukeykt's Blood src reconstruction with the addition of tmyqlfpir's difficulty savegame fix, backported from NBlood. Main goal is to fix this infamous bug while maintaining maximum compatibility with online play.

If there are any issues with this fix's implementation, PLEASE open an issue to let me know! I'm not much of a programmer, but I'll run it by more knowledgeable folks if I can!

So what is this bug, exactly? In vanilla Blood (all versions on DOS have this issue), there is an issue when loading a saved game that causes the damage scaling to use the incorrect values for the current difficulty, with the Lightly Broiled (medium) difficulty being the only one not affected.

In vanilla, damage scaling is swapped as follows:

  • Still Kicking -------> Extra Crispy
  • Pink on the Inside --> Well Done
  • Lightly Broiled -----> Lightly Broiled (unaffected)
  • Well Done -----------> Pink on the Inside
  • Extra Crispy --------> Still Kicking

This fork of the source reconstruction fixes this, while also remaining demo and network compatible.

Blood-RE

Blood (1997) source code reconstruction by nukeykt.

Watcom 10.6 and TASM 3.2 are required to build.

Build instructions

  1. Build helix32 and qtools (e.g. cd helix32 and then wmake)
  2. Build blood (e.g. cd blood and then wmake)

Special thanks to NY00123, Hendricks266, sirlemonhead and tmyqlfpir.

blood-savefix's People

Contributors

nukeykt avatar openrift412 avatar

Stargazers

 avatar

Watchers

 avatar

blood-savefix'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.