jo3stevens / ACServerManager

Web Based Server Manager for Assetto Corsa Servers
58 stars 33 forks source link

Problem Pre-Configuration #44

Open Golia420 opened 6 years ago

Golia420 commented 6 years ago

Hi, maybe it's me that I can not configure but after having done all the reported passages, I can not understand why when I start the Web script can not find the folder where and containing the server "Assetto corsa Server", or at least try but goes to bet on an insesitente link .. and in fact I can neither load nor see the server up or down and even configure it and save it ... Tomorrow place some image (the path of the server and the apposto folder) Thanks in advance for the help

Sorry for my bad English

Pringlez commented 6 years ago

Which version are you using, I'm don't really understand the problem your having. The manager can't find the assetto corsa server right? By default, the manager looks for the server in one directory up called 'server'. Did you install the assetto corsa server somewhere else yes?

Golia420 commented 6 years ago

hi, thanks for the reply .. the server set up run and installed from another part, but I gave him the connection to which he must go .. that is C: \ Program Files \ Steam \ steamapps \ common \ assettocorsa \ server

but he tries to access this direcory:

fefe

Pringlez commented 6 years ago

Whats in your settings file content path?

Golia420 commented 6 years ago

hi, maybe I understood why it gave me problems .. the script tried to access 2 links because I had not set the link "cfg" .. anyway I remember that this problem I had actually already solved .. (I do not remember a fuck), the question is: now the script "works":   module.exports = {    serverPath: '\ server',    contentPath: '\ server \ cfg',    sTrackerPath: '',    username: '',    password: '',    port: 42555 }; however, although there are occasional updates of the game and therefore also of the addition of the machines, he will not get attached anymore so I have to do it manually by moving the "Content" folder in the server? thank you

Pringlez commented 6 years ago

The 'contentPath' should be 'C:\Program Files\Steam\steamapps\common\assettocorsa\content' in your case since your running the server & the game on the same machine. If I understand thats where your assetto corsa game is installed.

Try using my fork version too, there is still saving issues in jo3stevens version of the manager. If you do use my fork, then make sure to set the 'useLocalContent' to false. And populate the 'contentPath' like stated.