AWTools icon indicating copy to clipboard operation
AWTools copied to clipboard

Lack of Documentation

Open Chrisxdxl opened this issue 2 years ago • 3 comments

Hi,

I'm trying to use these tools but I can't seem to figure out how to use them. I can't find any instructions nor documentation in the README or in the Github page. I am a Computer Science oriented person so I have tried some things but outside of compiling I can't think of anything else.

I would appreciate any help and/or documentation that may help me.

Chrisxdxl avatar May 17 '23 14:05 Chrisxdxl

I copied the code to the PyCharm IDE so I could see any errors and this error came up:

Traceback (most recent call last): File "C:\Users\Chris\Documents\Python Projects\pythonProject\Unpack rmdp\main.py", line 8, in fbin = open(sys.argv[1], "rb") IndexError: list index out of range

I'm trying to figure out why this is happening but all I can figure out is its for command line arguments.

Chrisxdxl avatar May 18 '23 20:05 Chrisxdxl

As I have written on other occasions, these tools are a proof of concept, mainly for helping me reverse engineer the basic file formats of Northlight Engine games. I tried to keep them as simple as possible. They are constructed as commandline tools, for example the unrmdp tool you are mentioning can be used by typing the following in cmd (Windows) or bash (Linux): python unrmdp.py file.bin file.rmdp Where "file" can be replaced with the bin/rmdp archive name you want to unpack.

Nostritius avatar May 20 '23 18:05 Nostritius

Thank you. I'm sorry if I came off the wrong way. Also nice job on the tools.

Chrisxdxl avatar May 21 '23 15:05 Chrisxdxl