DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (2024)

grimdoomer
Programmer

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (1)


Posts: 5


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateAug 11, 2020 18:58:49 GMT -5Mel, STiP0, and 7 more like this

Post by grimdoomer on Aug 11, 2020 18:58:49 GMT -5

An unofficial update and SDK for Dead Rising 1 on PC. The purpose of DeadRisingEx is to add in new features to the game to further support and expand modding capabilities. Modding the vanilla version of the game has a lot of limitations and drawbacks which this update aims to remove.

One of the biggest features the update adds to the game is the mod manager, allowing you to keep all of your mods separate from the original game files, and choose what mods to load and in what order to load them when starting the game. If you have ever played Skyrim or Fallout with mods, this feature works very similarly to the way they manage and load mods.

DeadRisingEx also doubles as a SDK for anyone who wants to make code modifications to the game. Using LibMtFramework, the C++ library that DeadRisingEx is built on, you can interact with different game objects and hook into various game systems to alter behavior.

A example of this is how DeadRisingEx overrides the game's file manager to load mod files from a custom directory and override the original game files. With LibMtFramework you will eventually be able to hook into different game objects like weapons, vehicles, npcs, and more.

Download & Source Code

Current Features
- Mod management system that lets you load multiple mods at the same time without touching the original game files
- Customizable load order for mods

- Some basic object introspection is available through a console window, though it is highly experimental at this point in time

- Item/object spawning console commands

- Item randomizer

Future Features

- Better object introspection and scripting functionality in the console window
- Create new file types for weapons/vehicles/items/etc. that move hard coded parameters out of the game code and into moddable files
- Support for interacting with more game objects and systems

Installation
Download the latest update here. Installing the DeadRisingEx game update is as simple as copying the DeadRisingEx files into the root of your Dead Rising install folder. You will be asked if you want to merge files for the nativeWin64 folder, just click yes here. If you are updating from an older version of DeadRisingEx you will want to keep your DeadRisingEx.ini file! If you overwrite this file you will have to reset your mod settings from the launcher. And that's it! The game update is now installed.

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (2)

Running DeadRisingEx
When you want to run the game with the DeadRisingEx update you will need to use the DeadRisingLauncher.exe application in order to start the game. Steam must be also be running in the background before you start the game. If steam is not running when you launch the game it will run without the update, so when in doubt make sure steam is running. For quick access to the DeadRisingLauncher application you can create a desktop shortcut or add it as an external game in steam.

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (3)

All of your mod files can be placed into "Dead Rising\nativeWin64\Mods" and the settings dialog will scan this folder and all folders within it. By default new mods added are disabled and must be enabled manually.

Clicking on the settings button will display a window that lets you configure all of the settings for DeadRisingEx, including what mod files to load and in what order. The list will automatically scan the Mods directory for mod files to load. Checking the checkbox next to the mod file will enable it for loading, and using the up/down buttons will change the load order.

The mod files are loaded in descending order, so which ever is at the top of the list loads first, then the next one, etc. Configuring load order is only required if two mod files override the same game file. In this case it may be desirable to load one mod file before the other depending on the mods.

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (4)

DeadRisingEx comes with a test mod that you can use to verify the update installation was successful by enabling the "deadrisingex_test.arc" mod in the settings window. With this test mod enabled if you start the game and look at the whiteboard in the security room you will see "DEAD RISING EX" text on it.

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (5)

Last Edit: Dec 16, 2022 22:29:30 GMT -5 by grimdoomer

Mel
Modder

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (6)


Posts: 311


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateAug 13, 2020 6:33:27 GMT -5ThrowingOutRoX likes this

Post by Mel on Aug 13, 2020 6:33:27 GMT -5

Great!
Makes Dead Rising a lot easier to Modify. Thank you very much for your great work!

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (7)

realmegabastard
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (8)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (9)


Posts: 52DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (10)


Last Edit: Aug 22, 2020 13:47:08 GMT -5 by realmegabastard

grimdoomer
Programmer

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (11)


Posts: 5


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateSept 12, 2020 20:13:23 GMT -5

Post by grimdoomer on Sept 12, 2020 20:13:23 GMT -5

Version 1.1 released, here's the change log:
- Fixed an issue loading dependency files from mod archives
- Item/object spawning console commands added
- Recursive Grenade mod added (beta only)

If you are updating from the v1.0 release you will want to keep your DeadRisingEx.ini file! If you overwrite this file you will need to reset your mod settings from the launcher.

For instructions on how to enable and use the developer console as well as a list of console commands check the DeadRisingEx wiki here. Please note that the developer console and item spawning commands are intended to help me research the inner workings of the game. Some items/objects/npcs will not function correctly and can result in your game crashing!

The Recursive Grenade mod is a mod I made while researching how items work under the hood. To use first enable it under the Settings section in the DREx launcher, once you start the game you can either find or spawn a zucchini (item ID 145). If you throw the zucchini at a zombie a grenade will spawn with a random change of spawning more grenades when it explodes. The effect works recursively for up to 4 iterations. I've tried to make this as stable as possible but it can cause the game to crash at times if too many grenades are spawned. There is a bug in the game around spawning too many objects during a single frame that I am working on creating a fix for in the next version of DeadRisingEx. For now use this cursed fruit at your own risk...

realmegabastard
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (12)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (13)


Posts: 52DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (14)


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateSept 26, 2020 12:00:42 GMT -5

Post by realmegabastard on Sept 26, 2020 12:00:42 GMT -5

I tried using the Recursive Grenade Zucchini on a zombie, but all it did was fall to the ground. I had the setting on, but so far, nothing happened yet. So far, though, I've been having a little fun with the "spawn_object" command in Infinite Mode. Spawning a psychopath in Overtime will still execute a cutscene (at least from what I experienced with Kent; it resulted in the cutscene where you failed to meet his expectations, despite me having a good enough Erotica photo).

asomeone
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (15)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (16)


Posts: 1


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateMar 8, 2021 23:50:27 GMT -5

Post by asomeone on Mar 8, 2021 23:50:27 GMT -5

Can someone help me? everytime i go into dead rising ex, pick a mod and press start when it loads into dead rising it crashes how can i fix this?

kaynick
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (17)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (18)


Posts: 1DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (19)


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateAug 10, 2021 17:09:42 GMT -5

Post by kaynick on Aug 10, 2021 17:09:42 GMT -5

Same here, not sure what the issue is, seems to be working for everyone else.

yungflyingknee
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (20)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (21)


Posts: 4


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateDec 12, 2021 6:41:32 GMT -5

Post by yungflyingknee on Dec 12, 2021 6:41:32 GMT -5

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (22)

Mar 8, 2021 23:50:27 GMT -5 asomeone said:

Can someone help me? everytime i go into dead rising ex, pick a mod and press start when it loads into dead rising it crashes how can i fix this?

The link in the post is outdated, here's the latest DREX
github.com/grimdoomer/DeadRisingEx/releases/tag/v1.5.8.48

Also make sure your game is updated.

Gamer0151
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (23)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (24)


Posts: 39


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateMar 6, 2022 11:22:03 GMT -5

Post by Gamer0151 on Mar 6, 2022 11:22:03 GMT -5

Is it best to run this at administrator?

What does the "graphics memory" do?

Last Edit: Mar 6, 2022 11:24:19 GMT -5 by Gamer0151

wilczek22
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (25)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (26)


Posts: 14DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (27)


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateApr 2, 2024 20:18:28 GMT -5

Post by wilczek22 on Apr 2, 2024 20:18:28 GMT -5

Don't know why but for some reason DREX isn't seeing any mods. Didnt had that issue before

Nevermind, I deleted all the files and pasted them again to the game's folder and it works now!

Edit:

Item Randomizer doesn't work. Game is crashing after entering Security room

Edit 2:
I fixed it by disabling all mods, but I have another problem - after enabling Item Randomizer, game is loading areas very slow and I dont know why

Last Edit: Apr 4, 2024 20:39:14 GMT -5 by wilczek22

legendofcorgi
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (28)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (29)


Posts: 1


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateApr 7, 2024 21:23:15 GMT -5

Post by legendofcorgi on Apr 7, 2024 21:23:15 GMT -5

I dunno what the best option is, but I made an account just to ask. I'm trying to get this to work so I can play with the randomizer, but it isn't cooperating with me. When I transfer the new modded Win64 folder, it doesn't "replace" it. It adds the "Mods" folder with the test mod in it and the launcher reads mods fine. Launching the game through the launcher doesn't seem to load the mods or crash or anything. I'm on Steam if that matters. I'd more than appreciate any help here. DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (30)

Attachments:

STiP0
Administrator
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (34)DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (35)DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (36)DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (37)DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (38)DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (39)

Dead Rising Historian

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (40)


ACCESS GRANTED! Welcome!Carlito!

Posts: 53,598


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateApr 7, 2024 22:17:20 GMT -5Mel likes this

Post by STiP0 on Apr 7, 2024 22:17:20 GMT -5

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (41)

Apr 7, 2024 21:23:15 GMT -5 legendofcorgi said:

I dunno what the best option is, but I made an account just to ask. I'm trying to get this to work so I can play with the randomizer, but it isn't cooperating with me. When I transfer the new modded Win64 folder, it doesn't "replace" it. It adds the "Mods" folder with the test mod in it and the launcher reads mods fine. Launching the game through the launcher doesn't seem to load the mods or crash or anything. I'm on Steam if that matters. I'd more than appreciate any help here. DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (42)

Try launching the DREX launcher as Admin in windows, it seems to help some people.

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (43)

jayw218
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (44)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (45)


Posts: 1


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateJul 31, 2024 16:32:10 GMT -5

Post by jayw218 on Jul 31, 2024 16:32:10 GMT -5

I'm not too sure if i'll get a response that'll be great, but i cant get any of the cutscenes to load. i can load into a save file & go in and out of areas fine but any time a cutscene gets triggered, i get stuck in an endless load screen and i can't figure it out for the life of me :/

EDIT: I'm on the Steam Deck, probably should've put it in original post

EDIT 2: I fixed the problem. If anyone ever wants to run this on their Steam Deck its pretty simple:

1. Follow the install instructions as normal

2. Set DeadRisingLauncher.exe as a non-steam game and attempt to launch it with a Proton layer & close once opened

3. Utilize Protontricks to set DLL overrides in winecfg's libraries tab for the ini parser and the deadrisingEX dll for the normal game, and the new launcher (you CAN set launch options in game properties on steam for dlls but its easier this way)

4. Navigate to your steam compatdata folder (in Home there'll be a hidden .steam folder, check "Show Hidden Files" in the option tab next to the search magnifying glass, the path will look something like this - /home/deck/.steam/steam/steamapps/compatdata/), pull back up Protontricks to get the id for the modded & and the original launcher (427190 is the original id from steam, but non-steam games will have a randomly generated one), open the original games id folder, copy the pfx folder then paste it over the non-steam launchers pfx folder. BOOM! You can now mod Dead Rising! test mod works, console commands work fine, i haven't downloaded anything to really test out but I'll make a safe bet that everything should work as intended... and CUTSCENES WORK!

Last Edit: Jul 31, 2024 17:15:44 GMT -5 by jayw218: Fixed original problem, provided instructions if anyone wanted to set up on steam deck :)

kuruskururu
Survivor
DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (46)

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (47)


Posts: 3


DeadRisingEx (DREX) v1.5.9.53 - Unofficial game updateAug 3, 2024 12:09:02 GMT -5

Post by kuruskururu on Aug 3, 2024 12:09:02 GMT -5

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (48)

Jul 31, 2024 16:32:10 GMT -5 jayw218 said:

I'm not too sure if i'll get a response that'll be great, but i cant get any of the cutscenes to load. i can load into a save file & go in and out of areas fine but any time a cutscene gets triggered, i get stuck in an endless load screen and i can't figure it out for the life of me :/

EDIT: I'm on the Steam Deck, probably should've put it in original post

EDIT 2: I fixed the problem. If anyone ever wants to run this on their Steam Deck its pretty simple:

1. Follow the install instructions as normal

2. Set DeadRisingLauncher.exe as a non-steam game and attempt to launch it with a Proton layer & close once opened

3. Utilize Protontricks to set DLL overrides in winecfg's libraries tab for the ini parser and the deadrisingEX dll for the normal game, and the new launcher (you CAN set launch options in game properties on steam for dlls but its easier this way)

4. Navigate to your steam compatdata folder (in Home there'll be a hidden .steam folder, check "Show Hidden Files" in the option tab next to the search magnifying glass, the path will look something like this - /home/deck/.steam/steam/steamapps/compatdata/), pull back up Protontricks to get the id for the modded & and the original launcher (427190 is the original id from steam, but non-steam games will have a randomly generated one), open the original games id folder, copy the pfx folder then paste it over the non-steam launchers pfx folder. BOOM! You can now mod Dead Rising! test mod works, console commands work fine, i haven't downloaded anything to really test out but I'll make a safe bet that everything should work as intended... and CUTSCENES WORK!

I have the exact same issue as well as no music playing when a mod is active, but I’m stuck on setting the DLL overrides since this is pretty new to me so I’m pretty lost.

I was wondering if it’s possible to get some help with that?

DeadRisingEx (DREX) v1.5.9.53 - Unofficial game update | DEAD RISING Forum (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 5844

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.