/ds1_nointro.dll

A simple hack to skip intro in Dead Space 1

Primary LanguageC++MIT LicenseMIT

Dead Space 1 - Intro Skip

A simple hack to skip an intro in Dead Space 1.

Usage: Download project and extract contents of Release in game folder.

Direct link

Technical details

It is mainly SuiMachine's work with minor modifications.

Current ds1 no intro dll uses static address for patching, which seems not working for Origin (altho I've tested it). The version for ds2 is more flexible and does replacement anywhere the target is. So it was taken as base and modified for ds1. Hopefully this dll will work with Origin version, as well for any other. Compatible with mouse fix by default (changed name to version.dll).

Altho the code was changed, the previous Release is used with manually patched IntroSkip.asi for ds1.

For other applicable dll names see: link, most would work.

Credits

  • SuicideMachine (programming)
  • r3sus (reverse engineering / testing)