An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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)