Sonic and Sega Retro Message Board: General Project Thread & Feedback - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help
  • 141 Pages +
  • ◄ First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last ►
    Locked
    Locked Forum

General Project Thread & Feedback Discuss ideas or issues not pertaining to specific threads.

#61 User is offline JoseTB 

Posted 16 March 2008 - 02:55 PM

  • Posts: 623
  • Joined: 01-June 04
  • Location:Spain
  • Wiki edits:4
So you're saying there's no difference between the explanation of actual gamecode and the explanation of deduction based works when it comes to think about doing an engine that resembles the original thing. My point was simply that maybe hamburgers are more useful for this specific case.

#62 User is offline Rolken 

Posted 16 March 2008 - 03:21 PM

  • Posts: 301
  • Joined: 29-July 06
  • Gender:Male
  • Location:San Francisco, CA
  • Wiki edits:1
If you genuinely think the distinction between predetermined sine values and vector addition is one of tangible impact on the physics of a new engine, then I have nothing further to say, concede this silly line of discussion, and apologize for having brought up a page that is apparently hopelessly out of date.

#63 User is offline Upthorn 

Posted 16 March 2008 - 04:30 PM

  • TAS
  • Posts: 239
  • Joined: 23-October 06
  • Gender:Male
  • Wiki edits:23
Err, there is no difference. The predetermined sine values are the method used to break the vector into its x and y components so that it can be added to sonic's X and Y velocity values. I suppose vector addition may not be the mathematically correct term for this process but the end result is the same:
velocity0 + velocity1 = velocity2
The only difference that the precalculated sine table makes is that each value is the integer portion of (sin(x) * 256) rather than a full-precision decimal value, and so there are some slight discrepancies between using these and floating-point multiplication with proper sine values.

#64 User is offline Yarharhar 

Posted 16 March 2008 - 06:06 PM

  • Posts: 54
  • Joined: 20-November 06
Hey guys,
This emulator isn't ready for a public release (it's a proof-of-concept build for the rendering technique basically - this means it is buggy, not using the external editor, etc). But, if people really want to take a look at it right now, just send me a PM and I'll give you a download link. Specify if you want the executable, source, or both. Keep in mind the GENS source is not commented in english, so it's not something you can just jump into (if you speak english of course).

#65 User is offline JoseTB 

Posted 16 March 2008 - 06:56 PM

  • Posts: 623
  • Joined: 01-June 04
  • Location:Spain
  • Wiki edits:4
I wasn't talking about tangible impacts, but about the accuracy to guide in terms of comparison with the actual code of the engine. But I realize that might not be as relevant for everyone as it is for me, so I will leave it in there. My apologies if somebody found my opinion to be offensive, I didn't mean to underestimate the research done in that guide either.

Back on topic, I believe most people would find the proof of concept interesting Yarharhar, go ahead and post it even if it's not that much yet :)

#66 User is offline Athelstone 

Posted 19 March 2008 - 02:34 PM

  • Posts: 461
  • Joined: 19-February 07
  • Gender:Male
  • Location:England

View PostVincent, on Mar 18 2008, 09:14 PM, said:

If this is going to be real Athelstone, count me in.

Thanks, but unfortunately I simply don't have the time to work on a project like this. Like all of you though, I would definitely love to see this happen. It's really excellent to see snapshots of remastered sprites that you guys are working on - super sonic is looking great. If you have the time and the passion to continue, that's great - maybe something will happen.

One thing I will caution against though, is working alone. I know that for people reading this it might be tempting to want to dazzle everyone and work on a project like this all by yourself. Though in truth, many hands make light work. Working on your own is an unnecessary burden. This is why I have frequently encouraged projects like Retro Sonic and Pro Sonic to collaborate. The job will get done not only faster, but much more efficiently if you guys work together. Working in collaboration also allows constructive criticism from your colleagues. I think this thread is proof that many individuals in this community have a lot to offer. Leadership from an intelligent person who can work with others, accept constructive criticism and has the time and passion for this, though, is required.

#67 User is offline True Dude 

Posted 19 March 2008 - 02:44 PM

  • Posts: 1192
  • Joined: 07-January 06
  • Gender:Male
  • Wiki edits:980
Rather than do Sonic 2, it'd be great to see this as an all-around genesis HD project. (Such as Ristar HD, Sonic 3 HD, etc.)

#68 User is offline PsychoSk8r 

Posted 19 March 2008 - 02:55 PM

  • HighKnights
  • Posts: 2576
  • Joined: 11-July 07
  • Gender:Male
  • Location:Walsall, UK
  • Project:30 Day Project: Revisited.A New Release!
  • Wiki edits:19
That would take up too much time. For now we should continue with Sonic 2, <I>then</I> other games like ristar, as this project is going to take a while.

#69 User is offline 87th 

Posted 19 March 2008 - 03:46 PM

  • FOX HOUNDER
  • Posts: 627
  • Joined: 21-January 07
  • Gender:Male
  • Location:Dundee, Scotland
I vote that someone does Gunstar Heroes when all Sonic games have been HD'd.

#70 User is offline True Dude 

Posted 19 March 2008 - 03:57 PM

  • Posts: 1192
  • Joined: 07-January 06
  • Gender:Male
  • Wiki edits:980
Actually, considering Sonic Eraser doesn't have very many sprites, you could do that alongside Sonic 2.

#71 User is offline The Growler 

Posted 19 March 2008 - 05:17 PM

  • Posts: 958
  • Joined: 05-January 07
  • Gender:Male
  • Location:Sheffield, UK
Well I don't know about any of you, but I'd be happy if we only just had Sonic in HD, and just forget about the rest! [for the time being, of course]

I'm wondering what Tails would look like in HD [since he's the 2nd main character on Sonic 2] :D

#72 User is offline JoseTB 

Posted 02 April 2008 - 06:15 PM

  • Posts: 623
  • Joined: 01-June 04
  • Location:Spain
  • Wiki edits:4

View PostTadashi, on Apr 3 2008, 01:07 AM, said:

it's impossible to implement Supersonic - he flashes RANDOMLY, on any frame.


Eh, no, his animated palette is not generated but hardcoded - it's not random at all.

#73 User is offline Tadashi 

Posted 02 April 2008 - 06:19 PM

  • Posts: 490
  • Joined: 21-September 06
  • Gender:Male

View PostJoseTB, on Apr 3 2008, 08:15 AM, said:

View PostTadashi, on Apr 3 2008, 01:07 AM, said:

it's impossible to implement Supersonic - he flashes RANDOMLY, on any frame.


Eh, no, his animated palette is not generated but hardcoded - it's not random at all.

I mean he can be ANY color on ANY of his frames. You can't premade his flashing.

For example you can premade springs, one yellow and one red, so you make 2 highres versions, for each of them. But this technique is impossible with Supersonic.

Or there's another way to get round palettes?

#74 User is offline drx 

Posted 02 April 2008 - 06:32 PM

  • <Shade> fuck MJ
  • Posts: 2119
  • Joined: 02-March 04
  • Gender:Male
  • Project::rolleyes:
  • Wiki edits:8
I've worked on porting Sonic 1 to PC before, I might resume my work (probably from scratch this time) after I finish some other stuff. This could or could not help this project =P

#75 User is offline Tweaker 

Posted 02 April 2008 - 06:35 PM

  • Posts: 12389
  • Joined: 27-June 04
  • Gender:Male

View PostTadashi, on Apr 2 2008, 07:19 PM, said:

View PostJoseTB, on Apr 3 2008, 08:15 AM, said:

View PostTadashi, on Apr 3 2008, 01:07 AM, said:

it's impossible to implement Supersonic - he flashes RANDOMLY, on any frame.


Eh, no, his animated palette is not generated but hardcoded - it's not random at all.

I mean he can be ANY color on ANY of his frames. You can't premade his flashing.

For example you can premade springs, one yellow and one red, so you make 2 highres versions, for each of them. But this technique is impossible with Supersonic.

Or there's another way to get round palettes?

What are you talking about? Rotating palettes are hardcoded—there is no "random."

  • 141 Pages +
  • ◄ First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last ►
    Locked
    Locked Forum

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users