-
Posts
91 -
Joined
-
Last visited
-
[1.9.x] EvaFuel Continued. No more infinite EVA Fuel!
Goufalite replied to linuxgurugamer's topic in KSP1 Mod Releases
Read the posts above. In 1.11 Squad added something for the modding community to prevent fuel resplenishing and "letting mods decide". Unfortunately since the EVA logic changed in 1.11 this mod doesn't work anymore... -
totm feb 2022 [1.12.0, 1.12.1, 1.12.2, 1.12.3] Tutorial Fixes
Goufalite replied to linuxgurugamer's topic in KSP1 Mod Releases
Right-click on your game and select "properties" > "local files" > "browse" . You land a "Kerbal Space Program" folder. Then follow the installation instructions mentioned in the first post (in short merge the folders contained in the mod). -
[1.3.0] Community Database of Module Manager Patches for Stock KSP
Goufalite replied to Alshain's topic in KSP1 Mod Releases
Hello @bwied4, thanks for the mention but everytime you change your patch I have a "somebody quoted your post" notification... Can you either remove the mention (remove the @ and the quote) or put your patch in another post? Thanks -
I still didn't find the problem on my side but, I might have found something else: the config of existing parts (ore tanks,...) was persistent, I fixed this in my next version, can you take a look? (unfortunately it doesn't fix the "cursed jetpacks" problem described before, you still need to manually in the save change the reinit... field). New release v0.4.0.0 Remove energy from crafted electrical parts (thank to Github user MSchmoecker, more info) Field non-persistance Added a whitelist to the scrap module, leave "all" to scrap everything, or comma separated parts. Added a "forceRefuel" for the EVA refueler module to roleplay resource drain if the EVA parts are somewhat already full Okay more details (and the wiki will be updated) In the patches folder there is a "oretotanksEvaOverride.txt" file. Rename it to cfg and it will add a scrap module and craft module to command pods but only for jetpacks and evacylinders. This will allow to "replace" EVA tanks with monoprop. The ratio can of course be changed in the cfg file and I'd appreciate feedback if a better ratio is more interesting. The "forceRefuel" in the EVARefueler module to true is a little tricky. What it does is it attemps to refuel ALL EVA parts in the inventory system (and kerbal inventory) with the available resource of the main part, even if the EVA parts are full . Think of this as emptying completely your jetpack and refueling it.
-
Great! What you can do now is change in the savefile all the reinitResourcesOnStoreInVessel to False so you won't have to send "uncursed" jetpacks to your kerbals After looking at the KSP.log I find contradictory elements, sometimes it says the ModuleEvaRefueler doesn't have a RESOURCES_NEEDED node, sometimes it works... Can you put the content of the GameData/OreToParts/Patches/oretanks.cfg file here so I can see if there is something missing ?(I know there is a typo "}1" but it doesn't seem to block...) I'm preparing a debug heavy update so we can see what's wrong... EDIT : here it is : https://drive.google.com/file/d/1oJg6_IxxKCEUw6dphv-pnUeoLWYSjSmA/view?usp=sharing replace the OreToParts.dll in the GameData/OreToParts/Plugins/ folder pop the console (Alt-F12) do the "refuel EVA fuel" either put a screenshot of the console or a KSP.log after the refuel EVA action
-
@Cannon Hello, thanks for the info and the testbench! You have a lot of mods but I managed to reproduce the refueling behavior on the OLD save only with my mod (and interestingly without Module Manager since I made a clean install to test ). This is due to the fact that the savefile persisted the "reinitResourcesOnStoreInVessel" field on existing parts. What's wierd is that it happens on a brand new ship in the old save (even after completely replacing the jetpack in the VAB). I'm looking into this... I didn't have any problems pumping monoprop in the NEW save tho... Maybe it's a mod conflict (I see in the log you have KIS/KAS and your kerbals in the OLD save had electric charge). Can you put a readable mod list and eventually clone your KSP install and remove progressively "obvious" resource changing mods so we can find the culprit ? I'll test with KIS/KAS on my side.
-
Can you provide more informations for me to investigate : - where did you put the evafix.cfg file ? (it must be in the GameData folder) - on which gamemode are you playing (sandbox,...) ? - on which version are you playing and do you have the DLCs ? - can you provide the KSP.log and a savefile (a quicksave is fine). My mod doesn't refuel automatically, you need to click on "Refuel EVA fuel" in the command pod's PAW. Automatic refueling was made in the EVA Fuel mod (which is not up to date with 1.11) Thanks.
-
According to the KerbalEVA.cfg file, EVA experiments (as evaScience) have a situation mask of 1 for the Banana and Golf (which means Landed, not Splashed) and 48 for the Dzhanibekov experiment (which mean Low and High Space). It looks like the general situationMask in ScienceDefs.cfg (63, any situation) is ignored. So yes, no flying! You should wait for a fix, or else copy an existing evaScience experiment and change the situation (BACKUP FIRST) : Science { id = [email protected] title = Flying low EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 } Science { id = [email protected] title = Flying high EVA kit dsc = 1 scv = 0 sbv = 0.300000012 sci = 7.50000048 asc = True cap = 7.50000048 }
-
[1.3.0] Community Database of Module Manager Patches for Stock KSP
Goufalite replied to Alshain's topic in KSP1 Mod Releases
The Full reward mod uses this patch, the older version even excluded deployed items