Cybernoid
-
Content Count
972 -
Joined
-
Last visited
Posts posted by Cybernoid
-
-
I did it!I did it!
Cute!

I did not envision using this as a big pixel picture creator! Although, you could use your talents for the level generator.

-
are you programming it on cc65 also? (like jellybeans)Yes. It does have a mixture of C and assembly all compiled with CC65. The music is done with the RMT player in assembly.
-
Hey, all!
I am not sure if I will have time to finish my Blackbox Game in the near future, so here is a playable demo...
The controls are simple. Move the cursor around with the joystick, press fire to either place a gem, turn it RED, GREEN or BLUE, or fire a white lasor into the field.
When a lasor hits a gem, it adds its color to the output lasor. The lasor output can be red, green, blue, yellow, cyan, purple or white.
All, the lasors turn green, when all the gems with all the correct colors have been placed. The next level then starts!
The music is stereo!
Enjoy!!! bb2.zip
C
-
Anyway... Not to totally derail the thread, but does anyone know of a way to hook the 8-bit to a sc1224 or 1435 monitor?
Slight derailment...
I thought about doing this. I think it is possible to get a black and white picture to an sc1224 monitor if you take the LUMA signal from the GTIA (pins 22,23 or 24) and connect these to the Red, Green and Blue pins of the ST monitor (pins 7,6 and 10). Then you could use a sync separator chip to create the horizontal and vertical syncs... maybe this one: http://www.national.com/images/pf/LM1881/00915001.pdf. Connect the composite video output from the atari to the LM881 or maybe even use the CSYNC signal from the GTIA....
Just an idea...
-
-
Alles klar?
Ja. Ein wenig.
Actually, that system is sort of cool. I am learning better how to play Diablo, too.
-
as far as i understood diablo the item generator considers monster level (mlevel), dungeon level, player level for item dropping...Okay. This makes sense. Then you could use the monster level stack for items dropped on screen. It might not correspond to exactly the item dropped by a monster, but does it matter?
-
Can you make the multi-monster item drop work by the following:
- Each monster can drop an item. It can be a potion, armor, food, weapon, or any class of item. At this time there are no stats associated with the item.
- When placing the item on the floor, check if there is an item there, if so, check the 8 locations around it, if no room for the item in these 9 locations, then do not drop an item.
- When an item class is picked up, you select its stats from a minimum and maximum range based on the dungeon level, and level of the player.
Thus, as the level gets higher and as the player become stronger the items dropped become more substantial.
The problem with this would be that if your player is stonger and on a high level, and he attacks a low level creature/monster, like a rat, then he may actually be able to pick up a large weapon dropped from the rat.
Why was that level 0 rat carrying a level 25 magical-grand-steal-two-handed-axe with +20 modifiers?

It would make sense to tie the item dropped with the level of the monster, but you would need to drop different items for this. Or, store the monster level for each dropped item on screen.
You could as each item is dropped, store all the monster levels into a stack buffer. When the player picks up an item, look at the item class, the dungeon level, then pop a monster level off of the stack... use this information to set the min and max range for item statistics... hmmm... could work okay...
- Each monster can drop an item. It can be a potion, armor, food, weapon, or any class of item. At this time there are no stats associated with the item.
-
-
Disk 50 is listed for $14.95 at B&C Computer Visions...
http://www.myatari.com/bc800d.txt
It was listed in Antic as well:
-
I believe that "Disk 50" was by Star Soft International and released in 1987. BUT, I don't have it...
-
emkay, could you try to create effects that sound like weapons? e.g. sounds of clanking metal swords, stone axes or released bowstrings? Also sounds of offensive spells like fireballs or ice bolts.
Yeah, those sounds would be cool. Could use a down sound, too, for descending into the next dungeon level...
-
This is my 500th post to Atari Age!!!!
-
No Problem. Happy BBSing!
-
I noticed that you are using player 0 and player 1 for the color. The character set is designed to work with priority zero very well... but you must use player 2 and player 3 for the colors. This way it will interact with two of the colors of the characters instead of just one... the characters will be two shades of a color with a white highlight and black background...
As long as you did not change the character set that I gave you...
Included is an example
-
I like it! The damage indicator is cool. I see you have different colors working now. Using Priority zero mode?
-
The atari800Win current only supports the R: device in server mode. That is to say that it only supports "accepting connections in" not making connections out.
However, I do have a perl script that will pipe the data from a BBS telnet server to the emulators telnet server. All you have to do is start the atari800Win emulator, load your favorite BBS program (Bobterm, ICE-T, etc)...
Then, in a dos window type something like:
"perl sock_pipe.pl bbs.darkforce.org 23" or "perl sock_pipe.pl cth.dtdns.net 23"
Included is my perl script, and my color ANSI terminal prototype (keys are CTRL-SHFT-{T,E,F,H,W,?}
-
The 12th Warrior and anything by Dr. Awesome (Bjorn Lynne) is good:
http://www.modarchive.com/cgi-bin/download...2th_warrior.mod
-
ah... i thought it is an unique magic item generated by the game itself... kind of procedual item creation...
Darn... I didn't get a chance to pick up the Mystical Shoulder Pad of Grafleceon before being vanquished by some evil beast...

-
Yeah, but if you notice on my final screen shot, I really only picked up 3/4ths of the armor...
-
-
Great progress this week. Here are the left characters. I think to move right you should just flip this char data....
You have done a lot of work beyond where I was for Dungeons of Arkon.... but I will be sure to steal... I mean borrow your ideas. ;)Thanks for sharing in the development and research phase!
-
Karolj,
Let me know when you might want the animated character sets. Adam made some good move left ones... It uses 3 character sets that you would want to rotate through to give the impression that the little 2x2 guys are moving...
-

Blackbox Video Game Demo
in Atari 8-Bit Computers
Posted
Thanks! I figured I would create a game so that you can keep atari.fandal.cz alive!