W1ntermute Posted October 24, 2016 Share Posted October 24, 2016 On 3/20/2016 at 1:57 PM, ComatoseJedi said: Okay, I'm doing this little favor for new comers to the ALCOR and ASET downloads until Alex migrates over to another medium in the OP. Here are download links to the last version of ALCOR and patch, ASET Props, ASET Avionics. ALCOR Pod 0.9.4 ALCOR IVA Patch 0.9.4 ASET Props 1.3 ASET Avionics 1.0 You will have to install this manually, just like the directions in the OP. If this is a Pete and RePete situation, I do apologize for making this post, but I tend to lean towards 68 pages of information a bit much to thumb through just to find links to mods. Just in case this violates something, I did not make this work, credit goes to @alexustas. I was only trying to help You forgot to mention the amazing ASET Landing Legs Quote Link to comment Share on other sites More sharing options...
Rowen Wulfe Posted October 25, 2016 Share Posted October 25, 2016 (edited) On September 12, 2016 at 9:42 AM, linuxgurugamer said: Here is a fully working, updated ALCOR: https://www.dropbox.com/s/56y9bp7lb1qtqoy/ASET.zip?dl=0 On October 16, 2016 at 0:40 PM, Ralathon said: Get notepad++. Load up the cfg file. ctrl+h. In the search box use: \[#([0-9a-fA-F]+)\] Then in the replace box use: <color=#\1> Make sure to set search mode to regular expression. That should replace it with the correct syntax. Can even open all files at once and replace it in all of them. On October 16, 2016 at 6:35 PM, Movado said: Well that fixed most of the tags but rendered most of the displays inoperative (i.e., black screens, no response to button clicks). Considering the somewhat complicated nature of some of the LabelText statements, I'm not surprised it broke. I'll try fiddling with it and see if there's something I'm overlooking. The regular expression global change of the labels is a good concept. I did some messing around with my game, and came up with a solution I'm happy with, until an update is released. Building off of @Ralathon's regular expression I experimented with the package @linuxgurugamer provided a few pages back, and came up with this monstrosity. Find using regular expression mode of Notepad++ (\[#([0-9a-fA-F]+)\]|\[#(<=[0-9a-fA-F:"\;]+=>)\])([a-zA-Z0-9\$\&<=\;:\|_\.²\-\+"'>\(\)\, \/]+)(?![\[#[0-9a-fA-F]\]]) Replace with <color=#\2\3> \4 </color> This does break MFD's thankfully all you have to do is exclude the MFDs directory (I just re-extract that one directory overtop after running the find and replace) Spoiler .\GameData\ASET\ASET_Props\MFDs The new formatting does break alignment somewhat but it's way better than before. Edited October 26, 2016 by Rowen Wulfe grammar... And then spelling Quote Link to comment Share on other sites More sharing options...
ComatoseJedi Posted October 26, 2016 Share Posted October 26, 2016 On 10/24/2016 at 9:59 AM, W1ntermute said: You forgot to mention the amazing ASET Landing Legs I didn't include the legs at the time due to the fact that landing legs/landing gear were fouled up when the I originally posted the information. The IVA tools are not reliant on game physics in order to work, just as long as RPM is updated and is kept updated, the IVA will work. But, yeah, the amazing landing legs are beyond awesome! Quote Link to comment Share on other sites More sharing options...
COL.R.Neville Posted October 26, 2016 Share Posted October 26, 2016 MODULE { name = ModuleAnimateGeneric animationName = KLLDeployAnim startEventGUIName = Lower Leg endEventGUIName = Raise Leg wheelColliderName = wheelCollider suspensionTransformName = Piston orientFootToGround = true landingFootName = FootHing // Axis is aligned forward instead of up alignFootUp = true suspensionUpperLimit = 0.65 impactTolerance = 6500 suspensionOffset = 0, 0,0 suspensionSpring = 5 suspensionDamper = 1 } use the above to replace the MODULE {name = ModuleLandingLeg} block to get the ASET Landing Legs going in 1.2. Quote Link to comment Share on other sites More sharing options...
King Something Posted October 26, 2016 Share Posted October 26, 2016 On 10/24/2016 at 11:04 PM, Rowen Wulfe said: gramar. Yuo speled "Grammar" wrong. You're argument is invalid. Quote Link to comment Share on other sites More sharing options...
COL.R.Neville Posted October 26, 2016 Share Posted October 26, 2016 speshul K canna spell speled Quote Link to comment Share on other sites More sharing options...
Plecy75 Posted October 30, 2016 Share Posted October 30, 2016 On 3/19/2016 at 9:57 PM, ComatoseJedi said: Okay, I'm doing this little favor for new comers to the ALCOR and ASET downloads until Alex migrates over to another medium in the OP. Here are download links to the last version of ALCOR and patch, ASET Props, ASET Avionics. ALCOR Pod 0.9.4 ALCOR IVA Patch 0.9.4 ASET Props 1.3 ASET Avionics 1.0 You will have to install this manually, just like the directions in the OP. If this is a Pete and RePete situation, I do apologize for making this post, but I tend to lean towards 68 pages of information a bit much to thumb through just to find links to mods. Just in case this violates something, I did not make this work, credit goes to @alexustas. I was only trying to help the second link doesn't seem to work Quote Link to comment Share on other sites More sharing options...
Gianni1122 Posted October 30, 2016 Share Posted October 30, 2016 Does anyone know why this might be happening with the ALCOR pod? Quote Link to comment Share on other sites More sharing options...
Movado Posted October 30, 2016 Share Posted October 30, 2016 48 minutes ago, Gianni1122 said: Does anyone know why this might be happening with the ALCOR pod? If you read the last couple of pages of this forum thread, you'll see why this is happening and how to fix it. The problem... The fix... ... or just wait until the 1.2 version comes out. Quote Link to comment Share on other sites More sharing options...
Gianni1122 Posted October 30, 2016 Share Posted October 30, 2016 (edited) 1 hour ago, Movado said: If you read the last couple of pages of this forum thread, you'll see why this is happening and how to fix it. Ah thanks. I'm sorry for repeating the question then. I'm not great with coding (no clue what I'm doing) but oh well I'm going to try it anyhow lol Edit: ..... Yeah on second thought I'll wait for the 1.2 patch Edited October 31, 2016 by Gianni1122 Quote Link to comment Share on other sites More sharing options...
V8jester Posted October 30, 2016 Share Posted October 30, 2016 (edited) On 10/16/2016 at 10:40 AM, Ralathon said: Get notepad++. Load up the cfg file. ctrl+h. In the search box use: \[#([0-9a-fA-F]+)\] Then in the replace box use: <color=#\1> Make sure to set search mode to regular expression. That should replace it with the correct syntax. Can even open all files at once and replace it in all of them. Please forgive my ignorance. But which cfg referenced above. is the correct cfg to edit? I wanted to try and apply the fixes mentioned on the last couple pages but I am not entirely sure as to which file I should be tearing apart. edit My apologies I just figured it out. It's all the various cfg files for the individual assets for the internals. Sorry. Guess I have a little work ahead of me Edited October 30, 2016 by V8jester Quote Link to comment Share on other sites More sharing options...
Movado Posted October 31, 2016 Share Posted October 31, 2016 (edited) 11 hours ago, V8jester said: Please forgive my ignorance. But which cfg referenced above. is the correct cfg to edit? I wanted to try and apply the fixes mentioned on the last couple pages but I am not entirely sure as to which file I should be tearing apart. edit My apologies I just figured it out. It's all the various cfg files for the individual assets for the internals. Sorry. Guess I have a little work ahead of me Follow these steps to edit the ALCOR cfg files (there are quite a few of them). These steps assume ASET is not currently installed: Download and install the free Notepad++ app (https://notepad-plus-plus.org/download/v7.1.html). Download the updated ALCOR mod ( https://www.dropbox.com/s/56y9bp7lb1qtqoy/ASET.zip?dl=0 ) Extract the ASET.zip file into your GameData folder. Make a copy of the ASET folder (call it something like ASET_unedited). Run Notepad++. Under the Search menu, choose Replace... (or press Ctrl H). Select the Find in Files tab at the top of the dialog window. In the Find what: field, enter... (\[#([0-9a-fA-F]+)\]|\[#(<=[0-9a-fA-F:"\;]+=>)\])([a-zA-Z0-9\$\&<=\;:\|_\.²\-\+"'>\(\)\, \/]+)(?![\[#[0-9a-fA-F]\]]) In the Replace with: field, enter... <color=#\2\3> \4 </color> Click on the ... button to the right of the Directory field. In the Browse for Folder window, navigate to the ASET folder (e.g., C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ASET) and select the ASET folder (click once of the ASET folder and press OK). Important: Click on the Regular expression option at the bottom of the dialog window. Make sure the In all sub-folders checkbox is checked. Make sure the Match case checkbox is unchecked. Press the Replace in Files button. Quit the Notepad++ app. Go to the MFDs folder in the copy of the ASET folder (e.g., C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\ASET_unedited\ASET_Props\MFDs). Copy the entire MFDs folder from the copy of the ASET folder into the ASET folder you just edited. Delete the folder ASET_unedited so you don't have two ASET folders in the GameData folder. Run KSP. The ALCOR pod should now be working pretty much without a glitch. Good luck! Edited October 31, 2016 by Movado Forgot step 19 to delete the ASET copy. Quote Link to comment Share on other sites More sharing options...
veld Posted October 31, 2016 Share Posted October 31, 2016 I do not understand, but figured out, made and put the converted files. Link below, can someone writes, reads and even download and stop whining. Download and unzip in Gamedata Quote Link to comment Share on other sites More sharing options...
COL.R.Neville Posted October 31, 2016 Share Posted October 31, 2016 thanks man Quote Link to comment Share on other sites More sharing options...
sebseb7 Posted November 18, 2016 Share Posted November 18, 2016 can anyone help me on how to access the switch position from a kos script? Quote Link to comment Share on other sites More sharing options...
TheKurgan Posted November 20, 2016 Share Posted November 20, 2016 @alexustas I have to say this... The ASET landing leg is hands down thee best looking landing leg I have seen in this game. It's truly a shame that it doesn't work properly anymore. The attention to detail is remarkable. Quote Link to comment Share on other sites More sharing options...
V8jester Posted November 20, 2016 Share Posted November 20, 2016 Did you see this post up a few quotes on this page? Quote Link to comment Share on other sites More sharing options...
TheKurgan Posted November 20, 2016 Share Posted November 20, 2016 Yes, I tried it, still doesn't seem to work properly. I'm messing around with it myself to see if I can make it work. Quote Link to comment Share on other sites More sharing options...
Virtualgenius Posted November 21, 2016 Share Posted November 21, 2016 i copied the landing leg info but they wont deploy with the G Key what do i need to do to make that happen Quote Link to comment Share on other sites More sharing options...
V8jester Posted November 21, 2016 Share Posted November 21, 2016 7 hours ago, Virtualgenius said: i copied the landing leg info but they wont deploy with the G Key what do i need to do to make that happen They don't default to AG (G) you just need to assign them in the SPH to the proper Action Group and you are good to go. Quote Link to comment Share on other sites More sharing options...
nukeboyt Posted November 21, 2016 Share Posted November 21, 2016 With Alex's permission, I offer a new video, IVA Rescue on Minimus. It shows some of the highlights and features inside the upcoming A.L.C.O.R capsule, as well as some of my tips for using its capabilities to the fullest. Enjoy. This video was made during beta testing. Quote Link to comment Share on other sites More sharing options...
Movado Posted November 21, 2016 Share Posted November 21, 2016 1 hour ago, nukeboyt said: With Alex's permission, I offer a new video, IVA Rescue on Minimus. It shows some of the highlights and features inside the upcoming A.L.C.O.R capsule, as well as some of my tips for using its capabilities to the fullest. Enjoy. ALCOR once again makes me happy! Awesome stuff! Quote Link to comment Share on other sites More sharing options...
ArkaelDren Posted November 21, 2016 Share Posted November 21, 2016 @Nukeboyt :Your understanding of orbital mechanics and the needed understanding of abrv's as well as gauges is impressive. Quote Link to comment Share on other sites More sharing options...
nukeboyt Posted November 22, 2016 Share Posted November 22, 2016 3 hours ago, ArkaelDren said: @Nukeboyt :Your understanding of orbital mechanics and the needed understanding of abrv's as well as gauges is impressive. Thank you. Quote Link to comment Share on other sites More sharing options...
smotheredrun Posted November 22, 2016 Share Posted November 22, 2016 Wow guys. I am very impressed! Keep up the good work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.