Arekva Posted April 26, 2020 Share Posted April 26, 2020 (edited) [1.8.1 - 1.11] Tilt UnlockerVersion 0.4: STARS AND GAS GIANTS ONLY Something that has never been implemented in the game and that a lot of people would love to see is axial tilt for planets. This actually has been incorporated into Principia but the problem is everything around (like the N-Body calculations) that are not needed for most people who still want to have axial tilt. So I have tried to implement that axial tilt with a light Kopernicus Plugin able to edit the rotation axis of any celestial bodies without PQS. I understand that it could be felt restrictive compared to Principia but making celestial bodies rotate without ground is way easier to do than bodies with solid grounds that are trickier to implement; but isn't it better than nothing? Compatibility This mod is compatible with Scatterer and Environmental Visual Enhancements (EVE), however, the last one requires you to manually set the clouds inclination from the EVE config file. Download Last version (Github) Source code (Github) Installation The installation of the mod is as simple as a usual mod, excepted that it depends on Kopernicus: Install Kopernicus (follow the instructions on the thread) Download the last version of the mod Copy the content of the downloaded GameData/ into your KSP's GameData/ You're done ! Configuration Here is a sample of a Kopernicus configuration for your planet. You can add it to a PQS planet, but it won't apply it. Not having the mod installed won't break the configuration nor the pack nor the save; it is only visual for now. This example will edit Jool's obliquity to 48° and its right ascension to 20° @Kopernicus:AFTER[Kopernicus] { @Body[Jool] { Inclination { // Rotation of the axis on the x axis (degrees), Earth is 27.5° obliquity = 48.0 // Rotation of the axis on the y axis (degrees), more information: https://en.wikipedia.org/wiki/Right_ascension rightAscension = 20.0 } } } License This mod is under an All rights reserved copyright (Github, click to see the full license). However, anyone still has the right to: Include this mod in any other ones as long I am credited on the forum thread Edit for a personal use Update the mod and create a new thread if it is not compatible with the last game version and hasn't been updated for a year after the release of the said game version. Credits @blackrack who helped me a lot with the materials (stock rim and the Scatterer integration). @Thomas P. for helping me for years on any subject possible. Changelog 0.1: 26/04/2020 ADD - Changing the rotation axis of PQS-less bodies is possible ADD - Scatterer compatibility 0.2: 09/04/2020 ADD - Rings now automatically rotate with the body FIX - OnDemand was not loading textures 0.3: 12/09/2020 FIX - Pseudo-random axial tilt (actually depends of Kerbin's rotation) FIX - When landed on a moon of a tilted body, the tilted body went crazy (again due to Kerbin's rotation) FIX - The hidden original ScaledBody still had physics and interacted with the spacecraft causing random forces and such 0.4: 26/12/2020 FIX - The mod wasn't recognizing Kerbin if it was renamed ADD - Compatibility with the last version of Scatterer (0.0722) Edited December 27, 2020 by Arekva Forgot to change in-topic title and some fixes Quote Link to comment Share on other sites More sharing options...
VoidCosmos Posted April 27, 2020 Share Posted April 27, 2020 Nice! Are you going to implement more planet tilts? Spoiler Also First Quote Link to comment Share on other sites More sharing options...
Arekva Posted April 27, 2020 Author Share Posted April 27, 2020 For now I am working on automated rings adaptation and I am trying to fix the Kopernicus' OnDemand that gives black textures if you use them, I am not sure I could even implement rocky bodies tilting but sure thing I'd love that haha! (yes, I will try to do but don't except anything on this side, if it works it will be included, if not the mod will stay same ^^) Quote Link to comment Share on other sites More sharing options...
amarius1 Posted August 16, 2020 Share Posted August 16, 2020 Hello, any information on wether this works on 1.9 and 1.10 too? Quote Link to comment Share on other sites More sharing options...
Arekva Posted September 12, 2020 Author Share Posted September 12, 2020 Hello, sorry I didn't see the forum notification about your post; It should be fine for 1.9.1 but I doubt it would work for 1.10 because of the new gas giant shader, if it doesn't work I will have to change the light direction setter of the material but that's it. Quote Link to comment Share on other sites More sharing options...
Arekva Posted September 13, 2020 Author Share Posted September 13, 2020 By the way, I've updated the mod: now the rings are rotating with the body (in case anyone wants to not rotate them please let me know) and the planets are now stable on their axis. This was due to the ScaledSpace rotations being affected by Kerbin's one so I've had to make all of them rotate with Kerbin; this also fix the weird way the planet rotates when landed on a moon. Also the sun is actually blocked by the planets, which wasn't always the case. Quote Link to comment Share on other sites More sharing options...
HebaruSan Posted December 26, 2020 Share Posted December 26, 2020 Hi @Arekva, we've had a request to add FinalDawn to CKAN, which bundles TiltUnlocker. The "right way" to do this without creating conflicts with other mods would be to add TiltUnlocker to CKAN as an independent mod as well. Would it be OK with you if we did that? Quote Link to comment Share on other sites More sharing options...
Arekva Posted December 26, 2020 Author Share Posted December 26, 2020 6 hours ago, HebaruSan said: Hi @Arekva, we've had a request to add FinalDawn to CKAN, which bundles TiltUnlocker. The "right way" to do this without creating conflicts with other mods would be to add TiltUnlocker to CKAN as an independent mod as well. Would it be OK with you if we did that? Hey, I've now been asked multiple times to add the mod to CKAN. Of course, I have no issue with that (and since KSRSS will also use the mod that will be easier for everyone) I also did update the mod against the last version of the game. It mainly includes the compatibility with the last version of Scatterer (since its internal system changes a lot I had to adapt the mod) and a fix that handles Kerbin renaming. Here is the download page, notice the mod is not compatible with the 1.7.1 anymore. Quote Link to comment Share on other sites More sharing options...
Lunes0mbre Posted December 27, 2020 Share Posted December 27, 2020 Hello Arekva, this mod is a great idea. Do you think it would cause problems on an already advanced career (even if nothing is orbiting gas giants right now) ? Also, would it be compatible with RSS ? Quote Link to comment Share on other sites More sharing options...
Arekva Posted December 27, 2020 Author Share Posted December 27, 2020 I don't think any issue would come up by installing or uninstalling the mod. The mod only creates a 3D model and does not affect the actual behaviour of the game Regarding RSS, it is up to its devs to decide either or not they would add a TiltUnlocker configuration but since the Earth cannot be rotated yet I don't think they would. Quote Link to comment Share on other sites More sharing options...
Lunes0mbre Posted December 27, 2020 Share Posted December 27, 2020 Thanks for your answers. 16 minutes ago, Arekva said: I don't think any issue would come up by installing or uninstalling the mod. The mod only creates a 3D model and does not affect the actual behaviour of the game Oh, cool then ! I wonder how ScanSat would react now. I'll definitely try it when I'll have a bit more time. Quote Link to comment Share on other sites More sharing options...
Arekva Posted December 27, 2020 Author Share Posted December 27, 2020 It would react as if the planet is not tilted. To be honest I totally didn't think about this mod and don't know how to integrate it, though since only gas giants and stars are affected by the mod I don't see how ScanSat would be useful for them (or I am missing something?) Quote Link to comment Share on other sites More sharing options...
Richmountain112 Posted Sunday at 03:53 AM Share Posted Sunday at 03:53 AM (edited) On 12/27/2020 at 8:44 AM, Arekva said: It would react as if the planet is not tilted. To be honest I totally didn't think about this mod and don't know how to integrate it, though since only gas giants and stars are affected by the mod I don't see how ScanSat would be useful for them (or I am missing something?) The OPM gas giants (Sarnus, Urlum, and Niedon) all have biomes. Would those be affected or not? Edited Sunday at 04:00 AM by Richmountain112 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.