Page 2 of 4
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 12:24 am
by GoodGuy17
Nice CodenStuff

Are you making an illusion of a 3D landscape by placing multiple 2D images close to each other in which case results in the look of the objects, like trees, rising to the top of the screen? If yes, awesome planning! Also, with the level editor, 2 things: 1. When you click save level, does it save the coordinates of the image, and the image at those coordinates? That is how I would. 2. What is that control at the far right, the one with all the landscape images you can put down inside, what control is containing those images?
Overall: 10/10! Keep 'em rollin'!
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 10:41 am
by CodenStuff
"3D Landscape" no lol you would need to use directx to do graphics stuff like that I think. This is just very very simple using pictureboxes and the character is basically a picturebox that moves around the screen.
The "Levels" are also made of pictureboxes and each picturebox is a tile for the level. The control I used with the tile images inside is a flowlayoutpanel but you could use a listview aswell.
Heres a download of the game and so far I have:
Basic character movement
A working map editor/loader
Overhead stuff
Character can walk between maps
Download:
GameTest.zip
Next on my list is "talking" characters - interactive stuff like pickups.
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 12:17 pm
by mikethedj4
This is what I got when starting the app.
error.png
This is what the app looks like on my screen.
app.png
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 12:43 pm
by CodenStuff
Oh yes sorry I forgot to add the map/tile folders in the zip lol ive changed the download to the correct one now :oops:
Im not sure if I want to continue with this or not because I only wanted to make a quick game for fun but in order to do it im having to make a completely seperate application for making the maps and now I have an NPC section in the editor..starting to remind me of gamemaker or rpg maker :lol:
sshot-9.png
I wanted to make 1 app and now I have 2..and the editor has more code than the main app :? lol
The things we do for fun :P
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 1:45 pm
by hungryhounduk
Cool

I like the way the Pics/Tile Images scroll onto the screen as it starts up, also the rock on the left Moves to the Right when you move over it
Great Stuff
Keep it up cooll;
Chris
Re: Adventure game - Just for fun
Posted: Wed Oct 27, 2010 8:14 pm
by GoodGuy17
Are you going to hardcode the NPC actions or use A.I.? Like will the NPC be able to answer questions, say what it wants, go where it wants, etc or will it be hardcoded into the game? For A.I., such as walking, you could randomize a number and make the max number between 1 and 4 and if it equals 1 then move right, 2 then move left, etc.
Re: Adventure game - Just for fun
Posted: Sun Oct 31, 2010 3:59 pm
by zachman61
You could make a shop where they could buy pets with random money thing find in the game
pets:
ex:
Turtles, Dogs, Cats, lions,Tigers,llamas
Re: Adventure game - Just for fun
Posted: Tue Nov 02, 2010 4:03 pm
by CodenStuff
I havent made many changes to this yet and would like to know how it works on other computers so below is a download which includes the main game app and the level editor aswell. If you download it please just make/edit some maps and report back to let me know if it all works.
The code is not finished so you probably will get some errors but the main thing to remember is to always enter a map name in the textbox before you save your map.
To create the "floor" for a level just tick the ground box and after selecting your tile click on any of the map squares to place it on your map. To place things like rocks/tress/plants on top of your floor select the overlay box and do the same as above.
To make a block unpassable tick the BLOCK box and click the map squares that you dont want the player to be able to walk through. Same for all the other options really ;) .
After making your maps all you have to do is launch the game you dont need to copy maps anywhere both applications work from the same folders/file.
Download:
AdventureGameCNS.zip
Have a play and let me know how it goes cooll;
Re: Adventure game - Just for fun
Posted: Tue Nov 02, 2010 4:19 pm
by Axel
its kinda awesome a little buggy and ugly but keep it up ^^
Re: Adventure game - Just for fun
Posted: Wed Nov 03, 2010 4:07 pm
by NecroPhis
CodenStuff wrote:I havent made many changes to this yet and would like to know how it works on other computers so below is a download which includes the main game app and the level editor aswell. If you download it please just make/edit some maps and report back to let me know if it all works.
The code is not finished so you probably will get some errors but the main thing to remember is to always enter a map name in the textbox before you save your map.
To create the "floor" for a level just tick the ground box and after selecting your tile click on any of the map squares to place it on your map. To place things like rocks/tress/plants on top of your floor select the overlay box and do the same as above.
To make a block unpassable tick the BLOCK box and click the map squares that you dont want the player to be able to walk through. Same for all the other options really ;) .
After making your maps all you have to do is launch the game you dont need to copy maps anywhere both applications work from the same folders/file.
Download:AdventureGameCNS.zip
Have a play and let me know how it goes cooll;
great game

ty for that

and will u share the codes ?