Search found 280 matches: template

Return to advanced search

Re: RTS Game-update template, or make full

2 things: 1. Using a 2dimensional array for all the actors in the game and all their attributes is much easier to manage. When you search for objects in a loop, you can ask for any aspect of that object; as in units[i][health], units[i][damage], etc. etc. The array in Nova Epic is 1000 x 44, thus 44...
by DST
Sun Feb 14, 2010 1:34 am
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

see the next post.
by DST
Sun Feb 14, 2010 1:32 am
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

well to be completley honest, i havent touched this .ged in a while. But i can start udating it and if it actually ends up working well give the codes. Right now it's kinda crap :(

EDIT: This is why lol
by jimmynewguy
Sat Feb 13, 2010 3:43 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

Is this some kind of selecting multiple actor and make them active? What are the player atr?only health? I may use this method 1. Make global vars int hp[99]; int select[5]; int emptyindex; int selectindex; 2. Actor-CreateActor : hp[cloneindex]=100; emptyindex++; 3. When you click the actor to selec...
by Bee-Ant
Sat Feb 13, 2010 2:59 am
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

making a group selection is actually quite easy. I'll outline the basics of it here. 1. all actors have an id in an array, as in units[id][health], etc. 2. When creating a unit, search the array for the first empty slot (keeps the array from growing too large). the search starts at 1 so 0 remains em...
by DST
Fri Feb 12, 2010 7:32 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

Waiting for some AI guys to shoot :D
And make another way to select more than one soldier.. something like this.
by 4erv'
Fri Feb 12, 2010 5:57 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

Lots of linux users :D
by Hblade
Fri Feb 12, 2010 2:08 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

jimmynewguy wrote:I added a linux version :) cuz i know sky will need if it he wants to download too

I use linux too :D
by Bee-Ant
Fri Feb 12, 2010 1:28 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

ty ^.^
by Hblade
Sat Jan 23, 2010 5:05 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

I added a linux version :) cuz i know sky will need if it he wants to download too
by jimmynewguy
Sat Jan 23, 2010 5:04 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: RTS Game-update template, or make full

Can you send the GED I have linux :(
by Hblade
Sat Jan 23, 2010 4:46 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

RTS Game-update template, or make full

... stuff like that. i have a demo-ish sorta thing to see what you guys think on a few things. Should i make an actual game, or just update my old RTS template? The pathfinding is sorta coded of, it'll work better when i get better water tiles to do rounded edges so he doesnt get stuck on everything ...
by jimmynewguy
Sat Jan 23, 2010 4:38 pm
 
Forum: Game Development
Topic: RTS Game-update template, or make full
Replies: 14
Views: 1530

Re: New Website Design

It is a template (look the bottom of the page)
by makslane
Tue Jan 12, 2010 11:22 am
 
Forum: GE - General
Topic: New Website Design
Replies: 19
Views: 1700

Re: New Website Design

... I couldn't help but notice it had the exact same design as the new game editor site. Is it the same designer or a reusable template? Just wondered. Cheers, Marc mrm design http://www.mrmdesign.com
by mrmdesign
Mon Jan 11, 2010 10:12 pm
 
Forum: GE - General
Topic: New Website Design
Replies: 19
Views: 1700

Re: How about some new forum smilies?

Here's a template/smiley neutral :|
by MrJolteon
Sun Nov 29, 2009 11:51 am
 
Forum: General
Topic: How about some new forum smilies?
Replies: 9
Views: 1698
PreviousNext

Return to advanced search

cron