HW, HW2 airplane, submarine movement

HW, HW2 airplane, submarine movement

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
Wolfword
Posts: 60
Joined: 19 Dec 2009, 14:12

HW, HW2 airplane, submarine movement

Post by Wolfword »

Well, if someone has played Homeworld, he should know of what im talking about. If not, Ill explain.

The first click is for activating the movement command. In this state, you can use the left button to switch altitude of the movement. This should be very useful (Of course, you should limit the altitude of some planes, bombers higher, gunships mid, fighters down, i dont know)

Did I explained well?
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: HW, HW2 airplane, submarine movement

Post by bobthedinosaur »

you code well?
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Re: HW, HW2 airplane, submarine movement

Post by Neddie »

It requires a lot of coding. Patches are welcome, however - as long as default behaviour is preserved.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Re: HW, HW2 airplane, submarine movement

Post by Pxtl »

Yeah, I don't think it's even possible with lua - I'm pretty sure that cruisealt, for example, can't be changed in code.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: HW, HW2 airplane, submarine movement

Post by FLOZi »

Spring.MoveCtrl.SetAirMoveTypeData can set 'wantedHeight'. The best way would probably be to MoveCtrl the entire movement.
SpikedHelmet
MC: Legacy & Spring 1944 Developer
Posts: 1948
Joined: 21 Sep 2004, 08:25

Re: HW, HW2 airplane, submarine movement

Post by SpikedHelmet »

I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: HW, HW2 airplane, submarine movement

Post by SanadaUjiosan »

SpikedHelmet wrote:I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
Just going to say, if this were to be implemented somewhere, some kind of advantage needs to be given to fly lower, like speed. Because otherwise I'm not sure why you'd fly low.

Just trying to be constructive.
User avatar
Pressure Line
Posts: 2283
Joined: 21 May 2007, 02:09

Re: HW, HW2 airplane, submarine movement

Post by Pressure Line »

SanadaUjiosan wrote:
SpikedHelmet wrote:I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
Just going to say, if this were to be implemented somewhere, some kind of advantage needs to be given to fly lower, like speed. Because otherwise I'm not sure why you'd fly low.

Just trying to be constructive.
that and you could make AA sites have a firing cone with the point facing towards the ground, would give the advantage of better surviveabilty against static AA, then would need some sorta shortranged anti-air machinegun which cant shoot at higher altitude stuff.
User avatar
manolo_
Posts: 1370
Joined: 01 Jul 2008, 00:08

Re: HW, HW2 airplane, submarine movement

Post by manolo_ »

Pressure Line wrote:
SanadaUjiosan wrote:
SpikedHelmet wrote:I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
Just going to say, if this were to be implemented somewhere, some kind of advantage needs to be given to fly lower, like speed. Because otherwise I'm not sure why you'd fly low.

Just trying to be constructive.
that and you could make AA sites have a firing cone with the point facing towards the ground, would give the advantage of better surviveabilty against static AA, then would need some sorta shortranged anti-air machinegun which cant shoot at higher altitude stuff.
nota has this AA (static lil machine gun), while strategic bombers arent harmed by this MGs
User avatar
JohannesH
Posts: 1793
Joined: 07 Apr 2009, 12:43

Re: HW, HW2 airplane, submarine movement

Post by JohannesH »

Transports could want to fly low so they have shorter descent to unload
Bombers and gunships could have better accuracy while flying lower
Flying low you can hide behind a hill sometimes


But probably it should be pretty noticiable diference between different altitudes, and needs to be easily distinguishable which height some planes flying at.
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Re: HW, HW2 airplane, submarine movement

Post by Neddie »

SanadaUjiosan wrote:
SpikedHelmet wrote:I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
Just going to say, if this were to be implemented somewhere, some kind of advantage needs to be given to fly lower, like speed. Because otherwise I'm not sure why you'd fly low.

Just trying to be constructive.
The lower you fly the more vulnerable you are if seen, but the less probable you are to be seen at range by eye or radar.
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: HW, HW2 airplane, submarine movement

Post by bobthedinosaur »

radar vs altitude? lua it
Wolfword
Posts: 60
Joined: 19 Dec 2009, 14:12

Re: HW, HW2 airplane, submarine movement

Post by Wolfword »

Well, lower means more speed, lower accuracy and less posibilities to be hit by a radar-guided weapon.

EDIT: flakkers should be more accurate vs high planes, and fast missiles to low altitude
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Re: HW, HW2 airplane, submarine movement

Post by Neddie »

Why would lower mean less accurate? It would correlate to higher speeds and greater fuel consumption because going below cruise altitude requires more energy to keep aloft, but less accurate? You're in pretty good strafing position.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: HW, HW2 airplane, submarine movement

Post by KDR_11k »

It's possible with Lua (if not regular plane behaviour then MoveCtrl) but you can't have a completely open space in Spring, there's always the ground that things will collide with even if you make it invisible.
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: HW, HW2 airplane, submarine movement

Post by bobthedinosaur »

what about a get ground height + want height
Wolfword
Posts: 60
Joined: 19 Dec 2009, 14:12

Re: HW, HW2 airplane, submarine movement

Post by Wolfword »

Less accurate? Cause you go faster and its difficult to hold your target. OF COURSE that if a speed selector exists this trouble would be resolved.
yanom
Posts: 323
Joined: 10 Jul 2009, 23:34

Re: HW, HW2 airplane, submarine movement

Post by yanom »

Pressure Line wrote:
SanadaUjiosan wrote:
SpikedHelmet wrote:I requested this exact feature eons ago, would be cool to be able to tell an aircraft what altitude it should fly to as well as lat-long
Just going to say, if this were to be implemented somewhere, some kind of advantage needs to be given to fly lower, like speed. Because otherwise I'm not sure why you'd fly low.

Just trying to be constructive.
that and you could make AA sites have a firing cone with the point facing towards the ground, would give the advantage of better surviveabilty against static AA, then would need some sorta shortranged anti-air machinegun which cant shoot at higher altitude stuff.
would be a half-sphere, not a cone.
Edible
Posts: 72
Joined: 09 Feb 2008, 01:46

Re: HW, HW2 airplane, submarine movement

Post by Edible »

I really did like homeworld but that kind of movement really only works well in massive open spaces, what you more want is a toggle on planes
low/mid/high alt (I think nota has this now for bombers).
Post Reply

Return to “General Discussion”