sedmonds999
Member
Hi,
I have a problem with the Ogre Autologin feature, it appears that it launches Everquest 2 as normal but prompts me for all the fields (server, password, etc). I have completed my eq2chars.inc like so:
function SetUpUplink()
{
UplinkInfo[${UplinkCount:Inc}]:Set[Goliath]
UplinkInfo[${UplinkCount:Inc}]:Set[Phoenix]
}
function SetUpChars()
{
variable int TempCounter=1
CharInfo[${TempCounter},1]:Set[mytoon1]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
;// Copy the 5 lines BELOW to add more users. See the wiki for more details.
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon2]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon3]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
}
Could it be that I need to enter Antonia Bayle with some kind of quotes?
I created a profile, which successfully launches EQ2 on both PCs, so I know uplink is working correctly.
I also copied over eq2ui_loginscene.xml to my UI directory, but this is just empty and sitting in the password field.
My shortcut looks like this:
"D:\Program Files (x86)\InnerSpace\InnerSpace.exe" "runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MyProfile"
Thanks,
Sy.
I have a problem with the Ogre Autologin feature, it appears that it launches Everquest 2 as normal but prompts me for all the fields (server, password, etc). I have completed my eq2chars.inc like so:
function SetUpUplink()
{
UplinkInfo[${UplinkCount:Inc}]:Set[Goliath]
UplinkInfo[${UplinkCount:Inc}]:Set[Phoenix]
}
function SetUpChars()
{
variable int TempCounter=1
CharInfo[${TempCounter},1]:Set[mytoon1]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
;// Copy the 5 lines BELOW to add more users. See the wiki for more details.
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon2]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
TempCounter:Inc
CharInfo[${TempCounter},1]:Set[mytoon3]
CharInfo[${TempCounter},2]:Set[mypassword]
CharInfo[${TempCounter},3]:Set[myid]
CharInfo[${TempCounter},4]:Set[Antonia Bayle]
}
Could it be that I need to enter Antonia Bayle with some kind of quotes?
I created a profile, which successfully launches EQ2 on both PCs, so I know uplink is working correctly.
I also copied over eq2ui_loginscene.xml to my UI directory, but this is just empty and sitting in the password field.
My shortcut looks like this:
"D:\Program Files (x86)\InnerSpace\InnerSpace.exe" "runscript eq2ogrecommon/OgreAutoLogin/AutoLogin MyProfile"
Thanks,
Sy.
Last edited: