Giter Site home page Giter Site logo

Comments (10)

jrbudda avatar jrbudda commented on August 13, 2024

What mod is this?

from kerbalengineer.

WarezCrawler avatar WarezCrawler commented on August 13, 2024

KarbonitePlus + MFT

Example:
// Karbonite MFT|RF support
@TANK_DEFINITION[Default]:FOR[KarbonitePlus]:NEEDS[modularFuelTanks|RealFuels]
{
TANK
{
name = Karborundum
cost = 2000
amount = 0.0
maxAmount = 0.0
fillable = false
}
}

I've also observed with KFD-125 Karborundum Fusion Drive [KA_Engine_125_02] that the electricity it needs blocks for delta-v calculation. Probably because it is mass less and needed for ISP.

from kerbalengineer.

WarezCrawler avatar WarezCrawler commented on August 13, 2024

I also believe that "The Spice" mod has resources that can only be collected on Duna.

from kerbalengineer.

jrbudda avatar jrbudda commented on August 13, 2024

Hmm OK so there's 2 ways to approach this, fix this in KER or fix it in MFT. The more elegant solution would be to fix it in MFT, allowing you to set tank amounts in the VAB for simulation purposes and forcing them empty when launching the ship. That way you get precise control on a tank by tank basis not just for KER but things like stock CoM calculations.

If I fix it in KER all you get is a little hidden button somewhere in the settings menu where it assumes all tank resources = their capacity, which isn't going to give accurate results anyway since you'll burn fuel, etc, getting to your mining location.

So I think I would prefer you take this up with the MFT/RF guys and see if they'll fix it on their end, and only
if they won't, I work something into KER.

from kerbalengineer.

WarezCrawler avatar WarezCrawler commented on August 13, 2024

"Fixing in MFT" would require it to be done in it's dll, right? This would not apply a solution to the case where a resource in general is limited to being harvested offworld, but only for MFT.

But I'm not entirely put off by en core idea of your suggestion. A mod that temporarily fills all tanks that normally cannot be changed in VAB/SPH in order to get a dv reading.

I guess that could be done. And maybe the most natural place to have that is not in KER.

I will close this, and maybe look into doing this in my mod. My main issue is the UI part. Never mastered that beyond right click menus.

from kerbalengineer.

jrbudda avatar jrbudda commented on August 13, 2024

You wont be able to make a mod that fills the tanks. The way MFT is coded every GUI 'update' any unfillable tank is forced to 0 resources, that's how they're made 'unfillable'. This is not a stock concept but just how MFT does it. I didn't look into The Spice but assume it's similar.

I will open a suggestion for this on the MFT github.

from kerbalengineer.

WarezCrawler avatar WarezCrawler commented on August 13, 2024

I have no clue of the mechanics of MFT, but in the resource definition there is a setting
"isTweakable = false"
This one prevents you from manipulating with the contents of a tank in the VAB. Combine this with setting the resource "amount = 0" in the parts effectively gives you a resource, that you can use, but not add in editor. Then you can harvest it offworld.
I believe this is how the spice does things, and I have had a personal mod for years doing this for Karborundum, and other stuff in order to make the game harder, while having really powerful scifi propulsion possibilities.

from kerbalengineer.

jrbudda avatar jrbudda commented on August 13, 2024

OK hold on. I'm confused. I just actually loaded up the combination of mods you mentioned and have no problem seeing dV in the VAB using karboroundum engines.

image

What exactly is the problem here?

from kerbalengineer.

jrbudda avatar jrbudda commented on August 13, 2024

The Spice works as well. You can fill spice tanks in the VAB all you want, when you go to launch if you don't have the actual resource available it empties the tank.

from kerbalengineer.

WarezCrawler avatar WarezCrawler commented on August 13, 2024

I must have missed something. Sorry to have wasted your time... I will look into this issue further. I do have 70+ mods installed, so it can take a while.
Thanks for your time.

from kerbalengineer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.