Jump to content

Coldrifting

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by Coldrifting

  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.
  15. I've tried both methods, neither seems to work. In either case I do see the correct biomeblocklist in the configcache file.
  16. Hi, I'm having some problems trying to create a patch to adapt the stock scatters to the resized stock planets of JNSQ. Since JNSQ has differnt biome names, I'm trying to do this through a Module manager patch, and as far as I can tell, the BiomeBlacklist is loading correctly in game when I check the Module Manager Config Cache. But when I load up the game, I get all scatters everywhere. Ignore that they are poking through the runway, I know I have to create a image blacklist file for that. For instance, dry grass shouldn't show up here, since they should be blacklisted in the Lowlands biome. Here's a sample of my config below: Does Parallax Ignore Module manager patches? Any help would be appreciated, I've been tearing my hair out wondering why this isn't working.
  17. I think you would also loose the detailed IVAs for the new command pods, though you could copy them over and use a bit of module manager magic if you really wanted to.
  18. You don't already have Cryo Engines do you? Nice little mod by Nertea.
  19. Just curious, but what's the reason that the CCK is required? It seems to work just fine on my install without. I am using Filter Extensions to create custom categories though, if it makes a difference.
  20. I haven't, but I only asked in this thread, I haven't sent a PM. I'm going to submit a pull request and see if that gets anywhere, and if not I'll release the mod as an script that copies the art assets and xdelta patches them.
  21. Night Shift Download via CKAN Manual Install: Download from GitHub Has it ever bothered you that the VAB/SPH was always stuck in daytime, even in the middle of the night? Well, I got sick of forgetting that I clicked on the VAB at night and forgot until a half hour later when I launched, so I made this mod. Plus I just thought it would be cool. With this mod, the background in the VAB and SPH will be in either a day or night mode, depending on what time you enter it. You can manually change between day and night mode too, by clicking on the toolbar button or pressing ALT+N. Note that time still does not pass while in the editor. Compatibility: Incompatible with Lights Out Relit, as it does many similar things. I thought about adding the functionality of turning of the lights of the VAB/SPH, but I ran into too many issues getting that working with having a lit editor at night. I'm open to pull requests though if someone can figure it out in a graphically satisfactory way. Other than that it should be compatible with most editor mods that don't adjust the lighting of the VAB, and I've used it with the Hangar extender mod without issue. Since the mod automatically goes into day or night mode depending on the time, I've tried to code the it in a way that makes it consistent with alternate space center locations and planet sizes, but let me know if you run into issues and I'll see what I can do. Please let me know if you find any mods that don't appear to be compatible. Known Issues: Sometimes you might see the background flicker when you switch between the SPH to the VAB as the mod has to re-hides some lights. It's usually pretty quick though. Credits: Thanks a bunch to the creators of the LightsOut mod, which provided both the inspiration and technical implementation necessary for me to figure out how to create this mod. The skybox code in particular was very helpful. Also, the Kerbal Object Inspector mod was very nice for testing changes in game. I wish I had found it sooner in this mod's development. License: MIT
  22. I just looked at my config and this is how I was doing it as well. I like to prefix my icons with an acronym of my username to keep them distinct.
  23. Really? I'm not at my PC right now so I can't double check, but I swear I have a custom config with icons in it's own separate folder and it seems to work just fine. I do delete the stock config folder though if it makes a difference.
  24. Version 1.3.0 is out now which fixes a couple of bugs! Here's the link to the release on GitHub. https://github.com/coldrifting/ExtraDockingPorts/releases/tag/v1.3.0 Changelog: Increased parachute drag to better match vanilla parachute configurations. You may need to delete the PartDatabase.cfg file in the root KSP game folder for this change to take effect Lowered default parachute deployment altitude from 1000 to 500. Moved parachutes to the Utility category. Fixed Clamp-o-Tron Modular Parachute (1.25m) part having large bounds in the VAB. Added CLS support (Thanks to Grimmas for the pull request). Good news, I've managed to fix this in the latest release. For some reason I only had to re export the model from Unity to fix the problem. Since they share textures and UV coordinates with their corresponding docking ports, it's a little impractical. I really don't want to work on the models again. In any case I managed to fix the issue, so it doesn't really matter anymore. Fair enough, I've moved them back to the Utility category. I just hate how KSP shoves parachutes and various other stuff there instead of giving them their own category. So I also had problems just messing around with drag modifiers when I started making this mod. The only time I've noticed changes is when I change the Deployed and SemiDeployed drag cube values, but they are annoying to work with. I usually divide or multiply all the values until I arrive at a result I'm alright with. It usually takes a while.
×
×
  • Create New...