Git Product home page Git Product logo

cpupdate's People

Contributors

elpatron68 avatar gec100 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cpupdate's Issues

auger wagons

if you can look into making the auger wagon work like the courseplay in fs17

Cp new map

Moin, folgendes auf der neuen Gemeinde rade (modhub) funzt der courseplay ( großer gelber Pfeil beim einstellen des Helfers nicht mehr... ) wäre jemand bereit mir zu helfen dieses Problem zu lösen?

CPupdate für LS22

Moin nach Kiel.
kannst Du Dein Script auch für LS22 anpassen?
Ich habe es für LS19 bis zum letzten Tag genutzt ;-)

Gruß aus SH

Small Typo

you have declared autoclose with "NO", when you are checking for "No". So program always closes at the end.

Otherwise, nice little program :) 👍

Creating to zip?

Hi Elpatron68!

Great add-on. Makes the update process a lot easier! 👍

However, I was wondering if you will be able to create the mod folder as a zip file in the future?

Regards,
DaneViking

Not updating

The update is failing for me, possibly because I have a "space" in my username and the directory locations are failing. By the looks of it the backup is the issue.

untitled

attn dev cpupdate needs updating for fs 19

anyone looking for the fix before the dev fixes it the solution is to open the cpupdate_portable.bat in notepad and change this:

:: Setting Mod directory
SETLOCAL
for /f "delims=" %%i in ('cscript %TEMP%\moddir.vbs "%UserDocs%\My Games\FarmingSimulator2017\gameSettings.xml" //Nologo') do set moddir=%%i

rem Setting Courseplay mod folder or file
if defined moddir (
set _dest=%moddir%\ZZZ_courseplay
) else (
set _dest=%UserDocs%\my games\FarmingSimulator2017\mods\ZZZ_courseplay

to :

:: Setting Mod directory
SETLOCAL
for /f "delims=" %%i in ('cscript %TEMP%\moddir.vbs "%UserDocs%\My Games\FarmingSimulator2019\gameSettings.xml" //Nologo') do set moddir=%%i

rem Setting Courseplay mod folder or file
if defined moddir (
set _dest=%moddir%\ZZZ_courseplay
) else (
set _dest=%UserDocs%\my games\FarmingSimulator2019\mods\ZZZ_courseplay

Can't get it to work

I must be missing something because it was working for 2017, freshly downloaded the new version and I get this.

capture

I'm sure I am just missing something, but can you tell me what it might be?

Thanks for a great script, its life-changing during this beta phase.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.