screen resets on each login

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
hoclirian
Posts: 9
Joined: Fri Dec 04, 2009 8:51 pm

screen resets on each login

Post by hoclirian »

Seems every few days I have a new problem, srry. I am catching on a lot more though. :|
I tried doing a forum search for this problem, but my key words were to 'common' for it to give me results.
I'm not sure if this would be a client or server problem, but every time I log into the game, all in game windows return to their default positions (in the bottom right corner of my screen [where I do not want them :!: ]).
Has anyone else had to deal with this problem? Is there a fix for it? :?:
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: screen resets on each login

Post by janiii »

because you start the game with lineageii.exe file in the root game folder. this way the game always gets updated and all your changes are replaced by clean files. just start the game by l2.bin (make a .bat file which calls the l2.bin file) in the system folder of the game.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
hoclirian
Posts: 9
Joined: Fri Dec 04, 2009 8:51 pm

Re: screen resets on each login

Post by hoclirian »

well I modified my system l2.bin file with l2.exe file. does that make a difference? I am not very good with making batch files. I know how to identify what each code DOES in the files, but I havn't made one before.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: screen resets on each login

Post by janiii »

the .bat should contain something like this, if you create it in the same folder which contains also l2.bin:

Code: Select all

@echo offstart l2.binexit
if you create it somewhere else, be sure to give proper path to the l2.exe file on your system:

Code: Select all

@echo offstart E:\games\Lineage_II\system\l2.binexit
thx kotk for the .bat file code :)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
hoclirian
Posts: 9
Joined: Fri Dec 04, 2009 8:51 pm

Re: screen resets on each login

Post by hoclirian »

Made the .bat file, and the game starts up much faster now.
But it still didn't solve the problem. :cry:
Post Reply