Game Tools and Modifications

From Len'en Wiki
Jump to: navigation, search

This article holds information about existing tools used to extract or modify the data of the Len'en Project games.

Note: JynX has explicitly stated to not over-use accessing tools.[1]

General Utilities

DXLibrary
Download
Purpose

Tool for extracting the *.led files of various game archives. Used by JynX to develop the Len'en Project games.

Supports
Usage

This is how you download the tool and extract the dat.led files:

  • Visit the provided link and download any of its three C++ versions seen clearly at the top of the page ("VisualC++", "BorlandC++" or "Gnu C++", it doesn't matter)
  • Run downloaded file to initiate self-extraction
  • Open created folder and navigate to ./Tool/DXArchive/ (there you should be able to see DxaDecode.exe and DxaEncode.exe executable files)
  • In order to extract the dat.led file, move that file to the DXArchive folder and run "DxaDecode.exe -K:KisamaMiteiruna dat.led" (or you can just define fullpath to dat.led file instead of moving it)
  • In order to repack data, run "DxaEncode.exe -K:KisamaMiteiruna <path to directory to pack>" (where instead of <path...>, specify what is asked). Requires DXArchive v1.03 (included in DXLibrary v3.13d, can be downloaded from here).
Author Takumi Yamada (http://homepage2.nifty.com/netupaji/DxLib/)


Gameplay-Related Utilities

Supporting single games

Absurdly Extra Patch for Reactivate Majestical Imperial
Download
Purpose

Adds the Absurdly Extra difficulty setting to the main game of Reactivate Majestical Imperial.

Supports


Latest version

v3 (2014-10-24)

Author Necrotek


Translation Patches

See Also

External Links

References

  1. Tweet: "Well, I guess it can't be helped if the data is being extracted~ As long as you don't abuse that power, I won't mind."