philotical Posted November 24, 2014 Author Share Posted November 24, 2014 (edited) Let me see pics pls *dripping*Never saw S.H.I.E.L.D. so far - but it sounds like you should join the team of NCI (see signature)!!I'm currently in the phase, where I could use guys who play through my test missions and see if that works..intrested? You can also create own missions for what it's worth..Let's see if shield can be a mission in NCI..EDIT:Really (other then star ship designs) LCARS is so the ship doesn't despawn while in flight. You see why I'd like to lock out some capabilities so if it is built as a helicarrier, it can be parked above the clouds but no go to space. Otherwise if it is made as a space ship it can be parked in Jool's atmosphere as a base for investigating Jool.I forgot to answer that..Well - to prohibid certain flight manuvers is not on the scope..if you have enough power to stay in that position, you'll have enough to fly higher..But you can do that with a small plugin for your copter, would only need 10 lines or so..it's not much more than this pseudocode actually..if(current.height > atmosphereHeight/2){ LCARS.thrust = 0;}your plugin can use the LCARS API to controll/override such things..I can be of assistance with that - once it come to that..One of my Rule of thumbs I used for LCARS MarkII: LCARS can not and will not be able to add special solutions for every conceivable thing..But LCARS can and will be enough generic to allow other plugins to override LCARS in what ever manner they desire.result => It's 100% open on the API side - everything can be accessed..That was the main reason for MarkII in the first place - NCI needs that ability.PS:The "not despawn in atmosphere" part is not something to rely on btw..It was unstable to such an degree in v1 that I'm not even sure I'^ll implement it in MarkII.. Edited November 24, 2014 by philotical Link to comment Share on other sites More sharing options...
philotical Posted December 16, 2014 Author Share Posted December 16, 2014 (edited) Well, it's been a while but the works went on..here is the new 0.0.2 version of LCARS - built for KSP 0.90.0 win32http://db.orangedox.com/QefTiKRje8W0ZquvVN/LCARSMarkII-v0.0.2.zipSource:https://github.com/philotical/LCARSMarkII/tree/master/LCARSMarkII_for_0.90Contains:- LCARSMarkII- Aurora Ship- Community Utils plugin by Lo-Fi, used for the animated forcefields.Clip: It does contain some NCI stuff that is out of order without NCI.. - for example the Tricorder-IFD or the NCI-Subsystem.but don't worry, it works as it is, you just get some log etntries..About log: this version will still spam your log with all kind of debug data - eventually this will go away, but for now I need it.. - sorry..Feedback and bug reports as allways appreciated.. Edited December 16, 2014 by philotical Link to comment Share on other sites More sharing options...
BinaryBad Posted December 18, 2014 Share Posted December 18, 2014 Always great to see updates to this. I'll give it the new version a whirl. Link to comment Share on other sites More sharing options...
mawa1213 Posted December 20, 2014 Share Posted December 20, 2014 This is a really awesome mod and I'd really want to try it out, but I can't seem to get it to work properly. I've donwloaded LCARS, BD Armory and the scifi shipyard mod and edited the Voyager cfg file to contain the LCARS module. I do get all the LCARS screens, but the controls are not working. The ship won't move in any direction when I click the corresponding button. I've double and triple checked all folders, everything is where it's supposed to be. When I load the Aurora, all systems work just fine, so I suspect I made an error or missed something editing the cfg.Thanks for your help Link to comment Share on other sites More sharing options...
philotical Posted December 21, 2014 Author Share Posted December 21, 2014 This is a really awesome mod and I'd really want to try it out, but I can't seem to get it to work properly. I've donwloaded LCARS, BD Armory and the scifi shipyard mod and edited the Voyager cfg file to contain the LCARS module. I do get all the LCARS screens, but the controls are not working. The ship won't move in any direction when I click the corresponding button. I've double and triple checked all folders, everything is where it's supposed to be. When I load the Aurora, all systems work just fine, so I suspect I made an error or missed something editing the cfg.Thanks for your help :-) thanks.. - I really appreciate to hear that.. - and of course I'll help..I've never tried BD Armory, but if StarVision didn't change something drastic, it should work with Voyager.Let's try the cfg check first and have a look at other possible causes later..I don't know what information you have read, but the current version of LCARS is not compatible with any of the previousely published tutorials, wikis or guides..Almost everything changed since I tested last with Voyager.. - that was pre MarkIIfor LCARSMarkII v0.0.2 you should currently have in your voyager_saucer.cfg file. MODULE { name = LCARSMarkII engine_type = 3 // if your engine specs in "ShipInfo" does not show 100%, set this to 4 or 5, it depends on the weight of the ship CrewQuartiers_MaxCrewSpace = 0 // for voyager 0 is right, for Aurora, it's 32 }Additionally I suggest to set the following modules to these values for best performance: MODULE { name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 670000 } } RESOURCE { name = ElectricCharge amount = 50000000 maxAmount = 50000000 }If that does not make it fly, let me know and we can debug further..Since you say all stations are opening, I assume it's not the cfg though - It might be an incompatibility with BD armory, who knows - never tried that - but I guess the logs will tell us..So, if you accidentally happen to have a log around, that might show an error, it could actually help :-)good luck.. Link to comment Share on other sites More sharing options...
mawa1213 Posted December 21, 2014 Share Posted December 21, 2014 The "engine_type" variable did the trick, thanks I've read the readme file that's delivered with your plugin, maybe you should update it There was no mention of an engine_type there But maybe I should've looked into the aurora.cfg file, I would have seen it there ^^ I'm not new to cfg editing, I'm just not used to it anymore The EC values were already implemented to your specifications, so no problems there. Btw, it would be really neat to control the impulse drive with keyboard inputs, e.g. numpad keys (8, 2 forward, reverse, 4, 6 port and starboard, 5 all stop and so on).Now I just have to figure out how to blast stuff with photons and phasers Link to comment Share on other sites More sharing options...
philotical Posted December 21, 2014 Author Share Posted December 21, 2014 Good to know. :-)you are right, I forgot to update that readme - thanks for the info and sorr for the hassle..Keyboard:Well, you can, open the "ShipInfo" click on "Engine", there you have "Activate Keyboard Controll" - I think it does even work..Photon and phasers: the current verion does not have weappons by now - I'll write them soon though.. Link to comment Share on other sites More sharing options...
mawa1213 Posted December 22, 2014 Share Posted December 22, 2014 Yeah, I've noticed the lack of weapons. But they were in the previous version? At least I think I saw a video with someone firing phasers. Well... seems that I have to wait Thanks for your help and keep up the good work Link to comment Share on other sites More sharing options...
TMPhoenix Posted December 27, 2014 Share Posted December 27, 2014 It seems that this mod breaks SCANSat when used in the same game, though why I do not know, as I couldn't find any errors. None of the scans seem to work and none of the maps will work either. Removing this mod will fix the issue. Link to comment Share on other sites More sharing options...
philotical Posted December 28, 2014 Author Share Posted December 28, 2014 It seems that this mod breaks SCANSat when used in the same game, though why I do not know, as I couldn't find any errors. None of the scans seem to work and none of the maps will work either. Removing this mod will fix the issue.interesting - I'll have to download scansat and test this..Although, the following information should be a no brainer for any bug report:what version of KSP? what version of ScanSat? what version of LCARS? Link to comment Share on other sites More sharing options...
TMPhoenix Posted December 31, 2014 Share Posted December 31, 2014 interesting - I'll have to download scansat and test this..Although, the following information should be a no brainer for any bug report:what version of KSP? what version of ScanSat? what version of LCARS?KSP: 0.90ScanSat both the release (8.1) and the dev version (9.0rc4.1)LCARS: Your latest release. Link to comment Share on other sites More sharing options...
philotical Posted January 8, 2015 Author Share Posted January 8, 2015 (edited) KSP: 0.90ScanSat both the release (8.1) and the dev version (9.0rc4.1)LCARS: Your latest release.Thank's for the details..I'll have a look..Some updated dev teasers..Javascript is disabled. View full albumCaptain Proton and The Asteroid Field of Doom - Guest Stars: Bolshoi Zayatsky as the Bad Guy & Surok, the brave Vulkan Shuttle Intro: Voyager - Bride of ChaoticaMusic: Original Sound Track TOSYou'll find NCI here:http://forum.kerbalspaceprogram.com/threads/93030-LCARS-Natural-Cause-Inc-The-Star-Trek-Universe Edited January 13, 2015 by philotical Link to comment Share on other sites More sharing options...
kowkillar Posted January 14, 2015 Share Posted January 14, 2015 I've got a couple of questions. What exactly do the engine numbers entail, they all seem to provide the same amount of thrust? How do you increase how much power you have, I keep running out before i even reach orbit and everything shuts down? I copied the code from the aurora, but I don't really know what to edit to fix my problem. Link to comment Share on other sites More sharing options...
philotical Posted January 14, 2015 Author Share Posted January 14, 2015 (edited) How to install LCARSMarkII:- open the config file of your part- add this ////////// Impulse /////////////// MODULE { name = LCARSMarkII engine_type = 1 CrewQuartiers_MaxCrewSpace = 0// resource optionsmax_resource_tanks = 0 // int tank number; set to a reasonable value for this model - only in dev version by nowmax_resource_amount = 0 // float in tons; set to a reasonable value for this model - only in dev version by now }////////// Impulse ///////////////Note:1) your EC generator should not produce more than 80'000 EC by default.2) you need at least 50'000'000 EC max capacity ////////// Generator ///////////////MODULE{ name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 670000 } }RESOURCE{ name = ElectricCharge amount = 50000000 maxAmount = 50000000}////////// Generator ///////////////- doneOne such part per vessel is enough.If you add more of these parts, it might produce some lag.the engine type is to allow same thrust for different sized vessels..FullImpulse should be equal accelleration on any vessel you fly.. - that is essential for the Formation Mode later onIf your ship is a small shuttle with less than 40 tonns, use 1if it's a huge large behemoth, you can go up to 7settings are between 1 and 7..To see if it's good enough, open "Ship Info" , click on "Engine" if it sais "100% efficiency" you are good, if it's below, increase the engine number..If you run out of energy on default propulsion, you have most likely a too low battery.. see "Generator" above for a solutionOn Full Impulse, your engine draws more power, you need to opne "Engineering", click on "Power Management" and there on "Production".Now you can adjust the slider value to a higher setting.If it's too high, the engine may overheat - but I think there is still a bug that prevents the explosions - for now..Hope that helps.. Edited January 14, 2015 by philotical Link to comment Share on other sites More sharing options...
kowkillar Posted January 14, 2015 Share Posted January 14, 2015 Thanks for that. It helped tremendously. Link to comment Share on other sites More sharing options...
Kawrnskeh Posted January 27, 2015 Share Posted January 27, 2015 How to install LCARSMarkII:- open the config file of your part- add this ////////// Impulse /////////////// MODULE { name = LCARSMarkII engine_type = 1 CrewQuartiers_MaxCrewSpace = 0// resource optionsmax_resource_tanks = 0 // int tank number; set to a reasonable value for this model - only in dev version by nowmax_resource_amount = 0 // float in tons; set to a reasonable value for this model - only in dev version by now }////////// Impulse ///////////////Note:1) your EC generator should not produce more than 80'000 EC by default.2) you need at least 50'000'000 EC max capacity ////////// Generator ///////////////MODULE{ name = ModuleGenerator isAlwaysActive = true OUTPUT_RESOURCE { name = ElectricCharge rate = 670000 } }RESOURCE{ name = ElectricCharge amount = 50000000 maxAmount = 50000000}////////// Generator ///////////////- doneOne such part per vessel is enough.If you add more of these parts, it might produce some lag.the engine type is to allow same thrust for different sized vessels..FullImpulse should be equal accelleration on any vessel you fly.. - that is essential for the Formation Mode later onIf your ship is a small shuttle with less than 40 tonns, use 1if it's a huge large behemoth, you can go up to 7settings are between 1 and 7..To see if it's good enough, open "Ship Info" , click on "Engine" if it sais "100% efficiency" you are good, if it's below, increase the engine number..If you run out of energy on default propulsion, you have most likely a too low battery.. see "Generator" above for a solutionOn Full Impulse, your engine draws more power, you need to opne "Engineering", click on "Power Management" and there on "Production".Now you can adjust the slider value to a higher setting.If it's too high, the engine may overheat - but I think there is still a bug that prevents the explosions - for now..Hope that helps..Helped me get lCars to actually appear.. but now it just sits there unresponsive.. Link to comment Share on other sites More sharing options...
philotical Posted February 4, 2015 Author Share Posted February 4, 2015 Helped me get lCars to actually appear.. but now it just sits there unresponsive..sorry for the late answer, I actually missed it..Well - what does unresponsive mean?I'll help you debug, if you describe the problem..If you use the ship provided in the download (aurora), you might not get any trouble and no cfg changes needed..if you didn't use that, please tell me at least what you got there..Welcome to the forums btw :-) Link to comment Share on other sites More sharing options...
mfkdso Posted February 5, 2015 Share Posted February 5, 2015 Is the Impulse drive plugin working for 0.90? Link to comment Share on other sites More sharing options...
philotical Posted February 5, 2015 Author Share Posted February 5, 2015 Is the Impulse drive plugin working for 0.90?afaik v 0.0.2 is allready after 0.90If I'm mistaken about that, the only thing that was broken was the biome scanner..The rest was working out of the box..v0.0.3 will go online this week.. There all works.. Link to comment Share on other sites More sharing options...
Teto Posted February 5, 2015 Share Posted February 5, 2015 Dang. This is looking great! Link to comment Share on other sites More sharing options...
mfkdso Posted February 9, 2015 Share Posted February 9, 2015 Is there a way to disable the hovering from the controls? Something like right-clicking the ship, and disabling the impulse drive? Link to comment Share on other sites More sharing options...
philotical Posted February 9, 2015 Author Share Posted February 9, 2015 (edited) Dang. This is looking great! Thanks :-)Is there a way to disable the hovering from the controls? Something like right-clicking the ship, and disabling the impulse drive?click on "Engineering, click on "MODNJ" - look for "Hover force"..I do that every time I reach orbit.. Edited February 9, 2015 by philotical Link to comment Share on other sites More sharing options...
mfkdso Posted February 9, 2015 Share Posted February 9, 2015 click on "Engineering, click on "MODNJ" - look for "Hover force"..I do that every time I reach orbit..Thanks mate! Great mod! Link to comment Share on other sites More sharing options...
megatiger78 Posted February 27, 2015 Share Posted February 27, 2015 how do I use this? Link to comment Share on other sites More sharing options...
philotical Posted March 24, 2015 Author Share Posted March 24, 2015 LCARS Mark II v0.0.4Download:https://dl.orangedox.com/guq4Kb3qZsXMxRTXFS/LCARSMarkII-v0.0.4%2024.03.2015.zipTeaser: Link to comment Share on other sites More sharing options...
Recommended Posts