-
Posts
1,437 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Gallery
Downloads
Store
Everything posted by PureBlue
-
Well if you mean you want it to be a Terrain Object instead of a Ground Object (you can add both of these types directly to the terrain) Have it as: ModelName=PT-76s UseGroundObject=FALSE AND Copy the LOD & Corresponding bmp textures to the terrain folder. Also copy over your ini file from the first message. IF you do it this way, it will just sit there and not fire at anything. It won't have the necessary info from _data.ini.
-
Looking better with every shot. You got back up to speed w/ Max pretty quick Eric Are the turret and guns moving yet? I think all you have to do is detach those meshes and name them Turret,Guns and set their pivot points to bottom/center. The stock Shilka should be a good example for the data.ini. TK's Notes have something like A. Mesh Hierarchy Ground Object should have meshes for all moving and detachable parts. The hierarchy should be constructed in a logical manner so when one mesh isremoved, all parts attached to it would also be removed. The following is alist of sample mesh hierarchy; the exact list would depend on the particularobject. Chassis Turret Gun Barrel Radar Dish Left Tracks Right Tracks [/Code]
-
Nice tiles!
-
Hey man, glad to be of any help. Both the Calliope and new Hornet tweaks looking good.
-
Thanks Comrpnt. Here's Gepard's Hopsten Airfield, with some more facilities. (Hangars by Stary, firetrucks by Ravenclaw) Northern Ramp & Arming Area Control Tower by Amokfloo Southern QRA, Hangars and PLO facilities I take it these are mainly fighter bases, not much space to park large aircraft. (Right now with 3 parking slots with 50m span)
-
:yikes:Sweet!!!
-
Thanks for offering this. But I can't download either: ERROR:(DOWNLOAD-PERMCA01A) REASON CODE: User type is not permitted to download files. Guests please register an account to use this feature.
-
I bet it's not just a straight WOI conversion. TK must've squeezed some new effects and shaders in there for sure. So we'll be able to merge this into our SF2 merged installs.. That'll be nice.
-
Question for the multi install prop heads
PureBlue replied to Viggen's topic in First Eagles Props Forum
Thanks for the link. WW2 Pack installed; didn't help either. I think I'll start from scratch, see how that goes. -
Flew some long recon missions in SF2E. There's some artistic work in there, mixing and matching tiles, new textures, recolored tods and buildings, , interesting and rich target areas.. Very creative stuff Kevin, kudos
-
Question for the multi install prop heads
PureBlue replied to Viggen's topic in First Eagles Props Forum
Thanks Wrench. I cleared all the modern stuff and used your Sherman updates. Still CTDs on me. Well what about the weapons, should I have installed Bunyaps pack? Probably!! Dang, I think I'll just drop your terrain in a SF2 install and fly it there -
I work on very primitive shapes, but at the end all I do is export with the TW Plugin. You got an Out and a Lod file right? Do you mean you can't see it in-game, or in Max?
-
Question for the multi install prop heads
PureBlue replied to Viggen's topic in First Eagles Props Forum
So I've still been getting this dreaded groundobject.dll CTD. (Okinawa Terrain) Wrench can you please paste a shot of your GroundObjects folder for a PTO install. I think I have all the things you listed but still getting this error on a clean WOE 06 install. -
Black`s Projects Su-33UB,Su-25 WIP and more
PureBlue replied to 76.IAP-Blackbird's topic in Mods/Skinning Discussion
Nice.. Triggered with a canopy animation right? -
SF2V / WOV Air & Ground Expansion Packs
PureBlue replied to eburger68's topic in Mission & Campaign Building Discussion
Now that's good to know Fubar. So the binary exe looks for an ini file that's named exactly the same.. -
Thanks for the Beta 1.01. It's not dark and gives nice bright visuals. I tried the default ini, not the alternate one. The only thing I can report is, late afternoon, when it just gets dark, the trees kind of look like they're reflecting too much light. But no big deal, it might be my environment settings, flying this in WOE 4xSeasons SF2E. Approaching target POL site, with a flight of F-100 escorts.
-
Oh I thought the PTO installs would be based on SFP1. I tried changing the Cat to GermanyCE, but got the same groundobject.dll CTO. Let me move this thing to a WOE 06 install and report back.
-
SF2V / WOV Air & Ground Expansion Packs
PureBlue replied to eburger68's topic in Mission & Campaign Building Discussion
Read the SF2 Knowledgebase section. You don't need a SHD file anymore. You can define shadows (and their distances) for everything you have , aircraft, weapons, etc... -
Black`s Projects Su-33UB,Su-25 WIP and more
PureBlue replied to 76.IAP-Blackbird's topic in Mods/Skinning Discussion
Looking good! I'm glad you were able to salvage this. -
I knew you'd be adding them anyway Nice tourist map, weird alphabet! Yeah those lighthouses are nice, and you ought to build a new pier too! Get into some basic 3dsMax modelling man!!
-
I get a CTD also. For groundobject.dll. Got a 06 SFP1 base, with all the ships/tanks that you mention in the readme, installed. CAT pointing correctly and Nations ini edited per your advice. Still investigating, I must have missed something. This happens at all mission types, both start on runway/in air. CTD at %80.
-
Very nice work Comrpnt! There is only one thing we might consider. The light stays there even if you destroy the object under it. In other words they are not connected. Actually, the place is lit up so nice at night, this little flaw is not important IMHO. But I'm thinking during the day, the red collision lights are not really visible from the ground or high above. And if you bomb the place during the day, they might look weird? Am I nit-picking too much? Help me out decide on this will ya?! So who else has been testing this, any comments? Like the damage points or damaged models.. Remember, things stay destroyed during a campaign (Until replaced, according to RepairRate variable), So It's more tempting to go out of your way, during or after a mission to bomb an enemy field, and come back next day to see the place torn up..
-
SF2V / WOV Air & Ground Expansion Packs
PureBlue replied to eburger68's topic in Mission & Campaign Building Discussion
Great work guys! One thing I noticed though. It was mentioned in the Update v1.0 thread, the Alpha Objects clipping through clouds and each other. Stary recommended: [AlphaObjectTextureMaterial] //EffectShaderName=terAlphaObject.fx DepthBufferCheck=TRUE DepthBufferWrite=FALSE RenderedInOrder=FALSE 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=2.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 [/Code] These settings improve it considerably, no more clipping clouds but still some of the trees are problematic. At the moment, v2.0 package comes with vietnamsea_data.ini: [i]RenderedInOrder=TRUE AlphaTestEnabled=FALSE[/i] I've also added: [i]UseEffectShader=TRUE EffectShaderName=terAlphaObject.fx[/i] to my _data.ini, it's not necessary it seems, but it's like this in the stock VietnamSea files. A question, could be related to this: What does the MipMapLevels=2 (sometimes 6) setting do, used in the Sea Tiles definitions, also in _data.ini ?
