Skip to content

Releases: EgoEngineModding/EasyERPMod

v1.4.0

10 Sep 10:38

Choose a tag to compare

You can now change font sizes in Settings -> View/Edit on the topbar.

Packed DLL files into executable, reducing the number of files
You may manually delete all files, except your _MODS folder and settings.json file of course, and extract the new files. The updater will not cleanup old files for you.

  • Added Roboto font with a range of font sizes
  • Added menu bar
  • Added settings and about windows
  • Updated colors for headers

v1.3.2

04 Sep 04:30

Choose a tag to compare

Fixed auto update loop!

PLEASE DOWNLOAD FROM RACEDEPARTMENT OR GITHUB AND EXTRACT MANUALLY!

v1.3.1

29 Aug 05:39

Choose a tag to compare

  • New EasyUpdater app! No more checking RaceDepartment thread or GitHub for new release.

  • Added more logging

  • Added last resort bug catching

  • Slightly modify game's window detect after start (more aggressive) + more logging

    • We'll have to see how this do, it's very hard to replicate the issue

v1.2.5

28 Aug 03:03

Choose a tag to compare

  • Fixed some places not using FindReplace file name in settings
  • Added Save & Close button for Find & Replace window, rename "Close" to "Discard & Close"
  • Fixed color RGBA -> ABGR
  • Faster files init and textures import/export
  • Fixed mipmap file when exporting texture
  • Fixed Packages duplicated files not being exported

v1.2.4

27 Aug 02:27

Choose a tag to compare

Fixed F1 process check in settings -> game dir

v1.2.3

26 Aug 14:08

Choose a tag to compare

More error checks update
Fixed showing files in Mods Explorer
Added FindReplace.json file click popup

v1.2.2

26 Aug 10:28

Choose a tag to compare

Added errors check in settings.json file
Pause the app after the check failed then exit on key press

v1.2.1

26 Aug 07:13

Choose a tag to compare

Added some QoL changes

v1.2.0

26 Aug 05:12

Choose a tag to compare

New EasyERPExplorer app

  • Navigate game files
  • Export files from ERP
  • Create/edit mods

v1.0.2

18 Aug 15:27

Choose a tag to compare

Fixed cleanup before initsettings
Other small changes