-
Posts
1,686 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Gallery
Downloads
Store
Everything posted by UllyB
-
Just a quick question if you please... I saw that a cargo ship that has StructuralFactor=5.0 goes to the bottom in aprox. 30 seconds with one missile only. Warships have StructuralFactor=1000 (hundreds/thousands of time bigger!). What value (apox) should I put to sink a warship with just 4 antiship missiles ? "20" would be enough or it's not working that way ? I ask that because I bet this issue is old now and everybody already set their own ships long time ago and they know these values/ratio very well. It also would save me time to try it for myself. (What is the relationship/ratio between any ship's StructuralFactor value and how many bomb/missiles/rockets needs to go to the bottom ?) Thank you!
-
Strike Fighters 2 Complete Edition
UllyB replied to MigBuster's topic in Thirdwire: Strike Fighters Series News
This is a bargain for people who never had all these, not for me. For me means to pay extra 1/4 for something I already paid and that, long ago and no Win 10 (officially) support. I don't think so.- 46 replies
-
R-40RD1/R-40TD1 Acrid missiles
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
I read that the missile were introduced after hundreds of tests with MIG-29 just in 1988, but, of course I didn't find a second source to confirm it so I don't know what is true and what is not. -
Matra 68mm rocket launcher
UllyB replied to ravenclaw_007's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
That rocket pod which has a fueltank , I guess, attached is gorgeous. Maybe you can make one alike... if it's not too much trouble. -
R-40RD1/R-40TD1 Acrid missiles
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
There is nothing there except its name ( R-40TD1 ). If you look careful you will notice that the specification are for R-40D only. I already saw that page. -
R-40RD1/R-40TD1 Acrid missiles
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Yes Sir, I will. UPDATE I looked for the YG' book. I can't find it in PDF format, but it looks that it existed once from what I have seen...I found it on Amazon but is 414USD LOL -
R-40RD1/R-40TD1 Acrid missiles
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
I searched with the IE, I forgot about it LOL, I was using just the Firefox with Google service, but I could find info only about R-40RD1 Acrid with no reliable data, on one website it says it has an 148,2km max range, on oher it says it has 80km max. Big difference between 148 and 80. Nothing about R-40TD1 the IR counterpart yet. -
Data link /Navigation Pods
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
I was afraid you're gonna say that. LOL PS - by the way, if you choose as STORE TYPE DataLink setting, in weapons editor window it says it's NAVIGATION POD and if you choose Navigation as STORE TYPE you get DataLinkPod, kindda wrong switched places I'd say. Aaa and if youchoose DataLink as STORE TYPE it won't work in game so I guess TK mixed things up a little here or he let them unfinished. -
R-40RD1/R-40TD1 Acrid missiles
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
That was the page I was talking about in my post Impressive! Thanks for them -
weapons editor dictionary
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
So the bigger the value, the bigger the performance of the missile or the other way around ? -
BombBayFuelTank
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
I found this reading about F-105: " On a typical combat mission into North Vietnam, the F-105D carried two 450 US gal (1,700 L) wing-mounted fuel tanks, a 390 US gal (1,500 L) fuel tank in the bomb bay, and five 1,000 lb (450 kg) or six 750 lb (340 kg) bombs, and required inflight refueling going to and sometimes returning from Hanoi 700 mi (1,100 km) distant. " I didn't know that F-105 had room for a...bomb bay, I thought it based on its wings loads only. Thank you gentlemen for help! -
I ran into this kind of fuel tank. If I fit it in a plane's bomb bay, would the plane use it (use the fuel from the tank and add it o the total fuel quantity available) ? I never used this kind of trick. Thank you.
-
F-4F TV display
UllyB replied to RustyKurnass's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
- to use Maverick (AGM-65) missile , you have to have a avionics.ini file in plane's folder, declared in plane's ini file as well. - TK planes support two avionics.dll libraries (avionics60.dll for older avionics effects/avionics70.dll for newer avionics effects). The name of the supported library should be in plane's ini file defined, check for it. If the planes does not support the chosen library, choose the other one and see if it works. - in avionics.ini file you must have something similar somewhere in the file, depending on the aircraft and who made the effect: [TVDisplayData] UseRadarTexture=TRUE DisplayLimitLeft=16 DisplayLimitRight=239 DisplayLimitTop=12 DisplayLimitBottom=243 ApplyFilter=TRUE FilterMaterial=DTVFilterMaterial OverlayTexture=F-4E_DTV.tga [DTVFilterMaterial] EffectShaderName=twColor1.fx DepthBufferCheck=FALSE DepthBufferWrite=FALSE RenderedInOrder=FALSE AlphaTestEnabled=FALSE CullMode=NO_CULL LightEnabled=FALSE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=FALSE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 PriorityLevel=1 BlendOp=MODULATE NumTextureStages=1 TextureStage[01].TextureName=GreenTVFilter.bmp TextureStage[01].MipMap=FALSE TextureStage[01].FilterEnabled=FALSE TextureStage[01].StageColorOp=TEXTURE TextureStage[01].StageAlphaOp=DIFFUSE - if the plane's cockpit has a radar display built-in and uses avionics70.dll library, then, in avionics.ini file, you should have this line: [RadarData] AvailableModes=SEARCH,TWS,STT,ACM,GM,TV (the mode you want for your Maverick missile) However it works even without this line if you , at least, have in avionics.ini file the lines I wrote above. - if the plane's cockpit doesn't have built a radar display or uses avionics60.dll library you can't see in your cockpit, for obvious reasons, the radar display , but you can see the virtual radar display in that window on the right top of the screen, IF you have those lines I wrote above for avionics.ini file. However this situation is not preferrable, it will be unnaturally to see a radar display knowing that in the cockpit you can't see anything. - if the plane uses a third party cockpit (not a stock one) you must have the cockpit folder and all the files that are needed for displaying the radar (mostly BMPs, JPGs, TGAs files) ************************************************************************** Common mistakes: - the names of the avionics.ini file doesn't match the one declared in plane's ini file. - you miss BMPs or JPGs files needed for radar display, in cockpit folder. - the files needed for radar display are declared wrong in the avionics.ini, section described by me above in that example. - some lines in avionics.ini file call for wrong BMPs/JPGs files (their names). Sometimes avionics.ini file can be modified, in time, by one or many persons who, often, forgot to let everything in order there: [TextureData] //RadarTexture=cockpit\F-4E_AUP_Radar.jpg RWRTexture=cockpit\F-4E_AUP_RWR.jpg RadarAGTexture=cockpit\F-4E_AUP_RadarAG.jpg RadarTextureSize=512 RadarTexture=cockpit\F-18E_Radar.jpg -
-
Matra 68mm rocket launcher
UllyB replied to ravenclaw_007's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
wow, cool! Thank you very much. -
Matra 68mm rocket launcher
UllyB replied to ravenclaw_007's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
after you finish this project do you think you'll get time to make, for community, the Bofors M70 135-millimeter unguided rocket pod ? It would suit great the J-37 Viggen. I really need to feel a real punch when I use rocket pods blasting ground targets. I would appreciate if you could build this special pod. Thank you for your work, that I benefited so often, and good luck with your projects, -
" These aircraft herein are released in "AS IS" Condition. Any and all issues/problems that cannot be solved via ini edits will exist forever, as new models are unlikely to be created " Man, you LOVE this phrase. LOL Again, you reminded me of that literature professor in highschool I told you about and his sadism. LOL
-
Where is the LOD for Firestreak missile ? In weapons folder you have something mixed, there are 2 ini files, just one matching the folder's name. The LOD for missile is missing. If you try the stock LOD, the skin won't match, so I guess you just forgot to add the LOD for Firestreak. I can't find other explanation. So if it is as I thought, please let me have the LOD, in order to see correct the skin on it. Thanks! PS - The same situation in Gloster Javelin FAW.7 1.0.0 pack
-
-
WaterMap bitmap secret
UllyB replied to UllyB's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
It worked, but only for VietnamSea. Try the bitmap I uploaded and compare it with vanilla one, in game. The bitmap made by me even gives you a stable variation in deep sea for carrier deploying. For Baltic Rim I made a bitmap that works for USN only, the Soviet carrier is moving hopelessly around, on water and land. I tried to make one for GermanyCE. It doesn't work at all. Only TK knows why LOL. I will search furthermore for a solution. Interesting your observation about color indexes and map symbol sharing. I'll think about it. Following your theory red is for water area, black for land area, that strange yellow for enemy spawning areas and green for ally spawning areas. So far so good, it should be straightforward, except it isn't. LOL. It has to be something we miss. I am thinking about matching the bitmap value, all of them have 257Kb.