Jump to content

ShadowDev

Members
  • Posts

    141
  • Joined

Everything posted by ShadowDev

  1. Support for this mod has been dropped. Please swap to Patch Manager https://spacedock.info/mod/3482/Patch Manager https://pm.kerbal.wiki/ Konfig (0.0.4) The Simple Patcher Install using CKAN for best experience This is a high performance patcher. Download SpaceDock Github - License MIT Wiki Example - Extra fuel for SRB Example - Skybox Scott manley As of 0.0.4: Part Patching Celestial Body Patching Skybox Patching This mod was created out of a debate on what way would be best to do part patching (Currently 3 standards) Requires: ShadowUtilityLib 0.0.4 + SpaceWarp
  2. UITK 1.1.0+ works again because of ShadowUtilityLib 0.0.4 update (thanks to @munix for help and testing)
  3. Cheat menu did no Scaling manually. im not sure why you keep saying that but its false. Cheat menu had one set size that used to work on all resolutions. now with the enforced scaling it looks fine at one resolution but at another it takes up more screen space than it needs to or its so small that you cannot see the text. what's happening is the size of the elements and the position of elements are messed up by the arbitrary limits that are forced, just so one mod can have scaling when no other mods that use uitk actually need it. "This is incorrect" - its very much correct, if it was incorrect it would work.
  4. due to an update to uitk, cheatmenu 1.0.0 is limited to UITK for KSP 0.4.0. This is due to an arbitrary limitation implemented by that mod author where the screen is limited to 1080p. if you are on a display thats 1080p you should be fine to use UITK versions above 0.4.0, but if you are using a display thats bigger than 1080p you will find the mod UI elements are off screen, bigger than expected or smaller than expected. I am working on an update to make cheat menu compatible with this limitation. This warning can be ignored if you are using the latest version of shadow utility lib (0.0.4+)
  5. its had multiple factions since release.
  6. the game has 5 official ones and 3 community made ones, so no. not sure where you heard that.
  7. if we was to compare development of ksp2 to Planetary annihilation then it has a bright future. Planetary annihilation is a great game. and was also good on launch. I got PA Nov 29 2014
  8. no clue, linux is not supported by ksp2 at the current time so none of my mods are tested on linux.
  9. Yep it has no app bar button. its active when you press space. (requires skip launch countdown to be disabled)
  10. Mod Update Kerbal Notebook (0.1.0) Remade the whole mod. UI now uses the unity UI toolkit (UITK)
  11. my submission https://intel.onlycores.com/9X91xqNVLe.png
  12. Forgot to update this topic https://github.com/Bit-Studios/SuicideBurn
  13. KWP is a ksp 2 mod not ksp 1. Current version of KWP has the REST system implemented, next update will include the WebSocket stuff. It provides the user with a web server that they can use if they want, also supports any language (being that its just doing network requests) The current rest version is really for periodic data (Like changing the Autopilot mode) the future WebSocket system will be for the Realtime stuff. Current feature set of KWP (0.1.0): Expandable API - api template on github, read the wiki for more info Standard API Web server - simple to use, no third party software required Autogenerated docs for provided api and user expanded future versions will include stuff like (WebSocket, Premade Dashboard, Camera part, Tracking part, uncompiled CS api support, In game web browser)
  14. I do have a new version, just forgot to push the update to spacedock. The code you see is the update, not what your running.
  15. Count Down (V0.0.2) Its the final countdown SpaceDock: https://spacedock.info/mod/3328/Count Down src: https://github.com/Bit-Studios/CountDown license: MIT
  16. Better Parts Manager (v1.2.0) Part selection in OAB now selects the correct part. (before very small xs parts could not be selected) Fixed tons of UI bugs.
  17. KWP Standard API updated to 0.1.1 see KWP API Extension list for download
  18. Mod Update Kerbal Notebook (0.0.2) OAB mode made the Input blocker button more obvious Bugfixes
  19. I find the forum to be clunky and outdated, it don't even have the simplest of features such as dark mode or file attachments. Mod updates get announced on discord and spacedock, I only update the forums if I have time as im busy working on other mods. The best place for bug reports is Discord and Github. I don't mind being pinged multiple times about the same bug or suggestion. Current version of this mod is 1.1.2
  20. I don't use the forums much, best way to report bugs will be on the ksp 2 modding discord. That specific issue should have been fixed a few versions ago, update and check.
  21. Kerbal Notebook (0.1.0) Does what it says on the tin spacedock https://spacedock.info/mod/3321/Kerbal Notebook With this mod you can create notes, its as simple as that. To add a new note just click into the space below your last note and type the name, press enter to create Requires: ShadowUtilityLib 0.0.3+ Spacewarp 1.0+ UITK for KSP 0.4.0 + Install with CKAN for best results. Heres all my mods https://spacedock.info/pack/477/All of ShadowDevs mods git: https://github.com/Bit-Studios/NoteBook License: CC-BY-NC-ND
  22. Kerbal Web Program (0.2.0) Download: https://spacedock.info/mod/3275/Kerbal Web Program Wiki: https://kwp.kerbal.wiki Kerbal Web Program is a mod that allows you to use API's to control your game This mod also provides an easy to use web server so you don't have to install external software. Example use of the web server: Create a dashboard with commands that you can send to your ship to perform actions such as staging, orientation locking, thrust. By using this mod you can fully automate a ship launch using any language you like, I recommend using the provided web server to run JS in your browser. The api that the mod provides can also be expanded to fit your needs, the wiki provides more details on this. You can see the current api's provided by the mod by going to http://localhost:8080/docs when the game is loaded Current features: Rest API Basic endpoints inbuilt web hosting for your own frontend Autogenerated api docs Expandable API (through API expansion system and external mods) Ingame web browser Button api Example Dashboard with code editor and runner: I look forward to seeing what crazy things you all create with this mod. Expect updates in the coming weeks with more features such as api hotreload and an official dashboard. [if you want your api extension adding to this list DM me (ShadowDev#6969) on discord or ask in the ksp 2 modding discord] KWP API Extension list KWP Standard API - (0.1.1) download git: https://github.com/Bit-Studios/KerbalWebProgram License: CC-BY-NC-ND
×
×
  • Create New...