Jump to content

Wingman_mn

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Wingman_mn

  1. Excellent system, I wish I would have discovered this upon first release. I'm an looking forward to playing around with this, though I do have a couple of questions: 1) My understanding is that ORS allows an easy way to add additional resources to the game and mining/extract them. Does the mining/extracting part work during time warp? 2) Is there an integrated "ORSModuleResourceConverter" for taking already extracted resources and processing them? If not, is this a feature that might be added at a later time? ORS looks to me to be a very powerful system that could be a common back-end for many mods already out there if it is capable of working during time warp and processing resources. Personally, this would help me get my own modding ideas out of my head and into reality . This is a definite +1 for the Community and a ++1 for Fractal. Thanks for taking the time to set this up!
  2. Hello there! I am adapting Deadly Reentry for a few other mods and I ran into a little snag: Deadly Reentry will not correctly calculate on KW Fairings. I believe this to be that the parts y-axis (the "up" axis) is perpendicular to the velocity vector, when it needs to be parallel. See the picture below for a visual example: https://www.dropbox.com/s/x4im0h6sif4qiud/kspvector_example.png Is there anyway to change the axis of the part file to solve this problem? Thanks for your assistance! Wingman_mn
  3. So I have set up my own local server for a few friends of mine and I wanted to share what I have discovered so far concerning mods: When adding a mod part to the KSPPartsList.txt 1) Any part's name containing an underscore, "_", fails to be recognized as a valid part. This can be fixed by changing underscores to dashes in the part's .cfg file ("name = Part_Name" changes to "name = Part-Name") 2) Part Names beginning with numbers will not be recognized. This can be fixed by adding a letter before the number in the part's .cfg file ("name = 123Part" changes to "name = a123Part") Two mods I have downloaded and installed so far are Deadly Reentry 2.1 and Ioncross Life Support dev 11.4: Deadly Reentry works without any (discovered) errors so far after changing a few part names slightly. Ioncross Life Support works (semi) well so far. One issue I have discovered is that resource consumption does not occur when syncing forward (i.e. O2 does not decrease when syncing with a future player, no does CO2 increase). I believe this to be a fault with the code of Ioncross, as the Resource calculations are dependent on a "linear" increase in the Universal Time and not the jump that occurs with Kerbal Multiplayer. On the positive side, resources (and their amounts) added by mods are save through logging out, server restarts, switching to and from other craft, and other players using the craft. Next on the agenda is Kethane and then B9. I'll report back with an update after I test them out. Wingman_mn P.S. Remember to distribute the modified parts and the KSPPartsList.txt to each player on the server, otherwise errors will occur
×
×
  • Create New...