Commit graph

328 commits

Author SHA1 Message Date
lzwdgc
98425912c2 Misc. 2024-02-03 13:24:10 +03:00
lzwdgc
55e95ba805 Misc. 2024-02-03 13:20:21 +03:00
lzwdgc
161cd9d95e Initial txt2script. 2024-02-03 05:51:46 +03:00
lzwdgc
5c641bcc04 Misc. 2024-02-03 05:51:36 +03:00
lzwdgc
83b052ba43 Misc. 2024-02-03 02:44:36 +03:00
lzwdgc
195e8a0c5a [paker] Add more autoextensions. 2024-02-03 02:44:26 +03:00
lzwdgc
c05e24dc20 Initial paker. 2024-02-03 02:37:07 +03:00
lzwdgc
308312f54a Misc. 2024-02-03 02:36:53 +03:00
lzwdgc
763f4aeb95 [unpaker] Unify m1 and m2 unpakers. 2024-02-02 23:21:09 +03:00
lzwdgc
9146cf6900 Unpaker updates. 2024-02-02 23:06:17 +03:00
lzwdgc
98beb2b4f5 [unpaker] decode_f1 is never called. 2024-02-02 17:25:55 +03:00
lzwdgc
25b01495eb Misc. 2024-02-02 05:04:19 +03:00
lzwdgc
0b8d81ea37 Misc. 2024-02-02 05:03:17 +03:00
lzwdgc
748d1c2ff3 Update. 2024-02-01 03:44:09 +03:00
lzwdgc
31123f11fa Initial script2txt v2. 2024-02-01 00:59:17 +03:00
lzwdgc
3e2c9ba25f Update. 2023-01-10 20:05:02 +03:00
lzwdgc
0b9304181d Update readme. 2023-01-10 19:12:03 +03:00
lzwdgc
23d1a49ece Update readme. 2023-01-10 17:39:49 +03:00
lzwdgc
ff7af660c7 [unpaker2] Cleanup. 2023-01-10 17:35:10 +03:00
lzwdgc
9c92592398 [unpaker2] RLEW decompression. 2023-01-10 17:31:26 +03:00
lzwdgc
b3c0b0489e [unpaker2] lzma decoder. 2023-01-10 15:46:25 +03:00
lzwdgc
6b1db00fe6 [unpaker2] Some RLEW experiments. 2023-01-10 14:41:39 +03:00
lzwdgc
e0343576b7 Update unpaker2. 2023-01-10 04:58:51 +03:00
lzwdgc
ca9427b409 Update unpaker2. 2023-01-10 04:36:50 +03:00
lzwdgc
1d2ef0e7ea Update unpaker2. 2023-01-10 04:12:54 +03:00
lzwdgc
3fdfc08750 Initial m2 unpacker (unpaker2). 2023-01-10 02:42:16 +03:00
lzwdgc
74bffbda51 Update. 2022-12-20 21:06:37 +03:00
lzwdgc
c0e6a2226e Use C++23. Do not build mod converter if fbx sdk is not present. 2022-09-05 01:27:52 +03:00
lzwdgc
3e6326747e Add missing db save. 2021-06-04 16:57:07 +03:00
lzwdgc
1792ceb6a3 Add package definitions. 2021-05-08 19:28:20 +03:00
lzwdgc
c01c10f2d0 Fix script2txt build. 2021-02-20 23:16:41 +03:00
lzwdgc
8813810eb8 Return xml2 dep back. 2021-02-15 21:37:33 +03:00
lzwdgc
0fc2fc3357 Update primitives deps. Mark unpaker as header only on non 32 bit platforms. 2021-02-15 21:15:39 +03:00
lzwdgc
2ca07e9b11 Fix linux build. 2021-02-15 15:56:24 +03:00
lzwdgc
dc8733dd49 Update for manager changes. 2021-01-08 04:43:16 +03:00
lzwdgc
ea250f11ea [mmp_extractor] Fix ue4 z scales and heightmap values. Required Z scale for the map is printed into the info file. 2020-12-13 00:39:52 +03:00
lzwdgc
aea765a7b2 Misc. 2020-12-10 03:19:49 +03:00
lzwdgc
c2565c4cb5 Restore animations reading when first animation header n = 0. 2020-12-10 03:19:44 +03:00
lzwdgc
649fb9fb97 Remove unused def. 2020-12-09 23:33:03 +03:00
lzwdgc
7a7abb8253 Some fbx animation stubs. 2020-12-09 22:27:20 +03:00
lzwdgc
1185a57df6 More verbose help message. 2020-12-09 22:27:02 +03:00
lzwdgc
50bd8a4a22 [mmo_extractor] Fix crashes. 2020-12-09 21:32:56 +03:00
lzwdgc
2137d165d5 Fix 32-bit build. 2020-12-09 21:32:31 +03:00
lzwdgc
e0d8f31839 Throw exception on unknown object. 2020-12-09 21:32:23 +03:00
lzwdgc
deba3b5e72 [mmo_extractor] Improve yaw calculations. Remove hardcoded angle. Fix atan2 arguments to correctly calculate yaw. 2020-12-09 18:48:15 +03:00
lzwdgc
4158345612 Improve animations reading. 2020-12-09 18:46:37 +03:00
lzwdgc
d6e290855c Clarify animated textures. 2020-12-09 18:45:55 +03:00
lzwdgc
2ce251997d Fix C++20 array comparison. 2020-12-09 14:19:20 +03:00
lzwdgc
1c0bea8a9c [model] Fix reading vertices. 5th attempt. (1 - initial, 2 - initial + minus x, 3 - modern, 4 - Yakim's.) 2020-12-09 05:12:20 +03:00
lzwdgc
0f06403862 [mod_converter] Allow to process and print loaded .mod files from Viewer.exe from AIM2 SDK. 2020-12-09 05:10:07 +03:00