Autologin without prelaunching Innerspace

free(?!) clues!

Autologin without prelaunching Innerspace

Postby Saha » 19 Apr 2016, 13:21

Your current autologin should look like

Code: Select all
start "" "C:\InnerSpace\InnerSpace.exe" run isboxer -launch "CharsetName"
timeout /t 160
start "" "C:\InnerSpace\InnerSpace.exe" runscript eq2ogrecommon/OgreAutoLogin/AutoLogin GroupName


this requires you to launch Innerspace with the -32bit parameter else stuff blows up, I got bored so made a single click autologin that doesn't require login. right click - edit that file and replace its contents with

Code: Select all
cd "C:\Install with spaces\Innerspace\"
ping 127.0.0.1 -n 6 > nul
start "" InnerSpace.exe -32bit
ping 127.0.0.1 -n 6 > nul
start "" InnerSpace.exe run isboxer -launch "CharsetName"
timeout /t 160
start "" InnerSpace.exe runscript eq2ogrecommon/OgreAutoLogin/AutoLogin GroupName


the pings may look out of place, but its the only way I was able to get a reliable delay, using this you should be able to just run your bat like you could pre-isxdk35.
Saha
 
Posts: 39
Joined: 06 Nov 2013, 15:32

Return to Guides & Strats

Who is online

Users browsing this forum: No registered users and 3 guests