Jump to content

Heightmaps, Oceans, Planets, Definitely not Water!


Recommended Posts

I'm working on a final addition for the first release of my Exotik Worlds mod. I can't figure out how to add heightmaps to my planet and it's confusing as heck! Can somebody PLEASE write me a config that I can copy and paste into an existing .cfg file? I just need the PQS mods and whatever else is needed for heightmaps. Call the height map: =^.^=

I also need to know how to add oceans to a world. HOW IN KOD'S NAME DOES THAT WORK!?!?

Link to comment
Share on other sites

On June 11, 2016 at 9:20 AM, Thomas P. said:

I am not sure how often we already gave you this link (except from the fact that it is included in the Kopernicus OP, which you have read of course, before asking for support), but have it again: https://github.com/Kopernicus/KopernicusExamples

I've tried over and over again but can't get it to work. http://pastebin.com/G1dUqbHR

Link to comment
Share on other sites

@Fireheart318 I don't understand, why are you using this expression:  NEEDS[!Kopernicus] ? That exclamation mark implies that Kopernicus must not be installed, but you're patching a Kopernicus config, so what's the catch?

Edited by Enceos
Link to comment
Share on other sites

2 minutes ago, Enceos said:

@Fireheart318 I don't understand, why are you using this expression:  NEEDS[!Kopernicus] ? That exclamation mark implies that no Kopernicus must not be installed, but you're patching a Kopernicus config, so what's the catch?

The catch is that Kittopia adds this blocker when exporting the configs. To quote myself from when I added it: "If you are smart enough to adapt the config, you're smart enough to remove the blocker"

Link to comment
Share on other sites

Just now, Thomas P. said:

The catch is that Kittopia adds this blocker when exporting the configs. To quote myself from when I added it: "If you are smart enough to adapt the config, you're smart enough to remove the blocker"

LOL =D 

Link to comment
Share on other sites

12 hours ago, Thomas P. said:

The catch is that Kittopia adds this blocker when exporting the configs. To quote myself from when I added it: "If you are smart enough to adapt the config, you're smart enough to remove the blocker"

A few of my planets have worked so I didn't see the need to remove that. Gimme a sec

12 hours ago, Thomas P. said:

The catch is that Kittopia adds this blocker when exporting the configs. To quote myself from when I added it: "If you are smart enough to adapt the config, you're smart enough to remove the blocker"

@Kopernicus:AFTER[Kopernicus]
{
    @Body[Mun]
    {
        @Template
        {
            removePQSMods = PQSMod_VertexHeightMap
        }
        @PQS
        {
            Mods
            {
                VertexHeightMap
                {
                    map = ExotikWorlds/OceanMun/PluginData/Laythe_Height.png
                    offset = 0
                    deformity = 7500
                    scaleDeformityByRadius = False
                    order = 10
                    enabled = True
                }
            }
        }
    }
}

I stole the first height map I could find and ploped it in the PluginData folder for OceanMun. Apperently, this does... nothing?

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