[go: up one dir, main page]

Skip to content

A simple fix that allows you to run demo of Dread Dawn

Notifications You must be signed in to change notification settings

DisZom/Dread-Dawn-Demo-Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Dread Dawn Demo Fix

A simple fix that allows you to run demo of Dread Dawn. The copyright belongs to the original authors.

Easy way

Just change the date to February 1 2024, after that the demo will start.

Hard way

Prerequisites

Download and install Java JRE 17 and JavaFX SDK.

I checked it works on: JRE 17 by Adoptium and OpenJFX. After installing JavaFX, go to where you installed it and rename javafx-swt.jar on javafx.swt.jar in the lib folder.

Installation

Ready-made version

  1. Download the Game.jar and move it to the Dread Dawn root folder
  2. Create a start.bat and paste this:
 <Path to java.exe> --module-path <Path to JavaFX\lib> --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.web,javafx.swt -jar Game.jar
  1. Run start.bat and enjoy the demo

Manual

  1. You need to copy the jav.jar from the Temp folder while the original exe file is running.
  2. Open the jav.jar as an archive and extract from the Game folder MyPanel.class and ReaderImage.class
  3. You need to open these files in any Java bytecode editor.
  4. Find the bytecode: sipush 2024, change it to: sipush 3024, and save it.
  5. Return these files back to jav.jar and rename jav.jar in Game.jar
  6. Move it to the Dread Dawn root folder
  7. Create a start.bat and paste this:
 <Path to java.exe> --module-path <Path to JavaFX\lib> --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.web,javafx.swt -jar Game.jar
  1. Run start.bat and enjoy the demo

About

A simple fix that allows you to run demo of Dread Dawn

Topics

Resources

Stars

Watchers

Forks