Lexx Thai
Members-
Posts
98 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Lexx Thai
-
Beale, may you upload the texture templates of your mod? I want to try make little more "realistic" textures for TANTARES & Co, because I'm not a big fan of too-stockalike spacecrafts.
- 22,619 replies
-
- totm march 2020
- mod
-
(and 2 more)
Tagged with:
-
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
Moduleless part name editor is good idea, I forgot about that. BUT even simple part module (added to every part) with simple function: showing small dialog with edit field and two buttons - I think, it can't cause mod interaction bugs. 1. Editor must be independent from the SCS part on the craft. Imagine a dock of the automated vehicle to a passive engine compartment in orbit, or vice versa. 2. Name can be assigned directly to part. I tried using the Part.partName - it works. In addition, you can assign unique names for every parts in symmetry (thrust control of multiple engines, hehe). -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
I think, MM config to all things (Engines, RCS, Tanks, may be something else) is a "lesser evil" in comparison with current monstrous methods. -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
@erendrake: Dude, may be you could slight change of kOS programming "concept" and make it a little "visually". I mean an ability of ID assignation to vehicle parts in editor scene and use them in code like variables. For example, at vehicle design process, I'll can assign name for 'landing engines' and control them in script like MYLANDINGENGINES:<useful fields> -
[WIP] KERES - Stockalike launch vehicle and spacecraft mod
Lexx Thai replied to Borklund's topic in KSP1 Mod Development
Suggestion/Idea: Can you make your engines modular, like KOSMOS URM fueltanks, but more separated. Complex models from many little subparts (nozzles, tubes, pumps and other details) with simple textures (like old THSS mod) will allows make any-style engines (American-, Russian- or Kerbalstyle). -
[WIP] KERES - Stockalike launch vehicle and spacecraft mod
Lexx Thai replied to Borklund's topic in KSP1 Mod Development
When we'll see at least beta release of this precious mod? -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
This problem has one solution - kOS must be alone in the part (command pods i.e.), because it's interfere with other part modules, like MJ. -
I must take my last words back. I found the problem with KOSMOS's fairing bases. They don't works properly because, 1 - configs too old (I try to repair that), and 2 - that bases influenced by TweakScale to change their sizes. KOSMOS's fairing sides works well. You can use that with standard PF fairing bases.
-
You first. Seriously, post here ship config (or picture, at least) with noticed problem, because I'm using KOSMOS fairings with latest PF and can't see any problems with that.
-
KOSMOS don't search anything in Keramzit\ folder. So it works good with all versions of PF after 2.4.4
-
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
I found that! KOS can't live with MechJeb (or RemoteTech) modules in one part. It must be separate part! If part config looks like that, I saw a "floating" command pod after relaunch and kraken(?) after "revert to VAB -> launch" sequence. MODULE { name = kOSProcessor } MODULE { name = MechJebCore } When I swap modules in config (KOS - last module), relaunch causes KSP crashed silently without /output_log.txt in "FailReport"-created folder. @peoples with problems - Remove KOS installing scripts. Added later: Wow, Entropius already posted the solution. -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
Ok, I've post screenshots and /output_log.txt later. And no, i'm getting not black-launchpad, but empty ship construction except probe core (with kOS) on normal launchpad (after reverting after flight). After kOS removing, issue is gone. -
[1.3] kOS Scriptable Autopilot System v1.1.3.0
Lexx Thai replied to erendrake's topic in KSP1 Mod Releases
@erendrake, current KOS version (12.2P1) cause KSP crash after reverting to launch. 1. Revert to launchpad after aborted flight - vessel becomes to uncontrollable command pod, hovering in the air. 2. After that, revert to VAB (it's possible yet). Launch again - ship with all launch clamps appears somewhere in a space with enabled engine effects, absolutely uncontrollable, and even "ESC" dialog don't working (window shows without any buttons). -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Lexx Thai replied to ferram4's topic in KSP1 Mod Releases
FAR have trouble with reverting to launchpad: wings and control surfaces becomes "dummy plates" on next launch (surfaces moves, but do nothing). Also, KSP begins spamming to log with "MissingMethodException: Method not found: 'ferram4.FARWingAerodynamicModel.GetStall'." ------ Guys, sorry for my grammar.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
The Open Part Mod - Week of 4/25 project started
Lexx Thai replied to StarVision's topic in KSP1 Mod Development
Guys, please, make some RCS thrusters, linear or bi- tri- directional, suitable for small crafts (0.625m and 1.25m). -
Horizon Aeronautics - Development Thread
Lexx Thai replied to stubbles's topic in KSP1 Mod Development
By the way, the Energia side boosters are first stages of Zenith. Image from Boris Gubanov's book. (I don't know, is this published in English) -
Oh! double post
-
Hello everyone! First of all, excuse me for awful English. Nathan, I think problems of RF's issues in symmetry interaction. If I try to move configured (ie filled) side tanks, it becomes to unfillable (RF shows that) until retraction from launchpad. Problem appears even on clear installation of KSP. In that case log have some "KeyNotFoundException: The given key was not present in the dictionary" exceptions. On the "main" KSP install (mod heavy), log contains "NullReferenceException: Object reference not set to an instance of an object" entries.