-
Posts
1,314 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by JonnyOThan
-
WildBlueCore has ModuleIVAVariants which allows for toggling gameobjects in the internal space on/off depending on what part variant was selected. It's not quite the same thing though. There's some other system that can toggle internal stuff based on the external animation state - some of the parts from KPBS use it.
- 191 replies
-
- 2
-
-
- bluedog design bureau
- airplane plus
-
(and 3 more)
Tagged with:
-
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
Version 0.31.10.1 is now available on CKAN, github, and spacedock. -
Yes please provide the log file. This is likely a bad interaction with some other mod, and I have no way to know what it is without the logs. In the meantime you can delete FreeIva/Squad/b9ps_fueltanks.cfg but you won't be able to make the fuel tanks passable.
-
Version 0.2.5.1 is officially out! I made a small performance improvement since the prerelease. Go check out the excellent IVAs in Mk2Expansion, Mk3Expansion, and Near Future Spacecraft!
-
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
New build available for prerelease: https://github.com/JonnyOThan/RasterPropMonitor/releases/tag/v0.31.10.0 Fixed missing camera part when using Restock Massive performance improvements -
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
JonnyOThan replied to Gameslinx's topic in KSP1 Mod Releases
You shouldn't have to downgrade versions. If CKAN doesn't think it's compatible, you can go to settings -> compatible game versions and check 1.12.- 3,158 replies
-
A new version of FreeIVA is available as a prerelease. This may become the official release if no serious issues are found. Please test it out and let me know if you find anything broken. https://github.com/pizzaoverhead/FreeIva/releases/tag/0.2.5.0
-
If you're not using them, they shouldn't. But attaching something there might reduce the drag.
-
Should be. If you find any issues, report them here, discord, or GitHub.
-
Near Future Spacecraft will be in the next update. What’s FUR?
-
Whatever I feel like, or whatever people are asking for.
-
Yes, I definitely value that interaction while unbuckled. However the suggestion is a good one - I'm pretty sure I can re-enable those props for clicking when you are buckled. They still might block your movement when you're unbuckled, and you won't be able to click them while unbuckled, but it's a decent blanket fix without having to patch everything that is set up wrong. So this is funny....I went and looked at the code and it should already be doing that. So another possible explanation is that the shell colliders from FreeIva are actually a little too tight - if they're in front of the prop, you won't be able to click it. Well this is quite a head scratcher....I CAN use the GPS knob if I unbuckle and get closer to it. OK, so yeah this is just a combination of things that is not so surprising: When you are unbuckled, your mouse clicks will not hit the Kerbals layer (so you don't click on yourself). If the shell collider is too tight, it will block mouse clicks while you are buckled. I could also disable clicking on layer 16 when you are buckled, but then any props that are in the wrong layer won't be clickable. I can always fix the colliders as we find these issues, but that will depend on people reporting them. @orionguyIf you find any other places that are a problem please let me know!
-
[1.8.x] B9 Aerospace | Release 6.6.0 (Feb 5 2020)
JonnyOThan replied to blowfish's topic in KSP1 Mod Releases
Most mods for 1.8 and later work fine in 1.12. What’s not working properly?- 641 replies
-
- 2
-
-
- spaceplane
- parts
-
(and 1 more)
Tagged with:
-
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
If you changed mods, you need to post new log files. I can nearly guarantee that using ckan would have prevented whatever is going on. -
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
StoneBluebis correct, you’re missing jsi part utilities. You also have a number of other things installed incorrectly, like whatever the heck this is: [1.0.2]+QTAP+v1.2.9+(Open+this+file)/[1.0.2] QTAP v1.2.9 (Open this file)/GameData/BahaSP/Plugins/ -
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
Upload it to a file sharing site or post it on discord -
Vexarp IVA [ RPM/MAS IVAs for NFSpacecraft ] ( 0.6.1 )
JonnyOThan replied to Vexmae's topic in KSP1 Mod Releases
A few of the IVAs don't seem to have seat or hatch props - is that intentional?- 86 replies
-
- spacecraft
- near future
-
(and 1 more)
Tagged with:
-
There is *one* button prop in *one* of the SSPX centrifuges that also has this problem, and before I changed how some physics stuff works it used to punt you out of the centrifuge if you touched it.
-
Thanks for the report. I'd guess that these props have their colliders on layer 16 instead of 20 (which most props should be). Without FreeIVA, both layers are interactable with the mouse but when FreeIVA is installed, layer 16 is reserved for kerbal colliders and layer 20 is for props. I can probably fix this by changing the collider layers at runtime, but it would need a patch for every broken prop.
-
When you enter IVA mode (press C) you should see a prompt to unbuckle (Y by default). If you press that, a window should appear with all the context-sensitive controls.
-
There are a number of very hard technical challenges that had to be overcome. Pizzaoverhead started it seven years ago and certainly hadn’t been working on it all this time. I’ve been working on KerbalVR and wanted to do FreeIVA integration, so I came on to help out. One of the biggest obstacles was creating colliders for all the parts. I came up with a way to use concave meshes which are easier to build in a modeling program. Previously this wasn’t believed to be possible. Another challenge was that most internal models have opaque geometry over the places where hatches should go. Previously this was solved by a depth mask shader but it still had artifacts when you were close to it. We recently came up with a way to edit the meshes at load time to cut out holes so you could see through.
-
totm sep 2021 [1.12] Stockalike Station Parts Redux (August 14, 2024)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
The IVAs are a separate install. -
0.2.4 is now available! https://github.com/pizzaoverhead/FreeIva/releases/tag/0.2.4 Controls: https://github.com/pizzaoverhead/FreeIva/wiki/Controls Support: https://discord.gg/vBDzZAq3AF Dependencies ModuleManager Reviva is recommended if you use certain structural parts from Planetside or StockalikeStationPartsExpansion that change their shape based on B9PartSwitch variants. Reviva will allow for altering the internal model as well. Notable Changes Support for Kerbalism's GravityRing and Greenhouse parts SSPX centrifuges no longer break when Kerbalism is installed Support for modded mk3 cockpits: KermanTech, Ultimate Shuttle IVA, and Mk3 Shuttle Mid-Deck Support for Extra Docking Ports requested by @Just a random person Support for SDHI Service Module System requested by @emord-nillap All stock part EVA hatches now have an attachment node so you can connect other crewed parts there to pass through Added tutorial window and additional button prompts requested by @Clayel Bug Fixes Raised camera height when standing in gravity Internals of distant parts are no longer visible when looking out windows Can no longer interact with hatches and seats through walls Fixed an issue that would occasionally block mouse clicks while unbuckled Fixed some issues related to crew transfers Tweaked console collider in mk1pod so you can squeeze under it Known Issues Windows in distant parts do not render correctly
-
I've put together a release candidate build of 0.2.4 - you can get it here: https://github.com/pizzaoverhead/FreeIva/releases/tag/0.2.4-prerelease0 Please test it and report any issues you find. I'd appreciate if you include the ksp.log file with any reports. Assuming no major issues are found, this will go live in a few days.