Control Ultimate Edition

Control Ultimate Edition

View Stats:
disable intros
any way to disable intro videos?
< >
Showing 1-11 of 11 comments
Winckle Aug 28, 2019 @ 2:49am 
Let me know if you find one!
joridiculous Sep 5, 2019 @ 4:33pm 
HEX-edit ep100-000-pc.rmdp
search for "uint64" (or Integer) value "22921245808017995", or Hex 4B 42 32 6A C0 6E 51
It should look like "KB2j
Then replace both instances of 58 02 with 03 00
Looks like this: https://imgur.com/LfY96gg the red numbers are changed

Make a backup first!
Last edited by joridiculous; Sep 5, 2019 @ 4:34pm
J.C.Denton Oct 19, 2019 @ 1:04pm 
stopped working with the new update 1.04. Hex/int values do not exist anymore.
Do you have a solution for this version too?
joridiculous Oct 19, 2019 @ 1:56pm 
Not updated the game after 1.03 (yet).

This should work.
Disable Intro Videos - data_packfiles\ep100-000-pc.rmdp

0x224352708: 58 02 -> 03 00
0x224352710: 58 02 -> 03 00

(Search for hex 58 02 00 00 10 FC 00 00 58 02 00 00)

Latest version 1.04.1 btw. They did a small "roll-back" after the always online "mistake".
thanks again :)
Riddip Jan 7, 2020 @ 5:11am 
I found this post and can confirm that this still works with the newest version. I own the game on the epic store and my game is v1.07.00 .

The offsets changed again, but i searched for "58 02 00 00 10 FC 00 00 58 02 00 00", found it and changed both "58 02" to "03 00" and the startup videos are gone. 👍

I did use the hexeditor "HxD" for the changes.
Last edited by Riddip; Jan 7, 2020 @ 5:11am
gj!
joridiculous Jan 7, 2020 @ 10:58am 
A couple more hex edits. (no dlc unlocks though, because reasons) Control_DX12.exe / Control_DX11.exe unless other are mentioned

Performance Tweaks (Disabling the resp. features) For DX11 hex edit renderer_rmdwin7_f.dll: 0x7A373F: 01 -> 00 bool rend::RenderOptions::RenderDepthOfField 0x7A374F: 01 -> 00 bool rend::RenderOptions::ScreenSpaceAntialiasing For DX12 hex edit renderer_rmdwin10_f.dll: 0x7C6D40: 01 -> 00 bool rend::RenderOptions::RenderDepthOfField 0x7C6D50: 01 -> 00 bool rend::RenderOptions::ScreenSpaceAntialiasing (Check export directory for functions) Unlock all outfits (includes unreleased "Expedition Gear", note that the unlocked outfits might be saved to your save file, and stay even after removing the patch!) 0x1A0E2F / 0x1401A1A2F: 8B 4B 04 8D 41 01 83 F8 03 0F 87 E3 00 00 00 -> B8 01 00 00 00 89 43 04 EB 0E 90 90 90 90 90 Disable Intro Videos - data_packfiles\ep100-000-pc.rmdp 0x224352028: 58 02 -> 03 00 0x224352030: 58 02 -> 03 00 (Search for hex 58 02 00 00 10 FC 00 00 58 02 00 00)
Last edited by joridiculous; Jan 7, 2020 @ 11:00am
awesome :)
Why not simply giving in the opcodes instead of giving out the offset for the No Intro part...
Seriously, offsets do change and a search engine is not looking via offsets, Hex does not always change and the regular search engine does help searching with hex/text/string values.

To save the people this mess, 16bit instance display:
first offset, 224352020
4B 42 32 6A A4 A5 53 00 58 02 00 00 10 FC 00 00

second offset, 224352030
58 02 00 00 80 07 00 00 38 04 00 00 1E 00 00 00

Change the 58 02 values to 03 00. Done.
nexus mod has a mod to skip them but I have not used it myself.
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Aug 27, 2019 @ 2:23pm
Posts: 11