Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Aircraft Magazine Values (secret decoder ring )????

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Mods and Scenarios >> Aircraft Magazine Values (secret decoder ring )???? Page: [1]
Login
Message << Older Topic   Newer Topic >>
Aircraft Magazine Values (secret decoder ring )???? - 11/4/2017 8:30:03 PM   
BeirutDude


Posts: 2625
Joined: 4/27/2013
From: Jacksonville, FL, USA
Status: offline
Two questions?

1. I'm trying to divine the meaning of the Aircraft Stores in Magazines. What is the difference between

Weapon System (1/1)- ROF:5
Weapon System (10/10)- ROF:5
Weapon System (160/160)- ROF:60
Weapon System (2/2)- ROF:5
Weapon System (24/24)- ROF:5

So I get that it's 24 out of 24 of a weapons system in the magazine but for aircraft what is the significance of the Rate Of Fire (ROF)?

And why not just use the (0/10000) - ROF:1 and assign a value of like 200 for everything?

2. Man you can drive yourself crazy trying to import weapons for a USN Carrier CVW for any time period, is there a way to tell the Editor to maximize for certain missions (say AAW and ASuW vs. ASW/Mines?)

THANKS!!!!!!!

< Message edited by BeirutDude -- 11/4/2017 8:47:16 PM >


_____________________________

"Some people spend an entire lifetime wondering if they made a difference. The Marines don't have that problem."
PRESIDENT RONALD REAGAN, 1985

I was Navy, but Assigned TAD to the 24th MAU Hq in Beirut. By far the finest period of my service!
Post #: 1
RE: Aircraft Magazine Values (secret decoder ring )???? - 11/5/2017 3:03:24 AM   
lamboman43

 

Posts: 96
Joined: 4/15/2016
Status: offline
God, I wish there was a way to fill up or alter a carrier's magazines quicker than going one by one and altering it.

(in reply to BeirutDude)
Post #: 2
RE: Aircraft Magazine Values (secret decoder ring )???? - 11/5/2017 8:36:58 AM   
michaelm75au


Posts: 13500
Joined: 5/5/2001
From: Melbourne, Australia
Status: offline
Run this to fillout a magazine
quote:

-- get the magazines on the unit
local unit = {name='CVN 70 Carl Vinson [Nimitz Class]', guid='e0ad9db3-730b-45e5-8c45-2daa8f08a419'}
local mags = ScenEdit_GetUnit({name=unit.name, guid=unit.guid}).magazines
local mag_guid = ''
local mag_items = {}
-- find the one to fillout
for k,v in pairs(mags) do
if v.mag_name == 'Carrier Magazine' then
mag_guid = v.mag_guid
print(v.mag_name)
mag_items = v.mag_weapons
break
end
end
local count = 0
--print(mag_items)
-- update each weapon in the magazine
for k,v in pairs(mag_items) do
--print(v)
local resp = ScenEdit_AddWeaponToUnitMagazine({guid=unit.guid, mag_guid=mag_guid , wpn_dbid=v.wpn_dbid, fillout=true})
count = count + resp
end
print('Added = ' .. count)


_____________________________

Michael

(in reply to lamboman43)
Post #: 3
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Mods and Scenarios >> Aircraft Magazine Values (secret decoder ring )???? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

1.016