1
0
mirror of synced 2024-12-02 19:17:24 +01:00
Commit Graph

643 Commits

Author SHA1 Message Date
José Guadalupe Nava Zavala
317c18a570 Modified .gitignore to ignore common VS files
Modified .gitignore to add the base VS ignore files (nugget packages)
debug header files, etc.
2020-05-02 02:58:50 -05:00
KillzXGaming
7efbad2ae9 Some adjustments 2020-04-26 17:30:55 -04:00
KillzXGaming
554f4b17a0 NUTEXB : don't combine levels to fix file sizes 2020-04-26 10:14:11 -04:00
KillzXGaming
9f43146966 NUTEXB fix importing cubemaps 2020-04-23 16:25:37 -04:00
KillzXGaming
0b7f5043e9 Fix BCLIM saving (fixes bclyt editing in archives) 2020-04-23 16:11:05 -04:00
KillzXGaming
126f462213 Fix the batch bntx creator to have a proper folder selector 2020-04-23 15:27:47 -04:00
KillzXGaming
ab984fe93a Prevent infinite loading for effn ptcls 2020-04-19 17:23:43 -04:00
KillzXGaming
11099d88df Automatically open sarc file entries if there is only a single file in them 2020-04-19 13:28:04 -04:00
KillzXGaming
a3be9b111d BFRES : Fix bone indices remapping for batch exported models 2020-04-18 16:07:06 -04:00
KillzXGaming
d5f2d60bfa BYAML : Some yaml tag fixes 2020-04-16 17:19:23 -04:00
KillzXGaming
224972df98 BYAML : Fix crc32 computing for yaml 2020-04-16 16:43:10 -04:00
KillzXGaming
31102bcc37 Quick fix 2020-04-16 16:31:05 -04:00
KillzXGaming
a6951ec000 Add a way to search for byaml hashes in the Hashes folder 2020-04-16 16:28:36 -04:00
KillzXGaming
43af3d9bed Start to cleanup BARS 2020-04-14 17:20:59 -04:00
M-1
49a2d7e282 CMB: Redo cmb reading/writing using ZeldaLib (WIP) 2020-04-14 16:40:24 -04:00
KillzXGaming
134b8e295c Automatically open ctex files for narc if a bfres is opened. Fix aces texture mapping 2020-04-14 16:31:36 -04:00
KillzXGaming
33ae4c5635 Use first texture for 3ds materials 2020-04-14 15:32:59 -04:00
KillzXGaming
c220b6a3ed PTCL : Make sure to save changes to bfres for switch 2020-04-14 14:23:42 -04:00
KillzXGaming
d45ca032b2 Fix batch exporting luas from BEA 2020-04-11 18:30:53 -04:00
KillzXGaming
a3080f0980 ZSI fix multi room setups 2020-04-11 16:21:00 -04:00
KillzXGaming
cb86773b9c Fix scene animation exporting for wii u 2020-04-11 14:47:32 -04:00
KillzXGaming
2b416da9df BCH/BCRES : Skip transforming normals to prevent singular matrix bug 2020-04-11 11:19:02 -04:00
KillzXGaming
2088200479 Add batch exporting textures for some additional formats 2020-04-11 10:23:39 -04:00
KillzXGaming
65532046c0 Quick implimentation so bfres models can be batched exported 2020-04-10 17:22:45 -04:00
KillzXGaming
ab37acc60c Add LZ77 Wii support for type 0x11 (Paper Mario Color Splash) 2020-04-09 21:02:46 -04:00
KillzXGaming
be9f7928d8 BFRES : fix loading R8 SNORM for wii u 2020-04-09 19:34:54 -04:00
KillzXGaming
c035b7e9c2 Fix nutexb padding for smaller images 2020-04-09 16:44:22 -04:00
KillzXGaming
259f681940 NUTEXB : Also pad image data for images edited in tool 2020-04-02 14:48:25 -04:00
KillzXGaming
da32466f53 Quick fix 2020-04-02 14:36:34 -04:00
KillzXGaming
4ff5e83ba3 NUTEXB : Automatically pad smaller image sizes if restrictions are used 2020-04-02 14:34:18 -04:00
KillzXGaming
1cf45c4f5a Adjust nutexb name handling 2020-04-02 14:25:08 -04:00
KillzXGaming
1d899747d7 Regenerate indices after it's removed 2020-04-02 14:14:19 -04:00
KillzXGaming
32093a1822 GFPAK : Fix deleting file entries from improper folder indices 2020-04-02 14:12:59 -04:00
KillzXGaming
e636da8d19 BFRES : Add import setting to create dummy LODs 2020-04-01 15:31:08 -04:00
KillzXGaming
f345e5ec59 BFRES : Add option to create dummy LODs that point to first level. 2020-04-01 15:23:55 -04:00
KillzXGaming
7c75bb3a47 BFRES : Create new bounding nodes for regenerated bounding boxes 2020-04-01 14:39:11 -04:00
KillzXGaming
66f429a555 BFRES : Fix clearing shape LODs from the menu 2020-04-01 13:15:51 -04:00
KillzXGaming
9c9c9126a5 DA4E : Fix a bug with material mapping on export 2020-04-01 11:45:08 -04:00
KillzXGaming
ed945a5f5e One more fix 2020-03-23 21:35:39 -04:00
KillzXGaming
0900170038 Fix errors 2020-03-23 21:32:57 -04:00
KillzXGaming
5240021dea Update ftex replace method 2020-03-23 21:16:55 -04:00
KillzXGaming
0096dd95c2 Some fixes to texture importer and auto flip bffnt bitmaps on import 2020-03-23 21:13:58 -04:00
KillzXGaming
446568f641 Some more bfxfnt fixes with gx2. Also fix the character selector 2020-03-23 20:38:39 -04:00
KillzXGaming
c9ea004446 Force swizzle pattern for bffnt GX2 sheets when replacing 2020-03-23 20:24:19 -04:00
KillzXGaming
42304f5687 Some bxfnt adjustments with columns 2020-03-23 20:21:47 -04:00
KillzXGaming
8c6b547900 Fix PCK bugs with streams 2020-03-23 19:17:50 -04:00
KillzXGaming
5a1e4281c1 Reload tree and file for saved file streams that are kept open 2020-03-22 20:18:21 -04:00
KillzXGaming
814321e41b Add support for PCK audio archives 2020-03-22 20:02:32 -04:00
KillzXGaming
2fa03c724a Fix BRLYT tex coord gens for newly made texture maps 2020-03-22 17:51:01 -04:00
KillzXGaming
efca9faee9 Fix errors 2020-03-22 13:18:14 -04:00