Jump to content

Recommended Posts

Posted

I'm making a pool of F-8 BuNos.

For the C model I have 112 numbers. And the game has 50 USNfighternum.

 

How can I make sure that every plane will randomly use the BuNos from the 112?

Do the number of fighternums have to match the number of BuNos?

 

If I say:

 

DecalNumberRandomize=TRUE
DecalNumberBlockSize=25

 

Will the game then only select BuNos from the first 25?

 

I'm a bit confused about how the common pool works of BuNos, especially since there are more Bunos than fighternums...

 

 

 

Posted

Actually, if I use this entry:

 

DecalNumberRandomize=TRUE

DecalNumberBlockSize=16
DecalNumberStart=0
DecalNumberEnd=112

 

Does this mean that from the 16 planes, the game will randomly pick from 0 to 112?

 

What If I leave out the start and end?

 

Trying to figure out how the stock game handles this...

Posted

decal number block size is the "limiting' factor -- you're telling the game engine ™ that here are ONLY 16 numbers.

 

decal number start

decal number end

 

tell the game engine WHERE to start adding those decals

 

for instance...

 

you need from BuNums 12345 to 12360

say, these decals are numbered BuNum015 thru Bunum030, so your entries would look like this:

 

DecalNumberRandomize=TRUE

DecalNumberBlockSize=16
DecalNumberStart=15
DecalNumberEnd=30

 

you entry in the decals in would be something like this:

 

[Decal019]
MeshName=Fuselage
DecalLevel=2
DecalFacing=RIGHT
FilenameFormat=***/***/D/BuNum
Position=-3.65,0.10
Scale=0.5
DecalMaxLOD=4

 

they always be Level=2 decals

 

you must define the start and end point (number) of the sequence

 

also, for the record, TK has supplied 100 'modex' numbers. They are not always the proper sequence per squadon, either (100 series, 200 series, etc). But, iirc, there's 25 of each (ie: xx0 - x24)

 

now, if you want all the C (112 production numbers) to use ALL 112 Bunums, your decal entry, assuming you created BuNum decals numbered 000 to 111 (0 always is the #1 spot), it would read like this:

 

DecalNumberRandomize=TRUE

DecalNumberBlockSize=112
DecalNumberStart=0
DecalNumberEnd=111

 

you may wind up making new modex number decals, of whichever series is needed, so to get the correct one on with their matching modex.

I'm reasonably certain (without running down individuals), that you'll probably find them in differing squadrons.

Meaning: some will have from 101-??? others 201-??? and so forth, depending on which of the ship's squadrons they were assigned to. (00 birds are usually reserved for the CAG)

  • Like 1
Posted

okido thanks for that

 

but what if i go for

 

DecalNumberRandomize=TRUE

DecalNumberBlockSize=25

 

(without the start and end)

 

will the game pick randomly 25 numbers of the 112 decals?

or will it pick from the first 25?

 

sorry if it's a stupid question :-)

Posted

yes, it'll pick from 000 to 024

 

but you STILL need to define the start and stop points

For an example, take a look at any of my WW2 RAF birds (Spits, Hurricanes, etc). 26 letters, numbered 000 to 025, randomized

 

[TextureSet]
Name=411 "City of York" Sqdn RCAF
Nation=RAF
Squadron=411RAF
StartDefaultDate=1
Specular=0.400000
Glossiness=0.400000
Reflection=0.000000
DecalNumberRandomize=TRUE
DecalNumberBlockSize=26
DecalNumberStart=0
DecalNumberEnd=25
 

Posted

mmmmkay

 

But if you look at the texture.ini of a lot stock planes you'll find DecalNumberRandomize=TRUE and DecalNumberBlockSize=25 and neither start nor end.

It would be weird if TK went through all the trouble of making 100 decals and then limit the planes to using only the first 25.

The stock USN F-4 has 100 bunos, so that doesn't make much sense. I'm wondering if the game simply randomizes from the 100 bunos in blocks of 25 in this case.

Posted (edited)

Think like this..... average squadron has 12 to 24 aircraft on hand, closer to twelve for a Navy fighter squadron. What that 2 level in the decal ini is really calling is the Modex, the buno is extra. Since TK was working AF and Navy/Marine units it was easier for him just to say blocks of 25. Go figure when you multiply the number of unique fighters time individual skins per fighter.......

 

Two ways you can go about the BuNo issue are hyper detail like mytai, and each skin has the historical numbers innits own folder. Better accuracy and less buno per folder, but times that by how many folders(units) youre making. His Phantom pack is 13GB unzipped and still doesnt have everyone in it.

My route was about 115 historical buno(100 plus mig killers thst were later lost) in one main folder. Not quite as accurate as its not likely to match what was in a squadron at a given time, but still closer to reality than stock. I also used a universal skin where possible, and just adjusted the decal ini in individual dkin folders, mainly to pull from a certain year folder for unit markings (77,78, etc) and pointing to a 1xx or 2xx folder for modex (as fighter squadrons are normally in the 100 or 200 range)

 

Hopefully this is helpful. Either way its my $0.02 in the conversation

Edited by daddyairplanes

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..