ROM Hack Tinke 0.7.2

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
I suspect a trouble in map compression algo in tinke.
Without map compression, all graphs in MTSWic are scrambled in the game (it's normal, this file NEED map compression), and with map compression, the buttons are scrambled only on the number (2 and 3). When you click on the buttons, the lighter buttons are scrambled.

It wasn't actually a problem, just that the image needed mooooore map compression.
Ok, I have implemented more of it but so quickly and I have only tested with this image. Be careful because it could give problems in others (tell me if you find any of them).

Tinke rev144-1
 

ouioui2003

Well-Known Member
Member
Joined
Feb 19, 2012
Messages
204
Trophies
0
XP
98
Country
France
I suspect a trouble in map compression algo in tinke.
Without map compression, all graphs in MTSWic are scrambled in the game (it's normal, this file NEED map compression), and with map compression, the buttons are scrambled only on the number (2 and 3). When you click on the buttons, the lighter buttons are scrambled.

It wasn't actually a problem, just that the image needed mooooore map compression.
Ok, I have implemented more of it but so quickly and I have only tested with this image. Be careful because it could give problems in others (tell me if you find any of them).

Tinke rev144-1


Real strange. It work with WTD_B19, but, after, when i insert WTD_B13, the resulting rom has B19 scrambled like before. ????
I have done:
1- insert b19
2- sav the rom (without closing rom and tinke)
3- Test the result rom with B19 => OK
4- come back on tinke, insert WTD_B13
5- sav the rom
6- test the result rom, with B19 and B13 => B19 scrambled....

here is WTD_B13:
wtd_b112.png
 

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
The moderator deleted the post but you have a incomplete Korean localization of Tinke.
Since I DON'T know Korean, I CAN'T translate Tinke to Korean. I don't really known from where you have downloaded tinke...

Awesome tool much less work to be done, also if you export an image to png and edit, let's say the colours will it also edit the pallet file ?
You can specifiy when importing the image to not modify the palette, but you must use the same colors as the original image. To do that check "Swap to original palette"

Real strange. It work with WTD_B19, but, after, when i insert WTD_B13, the resulting rom has B19 scrambled like before. ????
I have done:
1- insert b19
2- sav the rom (without closing rom and tinke)
3- Test the result rom with B19 => OK
4- come back on tinke, insert WTD_B13
5- sav the rom
6- test the result rom, with B19 and B13 => B19 scrambled....
I'm working on it.
 

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
Any news ?
I saw r145 on googlecode, could you post it here please ?
Here is the version:
Tinke rev145
I have fixed a little problem unpacking SPD + SPL files from Inazuma Eleven (I wrote the wrong argument to the unpacker method), and some temporal fix to import sprite images (the map compression feature is from rev144-1)

After investigate your problem I can only tell you that the translated image can't be more compressed and as it's bigger (the compressed) than the original it doesn't fill in the memory (it shifts the tiles from other images). The only solution I can think is to modify it to be more "compressible" (maybe small text?), I mean, with more tiles equals. You can check that opening the nbfc files and comparing with the original.

If you import the original file, the map compression create identical file as the original so I don't think it's a problem of tinke. Furthemore if you modify only B13 the image will be also corrupted and if you import the original image (without edit) it will work fine. Sorry I can't give you a better solution.
 
  • Like
Reactions: 1 person

ouioui2003

Well-Known Member
Member
Joined
Feb 19, 2012
Messages
204
Trophies
0
XP
98
Country
France
Complete compatibility to Encryption and Decryption of Item.dat in Inazuma Eleven 3.

Pleonex will add it later to svn, for now, take the plug in :)

See Down for link.

This plugin goes in folder Plugins in Tinke Folder.

If you have some problem, write there :)

Enjoy

EDIT:

Hey Boys, i'm here again to present you new Fix.

This fix will be fix completely Subtitles in Inazuma Eleven 3.

Link for DLL:
https://dl.dropbox.c...9/INAZUMA11.dll

Link for Font File:
https://dl.dropbox.c...009/FONT12.NFTR

Guide to use it:

- Paste DLL in Tink\Plugins Folder, overwrite old one.
- Open Inazuma Eleven 3 with Tinke.
- Go to Folder root\data_iz\font and replace FONT12.NTFR with one you downloaded up.
- Save Rom.

And Now, Can edit Subtitle without problem!

For any problem, tell me there :)
Thanks,

Daviex


@[member='Daviex'], will you provide your code to pleonex to enhance tinke ?
@[member='pleonex'], i have some tweaks to put correct file extensions in spd files and open IE2 French ? do you want it ?
 

ouioui2003

Well-Known Member
Member
Joined
Feb 19, 2012
Messages
204
Trophies
0
XP
98
Country
France
After investigate your problem I can only tell you that the translated image can't be more compressed and as it's bigger (the compressed) than the original it doesn't fill in the memory (it shifts the tiles from other images). The only solution I can think is to modify it to be more "compressible" (maybe small text?), I mean, with more tiles equals. You can check that opening the nbfc files and comparing with the original.

If you import the original file, the map compression create identical file as the original so I don't think it's a problem of tinke. Furthemore if you modify only B13 the image will be also corrupted and if you import the original image (without edit) it will work fine. Sorry I can't give you a better solution.


I have solved trouble on MTSWic.spf by replacing in B13, the word "Level" by "Lv.". Compression used is the one in the r144 you've provided me. (I don't know if r145 work like it). I will test the same way on MPSAct.spf, to see if i could solve all the troubles before releasing v0.4.

And if you have some informations on solving the length of the players names (using trace), i will be pleased to read you !
 

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
@[member='Daviex'], will you provide your code to pleonex to enhance tinke ?

Sorry, I forgot to add the code to the Inazuma plugin. The last version include it but (as I didn't test it properly) it has some bugs:
In Main.cs, line 175 it's "Encryption.Encrypt_Item(unpacked.files[0].path, fileout);"
In Encryption.cs, remove line 65
 

UsugaVargas

New Member
Newbie
Joined
Sep 5, 2012
Messages
2
Trophies
0
XP
4
pleonex thank you very much for your great work, well, to the point, I should know I am the NDS-extra.blogspot, and I mean that with the translation of conquest pokemon'm fine, but the problem is to reinsert the images. png with Tinke, the latest version, are inserted, but when you save the new ROM changes I appear, I hope to tell me if I'm doing something wrong or if the program fails (not that I think).
 

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
pleonex thank you very much for your great work, well, to the point, I should know I am the NDS-extra.blogspot, and I mean that with the translation of conquest pokemon'm fine, but the problem is to reinsert the images. png with Tinke, the latest version, are inserted, but when you save the new ROM changes I appear, I hope to tell me if I'm doing something wrong or if the program fails (not that I think).
If the imported image works (you see it good) with Tinke, you should get the same result in-game. Remember to pack (clicking Pack button) every file you have unpacked and in inverse order, I mean, the last to be unpacked, the first to be packed.
 

UsugaVargas

New Member
Newbie
Joined
Sep 5, 2012
Messages
2
Trophies
0
XP
4
ok, that is if all pictures decompress, and translating randomly, ie without any order, not I be able to log in again?, I have all the images in appropriate folders, but with respect to (the button to compress) She had not actually think this is the error q, just thank you very much, and let it clear that I respect a lot as a computer that I am, I hope to learn from you and help once in life, with anything.
thank you very much again. :yay: :yay: :yay: :yay: :yay: :D


(other thing if the English is bad, the fault of google translator, I speak Spanish, English and not very bn management hahahahahaha :P :P :P :P :P :P )
 

pleonex

Well-Known Member
OP
Member
Joined
Jan 16, 2009
Messages
204
Trophies
1
Location
Spain & Switzerland
Website
github.com
XP
524
Country
Switzerland
hi pleonex is the new version of tinke ready?if it is can you post it there?
The new version is in the way, a lot of stuff still to do. Mainly, I have to fix some problems importing sprites images, then continue to translate the user interface and I will upload the new version. Meanwhile, you can use the last revision from here: Tinke rev147.zip
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    guys why the hell is my internet connection so shit rn?
  • SylverReZ @ SylverReZ:
    @BakerMan, If it's so shitty, why don't you clean it up. :tpi:
    +1
  • AncientBoi @ AncientBoi:
    [uploads TP] :D
    +1
  • BigOnYa @ BigOnYa:
    @BakerMan I bet your mom found out you watching those kind of vids on your 3ds again, and put a limit on you.
    +3
  • BakerMan @ BakerMan:
    first of all, i don't watch those kinds of videos, and if i did i'd pull a verbalase 50k but with wizards and wario
    +1
  • BakerMan @ BakerMan:
    second of all, i don't even have a 3ds
  • BigOnYa @ BigOnYa:
    OnlyWizard&WarioFans.com
    +2
  • BakerMan @ BakerMan:
    i just want a wizard to stick his wand (whether literal or figurative is up to interpretation, either way it's either freaky or sus, or both i guess) up my ass
  • BigOnYa @ BigOnYa:
    I'm making Texas sheet cake for first time today, my Nieghbor brought us some few weeks ago and damn that's good, so I got her recipe and gonna try it today.
  • BakerMan @ BakerMan:
    mmm, sounds good
  • BigOnYa @ BigOnYa:
    Its not a brownie, and its not a cake, so what is it- Texas sheet cake.
  • BigOnYa @ BigOnYa:
    I tried making chocolate lava cakes the other day in cupcake pan, what a mess, my lava exploded out of the cakes everywhere while baking, was still ok tho, just no lava inside.
  • BigOnYa @ BigOnYa:
    We had our grandkids over yesterday and I got a small above ground swimming pool I filled for them to play in. Well today I woke to find 3 ducks swimming around in it. Don't mind really but they are annoyingly loud, quack quack. Gotta drain it today. Guess what were having for dinner, lol.
    +1
  • BakerMan @ BakerMan:
    lol
  • AncientBoi @ AncientBoi:
    BBQ'd 🦆
    +1
  • BakerMan @ BakerMan:
    also i'm sorry your molten lava cakes failed
    +2
  • BakerMan @ BakerMan:
    just looked up a pic of texas sheet cake, and it looks delicious
    +1
  • AncientBoi @ AncientBoi:
    🌋 Science Project?
  • BakerMan @ BakerMan:
    i think i might need to try making lava cakes for the 4th of july fr
    +2
  • BigOnYa @ BigOnYa:
    I used butter instead of vegetable oil, and think that's why they squirted out during baking, who knows
  • BakerMan @ BakerMan:
    yeah i think oil is the right call
    +1
  • BakerMan @ BakerMan:
    plus if you're making brownies or lava cakes for people with dairy allergies, you should use oil instead of butter anyway
    +1
  • ZeroT21 @ ZeroT21:
    @BakerMan Make me a space cake plz
    ZeroT21 @ ZeroT21: @BakerMan Make me a space cake plz