Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ReyVGM

#1
Quote from: TerraEsperZ on August 31, 2026, 09:11:45 PM
Quote from: ReyVGM on August 31, 2026, 07:36:14 AM6) I took a screenshot of SMW in the title screen using both BSNES, SNES9X  and SuperSNES9X and the colors looked exactly the same. Do you have any pics that show otherwise?

Regarding screenshots, you'd have to compare the RGB values of the same pixels, preferably as close to dark and white as possible, as the differences wouldn't really be obvious visually.
Apparently, BSNES also does gamma correction by default, so that might also affect the video output.
Quote from: Guard Master on September 01, 2026, 08:02:18 PM
Quote from: ReyVGM on August 31, 2026, 07:36:14 AM6) I took a screenshot of SMW in the title screen using both BSNES, SNES9X  and SuperSNES9X and the colors looked exactly the same. Do you have any pics that show otherwise?

I just did the same and compared specific pixel colors. The result I got is that they are the exact same, as you said. Perhaps my memory is failing me or perhaps there are special cases where inaccuracy may occur. Nevertheless, it doesn't seem to be a concern overall.

Good news. SuperSNES9x does have the option to display "accurate SNES colors". I haven't tested it, but it's there in Video -> Color Correction.
#2
Quote from: Cyartog959 on August 29, 2026, 09:57:58 PMOther than that, there are other emulators that may need familiar features added, such as MelonDS, VisualBoyAdvance, to make mapping games quite easier. Can't forget them.

I know I asked an open ended question, but SuperSNES9X is the only emulator in which I talk to the author directly and I can push for features to be added.


Quote from: Guard Master on August 29, 2026, 10:37:29 PM1. All layers have priority in SNES games. You can think of priorities as "layers" themselves. Even though order layer is technically BG1 then BG2, with priorities, the order is actually BG1 priority 1, BG2 priority 1, BG1 priority 0, BG2 priority 0. Thus, if the game very effectively used priorities for the background, simply putting BG1 over BG2 may not have an accurate result. This seems especially true in later developed games. In BSNES, you can turn priorities on and off in the emulation screen but not in any of the viewers.

https://nesdoug.com/2020/05/22/layers-priority/
https://snes.nesdev.org/wiki/Backgrounds#Priority

3. Managing image files isn't always ideal for all situations. When you want to do something at the moment, quickly, and only once, copying to clipboard is the approach. Using print screen is one approach, but why not implement a feature that captures just exactly what you want? Having a hotkey (especially one you can manually set) would be even more useful than right clicking. BizHawk effectively does this.

4. Rather than capturing the full view, you may just want a specific portion of tiles or sprites, especially to patch any mistakes or grabbing specific sprites. This saves the effort to have to take extra steps in the paint software. BSNES sprite viewer already allows multiple objects to be selected (but not copied/saved).

6. Palettes for SNES emulation should be more aligned with BSNES. The original SNES9x appears to be inaccurate.

1-4) I'll keep this in mind.

6) I took a screenshot of SMW in the title screen using both BSNES, SNES9X  and SuperSNES9X and the colors looked exactly the same. Do you have any pics that show otherwise?
#3
Quote from: Guard Master on August 27, 2026, 07:55:01 PMSome features I'd like to have in an emulator in use for map-making are:

-Not only having the ability to control displaying of individual layers in the tilemap viewer but also the ability to control the priorities.

-The ability to set watches to draw directly on the emulation screen.

-The ability to directly copy to clipboard, whether the emulation screen, the tilemap viewer, sprite viewer, or tile viewer.

-The ability to select a portion within any of the viewers for copying to clipboard or saving as image.

-The option to automatically save program settings to file after changing them. How many emulators I've experienced that don't do this but tend to crash every so often especially while modifying values.

-Not necessarily a "feature", but accurate palette colors to true hardware.

1) Explain, post an example

2) You can do that with supersnes9x

3) Copy to clipboard meaning ctrl+c? You can already right click and save the entire image, that's not better?

4) Sort of like how you can do in windows paint?

5) I'll add it to the request page.

6) ss9x only emulates SNES and GB. For snes it already emulates the real colors. Now, if you mean how colors look on a TV, then it does haven an option for NTSC colors or something along those lines. Never tried it though.
#4
Quote from: dark_lord_zagato on August 23, 2026, 11:17:38 PMEmulator features that are helpful to video game mappers:

1. A hex editor/access to the game's memory. Good hex editors show you what's going on live and let you change/freeze values right there.

2. A pop out map viewer that can take screenshots. For SNES games, a toggle that controls which BG layers are used in the screenshot.

3. The ability to change a game's background color. (Some games have map tiles with pixels that are the same color as the background. Black on black is a problem when you need to rip background layers separately.)

4. The ability to screenshot Mode7 data as a 2D image. It is impossible to map some SNES games without this. ZSNES had a special tool called vSNES. It was a stand alone program that could load ZSNES savestates and display Mode7 data in a flat plane. It would let you screenshot this data all at once. As an example, the Human Cannonball map from American Gladiators is something I took with just ONE screenshot in vSNES.


Also, the Super FX chip...

Games like Stunt Race FX use this chip. It generates 3D objects and environments. As far as I know, no one has ever figured out a way to extract any maps from these games. It's not the same thing as Mode7 so vSNES can't do anything with it either.

Thanks for the reply.

1) A Mesen styled debugger is planned for SuperSNES9X, so that should cover that.

2) ss9x already has a titlemap viewer and you can right click to save the image. There's also hotkeys to disable layers (but that's in regular snes9x too).

3) That's already in snes9x as a hotkey.

4) That's doable in ss9x through the titlemap viewer. Verified the Human Cannonball event, and yes, you can save a picture of the entire image.

5) Will add it to the requests. Let see what the author can come up with. So basically you want a way to view polygonal characters and the 3d map as a flat image or as a 3d image?
I don't know if that's possible, but I'll add it anyway.
#5
Like the title says, what features helpful to map-making you wish emulators would have?

I'm working with the author of SuperSNES9X (who has already added a ton of improvements over the regular snes9x) and I can push to get new stuff added to it.

So, what would your dream emulator be like for map-making? What helpful features would you like to have?

It could be tiny things obscure emulators already do, but more popular ones don't; or even features from external programs that could realistically be implemented in an emulator.

I think there's a tool that takes screenshots of games and auto stitches them together? It would be awesome if something like that could be implemented natively.
#6
SuperSNES9X now has native Super Game Boy support.
#7
Someone called shanytc has developed a fork of SNES9X called SuperSNES9X which has a lot of good features lacking from the main branch, features which can be helpful to map makers.

Some of these features, of course, are available on more modern emulators such as BSNES, Bizhawk, Mesen and the sort. But personally, I still prefer to use snes9x because it's really fast and has the least amount of annoyances when compared to other emulators.

Anyway, some of the new features it has is a BSNES-quality sprite/titlemap viewer with the option to export the graphics.

The cheat search and cheat editors have been updated too. You can now batch add addresses and edit them. There's right click implementation too and having the cheat editor open no longer pauses the game. It also now allows to have multiple bindings so you can assign both a controller and keyboard to the same input.

Every config file or save state from the regular snes9x will work with this branch and viceversa.

Here's the latest release:
https://github.com/shanytc/snes9x/releases/tag/1.63.10
#8
I've amassed a ton of save states across the decades, but honestly a lot of them need specific emulator versions and in the case of Visual Boy Advance, you even need the specific bios version used or else the state won't load.
#9
That's the name, yes.
#10
Just wanted to let people know that the main snes9x branch has now implemented an option to have a colored background when disabling layers.

That version is still not public, but if you download any of the nightly versions, it will be there to use!
#11
Mapping Tips/Guides / Re: Annotating screenshot maps
November 30, 2023, 12:09:36 PM
Here's a collection of Bitmap Font Writer fonts I've created over the years.

https://mega.nz/file/rFQVHKaZ#irlWoay0-lGX9FUSxCFkXHMj6jN4C0sr36ZjFWJYLaM

They do not have a complete character set because I just create the characters I'm going to use, but most have the basic alphabet at least.
#12
So Samurai Shodown RPG was recently translated (after 15 years).

The author of the patch also extracted all of the game's maps, but he doesn't want to release them unmarked like that. He found someone willing to populate the maps with all the chests and important stuff, but the person went M.I.A.

So my request is, would anyone be willing to play through the game and populate the maps? I'm afraid that if no one does it, the maps will just go to waste on his hard drive.
#13
Here's an online tool that lets you create any palette you want and save it in .pal format so you can use it with FCEUX:

http://drag.wootest.net/misc/palgen.html
#14
Quote from: JonLeung on May 19, 2022, 08:53:58 AM


Another thing I don't like is when you're not sure if something is a tagline or a subtitle.  Why does the box for the NES version of Galaga say "Demons Of Death"?  That sounds more like a subtitle than a tagline, but who actually calls it "Galaga: Demons Of Death"?  "Faria: A World Of Mystery And Danger!" is really wordy, and I would have thought the "A World Of Mystery And Danger!" would be the tagline, except that it's right there on a ribbon in the title.  Argh.

Haha, true.
#15
I hear you. I struggle with the same stuff, but I got some "rules" that I follow to avoid going crazy.

If the name is different in box/title screen, then I either pick the longer name or I merge them both. So Gilligan's Island becomes Adventures of Gilligan's Island, and Gyromite becomes Gyromite: Robot Gyro.

As for games with creator titles in front, I just go with what's most popular. I really dislike doing the whole comma thing, such as: Amazing Tennis, David Crane's.
I don't put Disney in front of any of the titles, otherwise the letter "D" would be filled with Disney entries.