Jump to content

szcz13

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by szcz13

  1. Looks awesome man, looking forward to the release
  2. UPDATE v2.63 Minor update in which more SFM tweaks are introduced, making flying experience better. I tried to adjust the plane's behavior at altitude, as it used to lose it pretty rapidly even at high speeds. Due to personal life stuff I can't put out a bigger update as of now, but also I didn't want to hold this smaller update off for eternity so here it is. Feel free to try it out and again, feedback is important in making this mod better in the future, so I'm looking forward to hearing it.
  3. I think I mentioned it before, but maybe it was on download page. Anyway, for some reason FC3 mods seem to only be able to use game's language and are not affected by native avionics setting. I haven't seen a fix to it yet, if anyone knows how to do it I'll implement it. But that's also the reason why I had to add russian betty sounds that you asked about before, it just switched english sound files the game uses. So, in order to have it in russian you'd have to change your game language.
  4. For now SFM does the job, as I was able to tune it pretty well. It's not a common SFM, but a pretty detailed one at this point. Making EFM without real life data seems pointless and a major waste of time as it would take months if not years to do it correctly, and the general majority of players wouldn't notice any difference. Because of DCS modding limitations I can't make it standalone - it needs to use FC3 avionics and radar to work. Possible updates in the future will be guided to improve the looks, and animations mostly. Can't give any time frame for now and I also feel like making updates too often is not a good practice either, so for now I'll stay with this stable version, until I can put a lot of time into it again.
  5. My brother in Christ, you are reading them wrong) This altimeter has two gauges - shorter shows numbers in inner circle, longer in outer circle. Inner circle goes from 0 to 30, while outer is numerated from 0 to 10. So, inner gauge shows your altitude in kilometers, while outer is your hundreds of meters. Without looking at the HUD, both altimeters show 5 km on inner and around 200 meters on outer circle. So your altitude here should be around 5200m. Check if it's correct with the HUD... And it is. Edit: About waypoints it looks like you are doing something wrong, as it also works, and I can see that your navigation system shows heading and distance to whatever you chose before coming out of navigation mode. If you want to use navigation and see waypoints on the MFD, your HUD should write ENR, RTN, or LDG, but it doesn't show either of those.
  6. Altimeter is for sure in meters, check if you are looking at the right instrument, there are two barometric altimeters (left and center part of the center panel), and radsr altitude is on the top left part of the panel. As for the betty, delete the sounds/speech/betty/eng folder. She will speak in English in F-15C if you do that, but it also will apply to the mod. Also, glad you like the mod.
  7. Ok, so I looked into the Su-25SM3.lua and just as I thought there was only one crew member defined, which is an easy fix. Also, while testing it turned out that the pilot ejecting uses F-15 pilot model and not a Su-27 pilot. I also changed that. So to fix the bug change these lines: crew_size = 1, crew_members = { [1] = { ejection_seat_name = "pilot+ejectionseat", drop_canopy_name = 12, pos = {4, 1, 0}, canopy_pos = {4, 1, 0}, }, -- end of [1] }, -- end of crew_members to this: crew_size = 1, crew_members = { [1] = { ejection_seat_name = 9, drop_canopy_name = 12, pos = {4, 1, 0}, canopy_pos = {4, 1, 0}, }, -- end of [1] [2] = { },-- end of [2] }, -- end of crew_members
  8. Idk if there's going to be an update, but you can fix it yourself as it's a pretty known bug in DCS mods. I'm not at home rn and I haven't looked at lua but I'm almost certain that the issue is caused by just one crew member being defined in plane's lua. You'd need to add a dummy-empty crew slot for it to work without crashing. I could look into it later. An update with mirror fix would be nice too.
  9. UPDATE v2.62 Released a new update, because somehow I missed the bug in the previous one which made the HUD glass invisible. Also thanks to @Etha2007 observation I added another R-33 variant (the older one), which should behave more like R-33 from ED, to represent earlier R-33 models. The missile that was used before was changed to R-33S.
  10. It's from user files page of the mod here: https://www.digitalcombatsimulator.com/en/files/3342771/ Download link_to_download.txt file attached, go to provided link and download the zip file. Inside are two folders: FC3 fix and mod itself. Copy MiG-31BM mod folder to your mods in Saved Games directory and install it just like any other mod. If you want to be able to jump into the aircraft without manually loading Su-27 beforehand each playing session, install FC3 fix folder using OvGME, the mod is OvGME ready. You need to own Su-27 module or the whole FC2024 pack for it to work.
  11. Hey, nice roundup of some inconsistencies that I also was wondering about. 1. R-33 and R-37s on wing pylons will stay as optional choice just like I left R-27 although someone noted to me that they shouldn't be there. I knew that but I decided to leave it to someone who wants to have more fun in their games. Because the weapon is selectable I will just leave it there and let the player to make a decision. If more people would like to it being deleted there's no problem for me to do it, I just never considered it being an issue, again due to it being selectable. 2. I decided to add Kh-31P missiles based on one or two old photos with this payload seen. I thought about the possibility of it being a prototype but I also haven't seen any sources saying that it for sure can't carry these missiles, and the fact that we don't see the payload used doesn't prove it not being possible, especially with russian weapon systems. I don't plan to add any other AG weapons at this moment. 3. I thought about making it a separate R-33S variant but while making the missiles I got confused with all the missile variants. I will probably add R-33 basic variant soon, but right now I don't have a lot of time. Can't just use ED's R-33 as it's blowing up on launch . But will do that as I was simply putting this away due to lazyness. Overall thanks for pointing it out and especially the R-33.
  12. UPDATE v2.6 Fixed a bug where Kh-31P would not track the target and explode mid-air. Added new custom Kh-31P missile, which could be used without the ELINT pod. Thanks @BlackFalco for pointing it out to me.
  13. UPDATE v2.52 Probably the smallest of the updates so far, but I couldn't find the solution to the issue before and it turned out to be pretty easy. Made the glass textures clearer - they should behave much more like a real glass and not a semi-transparent wall.
  14. I will see what can be done with glass texture, and to use russian HUD you have to change your game language in settings, for some reason that's how ED have done it.
  15. UPDATE v2.5 New update is up - fixed pilots texture bug, thanks @Urbi for pointing it out. Completely reworked engine SFM data - now it should be more realistic, although needs more testing, maybe adjustments will be needed in the future. Added more powerful radar - seems like DCS caps detection range at around 320km, so I can't make it find targets even further. If there are any (realistic, not "can't hit 3000km/h in this thing") suggestions regarding flight performance you notice while flying, I'm open to hear it, it's hard to gather a lot of flight data alone, and as I said, new SFM engine code is a little bit different from the previous one but much better and more detailed. It means that there's more stuff that can be adjusted, and that needs time and data.
  16. Thanks, as I said there's a speed issue right now that I'm fixing. It will not be going 2.83M though as it's the speed of aircraft during testing and not realistic operational value. At 50% fuel, with clean loadout I was able to get to 2.2 Mach at 13km yesterday. I'll see if it needs even more speed without making it a UFO.
  17. It shouldn't go Mach 2.4 with that loadout, but I revised some SFM code and made it faster, because I also noticed some issues woth speed, I will drop the update soon.
  18. UPDATE v2.4 - added external lights animations for taxi and position lights, - added dynamic bort numbers instead of separate liveries for small amount of borts, - adjusted SFM parameters like minimal speed and others, - adjusted R-37 and R-37M parameters in which reasonable to real reports range.
  19. UPDATE v2.32 Smaller update but I feel it was long needed - bitching Betty being angry about AoA all the time. Now you will hear her only if critical AoA was exceeded. Also SFM drag parameters were adjusted.
  20. UPDATE v2.3 - Fixed AoA gauge showing weather - now it shows correct values, - Added mechanical distance indicator, - Adjusted SFM parameters and missiles behavior a bit
  21. I trhink R-74 missiles come with the Su-30 mod as many other Russian missiles do.
  22. UPDATE v2.2 Just dropped a new update. In it, I tried to tackle the long standing issue with pitch and stability of the plane — now it should feel much more realistic. I also changed the model for the R-37 and R-37M missiles, which should look prettier than the older one. Adjusted the behavior of all three missiles — R-33, R-37, and R-37M — to what seems to be the most realistic I could get so far. I tried not to make it over the top, like many modded R-37Ms are, but at the same time left a good incentive to use them over other missiles. Thanks for the replies, feedback, and support — it helps a lot with development, and I'm looking forward to hearing what you guys think of the new changes.
×
×
  • Create New...