Aircraft carriers / air bases possible?

Aircraft carriers / air bases possible?

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
hierakares
Posts: 3
Joined: 08 Oct 2007, 12:52

Aircraft carriers / air bases possible?

Post by hierakares »

Hello people,

I am quite new at modding Spring but I am very impressed about the possibilities you have as a modder.

I started to experiment with some 3D models of WW2 aeroplanes and this already works quite well.

I was wondering: Are you able to define sort of an aircraft carrier unit that could host aeroplanes and release them on demand? Or is it possible to make an airbase building that could perform the same task on land?

Just to be precise: I am not talking about repair pads or buildings / units that produce aircraft, but about installations that really only host and release units.

Having searched a little bit the forums I did not find a clear answer on that topic, so I would appreciate it very much if one of the experts around could help.

Thanks in advance & best regards
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Re: Aircraft carriers / air bases possible?

Post by Guessmyname »

Yes, you can. Aircraft carriers are perfectly possible. Keeping them from repairing might be harder (I wonder what happens when you make a mobile repair pad with canrepair=0;...) but having planes land on ships has always been possible, I think.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: Aircraft carriers / air bases possible?

Post by FLOZi »

Yep. S44 does ahve code from Zpock for fully functioning airfields (though due to the sheer scale of the things we might go down a different route).

The Bomber drone launchers in THIS do the same thing on a much smaller and equally awesome scale.
hierakares
Posts: 3
Joined: 08 Oct 2007, 12:52

Re: Aircraft carriers / air bases possible?

Post by hierakares »

Thanks for your answers!

Is it possible to have a look on the realization of that in Spring: 44? I found that there is no current download of the mod available.

And which mod exactly includes the bomber drones (or: what does THIS mean)?

Sorry for asking such "basics", but I am still quite new to the Spring engine.

Thanks again for an answer.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: Aircraft carriers / air bases possible?

Post by FLOZi »

It's not released yet. Hop onto #s44 on the lobby and try and speak to Nemo.

THIS is the name of a mod, confusing huh:

viewtopic.php?f=14&t=14192


btw; all of these things are done with lua trickery - none of it is hardcoded in the Spring engine itself.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Aircraft carriers / air bases possible?

Post by AF »

User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: Aircraft carriers / air bases possible?

Post by KDR_11k »

THIS uses one-way drones, they get launched and attack until they drop out of the sky, probably not what you want.
hierakares
Posts: 3
Joined: 08 Oct 2007, 12:52

Re: Aircraft carriers / air bases possible?

Post by hierakares »

Thanks for the hints and links.

The drones coming out of the mother ships look pretty cool, but if they are not really "hosted" but only kind of produced and launched it is really not exactly what I had in mind.

I was thinking about a real aircraft carrier that transports aircraft (and does not produce them), similar to a troop transporter on land, only for aircraft.

Is this maybe something the Spring 44 guys are working on?
samoht70
Posts: 8
Joined: 18 Jul 2007, 06:20

Re: Aircraft carriers / air bases possible?

Post by samoht70 »

The carriers in CA automatically launch the attack drones against targets within range, and the drones return for fuel and repair. I think that setup would be a good start for a realistic airbase/carrier.

You could set up helper AI/LUA trickery to manage airbases: the airbase 'unloads' its units when there are enemies in range, and orders them to 'attack', bringing them back when they are low on fuel or the enemies are destroyed. To increase the usefulness of an airbase, commands given to the airbase/carrier could be transferred to its aircraft, so that when you order your navy to attack or patrol, the planes automatically join in.

This could become a very complicated and useful tool.
Post Reply

Return to “Game Development”