Gunrunner
+PLATINUM MEMBER-
Content count
1,366 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Calendar
Gallery
Downloads
Store
Everything posted by Gunrunner
-
Phantom pregnancies: F-4 variants that never were
Gunrunner replied to MigBuster's topic in Military and General Aviation
Here you go... -
Limited Nations File in Terrains Folder
Gunrunner replied to Mike Dora's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
@Menrva, Yes, there are hardcoded behaviours, including the aliasing for NationID 002/003/004, some aliases for default decals (which is why some DECALS.INI call for insignia that don't exist but nevertheless appear, mostly for wing specific insignias or left/right variants) etc... I never bothered to establish a full list of those yet but there should be no hardcoded behaviours for NationIDs beyond 212, at least I never encountered it. I'm not aware of a limitation to the NationID, but if there is a limit it's at either 255 or more likely 256 (since the sequence starts at 1). - Are you sure the NationID you chose are in sequence without gap ? If your NationID stops at 212 and you register locally as 221, the sequence will be broken and 221 ignored, it should be 213. To avoid this you could pad your global NATIONS.ini as such : [Nation212] Name=Oman_OLD65 [Nation213] [Nation214] [Nation215] As long a the [Nationxxx] entries exists, even with nothing else in it, the sequence will be considered as ongoing, the check being done only on the NationID. It's what I do to avoid having to remember what's the next number in sequence, I just know I have space between x and y and can assign whatever ID I want in my terrains. - Are you sure you have the right DecalLevel in your DECALS.INI and have not left it at something other than 0 through copy-paste ? - Does it work when you explicitly call the ID, there might be another problem at play. I'm betting it's the sequence thing; The engine reads all relevant files that might have a Nation definition, and among them after putting all entries to a common format (with terrain-specific entries overrinding terrain-specific entries from the CAT file overriding global entries overriding global entries from the CAT file), searches for existing definitions in sequence (starting with 1) and stops once there is no definition found EVEN if there are entries beyond (I never tested it for Nations, but that's how it works for all other INI files), so if it finds a 212, but no 213, it won't bother searching for 214 even if it's there. I'll check my own install to verify if I've had to use some trickery beyond the padding, but I don't recall anything else right now. -
OK IIRC, since we started to talk of the F-15X, the proposed payloads started at 24 (in mid 2018) with : - 8 missiles on the CFT rails, mounted on dual launchers - 8 missiles on the inboard wing pylons on quad launchers - 8 missiles on the outer wing pylons on quad launchers But apparently Boeing then moved to 22 (in late 2018) - 8 missiles on the CFT rails, mounted on dual launchers - 8 missiles on the inboard wing pylons on quad launchers - 4 missiles on the center wing pylons on dual launchers (spot the wording... center ? wing pylon...) - 2 missiles on newly qualified outer wing pylons on single launchers (limited to AIM-9) But the latest (early 2019) we're back to "only" 20 missiles, the idea to open the outboard pylons being dropped - 8 missiles on the CFT rails, mounted on dual launchers - 8 missiles on the inboard wing pylons on quad launchers - 4 missiles on the outer wing pylons on dual launchers Mostly, it feels like Boeing is making it up as they go along to test waters, I wouldn't be surprised if the final product is down to 16, dropping the dual CFT launchers.
-
Limited Nations File in Terrains Folder
Gunrunner replied to Mike Dora's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
With SF2 to guarantee a plane to show up for a specific nation reliably it must either be the primary operator or have a userlist entry for the nation. For example in your MyAircraft.INI file you need to have : [AircraftData] AircraftFullName=Whatever (...) Userlist=MyAircraft_Userlist.ini (...) then you need a MyAircraft_Userlist.ini file with content following the syntax : [China] ServiceStartYear=1980 ServiceEndYear=1990 Availability=COMMON [Russia] ServiceStartYear=1978 ServiceEndYear=1988 Availability=VERY_COMMON The nation names in brackets being the NationName used in your Nations.ini (and it works with nation declared locally in a terrain as per my previous post). Entries in the Userlist have priority over entries in the AircraftData (so the AircraftData might say the plane is not exported to the Enemy and had a service end year of 1985, but has long as there is an entry in the Userlist for an enemy nation, beyond 1985, it will be picked up nevertheless). Really, the service dates and availabilities in the AircraftData files should be considered deprecated, and a Userlist as the preferable and reliable method to do things. Seems I was wrong, the statements do not have the same usage. The service dates in the AircraftData files are for determining the availability dates for the player or, should a UserList be missing, for AI planes as well; while the UserList is used only to determine which planes to spawn for the AI. -
Limited Nations File in Terrains Folder
Gunrunner replied to Mike Dora's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Do the Chinese have aircrafts with compatible service dates ? Do these aircrafts have missions types compatible with the player flown mission (Intercept vs Strike, CAP vs Sweep, and so on) and the terrain ? Do these aircrafts have the range required to perform assigned missions ? These are 3 things I'd check if we are to assume the problem lies with the planeset. -
Limited Nations File in Terrains Folder
Gunrunner replied to Mike Dora's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Actually, this isn't the whole truth (what Wrench said being true, but not the whole picture). The first format is for using Nations already set in the global NATIONS.INI file (this is usually all SF2 needs) or set within the local *_NATIONS.INI file (requiring further declarations). The second format is to set new Nations, not already present in the global NATIONS.INI, for use by the AI only (as you can't select the defined nation otherwise); you have to make sure it uses a unique NationID though as duplicates MAY cause problems (usually doesn't because they exist as SF1 legacy, representing the same nations with same names and IDs). I use this to prune nations I don't intend to fly from the global NATIONS.INI, while adding them to their specific terrains, allowing me to have a shorter, more pertinent service list to choose from, while keeping everything working as intended. In short, in SF2 they're complementing each other for specific purposes, not alternatives. For example you can do something like : [LimitedNationList] FriendlyNation001=Australia FriendlyNation002=AustralianNavy FriendlyNation003=NewZealand EnemyNation001=Indonesia EnemyNation002=China EnemyNation003=Mordor [Nation001] NationID=xxx (ideally a number greater than the last one used in the NATION.INI, but I haven't tested if it's required to be in sequence or if gaps in the sequence are supported, assume it's not) Name=Mordor DisplayName=Mordor Alignment=Enemy PilotNameList=NamesChineseWG.lst RankList=RanksUSAF.lst CallsignList=CallsignsUS.lst Formation.Fighter=USFighter Formation.Attack=USFighter Formation.Bomber=USBomber Formation.Transport=USBomber Formation.Tank=USTank Formation.MobileAD=USAD PilotTrainingStandard=Normal GenderRatio=0 -
Mue's LOD Viewer - How to see stock Aircraft LOD's
Gunrunner replied to Spinners's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
There's a field "SF2 Installation Directory" in the "CAT File Access" field of the "Extra/Settings" tab of the LOD Viewer, than when it's set to your... drumroll... SF2 Installation Directory (that is, by default "C:/Program Files (x86)/ThirdWire/Strike Fighters 2" of course, and should be pre-set) and the checkbox is Enabled, allows the LOD Viewer to read LODs inside CAT files (for that you read not the LOD file obviously, but the main object INI, so for the A-1H, you'd read AH-1.INI using the LOD Viewer). -
Bizarre AI behaviour
Gunrunner replied to alexis99's topic in Thirdwire: Strike Fighters 1 Series - General Discussion
Can you imagine engaged in dogfight with a few tons of bombs ? It makes you less maneuverable, it makes it risky because you're taking the risk of the attach point/pylon/wing breaking under the stress, and if you're not breaking anything and survive the engagement, you have a high risk that the release or detonation mechanism will not work as intended. It's normal behaviour for the period covered by the sim. As the mission leader, it's up to you to give relevant orders, you order them to attack, only their guns qualify for ground attack, therefore they resort to suicidal strafing. Of course that creates problems when you are flying modern swing-role aircrafts with modern ordnance. -
New computer & Windows 10 advice
Gunrunner replied to dtmdragon's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
In my experience there's no point in using LAA with the SF series, VRAM being a problem much faster than RAM will ever be. -
A brief glance at the Third Wire webstore for SFP1/WoX/SF2 games
Gunrunner replied to streakeagle's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Yep, TK has lost the plot, to compensate the loss of revenue that the loss of sales volume created, he increased his prices. Frankly, if I were him, I'd go next door ask Chris Roberts if he needed someone with an aero engineering degree and flight sim experience to join his team for atmospheric flight, then try to sell him the idea of a Strike Commander/Pacific Strike/Wings of Glory successor, or get sold on the idea of fan funding. -
Liaoning Aircraft carrier mod?
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - Mods & Skinning Discussion
We don't have a Kuznetsov, only an Ulianovsk and a Minsk. We also don't have a Charles de Gaulle (well, we have one but with crappy statics baked in unfortunately). -
What is my problem? , please
Gunrunner replied to jack33's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
That's not a "problem" it's the way the engine renders relief attenuated by atmospheric haze at a distance, it's not always very aesthetic against some skyboxes (as in your picture), it might necessitate some color tweaks,and the effect might benefit from being more gradual and subtle, but that's what we have, you didn't do anything wrong. -
SF2 Rework, bug fixes and request topic
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Environment : July 2013 patch-level, SF2NA. Only in Single Missions, on NavalMap. In non-stock installs. Conditions : If using a land-based plane. If the enemy is the side with a carrier group. Rarely. On any mission type. Might only happen with some planes. Possibly related to improperly configured INIs, but no common error found in terrains and planes exhibiting this bug. Expected result : The engine generates a mission of the chosen type, for the chosen aircraft type. Result : Randomly, instead of generating the expected player mission, the player will be assigned to one of the NAVAL_SEARCH missions generated, for his service, even if the plane is non-player flyable (no cockpit available). The expected mission the player chose is not generated. Stock Frequency : 0 Specific Frequency : 1 Severity : 4 Test environment : On demand Potential fixes : - Uncertain given the unclear conditions. Menrva, if you are using the frequency and severity scale I suggested, you would be using 4 at max, as the bug doesn't happen every time, and it's only making it impossible to finish the mission, not crash the game, unless I misunderstood the bug. Stratos, if you want this to pick up, I'd suggest contacting old timers and modders, who have been working around bugs for up to a decade now and probably have some very interesting bugs and ideas to contribute, consider also this not being simply for a future patch, but a catalog of known bugs for modders to know about, a part of the knowledge base to ease the life of modders, so they know what to avoid, get an idea how to avoid running into that bug or be reassured the problems comes from a known bug and not a flaw in their work. -
SF2 Rework, bug fixes and request topic
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Menrva, your terrain revision is the base, but I know my way around, it also happens with Iceland or any terrain I tried, it's definitely an engine bug*. * Well, it's a corner case, the code was never meant to be faced with such a configuration, so it's not a game bug, just a case of the engine taking a shortcut because it knows which limited cases it will face and bypass the necessary steps to face other cases, it's a time-saving, cost-saving measure that's not future-proofed, but given the budget and manpower constraints of TK's operations, that is perfectly fine, it's only for us tinkerers that it becomes an issue. -
SF2 Rework, bug fixes and request topic
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Let's start with something that's kind of a corner case but irritates me greatly on my Madagascar/Mozambique install. Stock Frequency : The frequency at which the bug can be reproduced in a full stock game, from 0 (Never) to 5 (always when following the conditions). Specific Frequency : The frequency at which the bug can be reproduced in the specific game setup, from 0 (Never) to 5 (always when following the conditions). Severity : How bad the bug is. 1 (occasional annoyance), 2 (Recurring annoyance), 3 (Immersion breaking, game can be played, missions won, but things are weird enough you're constantly aware of it), 4 (Gameplay breaking) or 5 (Game breaking/crashing/freezing/CTD). Test environment : Either stock, a link to the necessary files, on demand so people interested in testing and reproducing can contact the bug reporter to obtain the necessary files, or closed if for some reason the bug reporter can't provide a test environment. Environment : July 2013 patch-level, SF2NA. Only in Single Missions, on NavalMap. In non-stock installs. Conditions : If the only bases available to player are carrier groups and off-map bases. If there are multiple friendly nations with player available planes. If the player tries flying an ESCORT mission for a service other than FriendlyNation001. If FriendlyNation001 only has planes using a MinBaseSize larger than the carrier generated for the player. Expected result : The engine generates a flight of the same nation to be escorted by the player, based on the same carrier group. Result : The engine generates a flight to be escorted only from FriendlyNation001, but failing to assign a plane with the right MinBaseSize (because it doesn't exist), assigns one from the next available size (effectively trying to have MinBaseSize=MEDIUM planes take off from a CarrierBaseSize=SMALL carrier) leading to the flight failing to populate and a mission that can only be failed by the player (since the ESCORTed flight never takes off, it can never reach its objective, automatically making it impossible for the player to achieve his own). Other missions non-player flights are similarly afflicted but since they are non-essential to the player's own mission, their failure to populate has no impact on the player apart from skies mostly empty of friendlies. Land bases in similarly constrained situations do not seem to suffer from the same problem as the engine seems not to limit itself to the planes available to FriendlyNation001, more controlled testing needed to validate it. Stock Frequency : 0 Specific Frequency : 5 Severity : 4 Test environment : On demand Potential fixes : - Instead of defaulting to FriendlyNation001 for the escorted flight, default to the player's nation. - Provided there is another friendly carrier station on the map, populate another carrier group from FriendlyNation001 to serve as a base for the escorted flight. -
SF Re-Work Project
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Let's not put the cart before the horse. 1, collect bug reports, as detailed as possible, with steps to reproducibility, details on the configurations. 2, triage of the bugs by severity and priority, elimination of non-reproducible bugs and non-bugs. 3, collect feature suggestions. 4, triage and prioritise, first feature changes, then new features to implement. 5, add core engine changes (think, moving to DX11, or Vulkan, adding an API for exporting flight data, add multiplayer). 6, draft a formal document. Then, once this is done and the community involved, we will worry about the next step, let's not start daydreaming and bypass the groundwork to fantasise about the future. -
SF Re-Work Project
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Let's start with drafting what we need; Whatever road is taken, this is something that WILL be needed, and it WILL be necessary to convince TK that we are serious about it. That we aren't even able to do the simplest step is not going to inspire confidence when trying to find devs or negotiating a licence with TK. -
SF Re-Work Project
Gunrunner replied to Stratos's topic in Thirdwire: Strike Fighters 2 Series - General Discussion
Or, draft a list of bugs we want fixed, the changes and new features we want implemented, ask TK for a quote on how much it would take to implement them, have the community finance the work, provide the testing and QA and let TK release it as a new patch. It's really the most realistic path forward, the one with the least moving parts, the shortest timeframe and the best chance of success. Just contract TK to fix/update his own work. -
Turkish MiG-29 Fulcrums
Gunrunner replied to Spinners's topic in Thirdwire: Strike Fighters 1 Series - Sci-Fi/Anime/What If Forum
I suppose it's because in typical soviet fashion the exported Fulcrums were "monkey models", probably equipped with MiG-23 radar and weapon systems. Think of it as the MiG-29 version of the MiG-23MS. What's surprising is that a high-profile client like Turkey would be given a version downgraded to that point, until you factor that Turkey is only at odds with the US, and through other western countries might compromise the MiG-29 radar and weapons system, so it makes sense to only give them a functional but outdated system. -
The Chinese Air Force’s Great Leap Forward
Gunrunner replied to MigBuster's topic in Military and General Aviation
JH-8, eh ? mkay...That sounds like a serious, well-researched publication... -
Soon in a farmer's field near you !
-
SF2 Download section Problem- Nothing there yet
Gunrunner replied to daddyairplanes's topic in Site Support / Bug Reports / Suggestions
No no, the content in the subcategories isn't picked up in the categories above them. Ah, now it's back apparently. -
SF2 Download section Problem- Nothing there yet
Gunrunner replied to daddyairplanes's topic in Site Support / Bug Reports / Suggestions
There is a problem with your trick to show the content of child nodes in parent nodes (eg. if the structure is Modern Era>US Origin>F-15>newest mod, newest mod only shows when you're at the F-15 node, not US Origin or Modern Era), the recursion seems to be broken, and has been for about two weeks AFAIR. -
Yeah, that's why if you are relatively close to open water, you'd better go with the Navy these days, they deliver not only from planes but ships also. Or you could go with UPS, but they require you to be here to sign for delivery.
-
F-2H Banshee (Razbam) Updated data pack
Gunrunner commented on FANATIC MODDER's file in ini File Edits
I highly doubt being the author of the destroyed model, if you used the one in the RF-84 pack WIP, the author of the model is, probably, Florian (but I'll have to check, it should be in the readme anyway). IF you used any of my work, it might be because I built a new rudimentary template for the Banshees, which I think was included in the Colourful Korea pack I released at some point. Anyway, congrats on the release, the 50's era really can do with some more love.