Jump to content

ce4aser

Members
  • Posts

    18
  • Joined

  • Last visited

Reputation

20 Excellent

Profile Information

  • About me
    Bottle Rocketeer
  1. TWR is bugged, TWR = 1.29 , and start rocket engine low, not fly.
  2. On Future Goal: * Show crew's energy. * Now all crews start with 100 energy, on future crews will have different value. * Flying the missions will improve maximum crews energy attribute.
  3. re-uplated to my hosting (direct link).
  4. Thank you to all. In next update will use new algorithm. I am in job. If will i travel to home back then i will start implement new algorithm.
  5. G-Force [0.1.02 Beta] Welcome. This is my plugin, that enhances the realism of Kerbal Space Program. In the real world people have limits. One from much is acceleration due to gravity (G-Force). When i played KSP, I said, Kerman is immortal. Falling from a great height survived, extreme G-Force survived and this plugin fixes this. Screenshots: (first image is screen from game, second left is time-life (sec) of G-Force on Vessel, third right is time-life (sec) of G-Force on EVA "Kerbal Space Program/GameData/GForce/Plugins/PluginData/GForce/config.xml" is configuration file. Where gForceVesselRateis rate from drain energy in vessel, gForceEvaRate is rate from drain energy in EVA and gForceRecoveryRate is recovery energy rate if G-Force < 1.5. <?xml version="1.0" encoding="utf-8"?> <config> <double name="gForceRecoveryRate">1</double> <double name="gForceVesselRate">1</double> <double name="gForceEvaRate">1</double> </config> Download: * GForce_0.1.02.zip If you found bug or have you idea for improvement G-Forge plugin then write on this thread. Thank you. Changelog: * 0.1.01 Beta : Create plugin. * 0.1.02 Beta : New algorithm and condictions death crews. On Future Goals: * Show crew's energy. * Now all crews start with 100 energy, on future crews will have different value. * Flying the missions will improve maximum crews energy attribute.
  6. G-Force [0.1.01 Beta] Welcome. This is my plugin, that enhances the realism of Kerbal Space Program. In the real world people have limits. One from much is acceleration due to gravity (G-Force). When i played KSP, I said, Kerman is immortal. Falling from a great height survived, extreme G-Force survived and this plugin fixes this. "Kerbal Space Program/GameData/GForce/Plugins/PluginData/GForce/config.xml" is configuration file. Where gForgeVessel is max allow G-Forge on Vessel and gForgeEVA is max allow G-Forge on EVA. <?xml version="1.0" encoding="utf-8"?> <config> <double name="gForceVessel">12</double> <double name="gForceEVA">3</double> </config> Download: GForce.zip If you found bug or have you idea for improvement G-Forge plugin then write on this thread. Thank you. Changelog: * 0.1.01 Beta : Create plugin.
  7. how get G Force ? - - - Updated - - - ok, i found no documentation, but methon on visual studio try-fail. for other people: this.vessel.geeForge
  8. i learning KSP SDK. KSP SDK have very low documentation. this.vessel.<?????> ???????????? how get strain vessel ? no change speed G = 0 from vessel, change speed is high then strain is high. or example how get surface speed ?
  9. people how to get vector strain ? function is exists or i must will create ?
  10. For category: Add-on Releases, Add-on Development. Chaos, chaos, chaos. 1.0.2, 1.0, 0.25 very very mixed. Why this category have not sub-category for version 1.0.2, 1.0.0, 0.9, 0.25 ... for better transparency ? from ../Add-on Releases/ to ../Add-on Releases/<version>/ from ../Add-on Development/ to ../Add-on Development/<version>/
  11. if i delete PartExtensions.cs work, if i add 2 same component erroor windows. PartExtensions.cs is bug fix on place few same component. - - - Updated - - - where i found normal documentation with examples as for php (php.net), but on KSP.
×
×
  • Create New...