Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 22 23 [24] 25 26 ... 31

Author Topic: Proceedurally Generated RTS  (Read 57031 times)

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #345 on: May 03, 2011, 09:11:43 pm »

This is great. It's kinda worked fine so far. When can we look forward to getting the custom ships into battle though?

It's high on the list, but also a roadblock as I have to figure out how to work in the simulator without making it bog things down.  I'll be working on it in and around trying to coordinate a few people writing an AI script (AI is a weak point of mine).

Quote
I'm going to show this thread to a few friends as well, if that's okay.

Go for it!
Logged

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #346 on: May 05, 2011, 02:41:44 pm »

New version up.  Designed units are now usable in combat.

Now, thoughts about turrets:
One thought I had was to have separate structures that you'd build from the Construct menu placing them down.  They'd be based on the unit types, but be immobile and have extra range and/or hit points.

But a friend of mine came up with another idea, borrowing from Homeworld 2, which is that "turrets" are ships that will only listen to a single move order, and once there, never be movable again (they'd also be cheaper, have greater range and/or hit points--I'm considering having several built at once, the group costing 1 crystal, but I dislike that solution due to what happens when they die: either it's a 25% chance to drop a crystal, or none of them do, as I can't have them each drop a partial crystal, just due to how the harvesters are coded: they won't start harvesting a crystal unless they can both carry a full crystal AND there's a full crystal to harvest.  Or they cost no crystal to make).

Another thought is that buildings themselves have guns--like AI War's guard posts.  Or the Spire Cities.  I dislike this solution conceptually.

Yet Another Thought is to have "turret hubs" which use 1 crystal (for power) and then can support 4-8 turrets that would need to be built within a certain radius (I've got several games in mind that this might be comparable to, such as Perimeter or Space Game Missions).  This solution seems most workable, yet the least satisfying.
« Last Edit: May 05, 2011, 02:48:42 pm by Draco18s »
Logged

Mephansteras

  • Bay Watcher
  • Forger of Civilizations
    • View Profile
Re: Proceedurally Generated RTS
« Reply #347 on: May 05, 2011, 07:26:24 pm »

Been playing around with the latest version. It's starting to turn into a functional game!
Logged
Civilization Forge Mod v2.80: Adding in new races, equipment, animals, plants, metals, etc. Now with Alchemy and Libraries! Variety to spice up DF! (For DF 0.34.10)
Come play Mafia with us!
"Let us maintain our chill composure." - Toady One

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #348 on: May 05, 2011, 09:54:17 pm »

Been playing around with the latest version. It's starting to turn into a functional game!

Indeed!
Logged

Fayrik

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #349 on: May 09, 2011, 09:19:56 pm »

Awesome, new version runs like a charm.
Yet Another Thought is to have "turret hubs" which use 1 crystal (for power) and then can support 4-8 turrets that would need to be built within a certain radius (I've got several games in mind that this might be comparable to, such as Perimeter or Space Game Missions).  This solution seems most workable, yet the least satisfying.
How can you say this is the least satisfying? I think having turret hubs is a fantastic idea. That way, you don't need to spend an extortionate amount of crystals on simple defences.
Logged
So THIS is how migrations start.
"Hey, dude, there's this crazy bastard digging in the ground for stuff. Let's go watch."

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #350 on: May 09, 2011, 09:48:26 pm »

Oh, sure, it's a low-crystal solution, but all of them are intended to be (under 100% ideal conditions) to be low-crystal.

Its just that you end up with turret nests when they really aren't needed as nests.
Logged

Fayrik

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #351 on: May 10, 2011, 01:50:50 am »

Well, I also liked the idea of the nests. Like, if you just had standard turrets, to upgrade it's firepower, you'd have to more turrets around it, but with a nest, you can add more fire-power when you need to.
This then opens up the possibility of having turrets that you can deassign from nests, then place elsewhere. In other words, you can selectively strengthen your defensive lines in certain areas, without any extra cost.
Logged
So THIS is how migrations start.
"Hey, dude, there's this crazy bastard digging in the ground for stuff. Let's go watch."

Akhier the Dragon hearted

  • Bay Watcher
  • I'm a Dragon, Roar
    • View Profile
    • My YouTube Channel
Re: Proceedurally Generated RTS
« Reply #352 on: May 10, 2011, 02:40:58 am »

*Sigh* I go away for just a little bit and I manage to
lose all track of this. You have truly improved upon it
since the last time I came this way.

Also a bug to report. If you hold the left mouse button
as if you where going to drag select and then click the
right button the drag select box wont go away even if
you make another, it just has two boxes.
Logged
Quote
Join us. The crazy is at a perfect temperature today.
So it seems I accidentally put my canteen in my wheelbarrow and didn't notice... and then I got really thirsty... so right before going to sleep I go to take a swig from my canteen and... end up snorting a line of low-grade meth.

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #353 on: May 10, 2011, 09:16:58 am »

Also a bug to report. If you hold the left mouse button
as if you where going to drag select and then click the
right button the drag select box wont go away even if
you make another, it just has two boxes.

Nice catch breaking that.  The selection box isn't a terribly robust system (its mostly for display) and as it waits for a mouse_up event to remove itself, the right click makes the stage loose focus and the mouse_up never occurs.

I'll see if I can fix this.
Logged

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #354 on: May 14, 2011, 11:15:24 pm »

Very slight update.

Working on new crystal-asteroids, and I think I like the result.  It's a slight bit slower (go go alpha multiplication) but should achieve the desired look.



(And of course, now that I have the image outside GIMP, I see that it's got an ugly border.  Darn)
Logged

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #355 on: May 25, 2011, 04:18:29 pm »

Minor update:

I've got a few people trying to write an AI so that the game has an opponent.  There are four people independently doing their own thing, but at the same time it makes my job a little more difficult, as I can't fiddle around with things too much.  One of them is trying to optimize things some and make an interface so that the AI class can be better swapped out.  I'd like that to come back before I make any more sweeping changes.

Got some proto-turrets in, they're not fully finished, all I've done so far is make a way to spawn them (but besides ignoring player orders, they act and look like other ships).

Got to work out how to do player placement of buildings, as a UI thing, before I go too much farther.
Logged

Mephansteras

  • Bay Watcher
  • Forger of Civilizations
    • View Profile
Re: Proceedurally Generated RTS
« Reply #356 on: May 25, 2011, 09:38:10 pm »

Sounds interesting. I'm curious to know what sort of AI strategies they're using.
Logged
Civilization Forge Mod v2.80: Adding in new races, equipment, animals, plants, metals, etc. Now with Alchemy and Libraries! Variety to spice up DF! (For DF 0.34.10)
Come play Mafia with us!
"Let us maintain our chill composure." - Toady One

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #357 on: May 25, 2011, 10:48:27 pm »

Sounds interesting. I'm curious to know what sort of AI strategies they're using.

Me too! 8)

Notably, they still only have ships to work with so far.  And my failturrets.1

1The turrets!  They kite!
Logged

Korbac

  • Bay Watcher
  • I'm very annoying, so tell me to STFU if need be
    • View Profile
Re: Proceedurally Generated RTS
« Reply #358 on: May 26, 2011, 01:59:31 pm »

WHOAH. SERIOUS AWESOME, DRACO!!!

This is le awesome!!! All we need now is the buildings, and we have a game! :D

(An ability to get rid of designs would be good too, but that's not that important)

Logged

Draco18s

  • Bay Watcher
    • View Profile
Re: Proceedurally Generated RTS
« Reply #359 on: May 26, 2011, 03:53:04 pm »

WHOAH. SERIOUS AWESOME, DRACO!!!

This is le awesome!!! All we need now is the buildings, and we have a game! :D

(An ability to get rid of designs would be good too, but that's not that important)

I should build in some kind of limitation to the designs, but I'm not too worried about it right now.  I'm considering saving out unit strong/weak information between games, such that if the player consistently likes to build a certain type of ship the AI has a close starting point to look at for a counter (saving CPU).  Not sure on that, though.
Logged
Pages: 1 ... 22 23 [24] 25 26 ... 31