-
Content Count
673 -
Joined
-
Last visited
Community Reputation
120 ExcellentAbout Green Skull
-
Rank
The Armani of Spacesuits
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[1.1][1.1-1] Apr-19-2016 Dynamic Texture Loader
Green Skull replied to rbray89's topic in Add-on Releases
Glad to see you are still making KSP a more awesome place rbray! Keep up the good work! -
Yes reaper. The most simple and straight forward way is to edit the main configuration file which is located in the ActiveTextureManagement folder - the address is something like - C:\KSP_win\GameData\ActiveTextureManagement First find the folder and copy to desktop as a backup. Find the section where it says "OVERRIDES" Then you will have to add this part to the configuration file in the ATM folder: .*/Spaces/.* { compress = true mipmaps = false scale = 1 max_size = 0 filtering = Bilinear make_not_readable = true } So it looks like this: OVERRIDES { .*/Props/.* { co
-
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
Green Skull replied to nli2work's topic in Add-on Development
I'm so making a giant robot(s). can't wait for this -
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
Green Skull replied to nli2work's topic in Add-on Development
Adding this to the config for the heatshield should give DRE compatibility. Just vary the amount of ablative shielding as require e.g. change 1000 to 500 etc MODULE { name = ModuleHeatShield direction = 0, -1, 0 // bottom of pod reflective = 0.05 // 5% of heat is ignored at correct angle ablative = AblativeShielding loss { // loss is based on the shockwave temperature (also based on density) key = 650 0 // start ablating at 650 degrees C key = 1000 320 // peak ablation at 1000 degrees C key = 3000 400 // max ablation at 3000 degrees C } dissipation { // dissipat -
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
Green Skull replied to nli2work's topic in Add-on Development
Looking awesome! Any plans for RPM, DRE or real chutes? -
KSO/RPM/.* { compress = false mipmaps = false scale = 1 max_size = 0 filtering = Bilinear make_not_readable = true } KSO/Spaces/.* { compress = false mipmaps = false scale = 1 max_size = 0 filtering = Bilinear make_not_readable = true } The RPM (props) and spaces exclusion are all ready in your config... What do you want ATM to do or not do to the KSO?