Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,952
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. I've been able to replicate it. Could you try the following: Go into the Difficulty Settings, select the Docking Camera tab, and enable the 2250 toggle (leave the others alone), and see what happens.
  2. this is very strange, the mod doesn't touch the vessel speed at all. I've never seen that, can you please provide a log file
  3. This looks like you are running an HD screen. Please provide a log file so I can (possibly) replicate the issue
  4. Do you have any of the other switchers installed? Visually, it should be the same. Internally, B9 is cleaner than the others (other than Stock)
  5. New release, 1.5.1.3 Added missing Tweakscale configs for all except the wings and elvons Updated CLS patch with a NEEDS to avoid unnecessary warnings from MM
  6. I just released an update to Too Many Orbits, it can now work in the Tracking Station
  7. New release, 1.1.5 Enabled mod to work in the tracking station
  8. I've completed my adoption process, please move all comments to the new thread here:
  9. Originally written by @Thomas P., adopted by myself What is this? This is a mod that adds some diversity to the (otherwise static) KSP solar system. It achieves that by changing various parameters of the CelestialBody and PQSMod components, but it has the potential for expanding it further, either through "official" tweaks, or tweaks made by other modders. How does it work? Every savegame you create in KSP gets a random number assigned, a seed. This seed is different for every savegame you create. Planetary Diversity modifies the solar system between the MainMenu and the SpaceCenter scene. It uses the seed from the savegame that was loaded to generate random numbers, for example to replace the static seeds in the terrain system. Since most of the planets in KSP are procedural, this changes how the KSP planets are formed. They are a bit different, but the overall look doesn't change, i.e. Kerbin will still be blue-ish, and Eve stays purple. It supports planets made with Kopernicus, however, if they don't have procedural components (i.e. they only have a height and a color map), it won't be able to change them. At the moment it changes the seeds, orbits, color of gas planets, atmospheric pressure, names (hi Sigma!) and it can add / remove atmospheres. Also, it is modular, with an API, so users can implement their own tweaks if they want. However, there is one caveat: When you load a savegame for the first time, with Planetary Diversity installed, it will lock down for a while. The reason is that in KSP, every planet has a low-res representation for larger distances - called "Scaled Space". This scaled space representation needs to be computed, but the computation is rather expensive. Thats why Planetary Diversity will generate the representations of all bodies in the solar system that were changed, and save it into your savegame folder. When you load the same save in the future, the mod will simply load the files from your disk instead of re-creating them every time. Reviewed by Kottabos What if I want to use a specific seed for my savegame? While this is not possible in Stock KSP, Planetary Diversity adds an UI for this, in the Game Creation dialog. The dialog has been enhanced a bit from the original implementation (see below): There is now a toggle to the left of the Game Seed, which, if unset, will disable the mod from running on a game. Additionally, there are toggles for the six main items which get changed, unsetting them will simply not implement those changes/ The UI should be pretty much self-explanatory. It is also localizable. Does this depend on Kopernicus? No. It is completely standalone. However, if you have Kopernicus installed and the OnDemand texture loading feature is enabled, Planetary Diversity will integrate with it and load the planet textures only when they are needed. But I don't want to have <insert Feature here> changed! Don't worry, all tweaks can be disabled separately. Just open GameData/PlanetaryDiversity/Config/{config name}.cfg (for custom tweaks please ask the respective modder) and set everything you don't want to false. However, you can only disable it for your whole installation. Per-savegame configuration is neither planned nor easily realizable. Availability Download: https://github.com/linuxgurugamer/Planetary-Diversity/releases/latest Download: https://spacedock.info/mod/2243/Planetary Diversity Source code: https://github.com/linuxgurugamer/Planetary-Diversity License: Planetary Diversity is licensed under the terms of the MIT license, except the file "Utility.cs" and "Gradient.cs" which is a modified version of Kopernicus Utility.cs. It is available in CKAN Note: This version has been compiled specifically against the 1.7 version of KSP. While it will probably work for 1.5 & 1.6, those are unsupported
  10. amazing that this question keeps coming up. You get all future updates for KSP for free. That's the promise Squad is honoring. KSP-2 is a new game. No freebies.
  11. Here is an alternative layout, along with the first one I did. Please let me know which you all prefer:
  12. @BigFatStupidHead @SupperRobin6394 @seeingeyegod @severedsolo @Victorsaurus @Dewar @Starslinger999 @InfiniteAtom Pinging you all because you had all expressed interest in this mod. There was a change made in KSP after 1.4.3 which broke it. Thomas has already said he will not be continuing the mod. I'm in the process of adopting it, I have it working in 1.7 (would probably work in 1.5 & 1.6, but I haven't tested that). If you haven't already, please read my posts in this thread starting here: Other than trying to reduce some of the screen space with the options I'm showing above, I'm pretty much ready to release it in the next few days
  13. Assuming this is Steam, you need to open the steam directory and manually delete the GameData folder, then veify files. Most likely there are leftover files from mods which get left behind.
  14. Fun guy to be with, but we went different ways. It may be a few days before I have this workink
  15. Plural makes sense, but the mod as written doesn't have those extra cases. I’m only exposing the values which are currently in a config file
  16. I'm adding the ability to select which things should be changed. The easiest way is to add some additional toggles to the Start New Game, shown in the image below. The fields are localized. I'd like some comments on it:
  17. LOL and this is why I like GVIM, because by default it is case sensitive. Of course, lots of editors, and I suppose that NP++ can be configured to be case sensitive by default
  18. One of the things I love about KSP is the modability of it. Take any of the examples listed by @Snark and @tater, add just one mod and the game can take on a whole new aspect. Star Theory kept saying that they are creating a platform. So what if some pet thing isn't in the stock game it can and will be modded in. Let Star Theory provide a good enough platform and there will be a host of modders with ideas no one had ever thought of.
  19. Thanks. For now, all I'm planning on doing is adding support for the ToolbarController and ClickTroughBlocker (if needed), but will keep your offer in mind
  20. For all, I've agreed to adopt this mod. Please stand by, when the adoption is complete (in a week or so), I'll be starting a new thread
  21. Beta release, 0.1.13.2 Added back B9PartSwitch switching for both textures and tanks contents Updated all configs to match current stock setting Please test both with and without B9PartSwitch. https://github.com/linuxgurugamer/NSS/releases/tag/0.1.13.2 B9PartSwitch, if present, will be the primary texture and tank content switcher
  22. Beta of 1.7.3 https://github.com/linuxgurugamer/Planetary-Diversity/releases/tag/1.7.3 Fixed Reflection call to get Mod_OnVertexBuildHeight (new bool was added back in 1.5 or so) Speeded up generation slightly by moving the percentage calculation out of the inner loop Added InstallChecker Added AssemblyVersion.tt Added .version file Added toggle on new game dialog, if disabled won't do the generation Fixed the Game Seed field not showing up when entering the New Game menu after being in a game Added an abort button to stop generation of info Improved name generation with a procedural name generator Added settings page, to show whether it is active or not. Changes not allowed This is a BETA. For now, please report any issues here. When it's ready for release, I'll create a new thread for it. Please install it in a NEW install, do not install in your current games otherwise you will lose your game!!!
×
×
  • Create New...