Jump to content

[Fixed] Dune 2 Decay how to remove Building Decay? (Building of a Dynasty 1.07US)


Recommended Posts

Posted (edited)

I'm new here so i don't know how successfull people were in the last 17 years, because when i look for it, i find 2009 Articles.

From what i understand Dune2.exe has to be edited and there is also an emc file in one .pak but i don't find guides how to edit that exe ...

edit: i found some pdfs here and used chatgpt to help me with that. This Powershell command fixed the decay rate on concrete for me. (i played 1.07 US ). the shown path

"H:\Zoggers\DOSgames\DUNE2\DUNE2.EXE" is the one on my hdd. you have to change that to yours (also make a backup in case it doesn't work for you)

$b=[IO.File]::ReadAllBytes("H:\Zoggers\DOSgames\DUNE2\DUNE2.EXE");$b[0xF686]=0x90;$b[0xF687]=0x90;$b[0xF688]=0x90;$b[0xF689]=0x90;$b[0xF68A]=0x90;$b[0xF68B]=0x90;[IO.File]::WriteAllBytes("H:\Zoggers\DOSgames\DUNE2\DUNE2.EXE",$b)

Edited by HaDeEs
  • HaDeEs changed the title to [Fixed] Dune 2 Decay how to remove Building Decay? (Building of a Dynasty 1.07US)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.