ModZero
Members-
Posts
545 -
Joined
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ModZero
-
Universal Storage II [1.3.1 and 1.4.5 - 1.7.0]
ModZero replied to Paul Kingtiger's topic in KSP1 Mod Releases
Sending my firstborn to your patreon immediately.- 1,553 replies
-
- 4
-
- kis
- universal storage
-
(and 3 more)
Tagged with:
-
I think it makes a certain amount of sense from the "simulation" perspective - I don't imagine "storage compartments" as just large, structure-less voids with a bunch of snacks bouncing around next to a loose rocket engine. So I'd expect e.g. "an inflatable hab" to be stowed somewhere on the outside of the ship (like, you know, the one actually in space was hidden in the trunk - which is not a container). So from the "simulation" standpoint I think it makes sense for containers to be limited in what they can carry. This applies especially to mass - imagine a cube of plutonium just tearing through your entire storage at slightest acceleration. I do think that doing that properly is more complex than just a size or a single flag, and considering that putting things in inventories is also a way to cope with "game physics," I don't think this is a good limitation for a game.
-
[1.12.x] Near Future Technologies (September 6)
ModZero replied to Nertea's topic in KSP1 Mod Releases
I'm fairly sure they wouldn't be, because yeah, it's not been updated, with a note about requiring docking port surgery. I was just wondering whether the issue is "lack of a feature" or more like "totes broken, just didn't show up in a quick test." I also didn't want to @-mention Nertea, because I'm anxious enough asking about an incompatible version of the mod at all ;-) -
[1.12.x] Near Future Technologies (September 6)
ModZero replied to Nertea's topic in KSP1 Mod Releases
So, because I'm an impatient girl, I kinda wanted to try using NFT Construction in a new save. At a glance, the docking ports work (just, no rotation, because duh - but for many (all) of them it wouldn't even make much sense I think? Also, I only tested the square ports on the ground with hacked gravity) - would I be massively screwing myself by using it? Obviously, warranty entirely voided if I go ahead with it -
An expensive, impractical and dangerous to knees coffee table?
-
What’s the first thing you’ll do in ksp2?
ModZero replied to Lewie's topic in Prelaunch KSP2 Discussion
Same thing someone does at every release: go into the forum and bug modders for updates. -
Hi Angel, the link to this thread from your mod catalog is broken :-)
-
How will orbital motion work in KSP2?
ModZero replied to Clockwork13's topic in Prelaunch KSP2 Discussion
It seems like "large scale" space sims will become the exception - Star Citizen, for example, is built on doubles, AFAIK. But I think even they only do the physics in double precision, not rendering. And in rendering you need local space — far away objects are just dots and you don't actually do textures on them, and rendering a Kerbal walking on a surface of a planet can be fun. -
I doubt it can be open sourced in any meaningful way. It likely contains plenty of licensed 3rd party code that they can't just re-license to AGPL or whatever. Even if they spent the effort of separating the licensed code from their own, it's likely you couldn't run it or build it without the bits they can't even show you (at least with the engine they can show it to you and you likely can download it yourself). Otherwise we could speculate about e.g. releasing the code but not any of the assets, for example, or releasing the code for KSP1 (again, likely contains closed source code they don't have ownership of, so it's a bit of a fantasy) — that wouldn't be unheard of, notably ID Software did something like that multiple times.
-
...realistic look for a space program manager simulation? Yeah, that actually doesn't need bloom.
- 110 replies
-
- bloom
- lens flare
-
(and 3 more)
Tagged with:
-
Wait, you think they're there because they're realistic? I mean, sure, there's probably some authors who did them for that reason, but no, that's not why they're there. They're there to make the image more interesting and sometimes to mask shortcomings that would be impractical to correct otherwise. Also, as a glasses-wearer, eyeball grime is totally realistic.
- 110 replies
-
- bloom
- lens flare
-
(and 3 more)
Tagged with:
-
As I wrote, it enables a REPL which does help with this, but as for more complex module, eh, wrote enough of both Java and Django code and had enough of the former reload faster than latter to have doubt. But anyhow, I am happy there's a scripting interface as long as there's a REPL we can poke at somewhere, which does actually help a lot with messing with a thing's internals. Edit: of course a lot depends on the details. I didn't deal enough with C# and/or Unity (it's still Mono, right?) so maybe C# modules are really unwieldy or slow to load.
-
I oppose the thesis of the sentence, not imply anything about whether it's good :-) You don't need an interpreted language for dynamic loading and/or unloading, nor having that automatically enables dynamic loading. You need some sort of dynamic linker (or a thing that fulfils the same purpose within the context), and if you want unloading, well-defined cleanup procedures. You can, and often have, dynamic loading with code written in C and C++ - that's how old browser plugins worked, that's how Linux, MacOS and Windows load device drivers (note to self: check how Windows does that now, they might have went all microkernely). I think having a scripting interface is great because it let's you have a built-in REPL prompt (REPL doesn't really work well for most compiled languages, they're not designed for that sort of thing and it gets unwieldy if you try), but that's different from dynamic loading. Sorry, it was obvious in my brain --' and I didn't want to take space with a huge paragraph. I didn't expect the "it's not a good thing" interpretation. Also, the forum didn't let me enter an emoji, I'm sad now.
-
Loud grumbling. While I don't like Python (perhaps because I'm paid to write it - like every 2019 hipster developer I want to write Rust and/or Typescript, but I digress and long compilation times are coffee breaks) it was actually very much built to be embeddable. In fact Sims 4 is moddable in Python. Extremely loud grumbling.
-
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
Just have her speak Persian and play every word backwards, it's the Kerbal way and I'm in it for her voice :-) Edit: this also solves all the concerns about translations and content updates. -
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
...how does any of those things get better by hiring a YouTuber instead? My comment is a bit tongue-in-cheek, I'd assume that if the tutorials were to be narrated, the work for it has started a long time ago and we can expect an AMA with Shohreh any moment now. -
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
As someone who does that, I'm going to remark how painful is splitting quotes in this forum. But I won't go further on this, because it's off-topic a bit. -
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
That was kind-of one of my two points (the other is that professional voice actors are, y'know, professional voice actors): petitioning commercial companies is something best done rather sparsely. Edit: I do have to resent this comment, though. "Vital reading comprehension skills" set in contrast to voiced tutorials pass unpleasantly close to exclusive. Depending on visual acuity (I'm pretty sure my eyesight is going to go bust before I retire) this just goes a bit across accessibility functions. While hopefully we'll have font size settings, and the game does inherently depend on having some visual function, depending that people consume "written" material just to "teach them something" is not okay. -
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
First, down with parasocial relationships. 2nd, Chrisjen Avasarala does voice work, she's even in Destiny 2, and has objectively (OBJECTIVELY!!!1!1!one) the best voice ever. -
Petition for Scott Manley to narrate KSP 2 tutorials
ModZero replied to Micahve's topic in Prelaunch KSP2 Discussion
Petition to hire actual voice actors to narrate KSP 2 tutorials. -
It usually did that, but during the "grand finale" it went into the actual rings a few times (see here) and even "recorded" the plasma discharge from particles impacting the instruments. It is mentioned that the entire thing was rather risky, as there's plenty of material bigger than the microns it actually encountered, but it was end of mission anyway. Edit: in particular, re our expectations:
-
DasValdez KSP2 Interview Information
ModZero replied to GoldForest's topic in Prelaunch KSP2 Discussion
As much as I hate to bring redditism outside of reddit, I do have to point out that the username checks out. -
Actually after writing the above I went ahead and checked, and Cassini intentionally crossed the rings a few times, and it was considered risky, but it went okay. Also, some of the rings are, um, clumpier than I thought.