Jump to content

VonS

MODDER
  • Posts

    1,019
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by VonS

  1. Hi VonOben, Yes, that dark, smoky exhaust seen on some of the rotary types is I believe the RotaryExhaustEmitter. The relevant entries are included in the Starry particle ini file, while the Laton one is missing several of those entries. It's possible that by including the Laton particle ini file you've then removed those rotary smoke effects. The strange effect you're seeing might have something to do with the particle ini file suggestions I've given for lower-end systems in one of my previous posts above. Try the following values to see if it makes the smoke effects more subtle, in the Starry particle ini file: [ParticleSystem] MaxParticlesPerEmitter=2048 MaxEmitters=1024 MaxEffects=1024 MaxFields=32 AdditionalEffectsFolder=Effects Happy flying, Von S
  2. Having good results with VolumeStructurePoint in the Aircraftobject.ini file set to 2000. The DH.2 is now harder to knock down by wing breakage than previously, but not impossible. Then I tried the DH.2 against the Fokk. E.IIa, and the E.IIa is a bit harder to bring down too - requires a pilot kill or getting up really close and lighting his engine on fire. All still possible but a bit more challenging. Knocking down Morane "H" types and Sopwith Tabloids and Schneiders is still fairly easy with the E.IIa but takes a bit longer than previously (this was tested out in custom dogfights and in early single missions in the Middle east theater). Flying the E.Ia and E.IIa - managed 8 kills with about 47 hits on target, fired all 200 rounds on the E.Ia - three of those kills were ground objects. With the E.IIa, managed 11 kills with about 95 hits on target, fired a total of 320 rounds - four of those kills were ground objects. My wingman on both missions got off about 50 rounds only, but scored no hits or kills - at least they didn't get shot down. Will retest with the VolumeStructurePoint set to 2500 and 3000. Will also retest with the general aircraftaidata.ini file removed - to see if wingmen become better shots. And also, ideally, so that I have a harder time knocking things down. Will also compare with increased armor rating settings on some of these early types in further testing, but ideally I'm hoping to find a sweet spot with the VolumeStructurePoint suggestion. Happy flying, Von S
  3. This is excellent advice - I will tinker with the VolumeStructurePoint and compare results with my current settings. Much more efficient than armoring everything differently, particularly since the armor values seem adequate as they are. Happy flying, Von S
  4. Yes, it's still somewhat easy for the player to score hits no matter what AI modifications are used. I'm thinking that the simplest way of making it more difficult is to increase the armor ratings on the planes (this may not be historical to the fragility of some of the types) - but it would make it more difficult to acquire kills. My current armor ratings in the data ini tweaks range from about 20, for the earliest types like the Morane H, to about 26 for the Austrian Albatroses and the SE5a, the Phonix D.2a, etc. Changing the range of 20 to 26 to something like 23 to 29 is worth a try. I remember it being very difficult to shoot anything down using the Zantack damage modelling in RB3D (that was combined with the Greybeard FMs). Then again, this will also make it much more difficult for the AI to get any kills at all - if the armor ratings are too high. A stimulating topic at any rate - will tinker with damage ratings further. Happy flying, Von S
  5. Hello Crawford, yes I am very pleased that several things were resolved in this thread, thanks to input by several members, particularly Wrench and NBell. The long-standing problem that I had with a missing Vickers gun on one of the Nieu. 16 types, also the missing LePrieurs on the early Nieuports, and the strange problem with the streamers on the Morane Bullet - have been resolved. The solution for the streamers is very simple - the Weapons folder that had resided in my main FirstEagles2 user folder was placed into the Objects folder. Also taken out of the Weapons folder and placed directly into the Objects folder were the Weapondata.dat and Weapondata.ini files (those were for some reason initially located inside my Weapons folder). This simple rearrangement allows for the streamers to show up on the Morane N if flight leader is selected in the loadout section of the menu, before flying the Morane Bullet in FE2. I had seen the streamer in some pictures from the FE1/FEgold days - but until this folder rearrangement I could not reduplicate it in FE2. The streamers do flutter, and produce a nice effect. I think however that they are only red in color, but I am glad that they work now. The Vickers on the late Nieu. 16 now also works, as do LePrieurs on the 16 and 17 types, and on the 11 (after some modification of its data ini file). I will post the modified data inis with a version 8.5 update to my FM tweaks. The Nieu 23 also can carry LePrieurs, the 24 and later Nieuport types don't have them - possibly this is historical since Le Prieurs were somewhat outdated by later 1917/early 1918 - and incendiary bullets were by then more frequently used for "balloon busting." Happy flying, Von S
  6. I got rid of the top-wing Lewis gun on the Nieu17C1 and 17bis types by looking under the relevant section of the data ini file, such as [Fuselage], [Nose], [TopWing], etc., and getting rid of the entry that reads as: SystemName[001]=InternalGun InternalGun might be written as InternalGun1 or InternalGun01, and the SystemName might have a different number, but once you spot the offending one and remove it you're half way there. The other thing to do is to go under the // Internal Guns ---- section and remove the offending [internalGun] entry. This did the trick for removing the Lewis on the Vickers-armed Nieu. 17 since most of those came from the factory with the Vickers-only anyway. Top-wing Lewises on Nieu. 17 and later types were field mods from what I've read. The RFC would sometimes remove the Vickers entirely on those. Also check out the post linked below, since it mentions how to include a "dummyweapon" to make the offending weapon invisible: http://combatace.com/topic/72556-dh4-single-guns-how-to-mod/?p=571158 If for some reason the tips above don't work, it means that the guns are "hardcoded" onto the plane in one of the LOD files that's included in the plane's folder - I think a program like 3Ds Max is needed to open LOD files. Happy flying, Von S
  7. Glad you have the rockets now on the Nieu11. Some of the code inside the data ini for the Nieu11 had to be modified for the LePrieurs to show up. The mods are included below if you'd like to see them (adding of weapon nodes to the left and right sections of the wings, also specifying the weapon station types - the original Nieu11 data ini had none of that included, no wonder the rockets weren't showing up). Happy flying, Von S Code changes follow: [TopWingMidLeft] SystemName[002]=centerWingStation SystemName[003]=centerWingStation3 SystemName[004]=WingRockets02 SystemName[005]=WingRockets04 SystemName[006]=WingRockets06 SystemName[007]=WingRockets08 SystemName[008]=leftWingRocketRail [TopWingMidRight] SystemName[002]=centerWingStation2 SystemName[003]=centerWingStation4 SystemName[004]=WingRockets01 SystemName[005]=WingRockets03 SystemName[006]=WingRockets05 SystemName[007]=WingRockets07 SystemName[008]=RightWingRocketRail // Weapon Stations ----- [LeftWingRocketRail] SystemType=WEAPON_STATION StationID=1 StationGroupID=1 StationType=EXTERNAL AttachmentPosition=-2.68,0.362,0.00 AttachmentAngles=0.0,15.0,0.0 LoadLimit=5 AllowedWeaponClass=FT AttachmentType=NATO ModelNodeName= PylonMass=0.01 PylonDragArea=0.00 NoJettisionTank=TRUE FuelTankName=LePrieurTube [RightWingRocketRail] SystemType=WEAPON_STATION StationID=2 StationGroupID=2 StationType=EXTERNAL AttachmentPosition=2.68,0.362,0.00 AttachmentAngles=0.0,15.0,0.0 LoadLimit=5 AllowedWeaponClass=FT AttachmentType=NATO ModelNodeName= PylonMass=0.01 PylonDragArea=0.00 NoJettisionTank=TRUE FuelTankName=LePrieurTube [WingRockets01] SystemType=WEAPON_STATION StationID=3 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=2.68,0.362,0.017 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets02] SystemType=WEAPON_STATION StationID=4 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=-2.68,0.362,0.017 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets03] SystemType=WEAPON_STATION StationID=5 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=2.68,0.362,0.137 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets04] SystemType=WEAPON_STATION StationID=6 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=-2.68,0.362,0.137 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets05] SystemType=WEAPON_STATION StationID=7 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=2.68,0.362,0.257 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,90.0,18.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets06] SystemType=WEAPON_STATION StationID=8 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=-2.68,0.362,0.257 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets07] SystemType=WEAPON_STATION StationID=9 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=2.68,0.362,0.377 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00 [WingRockets08] SystemType=WEAPON_STATION StationID=10 StationGroupID=3 StationType=EXTERNAL LoadLimit=5 AttachmentPosition=-2.68,0.362,0.377 AttachmentAngles=0.0,15.0,0.0 AllowedWeaponClass=RCKT EjectVelocity=0.0,150.0,30.0 AttachmentType=NATO ModelNodeName= PylonMass=0.001 PylonDragArea=0.00
  8. Here's a zipped folder that contains my modified lodouts for the late Vickers Nieu. 16, the Nieu. 11, and also a modified data file that I just made for the Nieu. 11 that does give me rockets in FE2 (the services dates are for the Eastern front in this Nieu. 11 data file but you can change it around for the relevant front - I will get around to uploading the changes eventually in an 8.5 version of my FM and realism update pack). Glad to hear that the Guns/Weapons folder works well now! The Nieu. 11 data file was missing rocket and pod info. for some reason so I had to copy-and-paste from the Nieu. 16 data ini. Also its lodout file is now similar to that of the Nieu. 16 - previously it was missing several entries. The Nieu.17 and 17bis types are fine as is - rockets do show up - have just tested those. Happy flying, Von S
  9. Quick update: streamers now work fine on the flight leader's Morane Bullet in FE2. Happy flying, Von S
  10. Hi CPerleBerg, yes I'm on FE2 and using Nick Bell's and Wrench's suggestions - to place the Weapons folder inside Objects - I managed to get rockets working, and also the Vickers gun on the late model Nieuport 16. Haven't tested the streamers on the Morane Bullet yet but will try that out later. I'll pm a zipped file to you that contains my Weapons and Guns folders, and the dat and ini files that correspond with those two folders - simply unzip and install, overriding those folders in your Objects folder. (I've added a few extra gun variants inside the Guns folder - those gun variants use extra sounds that are available in the install file for my FM and realism update pack for FE2 - it's located under "flight model" updates for FE2 here on the site.) Happy flying, Von S
  11. Hi Wrench, thanks for the detailed info. I'm on FE2 but for some reason always had a gundata.ini and gundata.dat file in my main "Objects" folder (maybe this was something that WineSkin did once I installed FE2 into it on OS X). Now I've got my Objects folder sorted out as posted in the pic below, and LePrieurs are working great - also good is that the Vickers is now showing up on the Nieu16 (Late) model. Glad to know that I don't have to paste weapons/guns entries into the gundata.ini and weapondata.ini files anymore since the individual gun/weapon data inis do all of that for you on FE2 - for some reason I thought all of the files worked together (even the inis in the main Objects folder) so I was keeping all of the inis as consistent as possible - how they got there considering that I'm on FE2 I can't explain other than to attribute it to WineSkin. Happy flying, Von S
  12. Thank you Nick for this info. - have now done an experiment, I placed the Weapons folder inside the Objects folder, took the Weapondata.dat and Weapondata.ini files out of the Weapons folder and placed those two directly into the Objects folder - imitating the setup for "Guns" - and a great surprise, I then had functional Le Prieur rockets showing up on the Nieu 16 in a balloon busting mission! Will see if this resolves the problem with the missing Vickers gun on the late Nieu 16 too. Von S
  13. Hello, FE and FEgold share lots of code with SF1. FE2 is more similar to SF2. I think that only FE2 runs on Win7 or higher. FE/FEgold is better for WinXP and lower. Happy flying, Von S
  14. Hello, the main user directory for FE2 should contain both the Objects and Weapons folders. Here's a pic. of my setup below. Inside your Weapons folder there should be a WeaponData.ini file somewhere. It's likely then that the file structure is not identical across FE2 and SF2. Von S
  15. I'm assuming that FE2 handles weapons similarly to SF2. Most of the aircraft guns are stored in your user directory for FE2 - in the "Guns" folder (found inside the "Objects" folder). There is also a Gundata.ini file that should be directly inside the "Objects" folder. The aircraft data ini files then call up the relevant gun data, sounds, etc. (there should also be a Soundlist.ini file located in your "Flight" folder - where extra gun/engine sounds are added to correspond with stuff in the gundata.ini, also in the gun ini files themselves that are located in the specific gun folders inside "Guns"). There is also a "Weapons" folder located on the same level as the "Flight" folder in your user directory for FE2. From what I've noticed, most of the weapons inside that folder are bombs, although there are a few references there too to Lewis, Vickers. etc. - that Weapons folder I have to admit is a bit of a mystery to me since it also contains streamers for the Morane N and the LePrieur rockets - neither of which I've ever been able to get working inside FE2. There were a few old threads floating here on the FE/FE2 forums from a few years back - with directions for installing the rockets and streamers - I've tried all the directions but nothing worked. I think another issue that is related to the same problem is the difficulty of getting a Vickers gun set up on the Nieuport 16 in FE2. The stock model with the Lewis gun on the top wing is fine, since it loads it as a part of the plane parts themselves - but the "weapons" load inis that are supposed to switch between Lewis guns, Vickers guns, etc., don't seem to work at all in FE2 - I've tested this several times while trying to get the Vickers onto the Nieu. 16 - never managed to get it there, either through weapons load or through standard "internal gun" placement as is the case with most models for FE2. I think the mystery is somewhere in there - getting the Vickers to show up on the Nieu 16 will also get the streamers on the Bullet and the LePrieurs showing up, or vice versa. I look forward to a resolution of the mystery. Happy flying, Von S
  16. Hello, try setting the screen resolution for FE/FE2 manually in the Options.ini file of your user directory for FE2...if you are running FE1/FEgold, the Options.ini file might be located in a different spot. The settings to tamper with are the following ones: [GraphicsOptions] DisplayDeviceID=0 DisplayWidth=1600 DisplayHeight=900 DisplayDepth=32 The cat extractor that works with SF2 should work fine with FE2, I use it all the time. Here's the link to the cat program: http://combatace.com/files/file/13040-3rd-wire-toolkits-april-2012/ Happy flying, Von S
  17. Edit: disregard the "Thumbs.db" file located in the pic of my main Pilots folder, that's a thumbnails database file generated automatically in folders on OS X. Von S
  18. Hi Geezer, yes I've tested it now and the nested folder works for the Euro Pilot too - and it's the 1930s one with the oxygen mask as you indicated - how that ended up in my FE2 folder I have no idea, but I've removed it now since it doesn't fit with WWI. Here's a brief tutorial below for anyone struggling with invisible pilots in FE2, and my data inis. Been tweaking some more and nested folders work well for many of the pilots. A nicely organized Pilots folder should look something like this: The top four folders correspond with the German blue scarf pilot, British summer pilot, British winter pilot, and desert pilot. The next four are Stephen's cork helmet and/or scarf pilots (the order of the folders is not important, I'm simply referring to what's on my pic). The files that are missing inis and outs, such as WWIpilot01, should not be placed in nested folders but left as indicated in the main Pilots folder, otherwise they can't be called up by the data ini files for the planes. Illustrated below is the inside of the British summer pilot folder, now renamed to wwiPilotNew5 Don't forget to edit the corresponding, top LOD entry inside the ini file of the relevant folder, so that the correct LOD file is called, as indicated below (leave the LOD002 stuff alone since any changes to that disable the nested folder from being called up by the plane's data ini file): Relevant toggles in the data inis then become: PilotModelName=WWIpilot (this is the old blocky-head pilot) PilotModelName=wwiPilotNew1 (standard new pilot) PilotModelName=wwiPilotNew2 (German blue scarf pilot) PilotModelName=wwiPilotNew3 (standard new pilot, different colored coat) PilotModelName=wwiPilotNew4 (standard new pilot, different coat color) PilotModelName=wwiPilotNew5 (British summer pilot) PilotModelName=wwiPilotNew6 (British winter pilot) PilotModelName=wwiPilotNew7 (desert pilot) PilotModelName=WW1pilot01 (Ansaldo pilot, fits into other planes but looks like he's 6 foot 8 inches when installed in something like a DH.2) PilotModelName=CaudronPilot (nice generic looking pilot and fits well in other bombers and some planes, not only the Caudrons) PilotModelName=narrowplt (this one is probably best to use in the H-Brandenburg D.I, will require some repositioning of coordinates for other planes) Von S
  19. Thank you for the constructive comments. Have now experimented further and success! Nested folders do work within the Pilots folder, providing there are no spaces in the names of the folder and that the names correspond with the ini, out, and lod names of the files located inside...pic below demonstrates what I've now done with the Desert Pilot skin, also changed was the first lod number called up through the ini file, to correspond with the no. 7 now assigned to the lod file, as follows: [LOD001] Filename=wwiPilotNew7.lod Distance= MinObjectDistance=0.1 MaxObjectDistance=300.0 [LOD002] Filename=wwiPilotNew_LOD2.lod Distance=500 (The LOD002 stuff should be left as is since changing ruins the nested folder procedure.) This process also works with the British Summer and Winter Pilots, now renamed and repackaged in folders wwiPilotNew5 and wwiPilotNew6, same thing for the German Winter Pilot - his files and bmps can be thrown into a folder named wwiPilotNew2. The solution is now quite tidy since I can call up folder names from within the pilot toggle entry of the data inis and everything is nice and packaged... Will see if this also works with Italian Euro Pilot and also the Caudron pilot stuff that's missing an out and ini file. Happy flying, Von S
  20. Thank you for posting your Pilots folder pic Geezer, I will compare with mine and see what I can do to call up the pilot heads that I can't get visible in game. It's possible that Stephen has made some workaround for the cork helmet pilots since I can call those folders up directly within the Pilots folder, but the ones with spaces in names I can't call up...very interesting. I will try to bring all of the files directly into the main Pilots folder as you've done and will see if this makes any changes. Happy flying, Von S
  21. Hi vonOben, I've tested the deselect_target settings further and it makes no difference unfortunately. The only way to deselect is to select another target it seems. I've set up the Default.ini file so that one key selects enemy planes and my "g" key cycles through ground targets and observation balloons. This is the best compromise I've been able to attain but at least it functions well. There should be a pilot in all of the plane cockpits. Some have custom pilots that come with the airplane pack. I think the Ansaldo has a custom Italian pilot that should be installed into the "Pilots" folder, there is also a custom pilot contained in the Hansa-Brandenburg D.I aircraft file available here on the site. I've reset many of the pilots to the newer ones that Stephen1918 made available several months ago for FE2. Those pilot skins are available at: http://combatace.com/files/file/15832-pilots-with-helmets-for-first-eagles/ Simply download, open the file, install into your "Pilots" folder, and the pilots should then show up (the Fokk E.Ia pilot should have a black helmet in my current tweak for the data ini...the E.IIa pilot should have a standard leather helmet, not the thicker one of the Fokk E.Ia pilot....). Pilots can be toggled using the PilotModelName entry in the data ini files. The standard ones that correspond to the pilots pack by Stephen1918 are: PilotModelName=wwiPilotNew1 PilotModelName=wwiPilotNew2 PilotModelName=wwiPilotNew3 PilotModelName=wwiPilotNew4 PilotModelName=FrHelmetPilot PilotModelName=FrScarfPilot PilotModelName=GerHelmetPilot PilotModelName=GerScarfPilot The folders that have spaces in their names such as "British Summer Pilot" are not completed yet from what I've been able to see, and can't be called up using the PilotModelName entry, only the ones I've listed above. For the Brandenburg D.I, the entry should read as: PilotModelName=narrowplt For the Ansaldo, use: PilotModelName=WW1pilot01 For the Caudrons and some other special planes like the Caproni bomber, the old pilots can be changed to: PilotModelName=CaudronPilot This looks much better than the old entries that are by default: PilotModelName=WWIpilot The old entry gives a rougher looking head, I've left it in place in a few of the models for variety, but it can easily be replaced with the newer skins. Here's a pic below of what files should be in your Pilots folder, so that the correct pilot heads install with my data inis. Happy flying, Von S
  22. Hi VonOben, hopefully someone will notice your questions who has more experience with that side of FE2, but I want to thank you for posting over on the old INI Tweaks and Changes thread earlier today. For some reason I missed that series of posts but it came in very handy, so handy that I will post a more elegant hud view that I'm now tweaking, with my 8.0 FM updates, for the "Flight" folder. Thank you! (For "deselect target," open the Default.ini file in the "Controls" folder manually and then assign a key to the DESELECT_TARGET entry, I went in there now and noticed that nothing is assigned there by default.) Happy flying, Von S
  23. A quick update: flamers seem to be happening more frequently now that I've tweaked the post-damage engine settings in the data inis, as indicated in one of my earlier posts here. Had a very good flamer erupt in a one-on-one with a Nieu 16 and Halb D.5 in the Palestinian theatre while testing my other tweaks today. The Lewis Mk2 is now more potent at 750 rounds/min. A couple of pics of the excellent flamer below... Also had a good flamer going with a Fokk. E.IIa as well, in a battle with a Morane N - I've pushed the engine exhaust (and fire) position forward on the E.IIa since previously it was too far behind the pilot and wings - now it's closer to the engine and small fuel tank behind the engine (there was a bigger tank behind the pilot on later Eindeckers, I think the E.III, but the fire far back on the fuselage just looked strange to me). Some pics of that tweak too...will upload with the version 8.0 FM update... Happy flying, Von S
  24. Can now confirm that the corrections work in FE2. I've now incorporated the node name changes into the Halb. D.5 data ini and will upload with the next FM update. Don't forget to change the name of the "fuse_HOLES" and "wings_HOLES" files in your Halb. D.5 aircraft folder to "Halb D5 Fuselage_HOLES" and "Halb DV Wings_HOLES" for this to work properly (note the DV in the Wings tga, not D5 as in the Fuselage tga...that one confused me until I found out the minor difference...now the wings show damage too). Pic follows... Happy flying, Von S
  25. Excellent, thank you for the quick corrections Stephen. I will incorporate the model node name changes into the Halb D.5 data ini and will upload with a version 8.0 FM update. Happy flying, Von S Yes, the Halb. is a great ride in the Palestinian theatre, especially good against the RFC Nieuport 16. Von S
×
×
  • 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..