-
Posts
4,606 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Gallery
Downloads
Store
Everything posted by Menrva
-
Very interesting post! Are you using my Madagascar terrain? Because in the latest available version I have disabled certain mission types (including ESCORT) to prevent all known bugs and CTDs. If we know that the terrain crashes with certain mission types, TK has enabled us the opportunity to disable them. I find it very handy in those situations. Still, much thanks for the detailed report. I wish everyone posts so much details when bug-reporting to us modders.
-
Wow, thanks for sharing, I love history! I already watched some of them. I knew nothing about the duel at St. Vith during the Battle of the Bulge; it was incredible to say the least.
-
The surrounding tiles also have the TAG value set to 0? I have no clue as to why this is happening. Make sure to remove any _HM.bmp files and their relative entries from the _DATA.ini, it might help! Also, which terrain is that? I am asking because some SF1 terrains upgraded to SF2 standards need some changes to the _DATA.ini; for instance, if you find the following inside the _DATA.ini, remove it completely: [NoiseTexture] Size=256 MinColor=207 MaxColor=255 Frequency=1.7 ResolutionFactor=4.0 StartFadeDistance=200.0 EndFadeDistance=500.0 The NoiseTexture must not exist in the DATA.ini for SF2 terrains. Its function has been deprecated and can cause this kind of issue you're having. To be more safe than ever, also copy and paste the following entries for the terrains' _DATA.ini, replace the original values: [NormalTextureMaterial] EffectShaderName=terTerrainEffect.fx DepthBufferCheck=TRUE DepthBufferWrite=TRUE RenderedInOrder=TRUE AlphaTestEnabled=FALSE CullMode=CLOCKWISE LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 BlendOp=ONE NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=NO_OP [WaterTextureMaterial] EffectShaderName=terWaterEffect.fx DepthBufferCheck=TRUE DepthBufferWrite=TRUE RenderedInOrder=FALSE AlphaTestEnabled=FALSE CullMode=CLOCKWISE LightEnabled=TRUE SpecularEnabled=TRUE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 SpecularColor=1.000000,1.000000,1.000000,1.000000 SpecularPower=10.000000 Reflectivity=0.00000 ZBufferOffset=0.000000 BlendOp=ONE NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=NO_OP [BackgroundMaterial] EffectShaderName=terFarTerrainEffect.fx DepthBufferCheck=TRUE DepthBufferWrite=TRUE RenderedInOrder=FALSE AlphaTestEnabled=FALSE CullMode=CLOCKWISE LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 BlendOp=ONE NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=NO_OP [SolidObjectTextureMaterial] EffectShaderName=terSolidObject.fx DepthBufferCheck=TRUE DepthBufferWrite=TRUE RenderedInOrder=FALSE AlphaTestEnabled=FALSE CullMode=CLOCKWISE LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 BlendOp=BLEND_SRC_ALPHA NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=NO_OP [AlphaObjectTextureMaterial] EffectShaderName=terAlphaObject.fx DepthBufferCheck=TRUE DepthBufferWrite=FALSE RenderedInOrder=TRUE AlphaTestEnabled=TRUE CullMode=NO_CULL LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 BlendOp=BLEND_SRC_ALPHA NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=TEXTURE
-
Alternate TFD Terrain Tilemap editor/viewer
Menrva replied to gerwin's topic in Mods & Skinning Discussion
Exactly. The only way to avoid such issues is to make the player aircraft the only one of a flight/squadron. ODS for SF1 had some custom missions where the player is assigned to a squadron with 0 AI aircraft, like in Instant Action. -
Either the airfield has not been properly flattened (check the HFD), or the tile's tag value is other than 0, most likely set to 1. Use gerwin's TFDtool, to check. The Latest versions of TFDtool can fix the tiles' tag values, which sometimes are wrong even on stock Thirdwire terrains. Wrong tag values can bring to a number of issues: airfields not treated like perfectly landable areas, the possibility of landing over water instead of sinking, etc.
-
How to add a plane AFTER the campaign has started?
Menrva replied to beachav8r's topic in General Discussion
It's the ONLY way, and the smartest I'd say. As I recall, whenever TK changed his stock campaigns, he always said that previous saves wouldn't work (they would crash to desktop), because new planes and/or modified OOBs wouldn't match with those of your saves. Your solution might work because the aircraft you've substituted exists already in the pool of those you can buy; basically, it's a matter of tricking the game into thinking that a custom aircraft is a stock one. -
How to add a plane AFTER the campaign has started?
Menrva replied to beachav8r's topic in General Discussion
I might be wrong, but AFAIK it is not advisable to edit campaign files when a campaign has already started. If you want your changes to show up with no kinds of issues, you most likely need to restart the campaign. -
Your AARs make me want to drop terrain modding and start playing SF2 again! I hope we can soon give you an updated Operation Desert Storm campaign!
-
Alternate TFD Terrain Tilemap editor/viewer
Menrva replied to gerwin's topic in Mods & Skinning Discussion
That Target Successor thing is something that we'll be greatly useful for terrains with a large time frame! I have a WIP terrain ready for it! -
The game will never support GIFs. It was programmed to use other image file types, the ones I mentioned before. We don't have the source code to modify the game's executable. So, forget about using GIFs.
-
You can't. The game supports .TGA, .DDS, .BMP and .JPG textures, but does not support GIFs as far as I know.
-
We have a Su-33 stand-in model that uses Marcfighters' Su-27; eburger68 added canards to it with the Fake Pilot method; it's available in the SF2: Black Sea Crisis Mod package. So, bazillius, you could also work on that legal model. It's far from perfect with the fixed canards, but everyone can enjoy it! Anyway, thank you for your interest in modern Russian fighters. We have some overlooked models which really needed some of your skins. Your other packages are really well done!
-
Ace Combat 7 Skies Unknown - E3 2018 Trailer
Menrva replied to Menrva's topic in General Flight Sim Discussion
Yeah, that puzzled everyone. But I noticed that it's not really censorship, because the EU version is harsher in the first part, while the US version is harsher in the second part with the word "crap". Me thinks they are simply undecided on which bits of dialogue to use. They are really spending a lot of time on creating a great storyline. Yes, they got rid of that, and in addition you can perform Cobra and Kulbit maneuvers manually, although they won't be much useful in combat. Lightnings can damage your FCS and avionics, and bad weather can ice up your cockpit canopy. Assault Horizon wasn't meant to be an Ace Combat game, but more of an American spin-off set in the real world. Whenever you see a number in an Ace Combat title (now the number 7) you can rest assured they are not bringing that DFM crap anymore. -
Uncensored International Version: Censored US Version:
-
Most likely _HM bitmaps messing with the heightmap, if the stock terrain uses any. Could also have to do with the FlightEngine.ini view distances and mesh detail values, some of which are also contained in the terrain's _DATA.ini. My advise is to live with it. I have such glitches too from time to time.
-
I am... speechless. My eyes are delighted to see all these details, it's fantastic! I must be dreaming My thanks to you for such dedication to this project. The F-5 is really a beauty!
-
South West Africa : crash to desktop around target
Menrva replied to jeanba's topic in General Discussion
The bugs I mentioned do not affect all target areas, so it's possible that such campaigns work with no hassle. Most CTDs that I experience in terrains have to do with air-to-ground missions. Could be for several reasons, missing objects and/or entries in the _TYPES.ini etc. -
You're kidding, right? THIS... IS... AWESOME! Such amazing quality! Proper good job, mate! Just wondering, are you planning to make the AV-8B+ too, with Spanish and Italian Navy skins maybe? But take your well deserved rest now. It's summertime!
- 11 replies
-
South West Africa : crash to desktop around target
Menrva replied to jeanba's topic in General Discussion
I had a look a the terrain's .inis a lot of time ago, and I found countless bugs, unfortunately. It was a first terrain effort by a small team. With their consent, I'll probably remake it and bugfix it in the future. For now, just live with it. It's not the kind of problem I can fix in five minutes. -
I strongly support this, Wrench! It surely makes life easier for the End User. Sometimes, I reuploaded entire terrain packages for little changes (something for which users should condemn me, LOL!). But it's also possible to simply add another zipped package with just the updated files alongside the original, complete aircraft package.
-
Is it Possible to Overload the Engine?
Menrva replied to PFunk's topic in Mission & Campaign Building Discussion
That's a very cool idea! Reminds me of the yet to be released Ace Combat 7; in its storyline there is a penal air squadron/battalion made up of convicts and probably even captured enemy pilots. I hate advertising my own stuff, but my remade Iraq/Iran terrains seem the perfect scenario as they include Teheran. Spec Ops helo missions from the Gulf all the way to the Iranian capital! The 1980-2003 version of the terrain has Iran set to Blue Side, but I think that through the campaign's .ini files there is a way to force Iranian bases as Red Side. At worse, I am always available to tweak the existing terrain and turn Iran to Red Side as default. -
Is it Possible to Overload the Engine?
Menrva replied to PFunk's topic in Mission & Campaign Building Discussion
It's a pity. The CTD's cause might be a "stupid" one. For anything that's terrain related, I'm here to help! Just let me know. -
Is it Possible to Overload the Engine?
Menrva replied to PFunk's topic in Mission & Campaign Building Discussion
Could also be a bug TK never bothered to fix. Or it could be a fault exception caused by the custom terrain you're using, which seems more probable to me. Of course it points to the TerrainEngine.DLL, the terrain's working logic is in that library. Which terrain are you using? In some custom terrains I made, I had to limit mission types for instance, or they would CTD (a lot of reasons, missing large airbases for bombers, no bombers spawn for one side during Escort or Intercept missions, etc.)
