Jump to content

I need help with PQSCity (or similar stuff)


Recommended Posts

Hi all,

For the needs of a planet pack I need to place a model on the surface of a planet (a bit like an anomaly). I use Kopernicus of course.
After some searching, I found that I could use the PQS mods PQSCity and City (maybe City2). I've tried to make them work for days, without any success...

So, does anyone know how to [properly] use the PQS mods PQSCity or City (and possibly City2) ?
Thanks.

 

Spoiler

Config:

@Kopernicus:AFTER[KOPERNICUS]
{
	Body
	{
		// Usual stuff
		PQS
		{
			materialType = AtmosphericTriplanarZoomRotation
			// Stuff				
			Material
			{
				// Stuff
			}
			PhysicsMaterial
			{
				// Stuff
			}
			Mods
			{
				VertexHeightMap
				{
					// Stuff
				}

				VertexHeightMap
				{
					// Stuff
				}
				VertexHeightNoiseVertHeightCurve2
				{
					// Stuff
				}
				VertexColorMap
				{
					// Stuff
				}
				HeightColorMap
				{
					// Stuff
				}
				VertexHeightNoise
				{
					// Stuff
				}
				VertexSimplexHeightMap
				{
					// Stuff
				}
				VertexHeightNoiseVertHeight
				{
					// Stuff
				}
				City
				{
					debugOrientated = True
					frameDelta = 1
					randomizeOnSphere = False
					reorientToSphere = False
					reorientFinalAngle = 0
					reorientInitialUp = 0,1,0
					repositionRadial = 0,0,0
					repositionRadiusOffset = 0
					repositionToSphere = True
					repositionToSphereSurface = True
					repositionToSphereSurfaceAddHeight = False
					latitude = 0.25
					longitude = -123.1

					commnetStation = False
					isKSC = False
					order = 100
					enabled = True
					name = Atmospheric_harvester_01
					model = atmoharvest01
					Position
					{
						latitude = 0.25
						longitude = -123.1
					}
					LOD
					{
						Value
						{
							visibleRange = 50000
							scale = 1,1,1
							delete = False
						}
					}
				}
				MapDecalTangent
				{
					// Stuff
				}
			}
		}
	}
}

I removed the misc stuff like vertex height. I'm not sure on how to specify a specific location (latlon), so I tried to put a POSITION thing, or two parameters "latitude" and "longitude", but neither worked.

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...