Jump to content

Codapop

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Codapop

  1. Ah, my circuit looked differently, which might have affected my results. I just had 5V going to the button going to the input pin. No ground.
  2. Unfortunately, I wouldn't have any idea where to start building something like that. I'm already holding on for dear life just trying to get my arduino code working with Simpit. Perhaps adding compatibility with some of the more popular mods that add resources (TAC, Near-Future, etc) by hard-coding them could suffice. Or requiring TAC Fuel Balancer, as it already displays fuel data of stock and mod fuels, and building the new version off of that. I have no idea what is possible nor what is easiest, though. In other news, I think the stage tutorial is broken. It works, but it doesn't work twice, so it stages once and then gets stuck (requiring a reset on the arduino). I think it has to do with the "buttonState" not getting reset to LOW, but my attempts to make it work perfectly are in vain. I was able to get it to work well enough by adding: buttonState = LOW; delay(1000); after the stage command in the same IF statement. This doesn't work like the space bar, since it will just stage every second if the button is held down, but it doesn't get stuck at least. If this was brought up previously, I apologize. I've only read through about half of this post's comments and hope to finish reading soon.
  3. I got it working manually, but I'll keep that in mind for the future, thanks! Is it possible to link up multiple Arduino microcontrollers to the same instance of KSP? Would this be as simple as editing the config file? I'm hoping to run one for inputs and one for outputs. EDIT: Also, do other resources work? Like if I install TAC Life Support, can the Simpit return values for amount of food? Or are those commands hard coded?
  4. I'm having a hard time installing the mod. I can't seem to find out what to put into the game data folder. I believe I have all of the files downloaded in the zip file from the sources provided in the OP. Can someone please give me more information about what to put into the game data folder?
×
×
  • Create New...