Jump to content

Coldrifting

Members
  • Posts

    44
  • Joined

  • Last visited

Reputation

204 Excellent

2 Followers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Maybe? I don't know if I'll add support for that but the colors are all defined in one file so it would be pretty easy to change and then build if you're a little familiar with visual studio.
  2. Tired of the UI windows at the KSC lighting up your screen? Say hello to Dark Mode! Some Screenshots: Should be on CKAN soon. In the meantime, download it here: https://github.com/coldrifting/DarkModeForKSP2/releases/latest Source code available here: https://github.com/coldrifting/DarkModeForKSP2 License: MIT
  3. Reported Version: v0.1.5 (latest) | Mods: none | Can replicate without mods? Yes OS: Windows 10 | CPU: AMD R7 3700X | GPU: AMD Radeon RX 7800 XT | RAM: 32 GB Severity: Low Frequency: High (Every time the button is hovered over in the VAB) The tooltip for the VAB Redo icon appears above and to the right of the button, and not to the right like the undo button. This is likely due to it's gameobject being scaled by -1 on the y axis. tThe gameobject in question can be found at this path. /OAB(Clone)/HUDSpawner/HUD/widget_ToolBar/GRP-Undo-Redo/KSP2ButtonText_ToolsBar-Redo Bugged (Current): Expected: Included Attachments:
  4. Really cool mod! I'm all for more of these smaller precision mods. Easier on load times and RAM. By the way, I noticed a bug where some of the engines (at least the larger ones) would make some noise when you placed them in the SPH. It's not instant, but after a bit the engine spools up, which can be distracting in the editor.
  5. Download via CKAN Manual Install: Download from GitHub This mod allows you to create custom categories for sorting parts in the VAB and SPH. You can create new categories, give categories new icons, and change the display name of existing categories. Unlike other category mods, categories created in this mod are exclusive, so each part only exists in a single category. Why use this mod vs the CommunityCategoryKit or FilterExtensions? When using the CCK to move parts to new categories, they become unsearchable. You can get around this by using the FilterExtensions mod, but you lose the ability to use Module Manager to create categories, and creating exclusive categories can become quite complex very quickly. This mod provides a very simply way to define new categories. If you define a categoryCustom tag inside a part (usually via a Module Manager patch), the mod will move that part to the defined category, creating that category if it does not already exist. Otherwise, the stock category value will be used. All parts are still searchable Here's an example of a possible config file: Please note that if you don't have a config file defined, the mod should still work just fine and all vanilla categories should function as they usually do. I have not tested it, but this mod is very likely incompatible with the FilterExtensions and CommunityCategoryKit mods, since they do the same thing as this mod. Please let me know if you encounter any issues with this mod. Thanks to the FilterExtensions and CommunityCategoryKit authors for posting their code online, it made it much easier to create this mod. I'd also like to give a shout out to the Kramax Plugin Reload mod, which let me rapidly test code changes without restarting the game.
  6. I managed to get a version working just fine with OGG and WAV files on my machine without the extra DLL. Is MP3 support really that important? I realize users don't always read instructions, but I think it's a valid option.
  7. @linuxgurugamer Since the only part of this mod that can't be installed to the GameData folder is the Windows-only DLL for mp3 support, have you thought about releasing a version with refactored paths to support CKAN? You could even keep the DLL bundled in the install ZIP file and CKAN could just ignore it.
  8. By the way, if anyone uses JNSQ, I've created a patch for the stock scatters config. You'll need at least version 2.0.3 of parallax. It's still kinda WIP, but here's the link: https://github.com/coldrifting/JNSQ_ParallaxScatters/releases
  9. @GrimTI could be wrong, but I think no water issues are usually caused by bad scatterer configs.
  10. It's still a bit of a work in progress, but I've managed to make a JNSQ patch for parallax's stock scatters and I think it looks pretty decent. Here's some pictures: You can download it from here: https://github.com/coldrifting/JNSQ_ParallaxScatters/releases/tag/v0.9.0
  11. I believe that parallax will override JNSQs biome map, so it may just be a coincidence that things appear to work.
  12. I think you just change the Terrain quality to high or ultra in the settings page from the main menu. EDIT: On another note, I can also confirm that using Kerbal Konstruct MapDecals to remove scatters doesn't seem to work for me either. It works for the stock scatters, but seems to have no effect on noise distribution of parallax scatters. I've tried order values around 0, 100,000, and 1,000,000.
  13. Hey @Gameslinx, I've been working on adapting the stock scatters for JNSQ and I was curious what exactly the minimumSubdivision parameter does? Should it be lowered or raised for 2.7 scale? I've noticed that it is both at the top of the config file for each body, and also contained in each individual scatter.
  14. Thanks, I edited the original config files and it worked. I'm so used to using module manager I guess I didn't occur to me yesterday that somethings might not use it.
×
×
  • Create New...