Jump to content
NEW DISCORD SERVER DETAILS - SIGN UP NOW - Dogz Members Only Private Thread ×

FoolTrottel

1. DDz Quorum
  • Posts

    7,244
  • Joined

  • Last visited

  • Days Won

    362
  • Country

    Netherlands

Everything posted by FoolTrottel

  1. Headcorn Bob airshow? I am not sure whether that's a good idea, as on their website it states: The Battle of Britain Air Show with attractions for all the family which include flight experiences, a funfair and stalls. An airshow that includes STALLS? Well well, that sounds scary and nerve wrecking... I would have added some words, like (...) and stalls and recoveries (...) But, that's like a rather long drive from DX to HC isn't it? Then again, the idea is a fine one... ! (Not that I will be participating, but I'll still voice my opinions .. )
  2. Yep, there's yer traditional, historical Flying Dutchman!!
  3. Gonna be missing a Comet?? Darn ... Oh well...
  4. What rest is that you speak of?
  5. Parked? Me thinks one should simply setup your gaming rig as a gaming rig... More Power! (Edit: this is without an changes to the slider)
  6. lol... that makes sense, me thinks!
  7. I could try and change the bombers' skill settings, but that'll be the trial-and-error method. If and when I do, I will let you know...
  8. Hm, similar thing appears to occur with Ju87's and 110's ... lol Will need do some more investigations
  9. Discoverd today that when a Human Pilot bails out of a Blenheim IV, the server will throw an error fit, causing stutters... For now, all sub-missions with Blenheims will no longer be used on the server ...
  10. 'Supposed to be' ? Not sure, delete them all, and then you're on default values? This is in a file named 'HSFX_BombBayDoors_for_4.11_README.txt', so I think a lot of the items you have listed are from older HSFX versions, or from older individual mods. I think you should remove them, then check if anything has changed, lol. These options let the user or server modify the way several controls work. You can pick and choose which of the options you use. Here's a summary - Manually open/close bomb bay doors. - Separate gear up/down controls. - Separate tailhook up/down controls. - Dump Fuel key for F9F Panther. - Change speedbar altitude and airspeed intervals. Display TAS in addition to IAS in the speedbar. Instructions: You choose which options to use by adding lines to the [Mods] section of the conf.ini file in your IL-2 1946 game folder, or the [Mods] section of the mission (.mis) file if it is a mission parameter. See the Notes at the end of this README for more details. BEFORE YOU MAKE ANY CHANGES TO YOUR CONF.INI FILE, MAKE A COPY OF IT, just to be safe. Manually open/close bomb bay doors ---------------------------------- With this option, whatever key you assign to 'Power 10' in your controls becomes a toggle to open/close the bomb bay doors on aircraft that have bomb bay doors. When this option is set, you can only release your bombs after opening the bay doors. It has no effect on aircraft that do not have bomb bay doors. This option is turned on by default. To disable it, in the [Mods] section of your conf.ini add the line: BombBayDoors=0 Separate gear up/down controls ------------------------------ With this option, your Toggle Gear control only acts as Gear Down, and whatever key you assign to 'Power 20' is Gear Up. (NOTE: In earlier versions, this was assigned to the 'Magneto Previous' key.) In the [Mods] section of your conf.ini add the line: SeparateGearUpDown=1 Separate tailhook up/down controls ---------------------------------- With this option, your Toggle Tailhook control only acts as Tailhook Down, and whatever key you assign to 'Power 40' is Tailhook Up. (NOTE: In earlier versions, this was assigned to the 'Magneto Next' key.) In the [Mods] section of your conf.ini add the line: SeparateHookUpDown=1 Dump Fuel key for the F9F Panther --------------------------------- With this option, you can dump the fuel in the wingtip tanks of the Panther with whatever key you assign to 'Power 50'. As in real life, the you can only dump the fuel in the wingtip tanks. The main tanks hold approx 75% of a full fuel load and wingtip tanks the remaining 25%. So you can only dump fuel in excess of 75%. It takes about one minute to dump fully-loaded wingtip tanks. In the [Mods] section of your conf.ini add the line: DumpFuel=1 Speedbar Altitude and Airspeed Intervals ---------------------------------------- In the un-modded game, the speedbar altitude changes in increments of 10m./50ft. and airspeed increments are set to 10kmh/10mph/10knots. These options allow you to change which speedbar units are displayed when a mission starts, change the altitude and airspeed increments to whatever number you want. For this to work you must add a [Mods] section in the conf.ini and then add the required parameter. You can include any or all of these parameters as needed. Any parameter you omit will be set to the default setting. Be careful with the spelling, the parameters are case-sensitive. SpeedbarUnits= This parameter determines which units the altitude and airspeed are displayed in at mission startup. Permissible values are: 0 - no speedbar 1 - kmh and meters (default value) 2 - knots and ft 3 - mph and ft 4 - kmh TAS and meters 5 - knots TAS and ft 6 - mph TAS and ft SpeedbarSpdKMH: Airspeed increments when kmh are displayed. Permissible values are 1 to 10. Default value is 10. SpeedbarSpdMPH: Airspeed increments when mph are displayed. Permissible values are 1 to 10. Default value is 10. SpeedbarSpdKnots: Airspeed increments when knots are displayed. Permissible values are 1 to 10. Default value is 10. SpeedbarAltMeters: Altitude increments when meters are displayed. Permissible values are 1 to 10. Default value is 10. SpeedbarAltFeet: Altitude increments when feet are displayed. Permissible values are 1 to 50. Default value is 50. SpeedbarTAS: When value is set to 1, when you cycle through your speedbar you will have three additional settings: kmh TAS, knots TAS, and mph TAS. Default value is 0. (NOTE: Although it is not required for the TAS speedbar displays to function properly, you can modify 'KIAS' to read 'knots' on the speedbar by changing the 'SPD.gb' parameter in 'files\i18n\hud_log_ru.properties'.) Notes ----- - After adding a [Mods] section to a mission file, if you later edit and save the mission in the FMB, the [Mods] section will disappear. You'll have to manually add it again with Notepad or other text editor. - You can use the samples below to copy/paste the lines for any option you choose. Depending on which mods you already have installed you may already have a [Mods] section in the conf.ini or mission file. If so, just add the lines to the existing [Mods] section. Notice a slight difference in the format of parameters in the two files. In the conf.ini, the paramater name and value are separated by an '=' sign, whereas in the mission file the name and value are separated by one or more spaces. Sample [Mods] section for conf.ini: [Mods] BombBayDoors=0 <----- This will DISABLE the manual bomb bay door control. It is enabled by default. SpeedbarTAS=1 SeparateGearUpDown=1 SeparateHookUpDown=1 DumpFuel=1 SpeedbarUnits=2 SpeedbarSpdKMH=1 SpeedbarSpdMPH=1 SpeedbarSpdKnots=1 SpeedbarAltMeters=1 SpeedbarAltFeet=5 SpeedbarTAS=1
  11. Here's how mine go in units of 5 ... conf.ini, somewhere at the bottom [Mods] Mask=0 SpeedbarSpd=5 SpeedbarAlt=5 HUDGauges=3 SpeedbarTAS=1
  12. Last session, Artie muttert something like 'we should practise/train this'... so here's a simple training mission for Level Bombing. We could plan a dedicated session, or just run it on a regular session, if all would like to try it You can download it, put both files in a Net/Dogfight/ sub folder, and host it as a dogfight... This could be of help: BombersCalc0_33a Level Bombing training at Sea Left Base: Airspawn at 5000m/15000ft Right Base: Airspawn at 3000m/9000ft (Zoom in to see them both!) Heading is east, at 10km there's a static ship, and past that evey 5km another one. A Camera is placed in front of each ship. No wind! Note: Ships respawn in three minutes after sinking. Do not run it with Unlimited Fuel if you are using Bombsight Automation! Flyables: A-20DB7 A-20C B-17G B-24J-100-CF B-25J-1NA B-29 BlenheimMkIV HalifaxBMkIII MosquitoBMkXVI Pe-8 WellingtonMk3 BeaufortMk2 FaireyBattle Have Fun! Level-Bombing-Training-At-Sea.mis Level-Bombing-Training-At-Sea_ru.properties
      • 2
      • Like
  13. BombersCalc0_33a.zip View File Created by KU_jijii From the Readme.txt: Bombers Calculator 0.31a Sep.23.2012 This tool is for level bombing in Il-2 1946, a game of combat flight simulator. I can not any responsibility if you fall in trouble by this program, I am just poor programmer. This program has tested on WindowsXP32bit and windows7 64bit, I do not know it works on vista and win7 32bit yet. Some security software (like a anti-virus) may stop this program, because this program uses dangerous code "WindowHook" API.(...) Submitter FoolTrottel Submitted 01/25/2017 Category Utilities Checksum  
  14. TeamSpeak3-Client-win64-3.0.16.exe View File Attached is an older version... download it. 1. Uninstall the current one. 2. Run the installer. 3. Start TS, create the bookmark DD Private 4. Connect to DD Private, it will report the version is too old, and whether you want to update. Let it do so, otherwise it will not work at all. Once done, it will have updated 3.0.19.4. Set it up to use voice activation (that's what I did anyways, not sure if a push to talk will work?) 5. Every time you start it there will be a message 'Your TeamSpeak client is too old to read the settings'. Press the Ignore button. It will work with DD Private just fine, I had no drops/garbling yesterday after I had used this 'fix'. Good Luck! Submitter FoolTrottel Submitted 01/20/2017 Category Utilities Checksum  
  15. Regarding the weird issues during dogfights/coops lately ... like 109's without hoods, F6F's / Avengers flying with wings folded.... One way to try and fix this, is to disable Lancaster Mod, and the Carrier take off mod. Or better yet, have as little mods as possible running. So, currently, I've adjusted ChkMods, so if you run it, and let it fix stuff, you will only have History FX, Expert Mode and Perfect Map Textures. (Lanc and t/o are still there, but just not active...) In the meantime, I am going to try (lol, emphasis there) to record in which missions such mishaps are occurring, and maybe even record who's connected/playing. Maybe... we can track down an installation problem this way... It's not like we need to set CRT=2 on, but I would like to call out to you all, to limit the number of Mods you have actively running, (Usually, in these cases, I always tend to overreact, and make too big a fuzz of it all, but hey, I hate that weird shift happening!!) Salute!
  16. Me thinks it will be depending on the make and quality of the motherboard, modules already in use, and whether you do any overclocking. I'd go for 2x8GB, what Toad said... Now I do assume you are running a 64-bit OS?
  17. Eehmmm, you may want to look for a different setup, as this one is not a silent one! It rattles and rumbles!
  18. Toad asked me to share this, and I know I've talked about it to y'all, but never documented it, so... here goes! Bass Shaker But Kicker Plywood Chair Or how to add something to the feeling of the seat, and the air, and the ... experience. Here's the schematics of it: Here's the chair, it was home built, so there's no detailed drawings... (Hey, my homebuilt pedals are in view as well! And a detailed view of the panel where the shaker is mounted behind: You can see some extra holes of other models of shakers that have been mounted before, the chair is like well, some 20 years old... You must know that the backrest is quite flexible, so when one leans back, it gives a bit... And for sure, I got some thin pillow on the part where one sits on... for comfort on ones behind... Further more, you must realize that I constantly balance the chair on the part where the back rest touches the ground, it makes for some brilliant rudder control, really! Here's a link to the shaker speaker I got: http://shop.rightthing.nl/en/bass-shaker-butt-kicker-6680009.html So, go for it, you know that pants and seat feeling!
  19. Happy Happy!
  20. (Here's a link to a post I created nearly a year ago, a visit by my mom and me, to that very same cemetery... just for reference)
  21. Dutch school kids remember and pay their respects to the Canadian soldiers that liberated their country... By lighting up their graves with candles... Here's a video ... Now I knew this was happening each and every year 'round Christmas, but just now I learned how this tradition started: A woman discovered a Finnish name on one of the stones, and she was familiar with a Finnish tradition... so, that's how it started 25 years ago, not just for that one Finnish name, but for all of the others resting there, all 1394 of them...
×
×
  • Create New...