Courseplay / courseplay

Courseplay for Farming Simulator 2019
http://courseplay.github.io/courseplay
GNU General Public License v3.0
953 stars 528 forks source link

Q: Cpupdate #3001

Closed AgroWillem closed 5 years ago

AgroWillem commented 5 years ago

No issue but a Question.

For FS17 we had that handy CPupdate-script. See #1438 Is it possible to have that too for FS19?

And thx a lot for the new CP!

TinyCrocodile commented 5 years ago

Why not creating this issue in the cpupdate project you just referenced to? Most likely the developer will notice it there.

apache141 commented 5 years ago

This seems to be working as is i just tried it and it updated to the new version.

shadow250 commented 5 years ago

it places it in the 2017 mod folder though. to fix it open the cpupdate_portable.bat in notepad and change lines: :: 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

Satissis commented 5 years ago

I'll close this one since it's not an issue and it's not something we have provided.