diff --git a/.gitignore b/.gitignore index f7c650d..41c713b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ _search_save_type.py notalterra-linux notalterra-windows.exe notalterra +/tests/ diff --git a/tests/_scan_test.py b/tests/_scan_test.py deleted file mode 100644 index ecea1b5..0000000 --- a/tests/_scan_test.py +++ /dev/null @@ -1,9 +0,0 @@ -import struct -d = open('samples/savegame_0.sav','rb').read() -i = d.find(b'ElapsedTimeDouble') -print('ElapsedTimeDouble found at:', i) -i2 = d.find(b'Elapsed') -print('Elapsed found at:', i2) -# Check FName encoding at position i2-4 -print('u32 at i2-4:', struct.unpack_from('