-
Posts
1,480 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Nazalassa
-
LETS COUNT! (Lets see if we can reach 100,000 Posts!)
Nazalassa replied to Dr. Kerbal's topic in Forum Games!
3812- 7,579 replies
-
- lets count
- dr.kerbal
-
(and 2 more)
Tagged with:
-
LETS COUNT! (Lets see if we can reach 100,000 Posts!)
Nazalassa replied to Dr. Kerbal's topic in Forum Games!
3810- 7,579 replies
-
- lets count
- dr.kerbal
-
(and 2 more)
Tagged with:
-
N -1
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
LETS COUNT! (Lets see if we can reach 100,000 Posts!)
Nazalassa replied to Dr. Kerbal's topic in Forum Games!
3805- 7,579 replies
-
- lets count
- dr.kerbal
-
(and 2 more)
Tagged with:
-
The Kerbal KAL Logic & Computing Laboratory [WIP]
Nazalassa replied to Nazalassa's topic in KSP1 Discussion
Log 23.4 I finally got a 256 analog adder working! It's pretty straightforward. Two inputs, a carry in, a carry out, and the result. It can be stacked. I then connected it to the bus! So now we have a bus with three registers and some kind of simple ALU. How to operate it: well I already said how transferring stuff between registers work in a post above, so I won't repeat it. By default, the adder processor in enabled and the adder output is disabled. The result has the value of A+B. In order to transfer this result to the A register, here's how to proceed: Disable the adder processor, so that the result won't change; Enable, then disable, the adder output, to transfer the data from it to the A register (make sure the A register isn't reading from the bus); Finally, re-enable the adder processor. I also added the 'LDC' controller, which has the purpose of loading the C register with whatever's in it, when it's enabled (you'll need to set the value while it is enabled for the value to be actually loaded into C). This way you can load any register by transfering from C to it. By default the thing is disabled, but it can be left enabled (in fact, you should). Press '0', or whatever key is associated with AG 10, to toggle it. KerbalX: adder adder+bus After doing all of that I wonder how to actually execute opcodes. Maybe one KAL per opcode? That would play whenever needed and enable / disable KALs as needed.- 71 replies
-
- laboratory
- computer
-
(and 2 more)
Tagged with:
-
0 -> -1 [N]
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
N 72
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
I made an analog 256 adder, it adds two 8-bit numbers (0-255) together. I then connected it to the bus, so I can now add the contents of A and B and store it into A. More info: https://forum.kerbalspaceprogram.com/index.php?/topic/214231-the-kerbal-kal-logic-computing-laboratory-wip/
-
N 70
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
"Pay a fine"
-
N 70 Hi
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
KSP2 Steam Description translated 100 times
Nazalassa replied to Cant think of a username's topic in KSP Fan Works
That's the most kerbal part =) -
How many dv do you need to take off from Eva?
Nazalassa replied to KSP_RAK's topic in KSP1 Discussion
To reach orbit, I'll say about 7k to 8k m/s of DeltaV, although the use of a propeller can make it more like 4k to 5k. -
No, except if they make the code public or if someone buys it, but given the goals of T2 that's unlikely.
-
N 72 @SSTO Crasher @Kerbalsaurus @Jacob Kerman help plz
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
N 58
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
57 Sorry, N 58 (ninja'd)
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
N 55
- 30,736 replies
-
- going off the rails!
- non-stop!
-
(and 3 more)
Tagged with:
-
Come on, Kerbals are obviously space bushes...
-
GrAnTeD I wish for some animated surface scatters _New_page_
-
LETS COUNT! (Lets see if we can reach 100,000 Posts!)
Nazalassa replied to Dr. Kerbal's topic in Forum Games!
3803- 7,579 replies
-
- lets count
- dr.kerbal
-
(and 2 more)
Tagged with:
-
[Request] Please don't bury the KSP1 subforums
Nazalassa replied to Nazalassa's topic in Kerbal Network
I guess it's still being discussed right now...- 47 replies
-
- forum issue
- ksp1
-
(and 1 more)
Tagged with:
-
So, as I've not seen any master thread related to KSP2 tutorials... Now there's one. -- I just noticed something weird in the "How Do Rockets Work?" tutorial (screenshot from YT, thanks @Space Scumbag for the footage :) ): Is that Kerbin's south hemisphere? Because it really looks like Kerbin's southern hemisphere. This feels so weird...