Farming Simulator 25

Farming Simulator 25

データを表示:
Steam Dedicated Server does not work
For some reason, the server does not find the folder "My Games".. and creates a folder called "My" instead.. and end up failing to start.

Anyone with the same issue? Any workarounds?
投稿主: JasonX:
PIstolito の投稿を引用:
Linux_Luke の投稿を引用:
Its not able to parse the space in "My Documents". As a workaround you can copy the "FarmingSimulator25" folder and locate that somewhere else like C:\ You can set the steam launch options to "-profile "C:\FarmingSimulator2025" -server" and it will look for the dedicatedServerConfig.xml at C:\FarmingSimulator25\dedicated_server\dedicatedServerConfig.xml

Note that this does not help with the server webui, that will still write to the original folder in My Documents so you'll need to copy the xml file if you make changes.

This does not work for my case, when starting the server directly via steam, it will, for some reason, required graphics drivers (this machine is for servers only).. the webui way does not.
Then try the following:

Delete the "My" Folder.
Then create a symlink with the command prompt.
You need to start the command promt elevated because you need admin rights.

mklink /D Linkname Folderpath

eg:

mklink /D My "C:\My Documents\"


Then try starting your server. For the game it should be like it was in the path "My" but is in reality in "My Documents"

To be save, google the exact syntax of mklink. I wrote the syntax of my mind, not 100% sure if its the correct one. I only know you need to use /D to tell Windows you MAP a Folder to a Folder
< >
16-29 / 29 のコメントを表示
JasonX の投稿を引用:
PIstolito の投稿を引用:


The "funny" part is that Giants customer support respond to me, saying that steam version does not work for dedicated server.. and they told me be to buy ANOTHER copy directly from the giants shop.

It turns out that symlink worked!

Thank you so much! and everyone who tried to help! love you guys!
Interesting. Maybe it was an apprentice first level. Because i played FS22 pretty well on my self hosted dedicated server using a steam version.

Me too.. i played a lot fs22 with a steam dedi server. And yeah.. maybe it was someone inexperienced.. still made me mad..
PIstolito の投稿を引用:
PsychFog の投稿を引用:

What excactly have you done?
Only this?
mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games"


No. on the server logs.. it was not founding the config xml on "C:\Users\Administrator\Documents\My\FarmingSimulator2025" so use this commands:

mklink /D "C:\Users\Administrator\Documents\My\FarmingSimulator2025" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"

and

mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"

I am not sure if both are needed, but sill.. after thats.. there was only a dlc error.. wich i ignored.

To be clear.. on the webui.. it says the server failed to start.. but it worked.. look on the game itself.. if the other steps wore made.. i believe it will work.

Strange. I tried that before i found this topic and maybe that already worked but i was a little bit confused, because the web panel said "offline".

Whatever - that worked for me!

I only needed
mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"
Taco 2024年11月13日 8時28分 
PIstolito の投稿を引用:
JasonX の投稿を引用:
Then try the following:

Delete the "My" Folder.
Then create a symlink with the command prompt.
You need to start the command promt elevated because you need admin rights.

mklink /D Linkname Folderpath

eg:

mklink /D My "C:\My Documents\"


Then try starting your server. For the game it should be like it was in the path "My" but is in reality in "My Documents"

To be save, google the exact syntax of mklink. I wrote the syntax of my mind, not 100% sure if its the correct one. I only know you need to use /D to tell Windows you MAP a Folder to a Folder


The "funny" part is that Giants customer support respond to me, saying that steam version does not work for dedicated server.. and they told me be to buy ANOTHER copy directly from the giants shop.

It turns out that symlink worked!

Thank you so much! and everyone who tried to help! love you guys!

Would also like to say this solved my issue as well and GIANTS came back with the same statement about telling me to purchase a key from their website.
zattoTV 2024年11月13日 10時13分 
For me didn't help. Still can't make server runing. And Giants reposnd in email. That is not they problem.
PsychFog 2024年11月13日 11時40分 
Server is up and i see it in the server list but connection don't works.
Nemrael 2024年11月17日 10時56分 
So also worked for me. But really? The developer just made a mistake in naming the folder creation... but they want me to spend money for a second USELESS server license?...
Taco 2024年11月17日 19時10分 
Nemrael の投稿を引用:
So also worked for me. But really? The developer just made a mistake in naming the folder creation... but they want me to spend money for a second USELESS server license?...
This is classic GIANTS...I would doubt it ever getting fixed and it'll probably bleed into the next edition of the game as well.
symlink didn't fix fix mine either I've got the same folder problem "My" instead of "My Games" but yet FS22 works flawlessly and this is why alot of Gamers turn to pirating tired of buying f**ked up games
FS25 is actually up on several sites already fitgirl and dodi both have it already lol
Jacques 2024年11月17日 22時54分 
I did the symlink on my server it works (sorta) the server is running but the website said it's offline. I also Find the dedicated server supper glitchy.
JasonX 2024年11月18日 0時17分 
PIstolito の投稿を引用:
PsychFog の投稿を引用:

What excactly have you done?
Only this?
mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games"


No. on the server logs.. it was not founding the config xml on "C:\Users\Administrator\Documents\My\FarmingSimulator2025" so use this commands:

mklink /D "C:\Users\Administrator\Documents\My\FarmingSimulator2025" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"

and

mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"

I am not sure if both are needed, but sill.. after thats.. there was only a dlc error.. wich i ignored.

To be clear.. on the webui.. it says the server failed to start.. but it worked.. look on the game itself.. if the other steps wore made.. i believe it will work.

On your example the correct symlink by syntax would be:

mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games\"

instead of:

mklink /D "C:\Users\Administrator\Documents\My" "C:\Users\Administrator\Documents\My Games\FarmingSimulator2025"

because if it looks for the "my" folder instead of "my games" the "my" folder should not point to the subdirectory of "my games".

Maybe that would fix the webgui too. Try changing that, if it doesn't work at all you always can change it back to your syntax.
JasonX 2024年11月18日 0時19分 
zattoTV の投稿を引用:
For me didn't help. Still can't make server runing. And Giants reposnd in email. That is not they problem.
And what error do you get in your log? Maybe you have a different error.
In your installed folder where the server/game is located. Create a text file named steam_appid.txt
Inside that file put in 2300320
Server will launch successfully with no error on launch. This is due to Steam's popup making sure you wish to run the game with specific arguments. When they pops up the server immediately fails and has an error, yet still loads.
Taco 2024年11月25日 19時04分 
shortybsd の投稿を引用:
In your installed folder where the server/game is located. Create a text file named steam_appid.txt
Inside that file put in 2300320
Server will launch successfully with no error on launch. This is due to Steam's popup making sure you wish to run the game with specific arguments. When they pops up the server immediately fails and has an error, yet still loads.
This combined with the system link command seems to fix the server completely
Thanks guys!
< >
16-29 / 29 のコメントを表示
ページ毎: 1530 50

投稿日: 2024年11月12日 13時18分
投稿数: 29