Jump to content

Search the Community

Showing results for tags 'rnd archives'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 1 result

  1. Ok, so I’m updating a mod called Syncrio, it is a multiplayer extension that syncs scenario data from client to client. I’m almost done with the update, but I need help figuring out how to add a science subject to the RnD archives. I've been using the game event "OnScienceRecieved" to get the data on client A and "ResearchAndDevelopment.Instance.SubmitScienceData(float dataAmount, scienceSubject subject)" to add it on client B’s side. But, all I get on client B’s side is "[Research & Development]: +5 data on Crew Report from LaunchPad. Subject value is 0.00" in KSP's debug log and it does not register the data in the RnD archives. Meaning the same data can be gathered on client A and then gathered again on client B. Oddly enough, client A data gets this message "[Research & Development]: +5 data on Crew Report from LaunchPad. 2 Science added. Subject value is 0.00" when they gather the data, the difference between the two messages being the "2 Science added." part. I have also tried creating a custom part/part module to gather and transmit the science data, but all I got was a message saying that I had completed the progress node for science recovery on kerbin. This is the last thing I need done for Syncrio's science game mode to be released and I have been at this for over a week now and have made no progress. So any help anyone can give will be greatly appreciated. ========Edit======== A workaround has been found. Using the config nodes from the science subjects, it is possible to input the config nodes into the RnD config node. Here is a code example: I hope this helps anyone trying to do this, or something like this.
×
×
  • Create New...