Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user Harvey ! (Registered 2024-11-25) You are not logged in - nap
CSDb User Forums


Forums > C64 Productions > Looking for GFX and CODE for a game...
2006-01-24 15:11
madcrow
Account closed

Registered: Oct 2003
Posts: 39
Looking for GFX and CODE for a game...

I've had a brilliant idea for a graphical adventure game for the C64, but am totally incompetent at pixeling and coding. Therefore I ask the help of the scene to make the best C64 adevture game ever. I have a plot written and am planning on writing the script, I just need somebody to either point out or code a nice graphics enigine (a la Maniac Mansion or Zak McCracken) and draw some graphics. I will wrie the script, design the gameplay, etc. More info about the plot and stuffa available on request.
--------------------------------------
please have pity on the n00bish emu kiddie responsible for the post above.
 
... 28 posts hidden. Click here to view all posts....
 
2006-01-25 22:35
Krill

Registered: Apr 2002
Posts: 2969
Quote: OK, this is not meant to flame you, but just as an interesting question, considering that apart from MM & Zak there aren't SCUMM-style engines anywhere on the C64 (and especially not by scene members), did you think somewhere there was an engine in "hiding"? :)

Timeframe doesn't really matter, it could be expected that even if you found a coder, at least year, possibly several would pass anyway before there was a well-working engine & system to support it. So you wouldn't be much worse off learning yourself.


Please define SCUMM-like engine.

I mean, apart from MM and Zak, there were some games with a similar style. Murder on the Mississippi comes to mind first here.
2006-01-25 23:02
cadaver

Registered: Feb 2002
Posts: 1160
OK, to be honest I'd define it in a quite extreme way, something that would be able to implement most features in Lucasfilm adventures..

- arbitrary shaped backgrounds with multiple Z-layers
- masking of sprites/objects when they go behind those layers
- scrolling
- smart pathfinding
- hugeass amount of data / text / rooms / animations possible -> need a nice memory manager and loadersystem, possibly non-DOS format to overcome directory size limit & lost space due to last sectors of files, IFFL is also fine
- scripted actions for NPCs etc.
- verb/noun interface as seen in SCUMM games

It may be that the original poster wouldn't even demand such engine, but it'd be better to blow the C64 scene away properly at once :)
2006-01-25 23:35
Nafcom

Registered: Apr 2002
Posts: 588
Quote: OK, to be honest I'd define it in a quite extreme way, something that would be able to implement most features in Lucasfilm adventures..

- arbitrary shaped backgrounds with multiple Z-layers
- masking of sprites/objects when they go behind those layers
- scrolling
- smart pathfinding
- hugeass amount of data / text / rooms / animations possible -> need a nice memory manager and loadersystem, possibly non-DOS format to overcome directory size limit & lost space due to last sectors of files, IFFL is also fine
- scripted actions for NPCs etc.
- verb/noun interface as seen in SCUMM games

It may be that the original poster wouldn't even demand such engine, but it'd be better to blow the C64 scene away properly at once :)


I agree with you! :)
2006-01-26 09:39
Intensity
Account closed

Registered: May 2002
Posts: 337
I am still waiting for the CF-Adventure from Out of Order :D ! Computer-Flohmarkt, those were the times.
2006-01-26 09:57
enthusi

Registered: May 2004
Posts: 677
I always wanted LOOM for c64 - quite doable with a decent artist at hand...
the scummvm.org - project recently added d64-support so there is 'nice' c++-code that interprets the original data. Worth a look I think.
Loom (or Indy3 :) but rather the former would be a fun idea since it could need the best loader there is, the best gfx there are :) and some good code as well. Actually since loom does have a rather simple point & click -system (and a wonderful wonderful plot) the code-part is proabably the least problem - well, pathfinding and clipping etc...
All in all something thats probably too big for volunteers :(
Still, I keep up the hope.
Even started to test some converters on the ega (not vga)-gfx of the original loom - after all its 16 colors :)
Maybe the first fli-gfx-adv? :)
2006-01-26 17:09
madcrow
Account closed

Registered: Oct 2003
Posts: 39
If Loom EGA could be ported than so could (in theory at least) Monkey Island 1 EGA. It would be an interesting project.
--------------------------------------
please have pity on the n00bish emu kiddie responsible for the post above.
2006-01-26 17:26
Seven

Registered: Jan 2002
Posts: 202
Quote: mmmh aeg showed me a scumm-alike game he has started a long time ago....wasnt that ever released? *shrug*

whatever, such kind of engine isnt really that hard to write, the biggest problem on c64 would be fitting a reasonable amount of objects into memory :)


No, actually.. the real problem is getting a coder who claims it isn't that hard to do to actually get his ass up and do something.... anything ;)

That being said, I believe Logan by Byteriders was kinda like Maniac Mansion, wasn't it? And I think Sebastian Broghammer does qualify as a scener ;)
2006-01-26 18:12
Burglar

Registered: Dec 2004
Posts: 1089
I think you will find a coder when I finish Troddlers Preview V2 ;)
2006-01-27 11:09
WVL

Registered: Mar 2002
Posts: 899
Quote: OK, to be honest I'd define it in a quite extreme way, something that would be able to implement most features in Lucasfilm adventures..

- arbitrary shaped backgrounds with multiple Z-layers
- masking of sprites/objects when they go behind those layers
- scrolling
- smart pathfinding
- hugeass amount of data / text / rooms / animations possible -> need a nice memory manager and loadersystem, possibly non-DOS format to overcome directory size limit & lost space due to last sectors of files, IFFL is also fine
- scripted actions for NPCs etc.
- verb/noun interface as seen in SCUMM games

It may be that the original poster wouldn't even demand such engine, but it'd be better to blow the C64 scene away properly at once :)


you can steal masking of sprites/objects from the PD64 codebase.. it's really nice & fast code and uses nice packing of the mask data :).. calculating 3 ball sprites costs me about 24 rasterlines/frame.
2006-01-27 11:46
chatGPZ

Registered: Dec 2001
Posts: 11360
Quote:

No, actually.. the real problem is getting a coder who claims it isn't that hard to do to actually get his ass up and do something.... anything ;)


hehe. i've written such an engine for the gba, and even there it wasnt trivial to fit everything into ram (most objects can be manipulated in some way, so the lots of rom space doesnt really help).... i have thought about porting the thing to c64 more than once, would be a really interisting project actually, but i couldnt come up with a decent idea on the memory problem yet :/ if i recall correctly that was also the problem aeg had - once you add a non trivial game/story to your point+click engine you face memory problems quickly. maniac mansion and zakmckracken became a lot more impressing after doing all that :)
Previous - 1 | 2 | 3 | 4 - 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
Scooby/G★P/Light
celticdesign/G★P/M..
Alakran_64
bugjam
grip
Mike
EALL/HT
KEF
kbs/Pht/Lxt
psych
Jammer
Guests online: 118
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 The Demo Coder  (9.6)
7 What Is The Matrix 2  (9.6)
8 Uncensored  (9.6)
9 Wonderland XIV  (9.6)
10 Comaland 100%  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Libertongo  (9.5)
6 Rainbow Connection  (9.5)
7 Onscreen 5k  (9.5)
8 Morph  (9.5)
9 Dawnfall V1.1  (9.5)
10 It's More Fun to Com..  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Nostalgia  (9.3)
5 Triad  (9.2)
Top Coders
1 Axis  (9.8)
2 Graham  (9.8)
3 Crossbow  (9.8)
4 Lft  (9.8)
5 HCL  (9.8)

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