Lack of Documentation
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.
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
I'm trying to figure out why this is happening but all I can figure out is its for command line arguments.
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.
Thank you. I'm sorry if I came off the wrong way. Also nice job on the tools.