fjay69 / UndertaleTools

GameMaker data.win unpacker/packer
https://www.reddit.com/r/UnderMiners/
GNU General Public License v3.0
79 stars 9 forks source link

does not compile well for Nintendo switch #13

Open D3fau4 opened 5 years ago

D3fau4 commented 5 years ago

It does not generate a correct game.win

fjay69 commented 5 years ago

I don't have a Switch so I can't fix this. You can try this: https://github.com/krzys-h/UndertaleModTool

D3fau4 commented 5 years ago

I can already use that, but your app is better because I could translate the whole game in one time. if you could fix it, I will help you without problems

fjay69 commented 5 years ago

OK, try this: https://yadi.sk/d/aJ9GyrOrDxwG8A Note, that both extractor and packer must be run with argument -switch.

D3fau4 commented 5 years ago

WinExtract.exe gamemod1-comicsans-papyrus.win TEST -switch

C:\Users\raul2\Desktop\hackds>WinExtract.exe gamemod1-comicsans-papyrus.win TEST -switch Chunk FORM offset:8 size:76284552 Chunk GEN8 offset:16 size:1552 Chunk OPTN offset:1576 size:88 Chunk LANG offset:1672 size:24 Chunk EXTN offset:1704 size:8 Chunk SOND offset:1720 size:17816 Chunk AGRP offset:19544 size:24 Chunk SPRT offset:19576 size:6761272 Chunk BGND offset:6780856 size:20568 Chunk PATH offset:6801432 size:3608 Chunk SCPT offset:6805048 size:3640 Chunk GLOB offset:6808696 size:24 Chunk SHDR offset:6808728 size:8 Chunk FONT offset:6808744 size:149864 Chunk TMLN offset:6958616 size:8 Chunk OBJT offset:6958632 size:904488 Chunk ROOM offset:7863128 size:4593288 Chunk DAFL offset:12456424 size:8 Chunk EMBI offset:12456440 size:8 Chunk TPAG offset:12456456 size:175752 Chunk CODE offset:12632216 size:5518088 Chunk VARI offset:18150312 size:260840 Chunk FUNC offset:18411160 size:142952 Chunk STRG offset:18554120 size:3013112 Warning: string 6247 have line brake. Will be replaced with space. Warning: string 6251 have line brake. Will be replaced with space. Warning: string 6257 have line brake. Will be replaced with space. Warning: string 6257 have line brake. Will be replaced with space. Chunk TXTR offset:21567240 size:20536200 Chunk AUDO offset:42103448 size:34181112

WinPack.exe TEST game.win -switch -tt

Chunk GEN8 offset:8 size:1560 Chunk OPTN offset:1568 size:96 Chunk LANG offset:1664 size:32 Chunk EXTN offset:1696 size:16 Chunk SOND offset:1712 size:17824 Chunk AGRP offset:19536 size:32 Chunk SPRT offset:19568 size:6761280 Chunk BGND offset:6780848 size:20576 Chunk PATH offset:6801424 size:3616 Chunk SCPT offset:6805040 size:3648 Chunk GLOB offset:6808688 size:32 Chunk SHDR offset:6808720 size:16 Chunk FONT offset:6808736 size:149872 Chunk TMLN offset:6958608 size:16 Chunk OBJT offset:6958624 size:904496 Chunk ROOM offset:7863120 size:4593296 Chunk DAFL offset:12456416 size:16 Chunk EMBI offset:12456432 size:16 Chunk TPAG offset:12456448 size:175760 Chunk CODE offset:12632208 size:5518096 Chunk VARI offset:18150304 size:260848 Chunk FUNC offset:18411152 size:142960 Chunk STRG offset:18554112 size:3013059 Chunk TXTR offset:21567171 size:20536208 Chunk AUDO offset:42103379 size:34181120

does not start in the console

fjay69 commented 5 years ago

I did everything I could.