Jump to content

GAP - changing contract locations


leroidangleterre

Recommended Posts

I've been trying to reprogram some contracts  so that the passengers require be flown to  other locations; https://imgur.com/a/NZkCoqR

The file Airline-Flight-101.cfg contains information about the destination:

name = WaypointGenerator
        type = WaypointGenerator
		
		PQS_CITY
		{
			name = Island Airfield
			icon = marker
			
			pqsCity = IslandAirfield
			pqsOffset = -129.870222771593, -227.36909617722, 25.4157831746222
			altitude = 50
			
		}

I've used Kerbal Konstructs to create runways at these places (NorthEast Island and East Peninsula). However I cannot seem to  change where the contract is asking me to go, the pqsOffset does not seem to have any effect.

What should I change to the contract files ?

Link to comment
Share on other sites

 

I feel like I might be giving you some dodgy advice here, as I've never actually done it myself, but...

 

Looking at some other contracts which involve visiting a specific place, you need to generate the waypoint, which it looks like you have.

Then, you need a parameter in the contract that states you need to visit that waypoint.

Something like -

Spoiler
PARAMETER
        {
            name = VisitWaypoint
            type = VisitWaypoint

            index = <YourWaypointHere>
            distance = 20

            showMessages = true
		}

 

 

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