Hi, I'm trying to start Nostale from a .bat file with "start NostaleClientX EntwellNostaleClientLoadFromIni" and config.ini with:
When I try to login with ID and PW to login no logs are shown in any console and client pops up incorrect password message. I have the login, master and world app.config files with the correct IP and port. I've tried Pumba99 MultiClientCreator also but is not working, and also with older versions of NostaleClientX.exe but i'd no luck. Any suggestions?
login app.config
master app.config
world app.config
Code:
[NosTale_Network] IP=127.0.0.1 Port=6002
login app.config
Code:
<appSettings>
<add key="MasterPort" value="6000" />
<add key="MasterIP" value="127.0.0.1" />
<add key="IPAddress" value="127.0.0.1" />
<add key="LoginPort" value="6002" />
</appSettings>
Code:
<appSettings>
<add key="MasterPort" value="6000" />
<add key="MasterIP" value="127.0.0.1" />
</appSettings>
Code:
<appSettings>
<add key="MasterPort" value="6000" />
<add key="MasterIP" value="127.0.0.1" />
<add key="WorldPort" value="6006" />
<add key="IPAddress" value="127.0.0.1" />
</appSettings>