linuxgurugamer Posted November 19, 2018 Author Share Posted November 19, 2018 16 hours ago, IntoSpaceAgain said: Just a heads up for anyone having trouble getting CKAN to update this mod: I found that I had to uninstall the previous version of SXTContinued via CKAN and then reinstall to get the latest version. Not ideal but at least it worked. That may have been caused by some bad metadata, it's been fixed Quote Link to comment Share on other sites More sharing options...
mrvice Posted December 7, 2018 Share Posted December 7, 2018 (edited) @linuxgurugamer Iam on a windows 10 system. i have multiple ksp installations. if i would execute the provided .bat file that copies over the models for the fuel tanks, would this affect all installations or only the one where sxt is installed? also if i look into the code of the batch file i cannot see anywhere where this files should be after copy progress has finished. (if i would know i could copy them manualy) or does the batch file copy the needed files directly into the folder and subfolder where its in? Edited December 7, 2018 by mrvice Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 7, 2018 Author Share Posted December 7, 2018 18 minutes ago, mrvice said: @linuxgurugamer Iam on a windows 10 system. i have multiple ksp installations. if i would execute the provided .bat file that copies over the models for the fuel tanks, would this affect all installations or only the one where sxt is installed? also if i look into the code of the batch file i cannot see anywhere where this files should be after copy progress has finished. (if i would know i could copy them manualy) or does the batch file copy the needed files directly into the folder and subfolder where its in? It's a simple script, you need to fo it fir each installation. The batch copies the files to where they are needed Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 8, 2018 Author Share Posted December 8, 2018 New release, 0.3.24.2 Thanks to @tjdeckard: Updated part configs to reflect changes made to converters in USITools Removed KSP_MaxVersion from version file Quote Link to comment Share on other sites More sharing options...
LoadingTimeExpert Posted December 19, 2018 Share Posted December 19, 2018 is this compatible with Tweak scale? Quote Link to comment Share on other sites More sharing options...
Chimichanga Posted January 8, 2019 Share Posted January 8, 2019 On 12/19/2018 at 5:09 PM, [email protected] said: is this compatible with Tweak scale? Quite a few of the parts do work with Tweakscale however: The 3.75m Docking Port XL won't dock with Tweakscale installed. You can uninstall Tweakscale, dock your stuff, and reinstall Tweakscale without issue. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 20, 2019 Author Share Posted January 20, 2019 New release, 0.3.25 Added missing bulkheadProfiles Quote Link to comment Share on other sites More sharing options...
Aerospacer Posted January 21, 2019 Share Posted January 21, 2019 20 hours ago, linuxgurugamer said: New release, 0.3.25 Added missing bulkheadProfiles now compatible with 1.6 ? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 21, 2019 Author Share Posted January 21, 2019 17 minutes ago, Aerospacer said: now compatible with 1.6 ? Most mods which work for 1.4.5 and 1.5 will work in 1.6. And that goes double for parts mods Quote Link to comment Share on other sites More sharing options...
Stingray Posted February 12, 2019 Share Posted February 12, 2019 @linuxgurugamer First of all thanks for keeping the mod alive. I have just a small QoL suggestion. I wanted to delete the "Tail connector 0.625m" part and searched for it for around 2 hours until i finally found it. Its located in SXT/parts/Aviation/Command/Bonny/ and i was looking everywhere else, even in the Squad part folder because its the same manufacturer but it didnt come to mind that it could be in a command folder. I found it with deleting single mods until the part was no longer in game and could isolate it further with deleting single folders. I made a fresh install of KSP and installed around 40 mods so i was not sure which mod the part belongs to, thats definitly my bad but it could be solved easily if the part is moved out of the "Command" folder into the "Hull" folder for example. Have a good one and fly safe. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 12, 2019 Author Share Posted February 12, 2019 Or, you could install a mod called PartInfo: I generally try to avoid moving parts in adopted mods, never know when another mod is referencing them Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 16, 2019 Share Posted February 16, 2019 One suggestion: small (0.625m) tail fins. The existing ones look almost comically big on tiny computers. Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 17, 2019 Share Posted February 17, 2019 (edited) Also, how do I do the Directory bash thing? I'm running KSP on a Mac. Edited February 18, 2019 by TonedMite133805 Clarity Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 20, 2019 Author Share Posted February 20, 2019 On 2/17/2019 at 6:31 PM, TonedMite133805 said: Also, how do I do the Directory bash thing? I'm running KSP on a Mac. I think the instructions are quite clear. If you can't open the folder, then you have other problems. Linux & OSX Desktop Instructions ================================ Open the SXT folder Double-click on the file: BashCopyTextures.sh Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 20, 2019 Share Posted February 20, 2019 2 hours ago, linuxgurugamer said: I think the instructions are quite clear. If you can't open the folder, then you have other problems. Linux & OSX Desktop Instructions ================================ Open the SXT folder Double-click on the file: BashCopyTextures.sh When I do it opens it in TextEdit. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 20, 2019 Author Share Posted February 20, 2019 9 minutes ago, TonedMite133805 said: When I do it opens it in TextEdit. oh. ok, you didn't say that before. And, it seems that the Mac I tested on was configured differently. So, here are some rough instructions Find and write down the path to the directory where KSP is installed. For the example below, I'm going to assume KSP is in a folder on the Desktop, which would have a path of Desktop/KerbalSpaceProgram Open a Terminal window (under Utilities) Type the following commands: cd; cd Desktop/KerbalSpaceProgram cd GameData/SXT ./BashCopyTextures.sh exit Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 20, 2019 Share Posted February 20, 2019 with the numbers? Says Permission denied. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 20, 2019 Author Share Posted February 20, 2019 39 minutes ago, TonedMite133805 said: with the numbers? Says Permission denied. No, not with the numbers: cd; cd Desktop/KerbalSpaceProgram cd GameData/SXT ./BashCopyTextures.sh exit Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 21, 2019 Share Posted February 21, 2019 Uh... Still says permission denied. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 21, 2019 Author Share Posted February 21, 2019 1 hour ago, TonedMite133805 said: Uh... Still says permission denied. Ok, so you will need to do this: cd; cd Desktop/KerbalSpaceProgram cd GameData/SXT bash BashCopyTextures.sh exit Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 25, 2019 Share Posted February 25, 2019 Hoping for more 0.625/Mk.0 fuselage and lift/control surfaces pieces? Could that be looked into? I think I figured out the bash thing. What do the pipes do? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 26, 2019 Author Share Posted February 26, 2019 20 hours ago, TonedMite133805 said: Hoping for more 0.625/Mk.0 fuselage and lift/control surfaces pieces? Could that be looked into? I think I figured out the bash thing. What do the pipes do? This mod is in a maintenance mode, I don't do 3d work. If someone contributed parts, I'd be happy to include them I believe they are used for connecting things Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 26, 2019 Share Posted February 26, 2019 (edited) 51 minutes ago, linuxgurugamer said: This mod is in a maintenance mode, I don't do 3d work. If someone contributed parts, I'd be happy to include them I believe they are used for connecting things Like the construction girders? How detailed do the 3d models need to be? Are the models and the textures separate? Because one thing I would like to see is a Mk.0/0.625m fuel tank and/or structural fuselage retextured to match the 0.625m/Mk.0 cockpits and tail assembly. How easy would making a reskin/retexture of that nature be? Edited February 26, 2019 by TonedMite133805 Adding more content Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 26, 2019 Author Share Posted February 26, 2019 1 hour ago, TonedMite133805 said: Like the construction girders? How detailed do the 3d models need to be? Are the models and the textures separate? Because one thing I would like to see is a Mk.0/0.625m fuel tank and/or structural fuselage retextured to match the 0.625m/Mk.0 cockpits and tail assembly. How easy would making a reskin/retexture of that nature be? Would be best to direct those questions to one of the excellent 3D modelers on the forum. Quote Link to comment Share on other sites More sharing options...
TonedMite133805 Posted February 26, 2019 Share Posted February 26, 2019 11 minutes ago, linuxgurugamer said: Would be best to direct those questions to one of the excellent 3D modelers on the forum. Can you please give me some names? I'm new here. Okay, looks like the reskin should be easy, the others... I dunno. But... crap. I don't have Unity. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.