Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

rengren

Uploaded by

rengren

Virus scan

Safe to use

Tags for this mod

About this mod

DLL patch for Clipboard mod https://www.nexusmods.com/fallout4/mods/31090

Requirements
Permissions and credits
Working clipboard Mod for version 1.10.120
Installation:
1) You need to install the original clipboard mod https://www.nexusmods.com/fallout4/mods/31090
2) Find the file ClipboardExtension.dll in Data\F4SE\Plugins in F4 folder  (If you use ModOrganizer2  in mods\Clipboard\F4SE\Plugins in your MO folder )
3) And overwrite with the new file.

What did I do? The clipboard dll contains a check of the F4SE version:
if (f4se->runtimeVersion != RUNTIME_VERSION_1_10_98) {
    UInt32 runtimeVersion = RUNTIME_VERSION_1_10_98;
Bla Bla bla
_FATALERROR("unsupported runtime version %08X", f4se->runtimeVersion);
It's the only place. So I modified the binary file in those 2 sites by changing to version 1.10.120.

D:\ModOrganizer\mods\Clipboard\F4SE\Plugins>fc /b ClipboardExtension.dll.bak ClipboardExtension.dll
Comparing files ClipboardExtension.dll.bak and CLIPBOARDEXTENSION.DLL
001D9847: 20 80
001D9848: 06 07
001D9855: 20 80
001D9856: 06 07