-
Posts
46 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by codefox
-
I didn't test it yet but as long as this is the case, I'm still going for the re-code. Thanks for the info. I'm pretty much occupied in the next time but I'll do that.
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
codefox replied to ferram4's topic in KSP1 Mod Releases
Sorry, missed them somehow.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
I didn't plan any update of this mod as Hullcam VDS already has this feature implemented now.
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
codefox replied to ferram4's topic in KSP1 Mod Releases
Is the voxel model generated once or will it be updated when something moves, e.g. Infernal Robotics or cargo bays?- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
"Reviving" Kerbals which died due to the Kraken?
codefox replied to codefox's topic in KSP1 Discussion
I doubt thats a bug. The altitude shown in the top is the alitude seen from sea level. You could give KerbalEngineer a try, it shows you the altitude over terrain. -
"Reviving" Kerbals which died due to the Kraken?
codefox replied to codefox's topic in KSP1 Discussion
Nah, I don't really give a damn on this, I was just wondering what the community thinks about this. -
I am obsessed with service bays. (Many Pictures)
codefox replied to itstimaifool's topic in KSP1 Discussion
Message of the day: Scientists are able to restore experiments so you can re-run them. That way you can just go on EVA, collect the data, reset the experiment and store the data in the command pod. -
Hey, so a friend of mine said "reviving" Kerbals (by editing persistent.sfs) is cheating, even if they died because of any bugs. I lost Jeb, Bob and Val because the Kraken hit my ship so I resurrected them. Do you think that's cheaty or do you think it's alright? How do you deal with losses due to bugs?
-
I love this mod, keep up the great work. Had to be said! Such things should be stock.
-
It works with 1.0. I didn't see any issues, tho I didn't try the containers. I'm using KIS instead, which is what everyone should do because the KAS containers are deprecated. Follow the instructions on deleting the parts from KAS before installing KIS: http://forum.kerbalspaceprogram.com/threads/113111-1-0-Kerbal-Inventory-System-%28KIS%29-1-1-1
-
MK16 Chute overheating in 1.0.2
codefox replied to Kaiz0r's topic in KSP1 Gameplay Questions and Tutorials
But shouldn't it be a bit of common sense that opening a parachute while your spaceship is on fire is no good thing? I've kept wondering about this for a bit. :S Actually, the parachutes were way too overpowered in 1.0 - I could just instantly brake during reentry when I opened my chutes. That was just stupid, I didn't even need heat shields when I had chutes. -
[1.8.x] DMagic Orbital Science: New Science Parts [v1.4.3] [11/2/2019]
codefox replied to DMagic's topic in KSP1 Mod Releases
Probably because of this: (http://forum.kerbalspaceprogram.com/content/336-KSP-1-0-is-Released) -
I had to write at least one post in here! I had to. Can't wait for 1.0.
-
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
Thats a great idea! Maybe you'll see this feature in the mod, I'll just have to find out how I should realize this. Regarding the action groups - the switches can be turned on by action groups, as well as by using the right-click menu. So compatibility with other mods should be no issue. -
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
Yep, thats what I've planned. A few small surface-mounted parts which can handle logics, arithmetics etc. However, I will probably just create one part for this basic stuff so you can just place it and right-click on it to configure the part. Like some kind of selectable sub-parts. Although you could also write scripts for it which won't require you to use any other parts than the CPU (and everything you want to use together with it, for example sensors). -
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
That's what I described with the first example. This will of course be part of the mod. If you'd like to go with the logic gates, you could take one which checks whether value1 (fuel amount) is greater than a specified value. Then, when this logic gate outputs "0", you can trigger the events needed to refuel the tank. You could also do this with the CPU which supports scripting (probably using Python). There you'll probably have everything you'll ever need. -
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
It's always nice to have someone else who can help on stuff, regardless of what it is! I can get back to you as soon as I got home (in like 4 hours or so). -
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
I took a look at it when I saw it in your signature already. That looks pretty neat, I wanted to add something like this to Elektronics as well! If you feel like helping me with development of my mod, just let me know. Maybe you could help me on a few things if you like to. -
[WIP] Elektronics - Logics and electronic circuits!
codefox replied to codefox's topic in KSP1 Mod Development
That'd be a great addition to this mod! -
Current development state: planning development (note: as the development of such a mod will require a quite big amount of work, I'd like to collect suggestions from you before I start anything) Have you ever wanted to be able to control distant vessels, read values like fuel amount and dynamically interact with parts of your building/vehicle/station? Did you ever feel the need to build a trap for a friend on your DMP server which blows up as soon as he gets near? These dreams could now come true! Elektronics is planned to be a mod which enables you to create electronic circuits which are able to interact with parts. You will be able to toggle actions, read values like resource amounts, transfer resources, transfer values and commands to distant vessels and much more. But what would I need it for? Here are a few examples on what you could do using Elektronics: Autopilot and refueling You have two space stations, a habitated space station (station A) and a unhabitated storage space station (station . You're using TAC life support, so station A needs food, oxygen and water. Station B holds these supplies so they can be distributed without having to launch from Kerbin. There's a sensor (one from Elektronics) on station A which continuously checks the resource amounts. As soon as a value is lower than it should be, the sensor will dispatch a signal to a radio transmitter (from Elektronics) which will use an antenna to send a command to station B. This command tells station B to refuel a cargo ship which is already docked to station B. After refueling it, the cargo ship will be sent to station A. As it arrives there, it will dock to station A, refill the supplies, undock and go back to station B for further transports. Traps You're playing together with someone on a DMP server who likes to mess up your stuff. Time to mess up his stuff! You can take an explosive (e.g. the ones from KIS), wire it to a beacon and wait for someone to approach your trap. As soon as the beacon detects someone who gets near to it, the explosive will be triggered. Boom. He sure didn't expect that! Timed events You want to start your engine for 10 seconds every 10 minutes? Nothing easier than that. Just take two Elektronics timers, set one to 10 seconds and one to 10 minutes. Then, wire the 10 seconds timer to the 10 minutes timer, so it gets resetted every 10 minutes (causing it to run again) and wire the 10 seconds timer to the engine, so it gets started/shutdown for 10 seconds. Whatever you can imagine! It's up to you, really. You could probably even create KSP in KSP, although I wouldn't suggest you to do that. Isn't that a bit too hard? Nah, why should it be too hard? Actually, it's pretty simple as soon as you understand what's it about. If you don't like wiring together logic gates but rather develop "applications", you can also do that. It will be much like kOS, it will just give you much more possibilities. But that's not KSP! Why not? KSP is a sandbox game about creating stuff. We have mods which add robotics, inventories, weapons, automation and much more. Why not adding logics? In real life, for example, vessel to vessel communications including sensors to monitor stuff are very important. I think things like this might be great for KSP as well. Planned parts Logic gates (AND/OR/NAND/NOT/XOR etc.) Has N inputs and 1 output. Compares values and returns the result. e.g. AND-gate: [*=1]Input: Value1, Value2 [*=1]Operation: Compares whether or not Value1 and Value2 are equal [*=1]Output: 1 if equal, 0 if not equal [*]Memory blocks Has N inputs and N outputs. Receives a value and stores it for later use. Example: [*=1]Input: Value1 [*=1]Operation: Stores Value1 [*=1]Output: Stored value [*]Radio transmitters Is connected to an antenna. Transmits the input value (or values) to a specific target [*]Radio receivers Is connected to an antenna. Outputs a received value (or values). [*]Buttons Can be either toggleable or not. Outputs a value as soon as the button is triggered (can be triggered on EVA for example). Example: [*=1]Value off: 0 [*=1]Value on: 1 [*=1]Operation: outputs value "on" when triggered, "off" when not [*=1]Output: value "on" (1) or "off" (0) [*]Constant values Stores N constant values. Example: [*=1]Value1: 1 [*=1]Value2: 200 [*=1]Value3: 50 [*=1]Operation: outputs the given values [*=1]Output: Value1, Value2, Value3 [*]Beacons Measures distances between a beacon and a beacon receiver. Example: [*=1]Operation: output coordinates and distance to a beacon [*=1]Output: X, Y, Z, distance [*]Timers Outputs a value after a given timespan. Example: [*=1]Value (on): 1 [*=1]Value (off): 0 [*=1]Time: 1000ms [*=1]Output: 1 after 1000ms, 0 after it's done (can be resetted so it runs again) [*]Sensors Can be attached to parts containing resources and outputs the resource amounts. [*]CPU Pretty much like kOS but for interaction with other Elektronics parts. Provides as many outputs and inputs as you wish and is able to use them within a script. These scripts can be written using either an in-game code editor or a conventional text editor. The CPU will however only be available on later tech stages. It will probably use Python for scripting. [*][.. and more] Do you expect me to do complex stuff just using logic gates? No, of course not. Logic gates are meant to be used for basic things like comparison of two values. Of course, you could also create more complex stuff with that but that's totally up to you. If you don't like to use logic gates, go with the CPU. It will be much easier to use for big things but it would be overkill for simple things like 'check if value 1 is greater than value 2'. When can I expect to see anything going on here? I will keep this thread updated. Right now I'm working out the concept of this mod and I'll start the development within the next few days. Keep in mind that a mod like this requires a quite big amount of work. However, you can always ask me on how it's going. Does it work with stock parts I aim to support as many parts as possible. Every action which can be toggled using action groups can also be toggled using Elektronics, so it would already work with most of the things. Any suggestions/critics/questions? Please, go ahead and let me know! Source code: GitHub (empty as of now, I'll add basic code soon) License: MIT
-
Implementing electronic circuits and wiring
codefox replied to codefox's topic in KSP1 Mods Discussions
It would be much more simple than that, if you want to. You could just create your own small applications which execute stuff, much like kOS but with more possibilities. Of course you can also go the hard way and set up everything with logic gates, although most of the people would probably only use them for basic stuff. However, I have to agree on the part regarding the amount of work needed to create such a mod. I want to start on my own and as soon as it has reached a somewhat working stage, I'd try to get a few more people to work with me.