Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this mod necessary? #1

Closed
svm420 opened this issue Mar 22, 2017 · 5 comments
Closed

Is this mod necessary? #1

svm420 opened this issue Mar 22, 2017 · 5 comments

Comments

@svm420
Copy link

svm420 commented Mar 22, 2017

Hey not sure if you are aware, but since 1.2(?) you can set the physic ranges with MM. They are in the Physics.cfg file in the main game folder and you can target them with MM like this. Just wanted to let you know in case you didn't. Really appreciate all your doing for BDArmory. :)

@PHYSICSGLOBALS
{
@VesselRanges
{
@flying
{
// load = 2250
// unpack = 2000
// unload = 22500
// pack = 25000
@pack = newValue
@unload = newValue
@load = newValue
@unpack = newValue
}
}

}

@jrodrigv
Copy link
Owner

Thanks! I didn't know :) I will give a try to see if it works fine .

@jrodrigv
Copy link
Owner

So after testing this approach I think it is not working as expected.

I have used this MM script, that is equivalent to what the mod is basically doing. But it seems that when a new vessel is created (like when a missile is fired) then the new vessel is not using the new ranges at all.

Maybe I'm doing something wrong, but I have double checked the log and KSP is loading the script and updating the database.

@PHYSICSGLOBALS
{
@VesselRanges
{
@flying
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@escaping
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@landed
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@orbit
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@PreLaunch
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@Splashed
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
@suborbital
{
@pack = 200000
@unload = 190000
@load = 181000
@unpack = 172900
}
}

}

@svm420
Copy link
Author

svm420 commented Mar 26, 2017

I am at a loss then I have been using with a 50km range when flying and it seems to perform as expected. I would suggest hitting the official forum with the issue as it maybe something squad can check/fix during the prerelease. If not the mod may very well be necessary.

@jrodrigv
Copy link
Owner

I will do thanks!

@ghost
Copy link

ghost commented Mar 26, 2017

Some people don't know how to make patches like these, so I think we should keep the mod.

@jrodrigv jrodrigv closed this as completed Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants