Zephyr Net


Return to the Fighters Anthology Resource Center

Go to the VNFAWING.com Forums
It is currently Thu Mar 28, 2024 15:05 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Mon May 16, 2005 23:06 pm 
Offline
User avatar

Joined: Mon Apr 11, 2005 16:41 pm
Posts: 22
Location: Surrey BC Canada
Hey guys. I'm starting to make my own set of missions and I want to alter the loadouts of the aircraft in my missions (that is, aircraft other than the player's). What would be the best program to do so and at the same time be user friendly? (I'm kinda new at this :P )

_________________
-If you want to kick the tiger in the ass, you'd better have a plan for dealing with his teeth-Jack Ryan Jr.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 17, 2005 04:47 am 
Offline
User avatar

Joined: Tue Apr 01, 2003 12:23 pm
Posts: 481
The FA Mission Extender can do that and it's an easy to use tool. It comes with a variety of loadouts for different mission profiles for most of the aircraft in FA, but you can create your own loadouts, too. Apart from that there is only the text editor.

Whichever tool you use make sure that your mission is in a final state before you change loadouts (and make sure to save a backup of it before you add any loadout), since opening the mission and saving it in the Pro Mission Editor will cause a CTD and corrupt the mission file.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 17, 2005 10:57 am 
Offline
User avatar

Joined: Fri Aug 29, 2003 19:11 pm
Posts: 2148
I used Textpad. I find it to be the best.

_________________
Centurian


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 18, 2005 14:44 pm 
Offline
User avatar

Joined: Mon Apr 11, 2005 16:41 pm
Posts: 22
Location: Surrey BC Canada
OK i've got both programs. I just need to know where and how to alter my specific aircraft's weapon loads (i.e. the ones in my missions). I'm not sure if this causes any porblems, but I'm using JKP 4.55 for my mission objects. How exactly do you change the loadouts of aircraft in missions? (I have opened one mission with textpad but i dont know where to alter the weapon loads).

_________________
-If you want to kick the tiger in the ass, you'd better have a plan for dealing with his teeth-Jack Ryan Jr.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 10:12 am 
Offline
User avatar

Joined: Tue Apr 01, 2003 12:23 pm
Posts: 481
The FA Mission Extender is by default NOT configured for any libs. If you want to make loadouts for a lib it's easier to write them in a text editor except if you are planning so many missions that changing the FAME is less work.

There is a help file somewhere which describes it, but basically it comes down to adding lines of this type to the section of an aircraft (or any unit):

hardpoint [No] [Qty] [weapon]

with:
[No] the number of the hardpoint (starting with 0, but on most planes the weapons start at 3 or 4, because the first hardpoints are for radar, ECM, ...)

[Qty] quantity of the weapon

[weapon] name of the weapon file in FA or in the lib respectively

e.g. adding the lines
hardpoint 5 1 ALE40.ECM
hardpoint 6 2 AA11.JT
hardpoint 7 4 RBK500.JT
hardpoint 8 4 AS14.JT
to an SU25 object section would make that plane keep all sensors and its gun and replace the rest of the weapons with
1 chaff/flare pod
2 AA11s
4 Cluster bombs and
4 AS-14s

In the same way the following line will cause an Mi24 to carry 6 Mavericks instead of it AT-2 (or whatever it carries by default)
hardpoint 2 6 AGM65G.JT
So you see it's possible to create loadouts, which are not possible to load manually in FA.

If you create "invalid" loadouts like this one make sure that you turn off the arming screen, as FA will modify invalid loadouts of player planes (AI will keep its invalid loadouts). Don't load too much though, even if FA will accept any loadout you will have to cope with the weight of all the ordnance.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 11:06 am 
Offline
User avatar

Joined: Fri Aug 29, 2003 19:11 pm
Posts: 2148
Just remember if you want to have nothing loaded it's this:

hardpoint 1 0

you don't include the filename or else it's going to hate you.

_________________
Centurian


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 14:23 pm 
Offline
User avatar

Joined: Mon Apr 11, 2005 16:41 pm
Posts: 22
Location: Surrey BC Canada
ok i understand how to change loadouts but still cant find where to do it. I want to change loadouts for each mission, as the aircraft have different objectives. (i.e. i want to have a bunch of MiG-23BNs attack a carrier, but their default loadout is more for ground attack, while i want to change it for ship attack). So basically which file do i open and where in it can i change the loadouts?

_________________
-If you want to kick the tiger in the ass, you'd better have a plan for dealing with his teeth-Jack Ryan Jr.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 14:33 pm 
Offline
User avatar

Joined: Fri Aug 29, 2003 19:11 pm
Posts: 2148
Jason Briggs wrote:
ok i understand how to change loadouts but still cant find where to do it. I want to change loadouts for each mission, as the aircraft have different objectives. (i.e. i want to have a bunch of MiG-23BNs attack a carrier, but their default loadout is more for ground attack, while i want to change it for ship attack). So basically which file do i open and where in it can i change the loadouts?


the m file and just follow what tank said

_________________
Centurian


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 17:01 pm 
Offline
User avatar

Joined: Tue Apr 01, 2003 12:23 pm
Posts: 481
exactly. If your mission is called "mission" then you'll have a "mission.m" file in your FA directory. In that file look for:

obj
MIG23.PT

or something like that (planes often have different filenames in libs, just as weapons do). If a lib is importable you can look at the objects in the Toolkit to find out their filenames.

If I remember correctly there is also a way to change the amount of fuel at takeoff.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 18:36 pm 
Offline
User avatar

Joined: Mon Apr 11, 2005 16:41 pm
Posts: 22
Location: Surrey BC Canada
oh ho ho! so thats how! yeah i have the aircaft, so i just type in e.g. hardpoint 4 2 AS-7.JT sorta thing right? I guess it doesn't really matter where i type the harpoint thing in, i hope.

_________________
-If you want to kick the tiger in the ass, you'd better have a plan for dealing with his teeth-Jack Ryan Jr.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 22:53 pm 
Offline
User avatar

Joined: Fri Aug 29, 2003 19:11 pm
Posts: 2148
Jason Briggs wrote:
oh ho ho! so thats how! yeah i have the aircaft, so i just type in e.g. hardpoint 4 2 AS-7.JT sorta thing right? I guess it doesn't really matter where i type the harpoint thing in, i hope.


You need to hit the right filename. AS7.JT and make sure its all in CAPS.

you can't do like as7.jt it needs to be AS7.JT

_________________
Centurian


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 20, 2005 14:51 pm 
Offline
User avatar

Joined: Tue Apr 01, 2003 12:23 pm
Posts: 481
Of course it goes without saying that you have to email me a copy of that mission when it's ready.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 16, 2005 03:18 am 
Offline
User avatar

Joined: Tue May 31, 2005 22:40 pm
Posts: 34
Quote:
If I remember correctly there is also a way to change the amount of fuel at takeoff


Is there a way to give an AI plane unlimited fuel without it crashing due to the weight?

im having problems with planes running out of gas in some of the missions im making, and this would be a good solution.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 17, 2005 21:30 pm 
Offline
User avatar

Joined: Fri Aug 29, 2003 19:11 pm
Posts: 2148
fuel xx

for xx you put the #

_________________
Centurian


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jun 18, 2005 06:04 am 
Offline
User avatar

Joined: Tue Apr 01, 2003 12:23 pm
Posts: 481
I was thinking of that, too, but can you actually give them more fuel than 100%?

Additionally there is this mysterious "refuel" command, however nobody knows how it works.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group