-
Posts
938 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Ziw
-
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Ziw replied to erendrake's topic in KSP1 Mod Releases
1. Delete the corresponding MM config in kos folder 2. You can download it separately or use IR for example -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Ziw replied to erendrake's topic in KSP1 Mod Releases
The official documentation (http://ksp-kos.github.io/KOS_DOC/) should be your first stop always, not wiki. There is also plenty of example code and libraries here https://github.com/KSP-KOS/KSLib -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
This is why you need to learn a bit of kOS even just for robotics. It is quite easy now with new API. You can wait for new model rework parts update, there will be an example script there to control mecanum wheels. -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
It is a bit our of scope of this discussion, but I'll help you anyway. You need to create a shortcut to KSP.exe somewhere and then open it's properties and add "-force-d3d11" after ksp.exe You might get some graphic glitches though depending on your GPU, but for most people its fine. Enabling OpenGL mode is similar, just instead of "-force-d3d11" you should add "-force-opengl" -
This is a good idea and can be solved via MM config. I'll try that tomorrow and submit a PR
-
Modding live stream - Thursday 30th July 21:00 BST
Ziw replied to lo-fi's topic in KSP1 Mod Development
Nice idea. I'll show up to help answer questions in chat and maybe even ask some of my own -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
See Zodius Model rework thread for a grabber fix. - - - Updated - - - You can try running in OpenGL or DX11 mode to cut your memory usage. You can try converting textures to DDS, but I'm not sure it would help. -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
Isn't it a question to be asked in ATM thread? Do you really need ATM right now or you are running it out oh habit? Most of the mods have DDSfied their textures already so benefits of running ATM are minimal at best. -
Damn, this is awesome already. You should share at least EVE and Scaterrer configs for Kerbin. Maybe make a dev-thread?
- 3,403 replies
-
- renaissance compilation
- visual enhancements
-
(and 1 more)
Tagged with:
-
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
Look back in this thread and ATM thread - solutions were presented. It is an issue with ATM You might no longer need ATM right now as most textures in up-to-date mods are DDS already and you gain nothing (it might even increase memory usage in fact) -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Ziw replied to ferram4's topic in KSP1 Mod Releases
far 0.15+- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
Icons or Parts? Do you use ATM? -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Ziw replied to ferram4's topic in KSP1 Mod Releases
I've posted a pre-release version 0.21.3 of InfernalRobotics that includes nuFAR compatibility (IR now informs nuFAR of Servo position changes). You can find it here: https://github.com/MagicSmokeIndustries/InfernalRobotics/releases/tag/0.21.3-rc- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
Pre-release of version 0.21.3 https://github.com/MagicSmokeIndustries/InfernalRobotics/releases/tag/0.21.3-rc New Features: Apply Symmetry button to apply servo limits to symmetry counterparts nuFAR compatibility - Infernal Robotic parts will now inform nuFar of the position changes, so it can rebuild the voxel model Fixes: TweakScale interaction fixes for translating parts Very minor API implementation fix for IRServo.UID Preset editing is a bit more user-friendly now (values are parsed on focus change instead of every frame). If you have any issues don't forget to post your logs. -
[WIP] MSI's Infernal Robotics - Plugin Rework (Updated: 05/04/2015)
Ziw replied to erendrake's topic in KSP1 Mod Development
Pre-release of version 0.21.3 https://github.com/MagicSmokeIndustries/InfernalRobotics/releases/tag/0.21.3-rc New Features: Apply Symmetry button to apply servo limits to symmetry counterparts nuFAR compatibility - Infernal Robotic parts will now inform nuFar of the position changes, so it can rebuild the voxel model Fixes: TweakScale interaction fixes for translating parts Very minor API implementation fix for IRServo.UID Preset editing is a bit more user-friendly now (values are parsed on focus change instead of every frame). If you have any issues don't forget to post your logs. -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
Ziw replied to sirkut's topic in KSP1 Mod Releases
Yes. I'll post a pre-release in dev thread today for all to test. - - - Updated - - - Shameless plug - try Sequencer? As for action groups - unfortunately it is the price we had to pay to make presets and other cool stuff working. -
WIP - Environmental Visual Enhancements Development
Ziw replied to rbray89's topic in KSP1 Mod Development
I cannot run in DX mode due to the number of mods. Hitting apply does nothing. I also get concentric circles on Kerbin in Tracking Station (but it is a known artifact of forced aniso in OpenGL) -
WIP - Environmental Visual Enhancements Development
Ziw replied to rbray89's topic in KSP1 Mod Development
I get this in OpenGL mode If I rotate the camera I can make the uncovered circle bigger or smaller. At a certain angle it completely disappears.