Jump to content

Making Planet problem


Recommended Posts

Hi everyone

it's the first time I try and to start I wanted to replace Mun with Moon. Through kittopia I have extracted the cfg of Mun and then I write this following these video

Quote

@Kopernicus:FOR[Luna]
{
    Body
    
    {
        name = Luna
        Debug
        {
            exportMesh = true
            update = true
        }
        
        removeAllPQSMods = true
    }
    
    Properties
    {
        description = Luna, il più grande satellite in orbita intorno a Kerbin, ha un aspetto grigiastro, con crateri di varie dimensioni che costellano la sua superficie altrimenti liscia.La scoperta di Mun è unanimemente considerata una delle pietre miliari più significative nell'evoluzione dei kerbal. D'accordo, non è successo molto tempo fa, ma si può comunque affermare con certezza che oggi i kerbal sono più saggi e più evoluti di quanto fossero in quei tempi là.
        radius = 200000
        geeASL = 0.166056700098353
        isHomeworld= false
        tidallyLocked = True
        rotationPeriod = 138984.376574476
        timewarpAltitudeLimits = 0 5000 5000 10000 25000 50000 100000 200000
                    
        ScienceValues
            {
                landedDataValue = 4 // Science multipler for landed science.
                splashedDataValue = 1 // Science multipler for splashed down science.
                flyingLowDataValue = 1 // Science multipler for flying low science.
                flyingHighDataValue = 1 // Science multipler for flying high science.
                inSpaceLowDataValue = 3 // Science multipler for in space low science.
                inSpaceHighDataValue = 2 // Science multipler for in space high science.
                recoveryValue = 2
                flyingAltitudeThreshold = 18000 // Altitude when "flying at <body>" transistions from/to "from <body>'s upper atmosphere"
                spaceAltitudeThreshold = 60000 // Altitude when "in space low" transistions from/to "in space high"
            }
            
            biomeMap = Luna\Textures\2k_moon.dds
            Biomes
            {
                Biome
                {
                    name = Luna
                    value = 1
                    color = #000000
                }
            }
            
            Orbit
            {
                referenceBody = Kerbin // The body that this body is orbiting around.
                inclination = 0
                eccentricity = 0
                semiMajorAxis = 12000000 // The altitude of the highest point in the orbit
                longitudeOfAscendingNode = 0 // The position of the highest point on the orbit circle
                argumentOfPeriapsis = 0
                epoch = 0
                color = 0.611764729,0.627451003,0.70588237,0.501960814 // The color of the orbit line in the Tracking Station
                iconColor = 0.611764729,0.627451003,0.70588237,0.501960814 // The color of the circle that marks the planets
            }    
        
            ScaledVersion
            {
                type = Vacuum
                fadeStart = 55000
                fadeEnd = 60000
                sphericalModel = False
                deferMesh = False
            }
            Material
            {
                color = 0.723880589,0.734684765,0.734684765,1
                specColor = 0,0,0,1
                shininess = 0.03
                mainTex = Luna\Textures\2k_moon.dds
                bumpMap = Luna\Textures\2k_moon.dds
                opacity = 1
            }
        PQS
        {
            Mods
            {
                map = Luna\Textures\2k_moon.dds
                offset = 0
                deformity = 0
                scaleDeformityByRadius = False
                order = 100        
            }
            VertexHeightNoiseVertHeight
            {
                heightStart = 0
                heightEnd = 1
                deformity = 400
                frequency = 12
                octaves = 6
                persistance = 0.5
                seed = 1283704385
                mode = Low
                noiseType = Perlin
                lacunarity = 2
                order = 103
            }
        }
    }
}


I also wrote this string to delete Mun in another file.
 

Quote

@Kopernicus:FOR[Luna]
{
    !Body[Mun] {}
}


This last works perfectly but my Moon is not drawn. Where's the mistake?
I inserted these files into GameData\Luna, together the Cache folder (empty) and Textures folder (with inside the chosen texture in DDS DXT1 format 2048x1024 )

Thanks

Edited by Simog
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...