https://github.com/Ekey/ER.DATA.Tool
Tool for extract data archives from mobile game Earth Revival (Project Arrival)
https://github.com/Ekey/ER.DATA.Tool
data earth-revival idx project-arrival
Last synced: 14 days ago
JSON representation
Tool for extract data archives from mobile game Earth Revival (Project Arrival)
- Host: GitHub
- URL: https://github.com/Ekey/ER.DATA.Tool
- Owner: Ekey
- Created: 2025-06-15T20:46:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T19:35:24.000Z (12 months ago)
- Last Synced: 2026-02-28T17:44:25.908Z (3 months ago)
- Topics: data, earth-revival, idx, project-arrival
- Language: C#
- Homepage:
- Size: 27.2 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-game-file-format-reversing - ER.DATA.Tool - Tool for extracting data archives from mobile game Earth Revival (Project Arrival). (Game & Studio Tools / FromSoftware)
README
# ER.Unpacker :see_no_evil:
Tool for extract DATA archives from mobile game [Earth Revival (Project Arrival)](https://sf.nvsgames.com), [Steam Page](https://store.steampowered.com/app/2057470/Earth_Revival)
## Usage
> ER.Unpacker "**INPUT_IDX_FILE**" "**OUTPUT_DIRECTORY (OPTIONAL)**"
### Examples
> ER.Unpacker "**E:\Games\EarthRevival\Game\Game_Data\StreamingAssets\datas\data.32.idx**"
> ER.Unpacker "**E:\Games\EarthRevival\Game\Game_Data\StreamingAssets\datas\data.32.idx**" "**D:\Unpacked**"
> [!note]
> If the output directory is not specified, then the unpacked files will be in the same place as the IDX file
# ER.LuaJIT.Decompiler :see_no_evil:
Tool for decompile lua files (take it [here](https://github.com/marsinator358/luajit-decompiler-v2/issues/68#issuecomment-2990486852)).
**Author** - [marsinator358](https://github.com/marsinator358)
## Usage
> luajit-decompiler-v2 "**ANY.lua**"
# ER.Metadata.Decryptor :see_no_evil:
Tool for decrypt **global-metadata.dat**
> [!note]
> There is no encryption in the mobile version only for PC
# Special Thanks
* [cdj88888](https://github.com/cdj88888)