1
0
mirror of synced 2024-11-13 18:50:50 +01:00
Commit Graph

1025 Commits

Author SHA1 Message Date
KillzXGaming
9c0703d50c Cleanup a bit 2020-08-31 17:30:57 -04:00
KillzXGaming
b867295659 NUTEXB : Add seperate padding toggle to pad smaller file sizes. 2020-08-31 17:27:07 -04:00
KillzXGaming
bf02233106 Combine KCL materials that use unique IDs per every triangle. 2020-08-31 17:00:55 -04:00
KillzXGaming
e3ac2625ef KCL fixes for 3D World Presets 2020-08-19 16:29:40 -04:00
KillzXGaming
619c1a9e23 Adjust KCL constructor 2020-08-18 14:06:54 -04:00
KillzXGaming
f39203054b Adjust obj export default filename 2020-08-16 11:48:40 -04:00
KillzXGaming
232c44a605 Major KCL update.
KCL support has been greatly improved.
- High poly collisions can now be created (even higher than 65k+).
Collision should still be made with the game limitations and performance in mind!
- Support for all KCL versions (GC, Wii, DS, 3DS, etc). Keep in mind for various games to work, you must create a preset and configure the settings used for individual games. I will be adding many more soon to support a wide range of games.
- KCL files can now have the endianness switched and saved back allowing for direct conversion.
- OBJ importing will auto map materials by name COL_## (## being hex value). This allows to export and reimport collisions with all the data intact.
- File sizes are more optmized and improved.
- Speed signifcantly improved and is much faster for both exporting and replacing.
-Materials are now split in the node view for a KCL.  This is to select and easily see all the material types and so they can be highlighted.
2020-08-16 11:42:39 -04:00
KillzXGaming
b0f77f247a BFRES : Fix bntx files with custom file names (PMTOK missing textures fixed) 2020-08-11 16:47:01 -04:00
KillzXGaming
ca57c482b7 BFRES : Fix yaml formatting for materials with duplicate values in keyframes. 2020-08-03 19:28:50 -04:00
KillzXGaming
c68dc5aaea Disable bmd saving to prevent potential crashes 2020-08-02 12:04:09 -04:00
KillzXGaming
4e5c8cf5f6 Add support for ARAM RARC files. 2020-07-29 19:54:52 -04:00
KillzXGaming
3d32e44e73 Export bfres files as model containers on batch exporting. 2020-07-29 19:54:17 -04:00
KillzXGaming
b58d58abaf Use byte type for bntx flags 2020-07-27 18:43:10 -04:00
KillzXGaming
bebba0e432 PACx : fix some freezes loading type 0 files (root single chunks) 2020-07-26 12:30:21 -04:00
KillzXGaming
cdc0049190 LM3 : Adjust model name handling. 2020-07-21 19:03:39 -04:00
KillzXGaming
1be92db3d7 Auto check BC4 Alpha setting when used on replaced texture. 2020-07-20 19:53:24 -04:00
KillzXGaming
b673b3ee60 Revert "Revert "Revert "Quick fix for switch textures with strange resolutions."""
This reverts commit 2866344409.
2020-07-20 19:52:11 -04:00
KillzXGaming
2866344409 Revert "Revert "Quick fix for switch textures with strange resolutions.""
This reverts commit d7e8d9d50c.
2020-07-20 19:50:33 -04:00
KillzXGaming
d7e8d9d50c Revert "Quick fix for switch textures with strange resolutions."
This reverts commit cfbf39fff6.
2020-07-20 19:50:11 -04:00
KillzXGaming
cfbf39fff6 Quick fix for switch textures with strange resolutions. 2020-07-15 19:01:56 -04:00
KillzXGaming
06f8c15b5d BXLAN : Fix saving texture pattern animations. 2020-07-12 17:55:41 -04:00
KillzXGaming
78fc6c7eb3 BXLAN : Fix string collection editors. 2020-07-12 16:52:07 -04:00
KillzXGaming
07bd21b174 Fix errors 2020-07-11 15:21:37 -04:00
KillzXGaming
336efb45ff NUTEXB : Align array levels fixing cubemap importing 2020-07-11 11:24:50 -04:00
KillzXGaming
7ca392bdfe Add dialog for replacing unswizzled images for nutexb 2020-07-11 11:19:25 -04:00
KillzXGaming
8cbc45f3a1 Add workaround for Taiko no Tatsujin nutexb in right click menu. 2020-07-11 11:12:01 -04:00
KillzXGaming
1e3f2eebb6 Fixup mipsizes in nutexb 2020-07-10 21:29:29 -04:00
KillzXGaming
47fe05f593 BNTX : Fix R11_G11_B10_UINT 2020-07-10 20:45:10 -04:00
KillzXGaming
4f39fdf62e Another adjustment to texture mapping 2020-07-10 17:49:24 -04:00
KillzXGaming
6c4afefdd5 Adjustments to texture mapping. 2020-07-10 17:27:31 -04:00
KillzXGaming
3bb5df711e Force bc4 alpha on bffnt 2020-07-07 19:22:26 -04:00
KillzXGaming
72a12c5c05 Fix bug loading files in U8 archives 2020-07-07 16:15:29 -04:00
KillzXGaming
21067aa72f BFLYT : Fix loading some values in text pane editor. 2020-07-06 19:13:42 -04:00
KillzXGaming
a5ab81cc9b Disable gmx saving as editing isn't supported yet 2020-06-30 21:27:52 -04:00
KillzXGaming
65d5fc1a32 BFRES : Fix null reference bug for importing bones (wii u) 2020-06-30 18:46:09 -04:00
KillzXGaming
82f104d8f1 BFRES : Rename duplicate bone names when new bones are imported. 2020-06-30 18:43:33 -04:00
KillzXGaming
b48e0af34b Improve RARC saving. 2020-06-30 18:29:01 -04:00
KillzXGaming
ee58bfcadb Some fixes for opening bfres without opengl enabled 2020-06-17 16:29:03 -04:00
KillzXGaming
ecc43c8430 BFRES : Fixes to importing SMD to FSKA 2020-06-15 21:00:03 -04:00
KillzXGaming
952095877d BFRES : Prevent adding attributes if original attributes are kept and present. 2020-06-15 20:15:27 -04:00
KillzXGaming
e66e16b3c4 BARS : Add export all option when right clicking audio folder. 2020-06-12 18:59:17 -04:00
KillzXGaming
c134a24765 GFBMDL : Add a quick fix for swapping json materials. 2020-06-10 19:43:10 -04:00
KillzXGaming
8ae794259c Allow seanim to be exportable with gfbanim 2020-05-26 16:05:03 -04:00
KillzXGaming
d3839e87b7 List out texture placeholders for bfres when missing textures on save. 2020-05-26 14:59:49 -04:00
KillzXGaming
f796687ca0 Some nutexb replacement fixes 2020-05-23 19:17:27 -04:00
KillzXGaming
08ac7084e7 Fix narc files with no file names 2020-05-23 14:23:19 -04:00
KillzXGaming
06b6f5b2ab Only open texture pattern viewer in FMAA if the type is a texture pattern 2020-05-15 19:09:14 -04:00
KillzXGaming
cf9d673537 Fix click events for animations 2020-05-15 19:06:58 -04:00
KillzXGaming
a79082ecbe Fix replacing wii u bflims in the layout editor 2020-05-14 17:46:02 -04:00
KillzXGaming
f2237184b8 Quick bflim saving fix 2020-05-11 09:48:49 -04:00
KillzXGaming
7a1ed513b1 Add option to export all for gfbanm in gfpak 2020-05-10 11:58:08 -04:00
KillzXGaming
d971b03a17 Add gfbanm exporting as smd 2020-05-10 11:44:52 -04:00
KillzXGaming
8a8ac6830e Quick adjustment to visibility 2020-05-10 11:20:20 -04:00
KillzXGaming
719e1b107c Fix animation playback for multiple gfbmdls 2020-05-10 11:17:23 -04:00
KillzXGaming
7740ae93bf Disable vertex colors on certain gfbmdls. 2020-05-09 20:28:16 -04:00
KillzXGaming
459b9582a5 Quick fix for appveyor being picky 2020-05-09 20:13:51 -04:00
KillzXGaming
bb74507c0f Update sln version 2020-05-09 20:06:09 -04:00
KillzXGaming
536c5435bc Some adjustments to gfbanm 2020-05-09 19:50:12 -04:00
KillzXGaming
58bb38df31
Merge pull request #236 from Golui/feature/SwShAnims
Basic SwSh Animation previewing
2020-05-09 19:46:39 -04:00
Golui
d8970a0363 Basic SwSh Animation previewing 2020-05-10 00:26:18 +02:00
KillzXGaming
b1317f7e96 Fix saving 3ds bflims (fixes saving layout files in archives) 2020-05-08 17:31:12 -04:00
KillzXGaming
ab066f1706 Add channel component option for batch export textures. Fix exporting texture alts from model. 2020-05-06 19:48:38 -04:00
KillzXGaming
b8f000dd1f Use first skeleton for now when batch exporting bfres (fix bone index mapping) 2020-05-05 16:49:39 -04:00
KillzXGaming
62a822f3ab Fix importing textures with BC4 alpha 2020-05-04 20:39:28 -04:00
KillzXGaming
0f05011435 Fix for csv parsing 2020-05-03 18:44:06 -04:00
KillzXGaming
13dbe45b43 Cleanup some packages 2020-05-03 17:35:06 -04:00
KillzXGaming
30d807a301 Some fixes 2020-05-03 17:20:54 -04:00
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
30337a2fcf BXLYT : Fix text panes with no fonts referenced 2020-04-17 17:31:53 -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
c42d5e4441 BFRES : Fix setting param values for vec3/vec4 with colors as 0 2020-04-15 20:29:44 -04:00
KillzXGaming
c41a682bff Update libraries 2020-04-14 18:39:16 -04:00
KillzXGaming
43af3d9bed Start to cleanup BARS 2020-04-14 17:20:59 -04:00
M-1
a5c560b156 Update File_Format_Library.csproj 2020-04-14 17:08:39 -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
5c68d2d14a Fix errors 2020-04-05 11:23:01 -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
06abad5d4a BFRES : Fix updating bone transforms in bone editor for wii u 2020-03-29 14:46:33 -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
KillzXGaming
5a86fe16de BNTX : Fix R16_UINT textures 2020-03-22 13:13:53 -04:00
KillzXGaming
3f90854914 Fix material mapping for BCH/BCMDL DAE exporting 2020-03-21 20:40:52 -04:00
KillzXGaming
032db2a0d0 Auto hide vtx colors for certain games 2020-03-21 20:05:21 -04:00
KillzXGaming
35c94a8d8b Fix errors 2020-03-21 13:34:19 -04:00
KillzXGaming
b0edf476e9 Byaml : fix path index types with no paths 2020-03-18 20:36:08 -04:00
KillzXGaming
dc96965440 Fix adjusting vertex attribute buffer indices when one is removed. 2020-03-18 19:21:52 -04:00
KillzXGaming
c36eb67acf BCSV : Add check for float values 2020-03-18 17:09:33 -04:00
KillzXGaming
241833ca8f Add option to export BCSV as CSV 2020-03-18 16:53:26 -04:00
KillzXGaming
f44b2ed920 Some more bcsv fixes 2020-03-18 14:10:37 -04:00
KillzXGaming
6afdd0e10f Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox 2020-03-18 13:42:41 -04:00
KillzXGaming
b9803d5e94 BCSV fix 2020-03-18 13:42:16 -04:00
KillzXGaming
3bd4daf584
Fix errors 2020-03-18 12:36:46 -04:00
KillzXGaming
83c940aeff Add BCSV support 2020-03-18 12:30:45 -04:00
KillzXGaming
be11a08a65 Some fixes to batch exporting. Add batch compression 2020-03-18 11:42:17 -04:00
KillzXGaming
b11e913240 Adjust tex2 loading to prevent altered images loading from it 2020-03-16 16:15:12 -04:00
KillzXGaming
371e4d37f9 Fix BCLYT/BRLYT material editor loading for material tree nodes. 2020-03-16 15:38:24 -04:00
KillzXGaming
5b2f6effc7 Fix errors 2020-03-12 21:21:45 -04:00
KillzXGaming
0fef9aac31 Improve KCL context menu handling 2020-03-12 19:23:00 -04:00
KillzXGaming
17b2eeae0d Error fixes 2020-03-10 21:20:48 -04:00
KillzXGaming
fadcd2e412
Merge pull request #198 from M-1-RLG/master
CMB: Update Materials/Fix Material Reading
2020-03-10 20:47:31 -04:00
KillzXGaming
488f0013b6 Fix some sharc version issues for v12 2020-03-10 19:40:20 -04:00
KillzXGaming
69458df685 Quick fix for layout hierarchy selecting nodes by left click 2020-03-10 19:39:17 -04:00
KillzXGaming
ea05ffda60 Fix converting constants from yaml to bfres fshu 2020-03-10 19:36:42 -04:00
M-1
735b45da4b CMB: Update Materials/Fix Material Reading 2020-03-10 11:17:57 -04:00
KillzXGaming
186ec89b50 Revert "Revert "Quick test to see if errors fix from this""
This reverts commit 559aa32795.
2020-03-09 20:52:54 -04:00
KillzXGaming
559aa32795 Revert "Quick test to see if errors fix from this"
This reverts commit 3d14314c4e.
2020-03-09 20:52:18 -04:00
KillzXGaming
3d14314c4e Quick test to see if errors fix from this 2020-03-09 20:52:08 -04:00
KillzXGaming
12558f5ba0 Fix layout animation saving 2020-03-09 20:27:56 -04:00
KillzXGaming
574590e869 Start to add batch export option (only works on g1m and cmb atm) 2020-03-08 18:48:18 -04:00
KillzXGaming
871cc02098 Update gfpak hash strings 2020-03-04 20:36:29 -05:00
KillzXGaming
669bd7c3e5 Adjust plugin config save path to ensure it saves correctly 2020-03-04 17:10:38 -05:00
KillzXGaming
95a462ebd3 Readd search menu to byml/aamp text editors. 2020-03-03 17:24:59 -05:00
KillzXGaming
06c2b477b4
Merge pull request #168 from Reisyukaku/master
Add a ton of strings for hash lookup
2020-02-23 13:58:39 -05:00
KillzXGaming
daaa2b72b6 Fix layout editor panel toggle for timeline 2020-02-21 17:58:13 -05:00
KillzXGaming
c47ce7d60f Add TPL rebuilding and add support for TPL mipmaps. 2020-02-17 20:22:02 -05:00
KillzXGaming
24b33aae15 Fix references to layout header to access certain data 2020-02-17 19:55:57 -05:00
KillzXGaming
5e4ec3d131 Start to add a base for multi select tree for layout editor 2020-02-17 19:54:50 -05:00
KillzXGaming
24e7eba5d1 Add menus to toggle docks for layout editor 2020-02-17 19:43:06 -05:00
KillzXGaming
d8676959ec Add some additional text pane properties 2020-02-16 20:15:02 -05:00
KillzXGaming
f7ad889d14 Fix importing KCL for mario odyssey without a preset used 2020-02-16 12:50:04 -05:00
KillzXGaming
d0b6d132c7 Save current byaml text format to config to stay when reopened 2020-02-16 12:24:31 -05:00
KillzXGaming
f3b1d0e706 Fix xml encoding when compiling back 2020-02-16 12:14:36 -05:00
KillzXGaming
c627bc3c1a Quick fix 2020-02-16 12:10:47 -05:00
KillzXGaming
e9677ccb2f Add support for previous XML layout (editorcore version) 2020-02-16 12:09:19 -05:00
KillzXGaming
9e0f3e0516 Some byaml improvements
Add XML format to byaml text editor.
Disable reference nodes in text editor for now till i find a better method to handle them.
2020-02-16 11:55:47 -05:00
KillzXGaming
07b0259805 Some more layout editor improvements
Textures in the list keep aspect ratio now.
Fix creating new user data. and remove any if empty.
2020-02-16 11:18:18 -05:00
KillzXGaming
1a548f9f80 A few more layout editor improvements 2020-02-15 20:57:21 -05:00
KillzXGaming
bffa623e01 Some quick bone index fixes 2020-02-15 18:24:35 -05:00
KillzXGaming
180f2e5b91 Improve the vertex color selector for layout editor.
Hitboxes improved and should detect clicks much better.
Sides can now be selected to adjust the whole side color of the pane.
2020-02-15 17:39:22 -05:00
KillzXGaming
a91dd6ae8e Improve layout editor more.
Part pane scaling type can be edited.
Additional texture coordinates can be added/removed.
Fixed editing user info string.
Display tex coord gen sources in texture map editor.
Default texture map wrap mode to linear when created.
2020-02-15 16:30:10 -05:00
KillzXGaming
efd98b3bac Improvements to layout material editing.
Tev stages can be added/removed for bclyt and brlyt.
Fixed adding new textures to brlyt.
Fixed setting material colors for window panes for bclyt/brlyt.
Fixed alpha op enum for brlyt tev stages.
2020-02-15 13:54:52 -05:00
KillzXGaming
69ab4e0eaf Recreate brlyt material flags so mat data can be added/removed. 2020-02-14 21:14:53 -05:00
KillzXGaming
84352cf967 Enable BRFNT and BCFNT rendering for layout editor 2020-02-14 20:15:03 -05:00
KillzXGaming
001e82bff0 Only flip exported bxfnt textures for newer platforms 2020-02-14 18:49:15 -05:00
KillzXGaming
c51958f91d Add support for editing BCFNT and BRFNT images 2020-02-14 18:46:06 -05:00
KillzXGaming
c170eb4b19 Fix errors 2020-02-14 18:29:08 -05:00
KillzXGaming
ae2e9f2b2f Apply bone transforms for bfres to better optmize custom bone sets 2020-02-14 18:27:18 -05:00
KillzXGaming
af8a8f17f6 Add latest files
Start on base for BLO. These will probably not be usable for awhile and is wip.. Currently aiming to support more varied layouts so this can help improve the code base.
Add BRFNT and BCFNT support. All merged as BXFNT class.
Fix bflim 3ds with LA4 textures.
Fix loading/saving part panes with property user data.
Fix texture coordinates to default centered UVs for layout panes with no textures.
Cleanup some files and directories.
2020-02-14 18:25:08 -05:00
KillzXGaming
e5f0745818 Improve gfbmdl UV transformation for diffuse textures 2020-02-12 19:15:31 -05:00
KillzXGaming
43d0a498b5 WTA : Add support for uncompressed files. 2020-02-12 18:24:21 -05:00
KillzXGaming
2138a4b954 Cleanup how archive files update for layout editor 2020-02-12 17:50:10 -05:00
KillzXGaming
a89f22042e Fix errors 2020-02-12 17:00:07 -05:00
KillzXGaming
6129ab2b4e Many more bug fixes and layout rendering improvements.
Add support for BCLAN.  (It's basically the same as BRLAN)
Fix saving for BRLAN.
Fix 3DS textures being upside down for BCLYT.
Improve BCLYT rendering.
Improve texture transforms for BCLYT and BFLYT.
Fix tev stage properties not appearing for BCLYT editor.
Fix C4 and C8 decoding.
2020-02-12 16:56:16 -05:00
KillzXGaming
5ce973f3e7 Fix WTA parsing 2020-02-12 16:21:42 -05:00
KillzXGaming
6931350fac Fix RGBA Snorm textures. Remove file extension from batch export folders. 2020-02-12 15:54:16 -05:00
KillzXGaming
89d5b621b2 Giant layout update. Support BRLYT and BCLYT files!
BRLYT can now be edited and saved.
BCLYT can now be edited and saved.
BRLYT shaders greatly improved using ported shaders from WiiLayoutEditor. Plan to expand upon it for more accuacte shader rendering.
Add support for saving per character transforms.
Add support for BNR files.
Fixed flags so orientation can be edited properly.
Fix issues decoding some gamecube textures.
Fix animation timeline breaking at times for multi selecting animations.
2020-02-11 19:19:23 -05:00
KillzXGaming
946fa08518 BFRES : Fix some more importing bugs
Only align buffers when using a single buffer.
2020-02-11 16:49:27 -05:00
KillzXGaming
cd56a53d0c Fix rigging issue with bfres 2020-02-10 18:45:03 -05:00
KillzXGaming
2076905094 Some cleanup 2020-02-08 17:17:49 -05:00
KillzXGaming
f86519c81c Rebuild cmb vertex buffers when saving 2020-02-08 15:24:54 -05:00
KillzXGaming
1e62b23013 Some more fixes 2020-02-08 15:09:40 -05:00
KillzXGaming
e39eec97cb Resize width/height to fit proper 3ds texture limits 2020-02-08 14:48:04 -05:00
KillzXGaming
bfc02c117d Add ETC1 compressor 2020-02-08 14:06:01 -05:00
KillzXGaming
238b6f60fb Add CTXB rebuilding and editing (encoding very WIP) 2020-02-08 12:03:37 -05:00
KillzXGaming
99306683d0 Some texture map fixes for g1m dae exporting 2020-02-08 10:45:33 -05:00
KillzXGaming
53e85f510b Add option to export models for G1M 2020-02-08 10:28:18 -05:00
KillzXGaming
ede5c62031 More fixes.
Fix loop error for 3DW stage files when creating the string table.
Fix converting yaml so it uses the custom syntax flow/tags.
Fix AAMP version issues for v1.
Add support for loading empty byaml files so data can be added onto them.
Fix bone importing issue with assimp.
2020-02-07 15:50:52 -05:00
KillzXGaming
93aa26efcf Quick bone index fix. 2020-02-07 09:40:43 -05:00
KillzXGaming
0b27e890be Improve bin.gz endianness detection 2020-02-06 21:05:35 -05:00
KillzXGaming
d991a23980 Add support for G1M model files. Rewrite some bone properties. 2020-02-06 19:47:32 -05:00
KillzXGaming
f87487cad4 Fix some code appveyor is being picky with 2020-02-06 18:35:42 -05:00
KillzXGaming
978cb5b8c8 Fix errors again 2020-02-06 18:29:42 -05:00
KillzXGaming
9a2e031be2 Fix errors 2020-02-06 18:23:16 -05:00
KillzXGaming
c922ff1e4f Big BYAML and AAMP update!
- AAMP can now save back to YAML!
- Added text editor for AAMP editor
- AAMP library has been improved signifcantly, now using one library for all versions.
- BYAML now uses YAML by default. You can still right click in the editor and export as XML if needed.
- BYAML saving speed improved signifcantly.
- BYAML now supports reference nodes and works with 3DW byml files.
- BYAML can now load shift JIS encoding for japanese characters.
- YAML syntax for text editor improved with proper folding and highlighting for certain values.
2020-02-06 18:20:42 -05:00
Michele
623d3ca0cb Add BFOTF to open dialog
Currently it's just a modification of BFTTF.cs, unsure if it's possible to have that file show both formats in the open dialog
2020-02-04 19:41:09 -08:00
KillzXGaming
4cd8eb962f Add option to export bflan in bflyt editor 2020-02-03 17:40:44 -05:00
KillzXGaming
d70fef1f9f BFLYT : Improve saving (material flags and part panes) 2020-02-03 17:17:49 -05:00
KillzXGaming
c01be70a71 Add dialog to copy skeletal animations 2020-02-02 20:40:26 -05:00
KillzXGaming
2df413a28d Fix errors 2020-02-02 19:26:45 -05:00
KillzXGaming
07f7747b41 BFLYT saving fixes (fix text length and alpha blend flag in material) 2020-02-02 19:22:48 -05:00
KillzXGaming
55cb4ad489 Add the same for GTX 2020-02-01 21:10:07 -05:00
KillzXGaming
bb6178f4d8 Improve nut texture naming to prevent dupes 2020-02-01 21:05:14 -05:00
KillzXGaming
5470ef95f4 Allow .nut to batch export 2020-02-01 21:01:40 -05:00
KillzXGaming
9f3b99aaf4 Disable apak file adding until file hashes can be calculated 2020-01-30 19:04:18 -05:00
KillzXGaming
ecf8dae084 Fix the active audio device being set for the audio player. 2020-01-30 17:38:10 -05:00
KillzXGaming
d6fce135eb Add KillLaKill IF bntx support 2020-01-30 17:22:03 -05:00
KillzXGaming
5faf57fcf0 More g1t formats and fixes 2020-01-29 21:08:14 -05:00
KillzXGaming
e9751d0cd0 Add .mod stuff 2020-01-29 20:01:33 -05:00
KillzXGaming
2093b3f02e APAK : save opened file formats 2020-01-29 19:47:53 -05:00
KillzXGaming
2d18e4bbdc Some layout file fixes 2020-01-29 17:17:12 -05:00
KillzXGaming
f090f7e757 A bunch of bug fixes and some features.
Add apak rebuilding.
Add support for joints for .mod.
Add support for part property panes attached to the heiarchy tree.
Fix BFLYT TXT1 text encoding for wii u to use big endian unicode.
Fix a bug with textures opening in quick access menu and bntx for gfpak.
Fix tex2 files being used for the bfres material editor which caused a crash.
Fix WTA support for decompressed files.
Auto search file names for WTA files if possible.
Fix g1t decoding images at the wrong position depeding on the header size being incorrect.
2020-01-29 16:08:29 -05:00
KillzXGaming
f5ccdbbb5a Add support for WTA archives 2020-01-28 21:00:03 -05:00
KillzXGaming
6216f98d48 BCH/BCRES : Add user data tab for skeletal animations. 2020-01-28 19:55:16 -05:00
KillzXGaming
86b73ea758 BFRES : Fix converting shader param types to SRT. 2020-01-28 19:04:49 -05:00
KillzXGaming
2ff790b234 .mod : cleanup 2020-01-27 19:55:20 -05:00
KillzXGaming
554c193a48 Some simple sharc fixes for v12 2020-01-27 19:17:05 -05:00
KillzXGaming
6e64b38a79 Check weight counter incase indices are only used for rigging 2020-01-27 19:15:49 -05:00
KillzXGaming
e399ad55f1 Some cleanup 2020-01-27 19:13:58 -05:00
KillzXGaming
4c72e33f0f Limit boneids and weight data based on vertex skin count to prevent explosions 2020-01-27 19:12:33 -05:00
KillzXGaming
056fdb3e1a Add game setting presets to BFRES importing.
These can cause signicant improvement to models with smaller sizes and potentially fix exploding and corruption (ie WWHD, SM3DW). Botw should have fixed crash issues now that the file size is signifcantly lower.
2020-01-27 18:44:03 -05:00
KillzXGaming
a251d5e216 Fix Wii U material visibily animation exporting 2020-01-27 16:18:17 -05:00
KillzXGaming
53bbe3c45a Some fixes to .mod 2020-01-26 19:32:40 -05:00
KillzXGaming
0488b29ddf Some byaml editor fixes 2020-01-26 19:09:48 -05:00
KillzXGaming
31c48c66fb New KCL preset UI with json files to configure them. 2020-01-26 16:51:04 -05:00
KillzXGaming
703db755b9 Update .mod format 2020-01-25 11:09:04 -05:00
KillzXGaming
fd90dfa89d Fix build errors 2020-01-24 21:26:07 -05:00
KillzXGaming
da0875cb83 BFRES : Fix DDS replacing causing larger sizes for batch replacing 2020-01-23 21:19:12 -05:00
KillzXGaming
65de09fffc Improve XTX texture names for exporting 2020-01-23 16:49:59 -05:00
KillzXGaming
e7197b7869 Fix some errors 2020-01-22 19:32:04 -05:00
KillzXGaming
a5d58aa268 Fix KCL AttributeByml generation for SMO materials 2020-01-22 19:14:20 -05:00
KillzXGaming
ca136b6d9e Add options to add, remove, rename, repack BEA files 2020-01-22 18:56:37 -05:00
KillzXGaming
a4da8d8c1f Add support for lzs archives 2020-01-22 17:58:29 -05:00
KillzXGaming
36188d5548 Fix XTX decoding 2020-01-22 17:39:56 -05:00
KillzXGaming
fec4f23d1e KCL : Impliment custom SMO collision editor which updates Attribute.byml 2020-01-19 19:30:17 -05:00
KillzXGaming
0c5bdca7ef More error fixes 2020-01-18 21:09:29 -05:00
KillzXGaming
4f46089733 Fix typo causing errors. 2020-01-18 21:06:28 -05:00
KillzXGaming
de1c89a3c0 Add new animation window with curve viewer (WIP) 2020-01-18 21:02:18 -05:00