Commit graph

345 commits

Author SHA1 Message Date
lzwdgc
f4c1f9f598 [mod] Check for empty object in copy_from_aim2() functions. 2024-05-03 20:16:12 +03:00
lzwdgc
125bb3f740 Update. 2024-05-01 19:37:28 +03:00
lzwdgc
d6b41db30c [mod] Add copy_sector_from_aim1(), but it still requires aim.exe changes. 2024-04-24 16:07:07 +03:00
lzwdgc
3699b94db0 [paker] Fix creating parent dir. 2024-04-23 23:05:00 +03:00
lzwdgc
789bcf5063 [mod] Add success message. 2024-04-23 00:25:26 +03:00
lzwdgc
fb13346a9d [mod] Prevent rebuilding of inject file. 2024-04-22 21:59:25 +03:00
lzwdgc
be502b89bb Fix injections file. 2024-04-22 19:12:59 +03:00
lzwdgc
51b2076d1e [mod] Simplify. 2024-04-22 15:25:58 +03:00
lzwdgc
5dc41c1d24 [mod] Simplify. Split injections header. Force include mod header. 2024-04-22 15:23:19 +03:00
lzwdgc
0d5b4462e3 Misc. 2024-04-22 14:44:00 +03:00
lzwdgc
cded0cc660 Misc. 2024-04-22 13:55:54 +03:00
lzwdgc
8ddf0c5230 [tm_converter2] Dont shrink alpha channel. 2024-04-22 13:55:47 +03:00
lzwdgc
bcd7388433 [tm_converter2] Save as png. 2024-04-22 13:55:32 +03:00
lzwdgc
34630347b0 [tm_converter2] Fix swapped width and height. 2024-04-22 13:54:33 +03:00
lzwdgc
01121ae523 [mod] Move general injections into mod library. 2024-04-22 02:49:47 +03:00
lzwdgc
0c0adeda4c Take all files from subproject dirs. 2024-04-22 02:41:39 +03:00
lzwdgc
bbd4838022 [mod] Move aim.exe helpers from example to mod. 2024-04-22 02:41:18 +03:00
lzwdgc
1e5dc243ce Try to add m2 weaps into test mod. 2024-04-22 02:36:12 +03:00
lzwdgc
06fd6ddf24 [mod] Initial copy_weapon_from_aim2. 2024-04-22 02:23:48 +03:00
lzwdgc
9d504e0592 [tm_converter2] Initial commit. It uses external dxt5 decompressor which one-off of previous version. Probably rounding error in our v1. 2024-04-22 02:23:11 +03:00
lzwdgc
e00603b511 Misc. 2024-04-22 02:21:01 +03:00
lzwdgc
53b835d187 [db_extractor] Add codepage argument. 2024-04-21 12:33:49 +03:00
lzwdgc
ceddfbd26a Correctly add model dependency for mod_converter2. 2024-04-20 22:46:49 +03:00
lzwdgc
2bfaba4781 [mod] Allow more freestanding mods. 2024-04-13 12:27:06 +03:00
lzwdgc
84c1c29ed6 [mod] Improve test mod. 2024-04-05 01:17:33 +03:00
lzwdgc
e1418d1a5c [mod] Improve test mod. 2024-04-05 00:48:08 +03:00
lzwdgc
bfe113937d [mod] Also log to file. 2024-04-05 00:41:42 +03:00
lzwdgc
5cfccc5414 [mod] Improve test mod. Give powerful items using startup config instead of script. 2024-04-04 23:51:40 +03:00
lzwdgc
9c67ec49f1 [mod] Misc. 2024-04-04 23:50:53 +03:00
lzwdgc
20ee8abbb3 [mod] Better debuggability. 2024-04-04 23:50:28 +03:00
lzwdgc
3846e8d735 [mod] Fix glider comparison by using their names finally. 2024-04-04 19:28:37 +03:00
lzwdgc
bc7e067841 [mod] Allow to change dll build type. Do not ship debug builds to users. 2024-04-04 19:28:12 +03:00
lzwdgc
80eecee914 Fallback translations to en_US. 2024-04-03 23:58:14 +03:00
lzwdgc
ace9535747 Take languages from json files on github. Overhaul work with databases. 2024-04-03 18:33:03 +03:00
lzwdgc
3d7970df53 Store models and textures inside mod dir. 2024-04-03 16:53:36 +03:00
lzwdgc
09a3a214d5 Misc. 2024-04-03 16:53:13 +03:00
lzwdgc
d225b53890 Remove unneeded file. 2024-04-03 16:24:15 +03:00
lzwdgc
aaf5cd8a32 Fix data length. 2024-04-03 16:23:36 +03:00
lzwdgc
8ca71c62ab Respect codepages. 2024-04-03 15:36:37 +03:00
lzwdgc
a8c8665ba1 Convert files to utf8. 2024-04-03 13:23:55 +03:00
lzwdgc
616d0a4429 [db2] Delete "DELETED" field. 2024-04-03 13:16:35 +03:00
lzwdgc
871698e352 Misc. 2024-04-03 13:16:16 +03:00
lzwdgc
6f40763885 [mod] Copy all gliders from aim2. But for some reason one of them do not allow to leave glider screen in the base. 2024-04-03 12:25:30 +03:00
lzwdgc
94f9125d5e Fix overwriting already patched files (scripts and mmo). 2024-04-03 12:24:48 +03:00
lzwdgc
21a14caf12 [db2] Load from json. 2024-04-02 23:58:13 +03:00
lzwdgc
c4e42dea25 [mod] Allow to copy gliders from aim2. 2024-04-02 18:13:48 +03:00
lzwdgc
91680b3218 [mod_converter2] Remove null textures. 2024-04-02 18:13:13 +03:00
lzwdgc
466aa747f4 [mod] Initial copy_from_aim2(). 2024-04-02 15:40:46 +03:00
lzwdgc
98d9cd36e1 [mod_converter2] Save textures list. 2024-04-02 15:33:52 +03:00
lzwdgc
472152c158 [unpaker] Fix warning. 2024-04-02 15:02:56 +03:00