-
Posts
109 -
Joined
-
Last visited
Reputation
24 ExcellentProfile Information
-
About me
Rocketry Enthusiast
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Is there a way to make these compatible with RO? I'd love to use these in my RP-1 campaign.
-
Is there a realism overhaul patch for this? I'd love to make room for Hermes in my program plan. Maybe on top of a Saturn I derivative... If there isn't, I might get to work on one. I did a personal one with Cormorant Aeronology and it works pretty well.
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
I'm saving it as a DDS as the windowshine tut recommends, I have a DDS plugin.- 2,351 replies
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
I have it so that the windows are white in the alpha channel and the other stuff is black, like the textures that come with Windowshine and its mod support packs. Compare: https://pastebin.com/NTsVRMxB- 2,351 replies
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
I have a Cormorant Aeronology patch I homemade to RO-ize the parts, and the cockpit has got an FSTextureSwitch module. I'm not sure if that's the problem (it swaps the cockpit textures between stock, shuttle-like and buran-like) but when I set up the windowshine patch up for it using the example patches as a base, and following the style of the alpha channel editing that windowshine does on the correct textures, the entire cockpit is shiny instead of just the windows and the shadows on it are all screwy. Any idea why this might be? Crossposting this in the relevant threads, this is driving me nuts. I can post the relevant patch on pastebin; here it is. https://pastebin.com/NTsVRMxB
- 888 replies
-
- texturereplacerreplaced
- visual
-
(and 2 more)
Tagged with:
-
[1.3.1]TextureReplacerReplaced v0.5.4
MelancholyFlapper replied to HaArLiNsH's topic in KSP1 Mod Releases
I have a Cormorant Aeronology patch I homemade to RO-ize the parts, and the cockpit has got an FSTextureSwitch module. I'm not sure if that's the problem (it swaps the cockpit textures between stock, shuttle-like and buran-like) but when I set up the windowshine patch up for it using the example patches as a base, and following the style of the alpha channel editing that windowshine does on the correct textures, the entire cockpit is shiny instead of just the windows and the shadows on it are all screwy. Any idea why this might be? Crossposting this in the relevant threads, this is driving me nuts. I can post the relevant patch on pastebin; here it is. https://pastebin.com/NTsVRMxB -
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
I have a Cormorant Aeronology patch I homemade to RO-ize the parts, and the cockpit has got an FSTextureSwitch module. I'm not sure if that's the problem (it swaps the cockpit textures between stock, shuttle-like and buran-like) but when I set up the windowshine patch up for it using the example patches as a base, and following the style of the alpha channel editing that windowshine does on the correct textures, the entire cockpit is shiny instead of just the windows and the shadows on it are all screwy. Any idea why this might be? Crossposting this in the relevant threads, this is driving me nuts.- 2,351 replies
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
I heard you guys like Buran. PATCH SOON. Working out some bugs.- 2,351 replies
-
- 8
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
[1.3.1]TextureReplacerReplaced v0.5.4
MelancholyFlapper replied to HaArLiNsH's topic in KSP1 Mod Releases
[LOG 15:04:00.142] [TR.TextureReplacer] Error: Shader not found: Reflective/Bumped Diffuse I'm getting this error when I try to apply a compatability patch between Cormorant's texture switching mk3 cockpit and windowshine. Here's the patch, and I edited the alphas of the ddses correctly. What gives with my Mk3 cockpit being pink? https://pastebin.com/vmVTsZAa -
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
Oh hey, guess who's making a mostly-reusable shuttle in RO/RSS with a custom RO/RSS config that's not quite done (as RO is still on 1.2.2 and some of the parts in the 1.2.2 version are subject to change)? It's meeeeeeee. I'll be releasing it once I have the Buran parts properly configured as well as the STME and SRBs- 2,351 replies
-
- 2
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
I'm trying to make a windowshine compatibility patch (I already edited the textures to alpha correctly) for the Cormorant and SPT shuttle parts, namely the texture-switching cockpit that uses FSTextureSwitch and the radiator cargo bays. However the textures don't apply correctly - the bay has weird checkerboarding effect going on, and the cockpit is bright featureless pink. What did I heck up? http://i.imgur.com/8WXUuAg.jpg Here's the patch I made: @PART[mk3Cockpit_Shuttle]:FOR[WindowShine]:AFTER[CormorantAeronology] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.7 0.7 0.7 %interval = 2 %meshes = cockpit } @MODULE { @textureRootFolder = TextureReplacerReplaced/Default/Cormorant Aeronology/Assets/mk3_Shuttle/ } } @PART[CRG_100R]:FOR[WindowShine]:AFTER[SPT] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.45 0.45 0.6 %interval = 2 %meshes = Radiator 2.001 Radiator 2.004 Radiator 2.006 Radiator 2.005 } } @PART[CRG_150]:FOR[WindowShine]:AFTER[SPT] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.45 0.45 0.6 %interval = 2 %meshes = Radiator2.001 Radiator2.004 Radiator2.006 Radiator2.005 } }
- 888 replies
-
- texturereplacerreplaced
- visual
-
(and 2 more)
Tagged with:
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
LRB! LRB! LRB! RSS LRB STS, at that. Nearing initial release quality.- 2,351 replies
-
- 2
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
Well if you guys want I can post my RF-Stockalike config when I finish refining it to a point where it has an okay balance. I plan to eventually do my own RO patch based on that, too.- 2,351 replies
-
- 1
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
[1.12.5] Cormorant Aeronology - Mk3 Space Shuttle
MelancholyFlapper replied to Pak's topic in KSP1 Mod Releases
You made an RO rescale patch? Please, do share!- 2,351 replies
-
- space shuttle
- parts
-
(and 1 more)
Tagged with:
-
Stockalike RF Engine Configs v3.2.6 [01/20/19][RF v12]
MelancholyFlapper replied to Raptor831's topic in KSP1 Mod Releases
https://www.dropbox.com/s/mvi1k06jc1yzgwn/CARFPatchStockalike.cfg?dl=0 Here's that config. It mayyyyyyy be totally wrong.