Jump to content

[1.3.1] Rescale! Comprehensive SD Configs [1.0.2.8] [03 Dec 2017]


Galileo

Recommended Posts

  • 4 weeks later...

@Galileo  Question, shouldn't the rescale configuration files include  configuration to tweak Kerbalsim radiation belt?

JNSQ which has a 2.7x scale uses the following configuration:

// ============================================================================
// Radiation environments for JNSQ bodies
// ============================================================================

RadiationBody:NEEDS[Kerbalism]
{
	name = Lindor
	radiation_model = giant
	radiation_inner = 50.0
	radiation_outer = 3.5
	radiation_pause = -0.008
}

// Use Kerbalism's default environments for stock bodies.

// ============================================================================
// Tweak heliopause
// ============================================================================

@RadiationModel[heliopause]:NEEDS[Kerbalism]
{
	@pause_radius = 6000.0
	@pause_quality = 0.02
}

so why not add something similar for the sigma scale configuration files as well?

 

Edited by FreeThinker
Link to comment
Share on other sites

  • 1 month later...
On 11/10/2018 at 4:46 AM, Nathanson said:

So 6.4x version works almost fine with KSP 1.5.1 and Kopernicus-1.5.1-1 but for some reason FPS drops to unplayable level ON THE SURFACE of Mun. Does anyone have the same problem? Any solutions?

Hello! I'm from Russia, and my English is not good. I'm using Google Translate. Have you managed to solve this problem? 3.2x with KSP 1.7.3, SigmaDimensions v0.10.4, Kopernicus v1.7.3.1 i have the same problem.

Link to comment
Share on other sites

@THONRI

The problem you're having in KSP 1.7.3 are probably going to be different from what Nathanson was reporting. The following applies if you have the Breaking Ground DLC. If you have it then continue reading. If you do not have the DLC then this will not help you.

(if you're still reading then I will assume you have the Breaking Ground DLC)

Try this. Save the text in the spoiler below in a cfg file. It can go anywhere in your GameData folder but you should have a dedicated folder for tweaks like this. (I call my tweaks folder zzzMyTweaks and it gets added to every KSP installation when KSP updates)

Spoiler

@ROC_DEFINITION:HAS[#Frequency[*]]:FINAL
{
    @Frequency /= #$@SigmaDimensions/Resize$
    //@Frequency /= #$@SigmaDimensions/Resize$
}
@Kopernicus:FINAL
{
    %useOnDemand = True
    %useManualMemoryManagement = True
}
@Kopernicus:FINAL
{
    Preset
    {
        name = Performance_Low
        displayName = Performance_Low
        PLANET
        {
            name = Moho
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Eve
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Gilly
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Kerbin
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Mun
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Minmus
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Duna
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Ike
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Dres
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Laythe
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Vall
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Tylo
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Bop
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Pol
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = Eeloo
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = LaytheOcean
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
        PLANET
        {
            name = KerbinOcean
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 6
        }
    }
    Preset
    {
        name = Performance_Default
        displayName = Performance_Default
        PLANET
        {
            name = Moho
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Eve
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Gilly
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Kerbin
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Mun
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Minmus
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Duna
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Ike
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Dres
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Laythe
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Vall
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Tylo
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Bop
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Pol
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = Eeloo
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = LaytheOcean
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
        PLANET
        {
            name = KerbinOcean
            minDistance = 4
            minSubdivision = 1
            maxSubdivision = 8
        }
    }
    Preset
    {
        name = Performance_High
        displayName = Performance_High
        PLANET
        {
            name = Moho
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Eve
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Gilly
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Kerbin
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Mun
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Minmus
            minDistance = 8
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Duna
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Ike
            minDistance = 8
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Dres
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Laythe
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Vall
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Tylo
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Bop
            minDistance = 8
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Pol
            minDistance = 8
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = Eeloo
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = LaytheOcean
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
        PLANET
        {
            name = KerbinOcean
            minDistance = 6
            minSubdivision = 1
            maxSubdivision = 10
        }
    }
}

The last section adds extra settings to the terrain quality slider in settings. It was mainly lifted out of JNSQ and may not be suitable for all rescale sizes. It's been on my to do list to validate and adjust it as necessary but I never got around to it.

In addition to the above you should also go into your settings.cfg file and change the value of SERENITY_ROCS_VISUAL_SPEED. For a rescale of 10x I use a value of 50 and that seems to work well for me. Be careful not to set it too low or the new terrain surface features in Breaking Ground may not show up when you need them to. But in general, the higher you rescale, the lower a speed you need to use.

Link to comment
Share on other sites

1 hour ago, THONRI said:

I have to ask you a question again. I play the “Career” mode and I accepted the contract to save the crew, but the pericenter of his ship’s orbit is below 6 kilometers and it crashes after a while. How do I solve this problem?

You ignore or decline the contract. Common practice in rescaled systems is to ignore the rescue missions, as the orbits are typically far too low.

Link to comment
Share on other sites

  • 4 weeks later...
20 hours ago, birdog357 said:

I'm trying to figure out if I can rescale Alternis Kerbol  to 2.5x. So far I am not having any luck. I have tried using a Rescale! config on top of Sigma Dimensions but I get a failure to finish loading. What am I doing wrong?

there is a known issue between the latest MM and the latest SD, if you roll back to the previous version of MM (I think it's 4.0.2) it might solve your issue

 

I can't guarantee it without giving it a longer look, but it's worth a try

Link to comment
Share on other sites

  • 3 weeks later...

I'm also running into problems.  I did that thing where I go away from KSP for a while, come back because the mood hit me, and despite having done this many times I've lost all ability to install mods properly (at least that's what it feels like).

Here's what I'm doing.

I start with a clean install of KSP 1.7.3.

I get the latest files from the Sigma Dimensions github, here https://github.com/Sigma88/Sigma-Dimensions

Same with rescale here: https://github.com/Galileo88/Rescale/releases

And Kopernicus here: https://github.com/Kopernicus/Kopernicus

The kopernicus one contains a whole bunch of stuff (I imagine for the mod makers?) but the ReadMe says that I only need what's in the GameData folder, which I found under “build”.  So I took that.

I had been thinking of trying out a bunch of mods (Community Tech Tree) but I wanted to start with a clean install.  And this first step is not working very well. This is what my GameData folder looks like after I unzipped the github stuff. 

a5xXGyk.jpg

Do I have something in the wrong order, or in the wrong place?


I initially tried with MM 4.0.3, but upon seeing the issue with MM 4.0.3 mentioned above, I tried again with 4.0.2, but still no luck.  The game runs fine, but the planet stays it's normal size.

Link to comment
Share on other sites

On 10/26/2019 at 1:04 AM, PTNLemay said:

I'm also running into problems.  I did that thing where I go away from KSP for a while, come back because the mood hit me, and despite having done this many times I've lost all ability to install mods properly (at least that's what it feels like).

Here's what I'm doing.

I start with a clean install of KSP 1.7.3.

I get the latest files from the Sigma Dimensions github, here https://github.com/Sigma88/Sigma-Dimensions

Same with rescale here: https://github.com/Galileo88/Rescale/releases

And Kopernicus here: https://github.com/Kopernicus/Kopernicus

The kopernicus one contains a whole bunch of stuff (I imagine for the mod makers?) but the ReadMe says that I only need what's in the GameData folder, which I found under “build”.  So I took that.

I had been thinking of trying out a bunch of mods (Community Tech Tree) but I wanted to start with a clean install.  And this first step is not working very well. This is what my GameData folder looks like after I unzipped the github stuff. 

a5xXGyk.jpg

Do I have something in the wrong order, or in the wrong place?


I initially tried with MM 4.0.3, but upon seeing the issue with MM 4.0.3 mentioned above, I tried again with 4.0.2, but still no luck.  The game runs fine, but the planet stays it's normal size.

I dont know if this might be your issue,

The latest version of SD has a bug that has already been solved but I haven't had the time to publish a new release

 

If you go to https://github.com/Sigma88/Sigma-Dimensions/releases/latest

You will see a warning I recently added with a link to a temporary version that should work

 

Edit:

SD is now updated, latest version should work fine

Edited by Sigma88
Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
2 hours ago, dave1904 said:

@Galileo any reason this thread is not updated to 1.8.1? Seems to be working just fine since sigma dimensions is also updated. I am asking just incase I have somehow missed a new thread or something. 

I just haven’t had time. It works fine, but I do need to go in and remove the version files. 

Link to comment
Share on other sites

On 3/10/2020 at 9:56 PM, Galileo said:

I just haven’t had time. It works fine, but I do need to go in and remove the version files. 

I am actually playing it with 1.8.1 

I experience a bug though, but I do not know to which mod it belongs. I play GPP 6.4x and it seems that terrain colliders are off for Iota (they seem to be fine on Gael).
If I try to land then the craft explodes near the surface - sometimes that's a few (20 or so) meters above the ground, sometimes it's below, but it never quite match the rendered terrain. When this happens then some part on the craft explodes and the rest keep drifting like a cloud and keep exploding until nothing is left.

 

Should I try narrowing this down to figure out what mod is causing this (I have kerbalism and then a few small QoL ones) or is this a known problem?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
On 3/15/2020 at 4:37 PM, snakeru said:

I am actually playing it with 1.8.1 

I experience a bug though, but I do not know to which mod it belongs. I play GPP 6.4x and it seems that terrain colliders are off for Iota (they seem to be fine on Gael).
If I try to land then the craft explodes near the surface - sometimes that's a few (20 or so) meters above the ground, sometimes it's below, but it never quite match the rendered terrain. When this happens then some part on the craft explodes and the rest keep drifting like a cloud and keep exploding until nothing is left.

 

Should I try narrowing this down to figure out what mod is causing this (I have kerbalism and then a few small QoL ones) or is this a known problem?

Hello! Did you manage to solve this problem? my ship also crashes or crashes when landing on the moon.

 

Link to comment
Share on other sites

  • 1 month later...

I have tried using it in both 1.8.1 and 1.7.3 and neither work. I have tried module managers 4.0.2, 4.1.2, and 4.1.3. Must one modify the config files in both RESCALE and Sigma to 2.5x scale, or does the former overwrite the latter? I also tried going all the way down to version 1.3.1 because sometimes Id get a message of that being the most recent compatible version. I dont even need it to work on a recent version, I just want a larger Kerbin in somehow. There must be something Im not understanding. I cannot stand to run KSP at anything less than 2.5x scale! I saw @Kergarin"s video of using KSP 1.8.1, Kopernicus 1.8.1, Sigma Dimensions 0.10.7, and RESCALE 1.0.2.8, and I could not get it to work.

I just hope they learn their lesson and make 2.5x the default scale in KSP 2.

Edited by Squishchin Chubbs
Link to comment
Share on other sites

7 hours ago, Squishchin Chubbs said:

I have tried using it in both 1.8.1 and 1.7.3 and neither work. I have tried module managers 4.0.2, 4.1.2, and 4.1.3. Must one modify the config files in both RESCALE and Sigma to 2.5x scale, or does the former overwrite the latter?

You don't need to modify any configs, RESCALE overwrites them.  You require Koperniucs too, do you have it installed?  In your Gamedata folder you should have at least:

  • Kopernicus
  • ModularFlightIntegrator
  • ModuleManager
  • Rescale (for 2.5x)
  • Sigma/Dimensions
  • Squad
Edited by OhioBob
Link to comment
Share on other sites

On 6/3/2020 at 12:21 AM, Squishchin Chubbs said:

I just hope they learn their lesson and make 2.5x the default scale in KSP 2.

According to the developers, the starting solar system will be the same scale as KSP1.  Though KSP2 is suppose to have multiple solar systems, and some of the other systems are supposedly going to have larger planets.

Link to comment
Share on other sites

@OhioBob Thanks for letting me know.

I have since temporarily solved my problem, by using a fresh instal of KSP 1.8.1 and newest versions of Kopernicus and Sigma Dimensions. I think the Rescale mod was causing problems, as well as other versions of things being unsupported. Hopefully these things are updated to 1.10 soon and I think thats the version of the game I will stick with until KSP 2 releases.

Link to comment
Share on other sites

33 minutes ago, Squishchin Chubbs said:

I think the Rescale mod was causing problems

I'm not sure of what in Rescale wouldn't work.  As far as I know, nothing has changed that would make it's configs invalid.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...