Author Topic: resources? build? mouse control?  (Read 3056 times)

0 Members and 1 Guest are viewing this topic.

resources? build? mouse control?
so in the blueplanet mod there are this guys that made this stuff where you can order and control capital ships from a sort of RTS perspective, is there any chance a resource gathering or bounty gathering system could be implemented along with a ship or method to allow building stuff in space? in short converting FS into a space RTS/space fight simulator hybrid?

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: resources? build? mouse control?
It has been tried. It's sort-of possible via scripting, but there are certain limitations that need to be removed before it can be done right. FSO, at its core, is an engine very focused on one specific gameplay mode; while our work here has shown that there's an amazing depth to be found there, it will still take some time to transform the engine into something capable of running an RTS type of gameplay smoothly.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
Re: resources? build? mouse control?
big setback for the fsrts mod was lack of dynamic waypoints, so move commands didnt work reliably. we never got to the point of figuring out resource gathering or base creations (of course we never planned to do this, it was always you get x assets to finish mission y).
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Aardwolf

  • 211
  • Posts: 16,384
Re: resources? build? mouse control?
big setback for the fsrts mod was lack of dynamic waypoints, so move commands didnt work reliably. we never got to the point of figuring out resource gathering or base creations (of course we never planned to do this, it was always you get x assets to finish mission y).

I just had an ingenious idea! It's a silly workaround, and if dynamic waypoints or "move to position" orders ever get proper support it ought to be redone that way, but...

You could achieve something like a move order by ordering a ship to dock with a ship... make the target ship invisible, no-collide, on a team that nobody attacks, etc., and once the two ships get sufficiently close, cancel the dock order and remove the ghost ship.



Of course, there were a few other issues in the way of making a proper RTS... for example, the Escape key behaves; in an RTS, you want to be able to cancel actions with that key, but in FS2 it brings up the end-game menu.

 

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
Re: resources? build? mouse control?
Huh? If an RTS doesn't use F10 as its menu key it's usually the Escape key. Halting a unit's current orders just takes hitting the Stop command, which in most cases it's S.

 
Re: resources? build? mouse control?
or you could try another workaround. Add a waypoint in every 10x10 square (x10 cube) and then when you right click, tell it to go to the closest waypoint to where you clicked. don't know how doable it is, but it's an idea.

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: resources? build? mouse control?
IIRC there's a hardcoded limit of 32 waypoints or something. So, not viable.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline Sushi

  • Art Critic
  • 211
Re: resources? build? mouse control?
Using invisible ships as dummy waypoints is probably viable, but ultimately has the same problem (you run out of them).

 
Re: resources? build? mouse control?
get distance to point clicked, turn ship that way, tell it to go only said distance?

 

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: resources? build? mouse control?
I don't think you can tell a ship to "go forward X meters". Though that would definitely help. Maybe feature request ?
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

  

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: resources? build? mouse control?
Goober is working on it as we speak (ok, well, this weekend, anyways.  ;)

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
Re: resources? build? mouse control?
big setback for the fsrts mod was lack of dynamic waypoints, so move commands didnt work reliably. we never got to the point of figuring out resource gathering or base creations (of course we never planned to do this, it was always you get x assets to finish mission y).

I just had an ingenious idea! It's a silly workaround, and if dynamic waypoints or "move to position" orders ever get proper support it ought to be redone that way, but...

You could achieve something like a move order by ordering a ship to dock with a ship... make the target ship invisible, no-collide, on a team that nobody attacks, etc., and once the two ships get sufficiently close, cancel the dock order and remove the ghost ship.



Of course, there were a few other issues in the way of making a proper RTS... for example, the Escape key behaves; in an RTS, you want to be able to cancel actions with that key, but in FS2 it brings up the end-game menu.

actually it looks like goober is gonna turn waypoints into linked list so they should be dynamic (or at least reuseable) in the near future. this also gives me a way (a waypoint on a stick that is) to make ai not suck at newtonian flight.
« Last Edit: August 27, 2011, 05:38:01 pm by Nuke »
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 

Offline Aardwolf

  • 211
  • Posts: 16,384
Re: resources? build? mouse control?
Huh? If an RTS doesn't use F10 as its menu key it's usually the Escape key. Halting a unit's current orders just takes hitting the Stop command, which in most cases it's S.

Not what I meant.

When you click the 'attack' button, normally you have to click a unit or location to attack. If you change your mind, you press escape. I think. I haven't looked closely at an RTS in a while.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Re: resources? build? mouse control?
Normally, but only if the units are still selected.  Or sometimes it's the "S" key.