![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_default_photo.png)
ce4aser
Members-
Posts
18 -
Joined
-
Last visited
Reputation
20 ExcellentProfile Information
-
About me
Bottle Rocketeer
-
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
ce4aser replied to cybutek's topic in KSP1 Mod Releases
TWR is bugged, TWR = 1.29 , and start rocket engine low, not fly. -
How do you mean?
-
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.
-
re-uplated to my hosting (direct link).
-
New update
-
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.
-
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.
-
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.
-
how get G Force ? - - - Updated - - - ok, i found no documentation, but methon on visual studio try-fail. for other people: this.vessel.geeForge
-
Programmer Plugin GetStrain
ce4aser replied to ce4aser's topic in KSP1 C# Plugin Development Help and Support
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 ? -
people how to get vector strain ? function is exists or i must will create ?
-
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>/
-
Why not work IsPrimary
ce4aser replied to ce4aser's topic in KSP1 C# Plugin Development Help and Support
why not work ? -
[1.0.5] TAC Life Support v0.11.2.1 [12Dec]
ce4aser replied to TaranisElsu's topic in KSP1 Mod Releases
how date done new compile on 1.0.2 ? -
Why not work IsPrimary
ce4aser replied to ce4aser's topic in KSP1 C# Plugin Development Help and Support
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.