Allow hovercraft to be transportable by air transports

Allow hovercraft to be transportable by air transports

Requests for features in the spring code.

Moderator: Moderators

Post Reply
Warlord Zsinj
Imperial Winter Developer
Posts: 3742
Joined: 24 Aug 2004, 08:59

Allow hovercraft to be transportable by air transports

Post by Warlord Zsinj »

Apologies if this is a well-known issue, or if there is already a thread existing (I couldn't spot anything in my cursory search).

But basically it'd be good to have what the topic says. In IW many vehicles are 'repulsorlifts' (hovercraft), and they can't be airlifted by our air transports. This seems like a left-over category issue from way back to TA days, and it'd be great if it could be fixed!
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: Allow hovercraft to be transportable by air transports

Post by imbaczek »

give two unit names i can /give and test.
User avatar
jK
Spring Developer
Posts: 2299
Joined: 28 Jun 2007, 07:30

Re: Allow hovercraft to be transportable by air transports

Post by jK »

modrules -> transportability -> transportHover = true;
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: Allow hovercraft to be transportable by air transports

Post by Argh »

What he said. It's been in the engine quite awhile now, and worked last time I tested it.
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: Allow hovercraft to be transportable by air transports

Post by yuritch »

The only thing that doesn't work good is transporting air units. At least when I was making that patch, it caused weird behaviours. Picking up hovers and even ships was fine.
Gnomre
Imperial Winter Developer
Posts: 1754
Joined: 06 Feb 2005, 13:42

Re: Allow hovercraft to be transportable by air transports

Post by Gnomre »

jK wrote:modrules -> transportability -> transportHover = true;
Already set, thanks for playing

And yes, I've already tried messing with mass etc, even setting the transports to essentially limitless and they would not load hovercraft. The hovers do not have the cantbetransported tag.
imbaczek wrote:give two unit names i can /give and test.
imp_a_laatc imp_v_tx130
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: Allow hovercraft to be transportable by air transports

Post by KDR_11k »

That's funny because I do recall loading Doms (hover mechs) on Dodai2s (air transports).
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: Allow hovercraft to be transportable by air transports

Post by yuritch »

Hmm, maybe it's a regression (it surely worked about half a year ago)? I'll test hover loading when I'll get home.
Edit: tested with my mod (since I don't have yours :) ) and Spring 0.78.2.1 (ie current release), and it works as it should. Ie units with HOVER movetype can be picked (and dropped) by air transports. I use modrules.tdf, which has this:

Code: Select all

[TRANSPORTABILITY]
{
transportGround=1;
transportHover=1;
transportShip=1;
transportAir=0;
}
Maybe it's modrules.lua that somehow borks transportability?
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Allow hovercraft to be transportable by air transports

Post by Forboding Angel »

http://spring.clan-sy.com/phpbb/viewtop ... 14&t=17618

As all my units are hovers, this may be related...
Post Reply

Return to “Feature Requests”