| The United-TI Forum is Read-Only. | |
| Goto page Previous 1, 2, 3, ... 36, 37, 38 Next |
| 14 Nov 2004 05:32:40 pm by Madskillz | ||
| I know somebody that made some awesome sonic graphics...in b&w, so we could certainly use those! |
||
| 15 Nov 2004 10:35:09 pm by shadowing | ||
| Yeah, you're right there. Though I want to use the sprites... I think i'm more used to making a 8X8 movement engine then free movement. Though I will try. Besides madskillz, is there anyone else to help? | ||
| 15 Nov 2004 11:36:09 pm by DigiTan | ||
| I've gotta agree with Madskillz on this one. Starting from scratch definately seems to be the winning strategy here. If any porting is to be done, I'd suggest only going as far as porting the game's structure in general. For example, if the 89 source has a routine called "Speed Up," make an almost-identical one called 'speed up.' If they list a routine called "platform," copy that too (actually both of these are real routines). Just be sure to give them credit.
The file "sma.asm" is thier main program, so I'd start there. Read it over, find out what each "include" file does, check out those files, etc. 'Generally get a feel for what does what. |
||
| 15 Nov 2004 11:43:38 pm by shadowing | ||
| Okay. I looked at it. HOLY MOLY!!! The structure of the 89 asm is hard to understand. I understand some part of it, but I see no reason to put in the anti crash part. Well, I guess we should start from scratch. Because of the probable limitations of ram, I think we should have a lot of optimization and only one level. Until we can make sure it would run fast enough, I think only one level should be implemented.
Now onto the real matter... Should it be greyscale, or not? And who wants to help? EDIT: Sorry if it didn't make sense this post. |
||
| 16 Nov 2004 01:09:29 am by DigiTan | ||
| Hmmm. I just realized that sma. is an anagram of .asm. :: Hysterical laughter :: *Cough* * cough* Ahem! Excuse me.
Personally, Sonics 1, 2, 3, and CD happen to be some of my favorite games of all time, so I'd like to help out wherever I can. About the greyscale: I say go for it; but only after the graphix engine is ready. That'll give you an oppourtunity to tell if the greyscale can be flickerless or not. I'd maybe leave out the parallax scrolling unless it's conveinent. |
||
| 16 Nov 2004 01:12:13 am by shadowing | ||
| Cool. I guess so. Well, DigiTan, let me know if you wish to help. I think you would be a fine addition. I can't do this alone. So ppl out there interested, plz post to help.
Well, time to get started on the title and engine. |
||
| 16 Nov 2004 05:44:01 am by leofox | ||||
I think it shouldn't be greyscale. It's difficult to make a fast Sonic WITHOUT greyscale, let alone WITH greyscale. Remember that greyscale games are about 10 times slower than B&W games. just my €0,02. |
||||
| 16 Nov 2004 10:44:13 pm by Madskillz | ||||
-Very well said! Ok...what about the sprite sizes of Sonic? I think 16x16 is adequate...8x8 too small, and 32x32 possible...I have gotten the pictures of the b&w Sonic, just gotta convert them to .gst files, than I'll post them. Porbably tomorrow. Mike_K, whom the graphics were made by, also included a titlescreen, the stage screen, and a sample of a level...which I'll turn each 8x8 pixels into tiles...ok, well onto tomorrow! |
||||
| 16 Nov 2004 10:46:44 pm by shadowing | ||
| cool... Well, i think 16X16 is enough. Well... is James even around?
EDIT: So far on staff... Mike_K madskillz ??? |
||
| 17 Nov 2004 12:43:53 am by DigiTan | ||
| 16 x 16 is a good size. Whether or not the Sonic sprite will be greyscale is probably another matter; personally I think it would be easier to make a 'good' greyscale Sonic than a mono one. You might be able to get enough detail to get the size down to ?? x 8 (eight wide).
There's also a matter of prog size. Your typical Sonic level was x2 the size of a Mario one. And the Sonic 3 levels were x3 larger than that! You'll probably have to compress the levels down somehow. |
||
| 17 Nov 2004 01:23:06 am by shadowing | ||
| Ok. how can we compress it? What should we use? The Huffman compression (sorry taking a guess).
Well... I don't know. If we can make the greyscale work fast, then YES!!! Do you want to help DigiTan? |
||
| 18 Nov 2004 12:23:10 am by DigiTan | ||
| Ticalc has a few really good compression routines online. RLE (Run Lenght Encoding) seems to be the reigning champ. Basically it looks for numbers in your level data that gets repeated more than 3 times and squishes it down. I used a variant of this in Robot War called ZCP (Zshell Compressed Pictures--it's not just for pictures though) and averaged 40% compression (76% was the max ever). And all I had to do was cut & paste that code into the game (I gave the author credit of course).
It's not really imporatant to decide on one right now, just be sure to check 'em out whenever you have the time. It'll be really important in level design. |
||
| 18 Nov 2004 04:33:10 pm by Madskillz | ||||
well...was the site down or something...because I could not view the forum or the main site at school or at home? Wierd anyhow...
- I agree, on that it would be easir to create a 16x16 GS sonic...but we'll have to see! then upload a little demo ok? |
||||
| 18 Nov 2004 06:08:17 pm by DigiTan | ||||
That's an interesting approach. I guess this was their way of getting around the weird Sonic physics where you can "stick" to walls or ceilings if you keep moving fast enough. I might actually have a TI-89 ROM left over from my high school years, so maybe I'll give it a whirl (inc puncount). Which source file were you looking at, Madskillz? |
||||
| 18 Nov 2004 07:14:13 pm by Madskillz | ||
| Well...I am not exactly sure which .asm file I was in...Maybe engine.asm...I think that was it! I can look tomorrow, the sonic stuff is in my laptop,which is at my mom's house! I actually have a very good GS title, but I'll put that one on the demo! |
||
| 18 Nov 2004 09:54:23 pm by shadowing | ||
| WOW!!! That is good. Maybe we can do that. Well, it is obvious to me that Madskillz can be the graphics designer. And Digitan can help us on a lot.
And I don't know what i will do. |
||
| 19 Nov 2004 04:37:01 pm by Madskillz | ||
| Well...like I said, I didn't make the graphics Mike K did...I also made a cool greyscale one, but that will be in the little demo I post... |
||
| 20 Nov 2004 01:08:29 am by DigiTan | ||
| This is an excellent start! I think the problem with our first attempt was that it never really got as far as the titlescreen, so there was no "commitment" to the idea. If you don't mind, I'm going to try to compress the picture with ZCP to see if the rates look good. I'll check in again tommorrow. | ||
| The United TI Forum is Read-Only. | |
| Goto page Previous 1, 2, 3, ... 36, 37, 38 Next | |
[Switch to Desktop view]
© Copyright 2000-2013 Cemetech & Kerm Martian :: Mobile Design by Alex "comicIDIOT" Glanville
Problems? Issues? Or Suggestions? There's a thread for that!
© Copyright 2000-2013 Cemetech & Kerm Martian :: Mobile Design by Alex "comicIDIOT" Glanville
Problems? Issues? Or Suggestions? There's a thread for that!
