Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); Home · Courseplay/Courseplay_FS22 Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Peter Vaiko edited this page Feb 1, 2022 · 5 revisions

Courseplay

Welcome to Courseplay

How to provide a nice and sexy bug report:

  1. Always update to the latest build and check if the problem really still exists before reporting issues.

  2. Check if your problem has already been reported by someone else. If so, contribute to that issue instead of creating a new one.

  3. Write in English. We have users (and developers) from all over the world. And by writing in English, you help them (and us) understand and maybe even contributing to the solution.

  4. Use our Templates! Be descriptive and clear: use a clear title without writing a whole novel. In the text area, describe the situation as precise as possible.

  5. If you want to be nice, you can activate some Debug-Channels so we have more information in the log to work with.

  6. Post the complete game log:

    1. You can find it in the following directory:
      • Windows (7 and above):
        C:\Users\[YOUR USER NAME]\Documents\My Games\FarmingSimulator2022\log.txt
      • Mac:
        • Mac OS X Download/DVD/Steam-Version:
          /Users/[YOUR USER NAME]/Library/Application Support/FarmingSimulator2022/log.txt
        • Mac OS X AppStore-Version (Mac OS X 10.7 and newer):
          /Users/<your username>/Library/Containers/com.focus-home.farmingsim2022/Data/Library/Application Support/FarmingSimulator2019/log.txt
    2. Upload the log:
      Go to Gist or Pastebin, and add your log content by either using copy and paste, or dragging the log.txt file into the text area (Gist only).
    3. Post the link to your log in the issue.
    4. You can also drag and drop the log.txt into the comment box.
  7. Tell us the Courseplay version you're using. You can find it in the game's log.

  8. Tell us which map and which Vehicle (mods) you are using.

How to Post a Savegame

Sometimes the devs won't be able to reproduce the problem or it would take too much time to set up the problem scenario. In this case we'll ask you to post more information:

  1. Try reproducing your problem with the stock vehicles and equipment, no mods.
  2. Make sure you save all courses used by your vehicles involved in the problem.
  3. Save your game before the problem occurs then exit the game.
  4. From your game folder (see above) zip (compress) the appropriate savegame folder (if you saved your game in Savegame 8 the folder will be savegame8) and upload it to Gist.
  5. Post a link to the uploaded file in the issue
  6. If you are running a course, find it under My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Courses\<map name>\Singleplayer and add it to the issue.
  7. Tell us which saved course to load for which vehicle and how to reproduce the problem from the saved game.
  8. If you are not using the stock maps, post a link to the map you are using.
  9. If you absolutely could not reproduce it with the stock vehicles, post a link to the mods.

How to Post Your Field Definitions

To troubleshoot fieldwork course generator issues the devs may need your field definitions.

  1. Make sure you have the developer console enabled (google it, or see this video)
  2. Activate the console (tilde/backtick key twice above the TAB) and type in cpSaveAllFields
  3. Courseplay writes a file named cpFields.xml to the My Games\FarmingSimulator2022\modSettings\Courseplay_FS22\Debug\DebugPrints\ folder. Post this file in the issue and tell us your course generator settings including work width and the number of the field you are having problems with.

Clone this wiki locally