roxik0
Members-
Posts
20 -
Joined
-
Last visited
Reputation
7 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@Gotmachine Ehh this was my 2nd quess that side mounting even if it's match diameter cause this stupid effect.. Ok you only concuur my decision to not using procedural fairings in my current career
-
Ok but maybe you @Gotmachine knows why I have this strange drag on side of fairing.. https://imgur.com/a/ZXjWe0U Here is generated drag cube: for fairing. https://imgur.com/a/SIwOyLF Question when drag is calculated is it sum of procedural + prefab or only procedural? because idea I have in my head is that somehow prefab drag cube is "leaking" into this one..
-
[KSP 1.12.x] kOS v1.4.0.0: kOS Scriptable Autopilot System
roxik0 replied to Dunbaratu's topic in KSP1 Mod Releases
Yes and no So in theory you can for example read kosTag to pass some small informations There was a mod for interaction between this two but it's abandoned unfortunatelly- 1,361 replies
-
- autopilot
- programming
-
(and 1 more)
Tagged with:
-
From KSPCF Settings.CFG file, I understand this text that they are some diffrences which crates this "deviations"
-
Ok but anyway now they are recalculate drag in own way so... It's also good question what mean correct drag
-
I also notice that it could be because of Community Fixes they change how drag cubes are calculated
-
Hi is anybody have problem with high drag in stock areo?
-
[1.12.x] Textures Unlimited Recolour Depot
roxik0 replied to Manwith Noname's topic in KSP1 Mod Development
Hi, I',m trying to recolour RLA_Reborn stuff and have problem that _mainTex still have influence on top of _MaskTex so for example if I put white color on grey object it will be still grey. Is anybody had simillar issues? -
Hi Poeple So I tried to attack Flow Graph error.. or maybe better apply error And I have one think to test if it works then I will put PR so Zer0Kerbal will be able to add this to release(and fix what I miss eventually). ScrapYard DLL Expected Results: - Flow Graph still occurs (But IMHO it's not a problem of ScrapYard it simply consequence of run event (OnEditorShipModified) with same ship). - However your parts should be taken from inventory correctly.
-
Did you downloaded newest version from last link? or this previous when we talked each other?
-
Yes feedback was what I wanted it also should fix problem with wrong dV calculation between KER and KSP caused by messing up with part.ids. If in next 24h i will not found any errors in this fix I will put pull request for @zer0Kerbal So he will be able to introduce this fix in next release.
-
Are sure is it good topic? It's more about KCT not scrapyard bug. EDIT: Btw https://drive.google.com/file/d/1fuajLQXotCePUqAsVwKSNrjqSUZMpoy4/view?usp=sharing New ScrapYard fix candidate :P Previously still there was some problems this time there is temporary more logs just for my debugging but it should work better. If anybody have time please test it. I also trying to test it as much as I can in my daily save :)
-
Ok.. Can you provide some details.. like when or what you are doing.. Are you 100 sure that's caused by scrapyard.(I;m not believe that this is error free mod but maybe I should look into other mod as well, or maybe there is some conflict between them) . The best if you can reproduce it on scrapyard only save and then send me a save If I cannot reproduce I cannot fix it Edit: Worked a little on this founded my own case so it looks that I underestimated a issue But don't worry I have some ideas @baldamundo https://drive.google.com/file/d/1fuajLQXotCePUqAsVwKSNrjqSUZMpoy4/view?usp=sharing Can you check this version? :) As more i dig into I know more and more :) previous fix was a hide of isse not fix of the cause now it should be better.
-
https://github.com/zer0Kerbal/ScrapYard/pull/5 I made a hotfix which maybe work maybe not or better saying it fix flowchart and dv problem but not sure if all other mods will cooperate with this fix correctly. You can download compiled version here: https://drive.google.com/file/d/1fuajLQXotCePUqAsVwKSNrjqSUZMpoy4/view?usp=sharing You need to change ScrapYard.dll in /GameData/ScrapYard/plugin/ folder. Hope it will work for you
-
Hard to say because I;m not further than Mun on my KSP 1.10 save . But at this time seems ok for me. Of course I hate this dv bug because then It's hard to calculate some things.. Example it seems that BurnTime for manouver takes dv calculation from KSP so I need to look into KER like in old times. But at this moment nothing what crashes my game yet.