Too small or too big?

Talk about making games.

Postby Novice » Mon Jun 19, 2006 12:37 pm

Can you show the pic?

Sorry for the late answer.
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Postby Joshua Worth » Mon Jun 19, 2006 12:59 pm

i really hope you have backed this up, because it would be a real shame to lose it!!!!!!!!
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby duracel92 » Mon Jun 19, 2006 2:52 pm

its on the first post i think... theres a thumbnail (spelt right? not sure).
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby Novice » Mon Jun 19, 2006 10:35 pm

Sorry bout that. :oops:

You'we done much work, it looks good. I will wait for close up shots once you pull them out of the "TOP SECRET" folder. :wink:

BTW Will your players be able to control boats, hence so much water or are you just using it as a BG?
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Postby duracel92 » Tue Jun 20, 2006 5:43 pm

Thanks... Although I probably will go back and redesign it, I haven't been making in a while lately. I've been skiving off playing on Counter Strike... haha
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby Novice » Tue Jun 20, 2006 6:30 pm

Me it's WOW. I can't leave it alone. :cry:
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Postby duracel92 » Sat Jul 01, 2006 12:15 pm

Image
If this works, this is a 2 minute job of what 1 of the cave entrances look like in the game.
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby duracel92 » Sat Jul 01, 2006 12:20 pm

Novice wrote:BTW Will your players be able to control boats, hence so much water or are you just using it as a BG


Some boats yes, players can control. But some no although the water is a BG. About the TOP SECRET folder, (that sounds good tbh) yeah, i'll release some minor details. Yet I'm not sure if the images I want to design will be to graphical to load on pocket pcs... I haven' even open game editor in weeks or been on the forums much because of playing games :( ...
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby Novice » Mon Jul 03, 2006 9:49 pm

Look's good for two minutes. :wink:
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Postby duracel92 » Wed Jul 05, 2006 10:08 pm

I guess, When im bored I can doodle away 100's of them, thats the main idea how I got the idea for making a game.
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby duracel92 » Wed Jul 05, 2006 10:20 pm

At the moment I's struggling to think of a way to create a database without using too many actors, since I do not know GE limits, and probably never will find out the maximum actors available in 1 game.

What I was thinking was of making 2 game exe's. You open 1, which stores the player variables, and game variables. The first program stores the variables in a text document hidden with a random extension, like .duracel document for example... I'm planning on designing 400 different items, stats of the items are picked from another text file the shows the uses of an item. (Yes, this probably isn't possible when im behind the computer screen)

And another dilema occured, concerning the above plus some extra major things. How can I make an item engine, (or something) that
moves, creates and destroys items while storing the items that the player has acquired during play.

Image

Another one of my many doodles.
duracel92
 
Posts: 132
Joined: Sat Jan 21, 2006 10:45 pm
Location: UK
Score: 0 Give a positive score

Postby Novice » Wed Jul 05, 2006 11:28 pm

To store items use an integer array, and place numbers of items in it.
Each item has a number assigned to it.
When you use the item use a switch statement to check wich number the item is and execute an action acordingly.
For ex.
0-empty
1-sword
2-healing potion
...
Array
[1][2][0]
[0][0][0]
[0][0][0]

When you click on an item
switch(itemSelected):
{
case 0;
case 1; damage
case 2; heal
...
}

This is the base of the concept i used for my games inventory system, and it works real good. Play around with it and i think you will find it usefull.
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Previous

Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest