Replacing graphics in Car Jamboree

صفحة 2/4
1 | | 3 | 4

بواسطة MetallicaSepultura

Supporter (13)

صورة MetallicaSepultura

08-01-2023, 13:38

Excuse me. How do you understand the offset through that image?

بواسطة theNestruo

Champion (421)

صورة theNestruo

08-01-2023, 14:30

MetallicaSepultura wrote:

Excuse me. How do you understand the offset through that image?

If the question is for me: column number (X/10) * 256 + Y.
If the question is for Aoineko, it seems to be: row number (INT(Y/8)) * 256 + INT(X/8) + (Y MOD 8).

aoineko wrote:

No as adanced than BinToPng, but you try my online tool at https://aoineko.org/binviewer/

Actually, your tool has way more options than my qucik'n'dirty Bin2Png. If I had known it before, you would have saved me from writing Bin2Png ^_^

بواسطة aoineko

Paladin (1002)

صورة aoineko

08-01-2023, 14:36

MetallicaSepultura wrote:

Excuse me. How do you understand the offset through that image?

No easy way. You can play with offset parameter to get close.
Sorry, I have nothing better to offer.

بواسطة Jipe

Paragon (1614)

صورة Jipe

08-01-2023, 15:47

car jamboree is a 16K rom, the 32k version is just a reflection of the first bank
to analyze the game sprites you can use MEISEI a MSX1 emulator you can find here
http://www.emu-france.com/emulateurs/10-ordinateurs/167-msx-...
use advanced / sprite viewer
you can see the data of all sprites and search with a hexeditor in the rom

بواسطة Manuel

Ascended (19468)

صورة Manuel

08-01-2023, 16:31

The openMSX debugger also has a sprite viewer, in case you didn't know.

بواسطة MetallicaSepultura

Supporter (13)

صورة MetallicaSepultura

08-01-2023, 19:00

Didn't knew at first. Anyway, it should be like this? right?

بواسطة Manuel

Ascended (19468)

صورة Manuel

08-01-2023, 20:33

This is not the openMSX debugger, but a sprite locator script. Can also be useful, depending on what your needs are.

بواسطة MetallicaSepultura

Supporter (13)

صورة MetallicaSepultura

09-01-2023, 17:28

Is the openMSX debugger a third party component? I can't seem to find it inside the utilities.

بواسطة aoineko

Paladin (1002)

صورة aoineko

09-01-2023, 18:51

It's a separate software you can download from openMSX web site.

بواسطة Manuel

Ascended (19468)

صورة Manuel

10-01-2023, 00:19

https://github.com/openMSX/debugger/actions for the latest builds (probably only available when logged into GitHub).

صفحة 2/4
1 | | 3 | 4