Jump to content

jhultgre

Members
  • Posts

    44
  • Joined

  • Last visited

Posts posted by jhultgre

  1. I'm getting stuck at the load screen when trying to load a specific texture.

    I can load into the game fine when ATM first builds the cache, but for some reason this texture causes the game to hang on subsequent startups.

    My output_log

    The texture in question is UmbraSpaceIndustries/Kolonization/Assets/Decal_375_00

    I'm using the pre-release 4-4 build of ATM.

    I was having issues with the same file. Try deleting the Kolonization folder in the cache and check if that fixes it

  2. Go into the action group settings and then click on the cargo bay. A new window should pop up with a title along the lines of "Start deployed?".

    Toggle that and you should be able to make the cargo bay start in the open position.

    Note that you can do this for a lot of the B9 parts, including even adding a motor or steering to the B9 landing gear. Or turning the lights on or off for the passenger cabins.

    Thanks that worked. I did go change the gui strings to make sense though.

  3. I'm having issues with the mk2 cargo bay parts. When I drag them into the editor the doors start open then immediately close. This is the opposite of what the bigger cargo bays do. It makes it really hard to put things in there. Also on the runway the doors do start closed but the right click menu says 'close cargo bay doors'. If I click that the doors open and the right click menu says 'open cargo bay doors' which would then close them.

    Is this something I can fix by editing the cfgs or am I stuck not being able to use them?

  4. inverseStage = the stage the part appears in the actual stage GUI(ie, final stage after all adjustments).

    originalStage = which stage the part was added to originally by the game. Zero based.

    defaultInverseStage = appears the same as above, unclear difference.

    I haven\'t checked these values in flight but as far as in the editor

    inverseStage = Usually is the stage that it appears in in the gui, however if you move all parts out of a stage and remove that empty stage this is no longer accurate. The game still thinks that empty stage exists even though it doesn\'t show up on the GUI. This may be a bug and is an issue i\'m still trying to solve for my engineer plugin.

    defaultInverseStage = The stage where the game puts a part when you add it to a ship while in the editor at least.

    originalStage = seams to always be 0 in the editor possibly just not used there.

    inStageIndex = I\'ve seen negative values for this not sure what to make of it

    there are some more stage related values than what you listed they don\'t always make cense to me in the editor and may only have meaning in the flight scene

    childStageOffset

    stageOffset

    stageAfter

    stageBefore

  5. Engineer v0.8 and AdvancedBrakes v2.1 Released

    AdvancedBrakes added ALT-b as a hot key to engage all parking brakes and is merged into Engineer.

    Engineer has a new UI and added Isp and deltaV. I would consider those estimates at best as accuracy is not guaranteed for complex staging and almost certain to be wrong on stages with both solid rockets and liquid fuel engines. Stages will consider any fuel in higher stages to belong to them until it finds another stage providing thrust.

    While those were the stated features of this release the big feature is the Consultant System which can provide compatibility between Engineer and other mods. Documentation is currently next to nill but I hope to get an example Consultant project up to show how it can work sometime soon.

    While fortunately for me but not so fortunate for support on this I am moving halfway across the country next week so I\'m going to be a little pressed for time over the next few weeks. Hopefully I will still be able to answer question on this.

    forgot to update the download link again if anyone downloaded it over the night you got v0.5 again its fixed now

  6. Anti-lock brakes are now known as advanced brakes after I added the parking brake and turn assist functionality see first post for more details.

    That pretty much satisfies that plugin for a while, unless there are bugs with vab launched ships or the mun/minmus. I did learn a lot about [KSPField]s and [KSPEvents]s doing this though so thats always good. I ran into one bug while working on this, LandingGear\'s wheelCollider is still null when a partmodule\'s onStart function gets called if anyone else decides to write an addon to them.

    I\'ll get back to Engineer now.

  7. DragonFly A

    Bjvc7.png

    CSZZi.png

    My first design. I really like the aesthetics of this one but unfortunately it steers like a train.

    DragonFly B

    OOSZJ.png

    P6ubf.jpg

    Centering the engine and losing some weight makes this one a lot easier to fly but I don\'t like the way the asus and engine sit on that fuel tank. The tail design has really grown on me though.

    They are both very front heavy and will flip over if you try to use the brakes when landing. I ended up using them as test planes for an anti-lock brake plugin I wrote. Available here http://kerbalspaceprogram.com/forum/index.php?topic=9917.0

  8. v0.3 released adds color codes based on engine types in each stage

    I\'ve only noticed one bug with the latest release. One time it seemed to think I had an extra stage, though it only showed zeroed figures for that stage and did not affect anything else so I wouldn\'t call it a game-breaker.

    It seems that parts\' stage index isn\'t getting updated right when you delete a stage but the side bar is showing the correct stages which is weird. Looks like I need to go back over all the various stage index variables to see if there is a more accurate one.

    One idea. Initialize 3 linerenderers at the beginning, then make each of them draw one axis around vessel.getworldspacecenterofmass() or whatever it is called. Should end with a coord cross around center of gravity.

    Just a thought, no warranty.

    The only problem with that is there is no vessel object while in the VAB. This also includes things like fuel lookups so a lot of things that the game calculates while in flight I have to calculate by hand.

  9. I provided a link at the end of this guide (I didn\'t think you\'d mind) for that very reason!

    No I don\'t mind being paired up with an awesome mod like mechjeb

    On a side note I just looked at my download stats and we\'re over a thousand total downloads over all versions which is pretty cool.

    Also since I\'m gearing up to work on v0.3 this weekend it would be nice to see if anyone has any bugs to report. There is one I\'m pretty sure exists but I want to know if it\'s affecting anyone during normal use in case I can just ignore it until I get to the code overhaul.

×
×
  • Create New...