Name: | YY-CHR (.NET Version, English/Japanese) |
Author: | YY Creator |
Added: | |
Version History: | View |
Operating System: | Windows |
Platforms: | SNES |
Games: | SMW |
Source Available: | No |
Featured: | No |
Website: | Link |
Description: | YY-CHR is a dot editor that can display and edit images contained in ROMs of old home games such as NES and NES. In addition, tools [ROM Palette Editor] and [PRG Pattern Editor] for editing palettes and BG patterns are included. This is the .NET version. For the non-.NET version, see here. This is the current build 2020/09/06 Changes to this build • Option for `SmallFileSaveSize` now follows selected argument - Set to NoExpand by default. • BMP tab color reduction and pasting upper limit increased to 256x256 from 128x128. • Added a check box to reduce the color palette when pasting from clipboard. Additions ○ Default format changed to 4BPP SNES/PCE from of 2BPP GBA. ○ in folder yychr\Resources extra .pal file added which can be renamed to yychr.pal to change the default palette to SMW level 105 palette. |
Tags: | gfx yy-chr |
Comments: | 32 (jump to comments) |
Rating: |
Download
599.66 KiB | 2,969 downloads
Comments (32)
Replace the CharactorLib.dll file in the YY-CHR folder with this to set 4BPP SNES to the default for .bin files.
Apparently the extensions for each format is hardcoded into this library as strings, and the format resets to the first format that accepts the file extension when you open a new file; so I just hex edited the library so that 4BPP SNES becomes the first format for .bin files. If you've got other needs, I suppose you could just hex edit the library yourself (just search for bin - note that characters in strings are padded with a 00).
For example, I edit the overworld but it remains exactly the same, or I have to use another tool to edit the overworld, because for example I want to add pyramids but even if I edit they do not add me and when I open the file again I do not edit anything
As for "opening in two applications simultanously", that's not a "software glitch", it's just common sense. Opening a file simultanously in two different applications in write mode will always lead to chaos, just don't do that or else you'll be responsible for everything bad that happens. For this purpose, most applications that open files for writing also automatically lock them (in fact, I think Windows does that automatically, which is probably why YY-CHR malfunctions, since it can only open the file in read mode after it has been opened in write mode by the hex editor).
I mean, come on, you didn't even fix the author.
Fixed author, name and description.
smh
I am telling people not to use this badly designed tool, and to use a better designed tool instead.
Anyway, this isn't YY-CHR v0.99, it's YY-CHR.NET.
I guess this is nice for anyone who has issues with other version.
RussianMan, you are right, I'll mention.