Oh, totally forgot to ask.
I installed python but don't quite get the instructions, this line in particular:
1
| Also note that in order to do this you need Python 2.6 or Python 2.7 installed in your computer and they need to be in the terminal path. |
I had the tns file in the same directory as the .py file, however from the instructions, it seems like I need to have the Python install files in the same directory too!
I suspected this when I saw that the command line had "python" in it
1
| python tns2lua.py MyFile.tns MyFile.txt |
Any help on this?
Also I created a batch file for this for ease of use:
1 2 3 4
| @echo off set /p tnsfile= Type the tns filename (without extension): set /p txtfile= Type the txt filename (without extension): python tns2lua.py %tnsfile%.tns %txtfile%.txt |
Though it didn't seem to work.
Help Please
