jkortech
Members-
Posts
55 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by jkortech
-
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
If magico doesn't want to accept the PR, I will. I'm the other maintainer for BROKE but I've been crazy busy with school and other projects for KSP work. It'd be great if we could get it working in 1.2! -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
If we can figure out how to make a graph, then maybe. -
We're working on adding part of this as part of BROKE. I have the link to the thread in my signature. Take a look!
- 2 replies
-
- operating cost
- maintenance cost
-
(and 1 more)
Tagged with:
-
If you had read the first few pages of the principia thread you would have seen that eggrobin does distribution the way he does because he wants to focus on the physics he is implementing and not have his dev thread turn into something like FARs thread where there's tons of people who don't understand what the new physics are and bugging eggrobin about it.
-
Standardized Date Format in Titles [23 Feb 2016]
jkortech replied to Probus's topic in KSP1 Mods Discussions
I vote for the ISO standard (as per xkcd). I actually use ISO for as many things as I can. Makes life much easier.- 37 replies
-
- 4
-
- standardization
- date
-
(and 1 more)
Tagged with:
-
One thing that Squad could do that would be a big step would be having one of the Get Mods links go to a page that has Curse and SpacePort mentioned. You could phrase it like "Curse, the official mod repository" and "SpacePort, the community run mod repository". Just having info on both for new players easily accessible would fix the visibility issue that people complain about and Curse would stay the official repository. Any thoughts?
-
@SirSalami: does Nexus have an API that an uploader program could hook into? In working on a Visual Studio extension for KSP and one of the features is going to be setting up mod releases on GitHub and SpaceDock. I'd love to make it available for Nexus as well.
-
GitHub has webhooks for release publishing. SpaceDock could hook into that to pull updated releases over.
- 2,168 replies
-
- totm july 2019
- spacedock
-
(and 3 more)
Tagged with:
-
By not using Kerbal in the name they avoid one of the original issues that KerbalStuff had, getting sued for trademark infringement. This would be a problem since it isn't official and the trademark is registered.
- 2,168 replies
-
- totm july 2019
- spacedock
-
(and 3 more)
Tagged with:
-
Kerbal Stuff, an open-source Space Port replacement
jkortech replied to SirCmpwn's topic in KSP1 Mods Discussions
Take a look here: https://github.com/KSP-SpaceDock/KerbalStuff-Reborn/issues Communication seems to be here for now. -
I suggest Visual Studio Community 2015 over Visual Studio 2015 Express. It has more features and enables you to install Visual Studio Tools for Unity (which can be very useful for debugging).
-
Kerbal Stuff, an open-source Space Port replacement
jkortech replied to SirCmpwn's topic in KSP1 Mods Discussions
KerbalStuff seems to be back up now. -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Found the bug. Same bug I just fixed in ShipSections. The BROKE loader code doesn't safely handle dlls with missing dependencies. I'll add that to the list of things to fix! -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Can you post a log file? It'll make it a lot easier to figure out what happened. -
Looking for funding/career mod, please
jkortech replied to Renaissance0321's topic in KSP1 Mods Discussions
I'm working on BROKE, which is a WIP funding framework that currently has payroll and government funding implemented. The link is in my sig. -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Not a problem! Just had some free time and decided to get back to BROKE (now that EER v0.5 is out). -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Actually, because it is implementing the interface on a type it actually causes the dll to fail to load correctly (with a TypeInitializationException) if BROKE isn't installed (or if it is loaded before BROKE loads). I ran into that problem when working on the payroll updates. This commit shows what I had to add to fix the problem. -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Ok. FYI if/when I get a chance to do it, it'll be in a new dll because of the hard dependency on BROKE (since we have to use the interfaces). -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
I was thinking of the same type of thing. I'm all up for adding this, but since KCT is all @magico13 and he works on this mod as well, I want his feedback before I code it. -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Pull down the files from the CI server. I don't think we're actually going to make another release quite yet. -
[1.1.2] B.R.O.K.E. - Beta 4 - 05/26/2016 - Now with gameplay!
jkortech replied to magico13's topic in KSP1 Mod Development
Loans are implemented! Now you can create general loan templates (which are turned into procedurally generated loans), take out loans, and pay them back over time.