Strategy Games?

Talk about making games.

Strategy Games?

Postby linux_man007 » Sat Apr 10, 2004 6:00 am

Is it at all possible to make a point-and-click real-time strategy game with GE version 1.1?
If it's possible, how would it be achieved?
linux_man007
 
Posts: 59
Joined: Sun Nov 23, 2003 11:35 pm
Location: Rochester, MN USA
Score: 0 Give a positive score

Postby hobgoblin » Sun Apr 11, 2004 7:55 pm

:shock:
Last edited by hobgoblin on Sun May 02, 2004 5:21 pm, edited 1 time in total.
__________

i'm noob =P
__________
hobgoblin
 
Posts: 97
Joined: Sat Feb 21, 2004 5:10 pm
Location: BEHIND YOU!!!
Score: 0 Give a positive score

Postby Just4Fun » Mon Apr 12, 2004 5:55 pm

linux_man007
Could you define what you are calling a "real-time strategy game"? The way that I think of strategy games in general are games like chess, backgammon, checkers, etc. Since there is a checkers demo (albiet very difficult for a newbie to understand --aka like me), I assume that you don't mean this type of game.
I imagine, though, that any type of 2D game could be created with GE by someone who knows and understands C Language. Just from reading your previous posts, it sounds like you have a very sound grasp of C. :wink:
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby linux_man007 » Tue Apr 13, 2004 4:01 am

Thank you Just4Fun for the nice compliment!

By the way, a real-time strategy game -- or RTS game -- is a game in which you usually have one or more teams, perhaps: red, blue, green, etc.
Your goal is sometimes to, say, build your kingdom, army, etc, and attack opposing armies using your troops, tanks, subs, etc., while also using them to defend your castle or home base.
However, you need to build certain buildings, such as factories, in order to, let's say, build tanks.
At the start of the level(in single player mode), or of the game(in multiplayer mode),
you have a small number of builder units(men, or other types of objects), which you use to build structures, such as a fortress or training facilities, assuming you have enough resources(money, materials). You then keep building your units' skill levels, and of course building more units.
This process continues until yoiu feel the number of units you have is enough to attack your enemies -- but remember to defend your base!

However, game controls are quite simple -- if you want to move, click on a unit with the mouse to select it, then click on an empty location on the playing field.
To perform other actions, there are usually icons in another window, which you may use by first clicking on the object to select it, click on the appropriate icon, then click on perhaps the enemy unit or building you wish to attack.

Every unit or building has an amount of health. An attack decreases the enemy object's health by a certain amount, possibly depending on the attacker's and enemy's skill levels.
If an object runs out of health, it is destroyed.

If a team's base(s) is(are) destroyed, that team is out of the game.

You win if your team is the last one standing.
linux_man007
 
Posts: 59
Joined: Sun Nov 23, 2003 11:35 pm
Location: Rochester, MN USA
Score: 0 Give a positive score

Postby Just4Fun » Thu Apr 15, 2004 6:22 pm

linux_man007,

OK. Now I gotcha! I never did get into the RTS games. I think a game like this would require some pretty advanced C scripting using GE, but it would probably still be quite a bit easier than doing it all in C. :lol:
I would envision using tile sets,cloning armys,creating individual actors, using activation events, etc. Still... creating such a game would be over my head. I'm sorry that I can't be of more help. Maybe a more advanced member of the forum will post a demo for you.
I think I've seen a few authoring tools that were designed specifically for creating RTS games. I' m not sure if they support linux though. Check out http://www.ambrosine.com/resource.html . It is an older site. It has some bad links but it is interesting to look at. GE should really be listed there too.
I've learned that I still have a lot to learn.

** Makslane == Genious **
Just4Fun
 
Posts: 524
Joined: Tue Jul 01, 2003 5:19 am
Location: USA: Washington State; West Coast
Score: 6 Give a positive score

Postby ingsan » Thu Apr 15, 2004 7:20 pm

Hi
Hey, Rachel, the link you gave is very interesting. Was looking for a simple 3D game engine. Now i have my list 8)

Concerning the RTS game, i'm working out a simple way to make one. Crazy hum :) i think that even with few C knowledge, something might be done. With simple conditions helped by ActivationEvents, you can make actors interact well with each other ... i think :? ... GE has the necessary (and promising) features to make such a game.

So GO GO GO Green :mrgreen: !
User avatar
ingsan
 
Posts: 580
Joined: Mon Nov 17, 2003 4:02 pm
Location: Maurician LADY in FRANCE
Score: 6 Give a positive score

Postby phractus » Fri Apr 16, 2004 6:20 am

The game iv been making although not rts, its more like real time adventure game, but uses a lot of the same principals involved with movment and such. Ill send ya a copy of it or at least the coding to work around certain things. gatta be carefull with that code given above. you need a "catcher" area to lock it in because the +5 -5 would just keep bouncing it cause it cant land right on the point.
~peace~
phractus
 
Posts: 77
Joined: Mon Mar 08, 2004 1:25 am
Location: Rochester, NY, USA
Score: 0 Give a positive score

Postby jazz_e_bob » Sat Apr 17, 2004 3:20 pm

On this subject, sort of...

With a Pocket PC

Can someone explain to me the way the stylus behaves?

Is it the same as a mouse? If not, how is it different?

(still saving up for my ppc :-) )
Controlling complexity is the essence of computer programming.
User avatar
jazz_e_bob
 
Posts: 742
Joined: Tue Jul 01, 2003 9:38 pm
Location: Bloke from Cockatoo Creek Australia
Score: 14 Give a positive score

Postby makslane » Sat Apr 17, 2004 5:14 pm

The stylus behavior is exactly equal to mouse behavior.
So, you can use mouse button down, mouse button up, mouse coordinates...
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Postby ingsan » Sat Apr 17, 2004 7:36 pm

That's Great ! :D I thought that that did not work (Well i don't know why i thought that :?)
User avatar
ingsan
 
Posts: 580
Joined: Mon Nov 17, 2003 4:02 pm
Location: Maurician LADY in FRANCE
Score: 6 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron