Search found 1171 matches

Return to advanced search

Re: DELTA General Discussion Topic

Simion have you made any sales yet?
by Cyclone
April 8th, 2023, 8:12 am
 
Forum: Delta Suite
Topic: DELTA General Discussion Topic
Replies: 443
Views: 783556

Re: DELTA General Discussion Topic

I can’t register on the forums?

Good luck… I hope you sell lots Simion
by Cyclone
April 3rd, 2023, 4:52 pm
 
Forum: Delta Suite
Topic: DELTA General Discussion Topic
Replies: 443
Views: 783556

Re: DELTA General Discussion Topic

That is true.
will there be free updates?
by Cyclone
April 1st, 2023, 4:29 am
 
Forum: Delta Suite
Topic: DELTA General Discussion Topic
Replies: 443
Views: 783556

Re: DELTA General Discussion Topic

That's really cool. Congrats on the milestone!

It seems a bit expensive though. And no trial?
by Cyclone
April 1st, 2023, 4:23 am
 
Forum: Delta Suite
Topic: DELTA General Discussion Topic
Replies: 443
Views: 783556

Re: Sprite Graphics

That’s ok rainbowsprinkelz. Thanks for getting me this far.
Cheers
by Cyclone
February 9th, 2023, 11:52 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Is this correct? I added an extra 2x2 char to the example. Circled in green. Changed the other highlighted areas reflect that. I'm not 100% sure what you are asking.... Are you asking if your dma calls are right if you added one 2x2? If so, yes. If not, idfk :) I would use my gfx editor to find an ...
by Cyclone
February 9th, 2023, 2:47 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: DKC1 GFX Editor

before I download this. What did you change /add?
by Cyclone
February 9th, 2023, 2:33 pm
 
Forum: ROM Hacking
Topic: DKC1 GFX Editor
Replies: 9
Views: 12792

Re: Sprite Graphics

Is this correct? I added an extra 2x2 char to the example. Circled in green. Changed the other highlighted areas reflect that. D4Yp3Nx.png SU5dkHW.png When all 4 of a 2x2 are placed logically together, the SNES can easily display them. Can you elaborate? by 4 do you mean the 4 individual cells that ...
by Cyclone
February 9th, 2023, 9:13 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Not your fault. That was a detail I missed. When a row has no garbage, you carry on counting with the next row. In my example, the first DMA call encounters a garbage cell after 0xf chars. I like that. That is a better way to explain things. A DMA group counts chars left to right until you run into...
by Cyclone
February 8th, 2023, 2:45 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Birthday Topic

Happy Birthday Simion32!!
by Cyclone
February 8th, 2023, 2:36 pm
 
Forum: Anything Goes
Topic: Birthday Topic
Replies: 832
Views: 1203776

Re: Sprite Graphics

Since you don't want the bottom half of the 9th 2x2 char to be loaded next to the last 1x1 char (if you did, the bottom half would be garbage), you need a second DMA group to place these last two chars on the fourth row, where the belongs (chars 0x30-0x31). Hence, the last two header values of 0x30...
by Cyclone
February 8th, 2023, 2:19 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

How come offset group 1 is 22? Shouldn't it be 18?
Also how come there isn't a group 2?
I'm just trying to understand when a sprite uses just one group or when it needs to use two groups.
Image

I'm sorry, I really am trying...
by Cyclone
February 6th, 2023, 9:35 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Ok. Let's talk about this image. https://i.imgur.com/roFYAy1.png Here is what VRAM looks like in game. https://i.imgur.com/BLJEH2v.png These are my markups following the same formatting as before. https://i.imgur.com/v5BrMyn.png We have 2 dma groups. Why? Well, look at the first row. Even though it...
by Cyclone
February 5th, 2023, 2:33 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

I thought each sprite was made up of individual 8x8 tiles no matter the size of the entire sprite? I attached a screen of rainbowsprinkelz's editor. Could you briefly explain each of the values? I think I understand what a 2x2 char and a 1x1 char is but i need clarification on what it is. Also i'm n...
by Cyclone
February 3rd, 2023, 7:54 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Sorry if you misunderstood, or if I misunderstood but that function you wrote just gets the size of the header? I thought it would have something to do with the x/y coordinates of each tile in a sprite. I was just thinking how to program a function that finds those coordinates and combines those til...
by Cyclone
February 2nd, 2023, 10:59 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

That would be great!

I attached my code of what I have working so far. just 16x16 sprites.
Keep in mind. I know my code is horrible... many things wrong with it but it works.
by Cyclone
February 1st, 2023, 3:31 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

I also notice there is some clipping of the DK Map sprite in rainbowsprinkelz's editor and in my extractor. Like rainbowsprinklez, I don't see the clipping. The different background colors can play tricks on how you perceive things. The anti-aliasing on those scaled-up screenshots could be a factor...
by Cyclone
February 1st, 2023, 10:14 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Thanks Mattrizzle. To the point as always! It turns out the Palette I used for the DK Map sprites was wrong. I was using rainbowsprinkelz editor. But the palette in your screenshots seems correct. I also notice there is some clipping of the DK Map sprite in rainbowsprinkelz's editor and in my extrac...
by Cyclone
January 31st, 2023, 8:14 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

The heart in the ingame screenshot appears to be mirrored horizontally? Why is this? Going left typically flips the sprite. Do you notice how pretty much all the sprites face right? The game programmatically flips these thereby not needing x flips of any sprites explicitly defined. ahh that makes p...
by Cyclone
January 31st, 2023, 11:08 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: DKC1 GFX Editor

Is there an updated version of this?
by Cyclone
January 30th, 2023, 2:28 am
 
Forum: ROM Hacking
Topic: DKC1 GFX Editor
Replies: 9
Views: 12792

Re: Sprite Graphics

I am getting some inconsistencies comparing the ingame sprite of the heart compared to the sprite viewer / extracted sprite from Simions extractor.

The heart in the ingame screenshot appears to be mirrored horizontally?

Why is this?
by Cyclone
January 30th, 2023, 1:48 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Favorite of the Trilogy:

Also, I was thinking that Cyclone and Rainbow Sprinkles like DKC1 the best. :parry: Don't assume, because you make an ASS out of U and ME :D Try again. Also, DKC isn't even my favorite video game :huh: Also also, you misspelled my name :P (the z is important) I agree. And Donkey Kong Country 2 is m...
by Cyclone
January 27th, 2023, 1:39 pm
 
Forum: General DKC Discussion
Topic: Favorite of the Trilogy:
Replies: 19
Views: 2563

Re: DKC related artwork — post your masterpieces!

That is already in the gallery. I posted it years ago!
by Cyclone
January 23rd, 2023, 8:34 am
 
Forum: DKC Projects/Fanworks
Topic: DKC related artwork — post your masterpieces!
Replies: 353
Views: 679046

Re: Sprite Graphics

Problem Solved! I'm surprised no one thought about it earlier... Here is the working code. All it does is extracts the letter A to a png file. #include "C:\Users\Chris\source\repos\PNG\lodepng.h" #include "C:\Users\Chris\source\repos\PNG\lodepng.cpp" #include <fstream> #include <...
by Cyclone
January 13th, 2023, 10:47 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Well I got the png to work... but I still get that error that I was getting with the bmp.

Again does anyone have ideas whats causing this?


Hey check this out. 1a is....
https://en.wikipedia.org/wiki/Substitute_character

Thats the issue!
by Cyclone
January 13th, 2023, 5:52 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

This is as close as I got so far. It kinda works but its rotated and mirrored and is missing the last row of pixels.. Not sure why. test.png /* LodePNG Examples Copyright (c) 2005-2012 Lode Vandevenne This software is provided 'as-is', without any express or implied warranty. In no e...
by Cyclone
January 12th, 2023, 9:43 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

OK. SO I gave up on writing to the bmp format...
I am now trying to get the same code working with a png.
I am having difficulties in getting it to work. I went back a version and I know there's lots of errors in the code but I understood it better.

Help appreciated. Thanks
by Cyclone
January 12th, 2023, 4:59 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Thanks for looking at my code. Did you get it to work without the pixel error? Again this happens with other sprites as well. I mean when there is a HEX value of 1a in the tile row code. When this happens it messes up the tiles after it too. To prevent it messing up other tiles I have to change the ...
by Cyclone
January 10th, 2023, 11:54 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Any one?

Here is the source code. I'm using Microsoft Visual Studio 2019

https://www.mediafire.com/file/4hg67n9m ... B.zip/file

Is there some sort of pixel that is Set/not or something?

It just doesn't make sense that a value of 0x1a would cause such an error.
by Cyclone
January 9th, 2023, 10:01 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

I will try to explain my issue with some images.

Notice the pixels don't match.
1pxoffb.png
1pxoffb.png (21.68 KiB) Viewed 6785 times


The below is the default value of 1A which causes the image that is created to not show up correctly.
errorB.png
by Cyclone
January 5th, 2023, 12:16 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

So I almost got it working perfectly but there is one error in it. Whenever it encounters a value of 0x1A in the tile code it does not write the bitmap perfectly. Any Ideas? Thanks. The below code will extract the kong letters int main() { CString File_Path; char sztmp[1024]; cin.clear(); cout << &q...
by Cyclone
January 5th, 2023, 1:43 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Here is the code I have so far. How do I use all the thousands of colours the SNES can display? Do I use an array, create the different colours at run time? I'm not sure. int main() { // Link sprite. int Bitplane0_ROW[] = { 0b01100110 , 0b11111111, 0b01011010, 0b01111110, 0b00000000, 0b10000001, 0b1...
by Cyclone
December 9th, 2022, 9:34 am
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

In the second version we have a struct containing a red, a green and a blue component. After that we define an array containing four groups of colours. That code block can be scrolled, there is an example of how to access and assign them. The idea behind using tables is that you don't need to check...
by Cyclone
December 6th, 2022, 4:57 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

I figured out what I'm doing wrong. I just don't know how to access the separate values in the Struct that's why. Edit . I am getting a strange glitch in my code. I have unsigned char red[] = { 255, 53, 59, 154, 0, 255 }; unsigned char green[] = { 255, 189, 85, 194, 255, 0}; unsigned char blue[] = {...
by Cyclone
December 5th, 2022, 4:18 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

^ I checked here... https://htmlcolorcodes.com/

you are correct its green. but I still get blue in my program...
by Cyclone
December 5th, 2022, 3:12 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Edit. Kingizor. There are a lot of errors in your post. you said. { 53, 189, 104 }, // Green
but that's actually blue...
by Cyclone
December 5th, 2022, 2:59 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

As for the index values, you currently have four tables each containing three values. That's one table for each colour containing an R, G and B value. A more typical way would be to have three tables containing the R, the G and the B values. So that would be three tables containing four values. The...
by Cyclone
December 5th, 2022, 2:48 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Here... This works I think :) std::bitset<4> bs; bs.set(0, (Bitplane0_ROW[p] >> N) & 1); bs.set(1, (Bitplane1_ROW[p] >> N) & 1); bs.set(2, (Bitplane2_ROW[p] >> N) & 1); bs.set(3, (Bitplane3_ROW[p] >> N) & 1); unsigned long Index = bs.to_ulong();
by Cyclone
December 1st, 2022, 10:27 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

A 4-bit version is a very similar process. To construct the 4-bit index value you'd need to extract the four different bits and shift them into place as necessary. There isn't really anything new to cover at this stage, so maybe just try and think over how your 2-bit version works at each point and...
by Cyclone
December 1st, 2022, 9:27 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

You did manage it with shifts which is one of the ways to do it. The other way would have been something like this: b = (!!(Bitplane0_ROW[p] & (1 << N)) << 1) | !!(Bitplane1_ROW[p] & (1 << N)); This way uses logical NOT twice. That has the effect of forcing the extracted set bits to 1 so yo...
by Cyclone
December 1st, 2022, 5:10 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

EDIT Is this even close? b = (Bitplane0_ROW[p] << 1) | (Bitplane1_ROW[p] << 0); Yes, that's exactly what we want. The only issue is that shifting left by zero won't do anything, so you can safely remove that shift. That didn't work when I tried that. however this worked, I was able to get the index...
by Cyclone
November 30th, 2022, 10:39 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

This works int bit1 = 1; int bit2 = 1; int combined = bit1 | (bit2 << 1); std::cout << combined << "\n"; // prints 3 but... how do I combine these two → ((Bitplane0_ROW[p] & (1 << N)) && (Bitplane1_ROW[p] & (1 << N)) == 0)
by Cyclone
November 30th, 2022, 7:11 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

I came across this link. https://stackoverflow.com/questions/33128934/combining-three-bits-to-get-a-single-integer-value with this example. #include <stdio.h> #include <stdlib.h> int main(void){ int LeastSignificantBit=1; int MiddleBit=0; int MostSignificantBit=1; int Number=0; Number=(MostSignifica...
by Cyclone
November 30th, 2022, 1:26 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Got some better code now. thanks for the tips. You seem to have an extra if hiding in there! :bashmaster: This version is a tiny bit farther from what we want compared to the previous version though. You know that (Bitplane0_ROW[p] & (1 << N)) and (Bitplane0_ROW[p] & (1 << N)) get us the tw...
by Cyclone
November 30th, 2022, 1:10 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: DKC Sprite Graphic Tutorial

Thanks for the thought. It’s ok if you look at the wording. As long as it is constructive.
by Cyclone
November 29th, 2022, 6:25 pm
 
Forum: Documentation
Topic: DKC Sprite Graphic Tutorial
Replies: 11
Views: 3632

Re: DKC Sprite Graphic Tutorial

You didn’t paste the entire doc. Also I’m not sure what you changed
I was looking for suggestions such as wording and if it’s easy to understand etc or if I am missing any thing
by Cyclone
November 29th, 2022, 4:49 pm
 
Forum: Documentation
Topic: DKC Sprite Graphic Tutorial
Replies: 11
Views: 3632

Re: DKC Sprite Graphic Tutorial

Sure that would be great
by Cyclone
November 29th, 2022, 4:25 pm
 
Forum: Documentation
Topic: DKC Sprite Graphic Tutorial
Replies: 11
Views: 3632

Re: DKC Sprite Graphic Tutorial

Does anyone have suggestions on how to improve it?
Thanks in advance.
by Cyclone
November 29th, 2022, 12:42 pm
 
Forum: Documentation
Topic: DKC Sprite Graphic Tutorial
Replies: 11
Views: 3632

Re: Sprite Graphics

Got some better code now. thanks for the tips. 2Bpp int main() { int Bitplane0_ROW[] = { 0b01100110 , 0b11111111, 0b01011010, 0b01111110, 0b00000000, 0b10000001, 0b11111111, 0b01111110 }; // Array to to store numbers Last Row is first. int Bitplane1_ROW[] = { 0b01111110, 0b11111111, 0b11111111, 0b11...
by Cyclone
November 29th, 2022, 12:40 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196

Re: Sprite Graphics

Quick programming question. How do you check if a bit not set? I'm sure its something obvious. sorry. This checks if a bit is set → if (Bitplane0_ROW[p] & (1 << N)){ // do something.} but i'm not sure how to check is a bit not set like this → if (! Bitplane0_ROW[p] & (1 << N)){// do somethin...
by Cyclone
November 28th, 2022, 6:08 pm
 
Forum: ROM Hacking
Topic: Sprite Graphics
Replies: 141
Views: 25196
Next

Return to advanced search