├── README.md ├── _config.yml ├── images ├── CP6Logo).png ├── Screen detail.PNG ├── Screen detail.jpg ├── bg_hr.png ├── blacktocat.png ├── icon_download.png └── sprite_download.png ├── index.md ├── javascripts ├── main.js └── scale.fix.js ├── release └── FS19_FarmingDesktop.txt └── stylesheets ├── pygment_trac.css ├── styles.css └── stylesheet.css /README.md: -------------------------------------------------------------------------------- 1 | # CoursePlay Editor 6 2 | 3 | [![Join the chat at https://gitter.im/CoursePlay-Editor-6/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link][gitter-image]][gitter] 4 | 5 | Inline-style: 6 | ![alt text](https://github.com/CourseplayPathEditor/CoursePlay-Editor-6/blob/gh-pages/images/Screen%20detail.PNG "CP Editor 6") 7 | 8 | 9 | 10 | * **Installation** 11 | If you find troubles with settings.xml in C:\Users\Alfre\AppData\Local\FS19_FarmingDesktop, this are the correct format: 12 | 13 | ```DVD or GIANTS DOWNLOAD 14 | 15 | 16 | 17 | 18 | 19 | ``` 20 | STEAM 21 | ``` 22 | 23 | 24 | 25 | 26 | 27 | ``` 28 | 29 | SET to true directoryoverride in gamesettings.xml and set the directory like this, you have it as False 30 | 31 | ``` 32 | 33 | ``` 34 | 35 | ## Quickstart 36 | 37 | 38 | ## "Only for Team Members" 39 | 40 | | **[Download CP Editor 6][techdocs]** | **[Setup Guide][setup]** | **[Roadmap][roadmap]** | **[Contributing][contributing]** | 41 | |-------------------------------------|-------------------------------|-----------------------------------|---------------------------------------------| 42 | | [![i1][techdocs-image]][techdocs] | [![i2][setup-image]][setup] | [![i3][roadmap-image]][roadmap] | [![i4][contributing-image]][contributing] | 43 | 44 | ## Contributing 45 | 46 | We're committed to a loosely-coupled architecture for CoursePlay Editor 6 and would love to get your contributions within each of the six sub-systems. 47 | 48 | If you would like help implementing a new tracker, adding an additional enrichment or loading CoursePlay Editor 6 events into an alternative webpage, check out our **[Contributing][contributing]** page on the wiki! 49 | 50 | ## Questions or need help? 51 | 52 | Check out the **[Talk to us][talk-to-us]** page on our wiki. 53 | 54 | ## Copyright and license 55 | 56 | CoursePlay Editor 6 is copyright 2012-2019 PromGames. 57 | 58 | Licensed under the ; 59 | you may not use this software except in compliance with the License. 60 | 61 | Unless required by applicable law or agreed to in writing, software 62 | distributed under the License is distributed on an "AS IS" BASIS, 63 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 64 | See the License for the specific language governing permissions and 65 | limitations under the License. 66 | 67 | [travis-image]: https://travis-ci.org/snowplow/snowplow.png?branch=master 68 | [travis]: 69 | 70 | [release-image]: https://img.shields.io/badge/release-112_Baalbek-orange.svg?style=flat 71 | [releases]: 72 | 73 | [license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat 74 | [license]: 75 | 76 | [gitter-image]: https://badges.gitter.im/snowplow/snowplow.svg 77 | [gitter]: https://gitter.im/CoursePlay-Editor-6/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge 78 | 79 | [website]: 80 | [wiki]: 81 | [architecture-image]: 82 | [architecture-doc]: 83 | [talk-to-us]: 84 | [contributing]: 85 | 86 | [setup]: 87 | [tech-docs]: 88 | [tracker-protocol]: 89 | [collector-logs]: 90 | [data-structure]: 91 | [looker]: 92 | 93 | [techdocs-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/techdocs.png 94 | [setup-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/setup.png 95 | [roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png 96 | [contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png 97 | 98 | [techdocs]: https://github.com/orgs/CourseplayPathEditor/teams/courseplay-editor-6-wip 99 | [setup]: 100 | [roadmap]: 101 | [contributing]: 102 | 103 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | title: CoursePlay Editor 6 for FS19 2 | description: Managing courses in Courseplay 3 | google_analytics: 4 | show_downloads: true 5 | theme: jekyll-theme-leap-day 6 | 7 | gems: 8 | - jekyll-mentions 9 | github: 10 | zip_url: https://github.com/CourseplayPathEditor/CoursePlay-Editor-6/raw/gh-pages/release/FS19_FarmingDesktop-1.0.0.12.zip 11 | tar_url: https://github.com/CourseplayPathEditor/CoursePlay-Editor-6/raw/gh-pages/release/FS19_FarmingDesktop-1.0.0.12.zip 12 | -------------------------------------------------------------------------------- /images/CP6Logo).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/CP6Logo).png -------------------------------------------------------------------------------- /images/Screen detail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/Screen detail.PNG -------------------------------------------------------------------------------- /images/Screen detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/Screen detail.jpg -------------------------------------------------------------------------------- /images/bg_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/bg_hr.png -------------------------------------------------------------------------------- /images/blacktocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/blacktocat.png -------------------------------------------------------------------------------- /images/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/icon_download.png -------------------------------------------------------------------------------- /images/sprite_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseplayPathEditor/CoursePlay-Editor-6/f3512b4da929209e7f5573b5fbb6c63c7e1e4a45/images/sprite_download.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | ### Welcome to CP Editor 6. 2 | 3 | CoursePlay Editor 6 is a tool for visual editing of XML files used in Courseplay Farming Simulator 2019, developed initially by Pawpouk, has been rebuilt by us to deal with the data produced by Courseplay 6.0 4 | 5 | ![CoursePLayEditor6](https://github.com/CourseplayPathEditor/CoursePlay-Editor-6/blob/gh-pages/images/Screen%20detail.jpg) 6 | 7 | ### You have to run it under only Windows 10 8 | 9 | 10 | ### Transform and validate old Courseplay files to FS19 11 | We have transformed and include the realheight of waypoints, making us compatible to create splines for Giants editor Maps 12 | 13 | ### Authors and Contributors 14 | PromGames 15 | 16 | ### Support or Contact 17 | Having trouble with Pages? Check out the documentation at https://github.com/PromGames/CoursePlay-Editor-6" and we’ll help you sort it out. 18 | Explain the situation: what did you did? What was the goal? When did the error occur? Is the error reproducible? 19 | Add images of the produced error and have a look if the bug has already been reported in the issues section 20 | -------------------------------------------------------------------------------- /javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /javascripts/scale.fix.js: -------------------------------------------------------------------------------- 1 | var metas = document.getElementsByTagName('meta'); 2 | var i; 3 | if (navigator.userAgent.match(/iPhone/i)) { 4 | for (i=0; i