Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > coder for new game needed!
2004-12-27 09:25
Alias Medron

Registered: Dec 2001
Posts: 39
coder for new game needed!

Hi all..
I was thinking to start working again on an old game project of mine but i need to find a coder first.

the game will be a jump n shoot contra - turrican like but with better gfx and some fresh ideas..

check out this little preview and tell me what you think
Earth 3 Preview
 
... 5 posts hidden. Click here to view all posts....
 
2004-12-27 17:44
Cybernator

Registered: Jun 2002
Posts: 154
What's the difference between VSP and AGSP? What does AGSP stand for?
2004-12-29 06:42
hollowman

Registered: Dec 2001
Posts: 474
from what i've heard vsp + linecruncher = AGSP = Any Given Screen Position
2004-12-29 11:45
Oswald

Registered: Apr 2002
Posts: 5017
well, mayhem in char mode beats hands down fred's back with its bitmap mode. Not too long ago I was playing with the idea of writing a Zool clone, and as coder I decided that it should be an "AGSP" scroller but in char mode. You dont have the freedom of software bullets/sprites in bitmap mode, also collisions is harder to track down, you cant simply read directly the screen data to check that. Its not really the screenmode that counts, but that how clever you use it. Take a look at Mayhem and learn...
2004-12-29 14:58
Alias Medron

Registered: Dec 2001
Posts: 39
Actually i don't care about the mode i will use in the game aslong i can use the colors i want (more that 3).. mayhem looks great indeed (and i thought it's bitmap mode)..
the thing is that the only level editor i have is the one from freds back..
if someone could help me with another editor i would be a happy man (and the coders too i guess :)
2004-12-29 15:40
Alias Medron

Registered: Dec 2001
Posts: 39
i took a look at the metal warrior level editor.. it could be used to make some nice levels with quite some colours...
i'll give it a try..
2004-12-29 15:44
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
Sorry, forgot about this thread; what Hollowman said, VSP is just a shunt sideways by up to 40 characters (anything goes off the right comes back on one char line down on the left) so after that screen distance a buffer flip is needed. Mayhem In Monsterland and Creatures both use it for scrolling char screens but it will work for bitmap too as long as two bitmap buffers are dedicated to it and either $d800 stays as a set colour or a good colour scroll routine is used.
2004-12-29 15:52
Alias Medron

Registered: Dec 2001
Posts: 39
here are some sprites (newer ones that those in the preview) for the game.. http://www.geocities.com/aliasmedron/game/earth3.htm
2004-12-29 16:26
Cybernator

Registered: Jun 2002
Posts: 154
@TMR: VSP is clear. I thought VSP and AGSP were the same thing, until you said "VSP instead of AGSP". :)

With bitmaps, wouldn't it take too much memory? I guess you can't load bitmaps continuously because you'd need quite some rastertime for the game-flow routines. Actually, one possibility is to use blocks, but you'd have to _copy_ them onto the bitmap (8 times slower than using chars). 256 4x4 blocks would take half the available RAM! As for free-directional scrolling, that would be too much for a bitmap mode, wouldn't it?
I think this is pretty limiting, and could have impact on the playability.
2004-12-29 17:44
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
Yup, you only store the active screens as bitmaps, everything else is compressed into a font and a couple of colour tables and expanded out from the tile map. Since you only have to write one column in per every X frames (depending on speed) that's 192 bytes of bitmap and 48 bytes of colour - easy enough in a frame.
2004-12-30 17:35
cadaver

Registered: Feb 2002
Posts: 1153
As long as you're careful with modifying all relevant parts :) it's probably quite easy to modify some of the MW/BOFH/etc. editors to give 3 unique colors per char. That is if you don't want more than 256 chars...
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Mike
zscs
Lead/House Designs
Jetboy/Elysium
Mason/Unicess
MuZZa/The Codeblasters
CA$H/TRiAD
juN3bula/N3U
rexbeng
Guests online: 65
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Wafer Demo  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Graphicians
1 Sulevi  (10)
2 Mirage  (9.8)
3 Lobo  (9.7)
4 Mikael  (9.7)
5 Archmage  (9.7)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.062 sec.