- Joined
- Jan 16, 2009
- Messages
- 204
- Trophies
- 1
- Location
- Spain & Switzerland
- Website
- github.com
- XP
- 526
- Country
Hi!, I have learnt a lot of from this forum and now I would like to contribute showing you my last program: Tinke
It is a program to see, convert, and edit the files of NDS games, very similar to other utilities like Tahaxan and Crystal Tile 2. You can see a lot of format files like images, text, sounds, fonts and textures. Furthermore it works with plugins made in .NET Framework languages (C# and VB.NET) so it's so easy to support new formats.
The program is written in C# with .NET Framework 3.5, so you need to have installed it in order to run the program, is compatible also with Mono 2.10. All the code is Open Source and you can check it at the project web page.
Features
Download page
TODO list. If you don't see your request or want a new just reply to this post:
FAQ:
I wait your comment to make it better
(Screenshoot in the web page)
It is a program to see, convert, and edit the files of NDS games, very similar to other utilities like Tahaxan and Crystal Tile 2. You can see a lot of format files like images, text, sounds, fonts and textures. Furthermore it works with plugins made in .NET Framework languages (C# and VB.NET) so it's so easy to support new formats.
The program is written in C# with .NET Framework 3.5, so you need to have installed it in order to run the program, is compatible also with Mono 2.10. All the code is Open Source and you can check it at the project web page.
Features
- Show the ROM header with the banner and edit it.
- Show and convert to common format a lot of files
- Chage images from BMP files (NCLR, NCGR, NSCR, NCER), audio from WAV (SWAV, SWAR, STRM) and fonts (NFTR)
- Hexadecimal editor
- Change the content of files and save the new ROM
- Images
- NCLR, NCGR, NSCR, NCER, NANR
- CHAR, CHR, PLT, NBFS, NBFP, NBFC, NBGR, NTFT, NTFP, RAW, MAP, PAL
- PNG, JPG, TGA (with RLE compression)
- Textures
- BTX0 (NSBTX)
- BMD0 (NSBMD)
- Text
- SADL, XSADL, SARC, SBDL, SMAP.
- BMG
- TXT, XML, INI, H, BAT, C, MAKEFILE, LUA, CSV, BUILDTIME
- Sound
- SDAT, SWAV, SWAR, STRM,
- SADL, ADX
- WAV
- Font
- NFTR
- Compression
- Thanks to DSDecmp library (credits to barubary)
- Huffman (id = 0x20)
- LZ10 (id = 0x10)
- LZ11 (id = 0x11)
- RLE (id = 0x30)
- Pack
- NARC (Pokemon files too)
- Utility.bin
- 999, nine hours nine persons nine doors (BSKE)
- Itsu Demo Doko Demo Dekiru Igo (AIIJ)
- Blood of Bahamut (CYJJ)
- Dragon Ball Kai Ultimate Butouden (TDBJ)
- Ace Attorney Investigation Miles Edgeworth (C32P, C32J)
- Gyakuten Kenji 2 (BXOJ)
- Kirby Squeak Squad (AKWE)
- Last Window The secrete of Cape West (YLUP)
- El profesor Layton y la Villa Misteriosa (A5FE, A5FP)
- El profesor Layton y la Caja de Pandora (YLTS)
- Maple Story DS (YMPK)
- Ninokuni Shikkoku no Madoushi (B2KJ)
- Rune Factory 3 (BRFE, BRFJ)
- The world end with you (AWLJ)
- Tetris DS (YLUP)
- Tokimeki Memorial Girl's Side 3rd Story (B3SJ)
Download page
TODO list. If you don't see your request or want a new just reply to this post:
Images
Change OAM data (NCER)Add and remove cells in NCERSupport NCOB (cell)- Support NMAR
- Support NMCR
Select number of palette to use viewing images.- Save preferences of the control.
Compress images with NSCR
Support ADX- Support ADH
Show record GROUP- Change section INFO of SDAT
- Add and remove files to the SDAT
- Support SBNK
- Convert SBNK to DLS
- Support SSEQ
- Convert SSEQ to MIDI
- Import MIDI to SSEQ
- Support SSAR
Support encoding PROCYON- Support SWDL
- Change font size
- Convert to TTF
- Import TTF
Export to imageImport imageCreate PAMC section in orderStrange HDWC section in some fonts
- Support BTP0
Show BMD0 models- Import textures (BTX0 and BMD0)
- Support BCA0
- Support SPA
- Commando steel disaster graphics
- Advance Wars Days of Ruin graphics
- 999 (fix problems with some bg images)
- GTA unpack file
- Naruto Shippuden Shinobi Rumble (images)
- Naruto Rush Cha (images)
- Sora no Otoshimono Forte Dreamy Season (images)
- DragonBall Ultimate Kai, pack file
- MapleStory DS, pack file
- Gyakuten Kenji 2, pack files
- Inazuma 11, pack files and images
- Kirby Super Star Ultra
- Support AAR (pack)
- Support PCX (images)
- Support OGG (sound)
- Support LUAQ (script)
- Banner files *.bnr
- Support SRL (text container)
- Support AB and WB (pack) in Pokemon B/W
Pack Utility.bin
Custom table in hexadecimal editorCall to pluginsSearch files by header (first 4 bytes)- Custom table in TXT plugin
- Overlay compression
- ARM9 compression
- Change Overlays and ARM9
- Assembler
- Docs...
FAQ:
- Problem 1: "You can't run Tinke with NET 4.0 and can't install NET 3.5"
Here is error signature of Tinke when i open it
Code:EventType : clr20r3 P1 : tinke.exe P2 : 0.8.2.0 P3 : 4eb5c215 P4 : tinke P5 : 0.8.2.0 P6 : 4eb5c215 P7 : 1f2 P8 : 96 P9 : system.io.filenotfoundexception
If you can't install .NET 3.5 but have 4.0 installed, you can try to run it using 4.0...
Create a file exactly with the same name like the exe, but append .config:
tinke.exe.config
Inside file put:
Code:
This will try to run the software using .NET 4.0
I wait your comment to make it better
(Screenshoot in the web page)
Last edited by pleonex,
, Reason: GitHub repo