-
Posts
24,896 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
I think the subject says it all. The problem is that when you are typing in the search box, and, for example, type the letter "c", that letter is passed to EditorExtensionsRedux which then processes it. How can I detect when someone is typing in the search box, so that I can ignore those characters? thanks in advance LGG
-
[1.12.x] Champagne Bottle Redux
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I just released a new version: 0.3.3 This adds an option to the cfg file to specify whether the language should be selected each time or not: You need to manually edit the cfg file, I haven't yet made a configuration screen -
[1.12.x] Champagne Bottle Redux
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
The prefix is the shp class, based on random first letter being one of the following: M = Mankind's S = System K = Kerbal HM = His/Her Majesty's A = Alliance I = International followed by the shiptype: D = Debris (should never appear) SV = Space Vehicle SP = Probe RV = RoVer LV = Lander Vehicle SC = SpaceCraft SS = Space Station Col = Colony AN = AstroNaught F = Flag -
Identify engine parts - howto
linuxgurugamer replied to linuxgurugamer's topic in KSP1 C# Plugin Development Help and Support
What I need is actually a count of the number of engines, I don't really care about what it is. Thanks to all who replied, you just made my job a little easier. LGG -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Sampa, I got your file, and can see that KW wasn't installed properly. Please remove the entire KWRocketry directory, and then download and install the following version: http://spacedock.info/mod/633/KWRocketryRedux%20-%20For%20Manual%20Installs -
I am aware of a problem with this, but not sure yet where the problem is. It may be in ContractConfigurator itself, I'll see if I can get some time to look into this. Rather busy right now with all the updates.
-
OK,thanks for letting me know
-
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I know I _can_ do that, the real question is do I want to? I need to know the difference between the two, the differences may indicate separate folders from a logic point of view. -
@Felbourn What happens if both this and FAR is installed? Will this automatically disable itself?
-
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Can you please explain the difference? I don't have time to get into the game, it almost sounds like I need to create another directory for these rather than integrating them, especially if another mod will need to be installed to support them -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I just uploaded a new version of KWRocketryRedux for manual installs. It is available on SpaceDock: http://spacedock.info/mod/633/KWRocketryRedux%20-%20For%20Manual%20Installs This includes the original GraduatedPowerResponse configs already installed, so should avoid install issues in the future -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Probably my fault in not explaining: The power configurations are in .cfg files. Their proper installed location is:KWRocketry/Parts/Engines/engineDirectory, where the engineDirectory is one of: 1mMaverick1D 1mWildcat5 2mGriffonG8D 2mMaverickV 3mGriffonXX 3mTitanl 5mEngines In the zip file, they are packaged up in the Extras directory: GraduatedPowerResponseConfigs InstantPowerResponseConfigs The config files are stored inside these two directories in identical directory structures/files. When followed correctly, the files are placed in the correct locations. CKAN will not overwrite files. So if I put in (as was originally) cfg files for the GraduatedPowerResponseConfigs, as it was packaged originally, CKAN won't work. So I'm looking at one of two options right now: Create a package and put up on Spacedock for NON-CKAN installs which would have the default configs Write some code which will check for a proper install. and if someone wishes to help by rewriting the instructions so that they make more sense, I'd be extremely happy to use it. -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Because CKAN will not overwrite files. I wish it could Ok. Waiting for the email message with the link to the files -
[1.6.1] NodeHelper - tool used to edit node positions
linuxgurugamer replied to Felbourn's topic in KSP1 Mod Releases
In my gaming install (as opposed to the dev install) I have 9 mods which put buttons on the toolbar. So far I haven't run out of space, but only because I've combined 4 mods into one in EditorExtensionsRedux Wow! It's gratifying that you said that, thanks. Unfortunately, I don't have a clue. -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I understand that, but I can't put in a default, otherwise CKAN won't be able to install it I'm working on a solution. -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I understand, but the reason I'm asking you to do this, is that I know that CKAN installs KWRedux properly, and this could help determine if it is a bad install or not. The only thing I want you to install via CKAN is KWRedux, nothing else anyway, it's late for me, I'll look for your email in the morning -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It really sounds like a bad install. I'm assuming you installed by hand. If you have CKAN available, could you just try loading KWRedux via CKAN and try again? -
I need to be able to identify all parts which are engines (of any type). I have identified the following three modules to look for: ModuleEngines ModuleEnginesFx MultiModeEngine (??? where I see this, i also see one of the two above) Are there any other types that I need to look for? Also, can someone explain the difference between the first two? If you are aware of mods which have their own definition of an engine module, please let me know Thanks LGG
-
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Yes, but as you can imagine, not much info. Please zip up your entire GameData directory, along with your entire save directory, and put it in a dropbox or google drive, then email me the link. You can also put images into the zip. -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I think I'm going to spend a little time to write some code which will be included with KW, all it will do is to verify that the install is correct. I've gotten too many of these since I released the Redux version -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
You didn't follow the instructions: These are the instructions to install the KWRocketryRedux. IMPORTANT: You MUST install one of the two power response directories, otherwise the engines will not work. How to install: Firstly, Insure any older version of KW has been removed. (GameData/KWRocketry) ----MAIN INSTALLATION---- Now, for a normal install simply unpack the GameData folder included in the download >> MERGING << the folders when prompted. ----POWER RESPONSE ---- There are two different power response configs. One is an instant response, similar to stock, and the second is a graduated power response, where it takes the engines a few seconds spool up to full thrust ----GRADUATED POWER RESPONSE ---- For the graduated power response on engines you have to extract the GameData folder contained within the Extras/GraduatedPowerResponseConfigs folder after having previously installed KW Rocketry as above.You should merge and overwrite the parts files when prompted and this should mean your engines have instant power response. ----INSTANT POWER RESPONSE ---- For alteratively instant power response on engines you have to extract the GameData folder contained within the Extras/InstantPowerResponseConfigs folder after having previously installed KW Rocketry as above.You should merge and overwrite the parts files when prompted and this should mean your engines have instant power response.