Jump to content
IGNORED

The Wanderers WIP


Link6415

Recommended Posts

GREAT NEWS!

 

I'm done with graphics (although I'll make a new font soon, for now I'm using ATASCII), and more importantly, THE LEVEL GENERATOR IS COMPLETE! Yay!

 

It's not much, but I'm proud of it. :)

 

It took around 120 lines of code and only takes 32 seconds to generate a level. I'll have some pics up later today, but that's all for now.

Link to comment
Share on other sites

Interesting patterns/colours. Which program do you use to create mock-ups? Also, is that a map mode or have you shrunk the rooms to that size?

I use Pixcen, a c64 bitmap editor for the mockups. First I take a screenshot in VICE, then I import it in Pixcen, and then I set Pixcen to "unrestricted" mode (which removes cell color restraints) to draw the sprites. And technically yes, I shrunk the rooms, but it's like Telengard in that you move between rooms, but not in them, so it doesn't effect gameplay too much. And you are told the room's contents and shown sprites that represent them.

Edited by Link6415
Link to comment
Share on other sites

Other than the font, I won't be changing the graphics anymore

I lied!

post-43309-0-85985100-1461202500_thumb.jpg

I decided that the graphics I had were (while nice and simple) a bit bland. This has more detail and color, and looks much better. It's supposed to be a hedge maze, I was inspired by the box art for "Adventure" on the 2600. I'll still have to do a new font in the future.

Link to comment
Share on other sites

Hm, are you using extended colour mode with 64 definable characters? It looks like the outer border is yellow/green and then the inner room is red with a black outline, which in my book requires a such mode. You might get away with multicolour mode too, but at half the horizontal resolution. Will you use raster timing to switch graphics mode at the bottom for the text display?

 

Or... well, I sincerely hope you're not doing this in hires plotting mode.

Link to comment
Share on other sites

  • 1 month later...

I finished the actual game part (level generation, monster encounters, etc.) but found that it wasn't very hard or fun. Way too simple. I decided not to even bother with the scrolling text box, title screen, music, or anything beyond the basic framework until I could figure out a way to make it more interesting. Since I love the lo res PLOT functions and HLIN/VLIN of AppleSoft BASIC, I made my own versions for the C64. I finished that about a week ago. Just yesterday, I finished a random maze generator written in AppleSoft BASIC. I am currently working on converting the AppleSoft code to C64 code (with the help of my custom plotting routines).

 

I didn't want to post anything more until I had a demo of the maze generator up and running on the C64 with player and monster party movement plus objects (and even then, I was going to make a new thread) but those things shouldn't take to long to implement into the new version, so I may be able to show some stuff in the next few days. If anyone is interested in the maze generator (which generates an actual maze, not rooms that can branch off in random directions like my boring first version) I'd love to explain how it works, and could show you the completed AppleSoft version.

Link to comment
Share on other sites

Alright, here's a cool update.

 

A few days ago, I finished converting the Applesoft code to C64 BASIC/machine code mishmash. But I thought the maze looked a bit too small. Today, I finished a routine to plot individual pixels onto an artificial bitmap (which is made up of characters). After making a new version of the maze generator, I'll be able to have a much larger maze (2*2 pixel blocks as opposed to 8*8 pixel characters.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...