Autologin

alsdk

Well-Known Member
According to Launcher.iss i need to edit config/launcher.xml and add stuff for my char (user, passwd, char name, etc).

Added it, then i run eve client from innerspace tray icon and when im in evelogin screen i open console with F12 and start typing: run scripts/evebot/launcher

and script give me an error msg: No login, pw, or CharID found in config.


Am i missing something ?
 

trupoet

Active Member
the xml file is actually called launcher_config.xml . There is the launcher_config_example.xml as an example.

Once you configure it, it should go in your ROOT evebot folder, not the config folder.
 

dauser

Well-Known Member
You can also specify the laucher file to run via the Innerspace Launcher, so its a true 'auto login', rather than having to bring up the console window and do it manually each time.

Just add the run to the laucher.
 

alsdk

Well-Known Member
i have placed launcher_config.xml into c:\program files\innerspace\scripts\evebot dir.
I just modified example file launcher_config_example.xml and rename it as i said above.

The content of my xml file is like:

<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>
<Set Name="my_char_name">
<Setting Name="Default Login">TRUE</Setting>
<Set Name="Common">
<Setting Name="Login Name">eve_username</Setting>
<Setting Name="Login Password">eve_passwd</Setting>
<Setting Name="CharacterName">ingame_char</Setting>
<Setting Name="AutoLoginCharID">0</Setting>
</Set>
</Set>
</InnerSpaceSettings>



but when i type in console 'run evebot/launcher' i saw that fucking msg about no login, pw or charid found in config file.

Thanks for replies.
 

trupoet

Active Member
alsdk said:
i have placed launcher_config.xml into c:\program files\innerspace\scripts\evebot dir.
I just modified example file launcher_config_example.xml and rename it as i said above.

The content of my xml file is like:

<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>
<Set Name="my_char_name">
<Setting Name="Default Login">TRUE</Setting>
<Set Name="Common">
<Setting Name="Login Name">eve_username</Setting>
<Setting Name="Login Password">eve_passwd</Setting>
<Setting Name="CharacterName">ingame_char</Setting>
<Setting Name="AutoLoginCharID">0</Setting>
</Set>
</Set>
</InnerSpaceSettings>



but when i type in console 'run evebot/launcher' i saw that fucking msg about no login, pw or charid found in config file.

Thanks for replies.
You need to set the AutoLoginCharID or it will not know which character to choose at CharSelect. You can get this when you're in game by typing:

echo ${Me.CharID}

in the console
 

paulo

Member
ok got it working now, it logs back in to game with the run evebot/launcher (charname) TRUE command at startup inside innerspace configuration.

but the problem is, when Im ingame and evebot is launched, all the settings arent saved. like my station name, distance to player, all settings inside evebot are now like the first start without config.
 
Last edited:
Top Bottom