Loki Launcher

Hi, i'm having an issue with the loki launcher, can't understand where it comes from:

1373816420-loki.png


NB: 2 people out of 4 got this normal, and 2 others just like on this screenshot. I assume it may come from my personal settings?

 
Last edited by a moderator:
Hi, i'm having an issue with the loki launcher, can't understand where it comes from:

NB: 2 people out of 4 got this normal, and 2 others just like on this screenshot. I assume it may come from my personal settings?
What Windows are you using?

 
hmm looks like the offset got changed somehow which is weird since you already removed the frame (only thing that changes between 98, xp and 7/vista)

 
I've got win7, 64bit.
it's working fine with me on same os win7/64bit/ultimate

my only problem are:

launcher to client response time is not that fast (dunno if it just my pc but i got 6 gig ram & dual core cpu)

& theres no option for the launcher to set it off(auto close) after exiting the client

 
I don't know if it's just me or something. I made my new .thor patch and yes it patched very well but when i tried to login in game using loki the new desc and displaynametable of the existing item won't show up, but when i try to open my .grf file and extract i can see my changes, any idea why am i getting this kind of issue?

 
lol, what client are you using, 2013? (i blelieve you're using 2013 client since you are using a launcher)

new clients uses iteminfo.lub/lua (ditched displaynametable)

 
I made an account on Hercules solely for the sake of thanking you for making this, mleo.

I wasn't crazy about the idea of having to screw around with the .NET stuff, this is gloriously perfect.

Thanks for all your work, it really is appreciated.

 
This is very nice.

Shame it is on Visual Basic :/ I'd rather go with C#

Anyway, you just transform the strings, which are now in images so they could be translated.

Example: LogOn, keep, exit, etc

 
This is very nice.

Shame it is on Visual Basic :/ I'd rather go with C#

Anyway, you just transform the strings, which are now in images so they could be translated.

Example: LogOn, keep, exit, etc
The text is part of image for now. I plan to use resource file to have editable strings so other non-english communities can translate it but I do not have time and have other business too. Lazy haha.

Still no solution about my issue ? :/
I still dunno, What happens if you run as admin? and compatibility win xp?

or use version 3

Run on all windows version?
Prolly win98 above

I made an account on Hercules solely for the sake of thanking you for making this, mleo.

I wasn't crazy about the idea of having to screw around with the .NET stuff, this is gloriously perfect.

Thanks for all your work, it really is appreciated.
xD

 
Randoms (as I felt bored for a moment):

[*]Make frm/bas/vbp files to be stored with CRLF line-endings in git. Downloading from github saves those with LF endings; VB6 does not like that and won't tell you that either.

[*]Failed to load project dependency MSCOMCTL.OCX, but that's just me having version 2.0, whereas your project asks for 2.1; relinking fixes that.

[*]Transparency does not work with Windows 98 SE (lack of SetLayeredWindowAttributes support), magenta remains magenta. It starts and runs otherwise properly.

[*]Leave the check for client EXE for when hitting "Login" rather than on start; allows to ship the launcher without client, if you intend to build a patcher into it.

[*]If you move out the ROish login window out of viewable area, you won't get it back once you release the mouse button.

 
Randoms (as I felt bored for a moment):

[*]Make frm/bas/vbp files to be stored with CRLF line-endings in git. Downloading from github saves those with LF endings; VB6 does not like that and won't tell you that either.

[*]Failed to load project dependency MSCOMCTL.OCX, but that's just me having version 2.0, whereas your project asks for 2.1; relinking fixes that.

[*]Transparency does not work with Windows 98 SE (lack of SetLayeredWindowAttributes support), magenta remains magenta. It starts and runs otherwise properly.

[*]Leave the check for client EXE for when hitting "Login" rather than on start; allows to ship the launcher without client, if you intend to build a patcher into it.

[*]If you move out the ROish login window out of viewable area, you won't get it back once you release the mouse button.
Will do. I'm still lurning, Please send comment more, I wanna fix and learn. Thanks xD~.

 
How to customize this loki launcher? I saw the codes so I was interested on making it a little of my style. How to make a .exe of it?
default_smile.png


 
If I could make one tiny suggestion,

would it be possible for you to make the "automatically reload" behavior toggle-able?

Some players don't seem to like how it pops back up when the close the client, and I've had one player that multi-clients that has it sometimes randomly pop back up while he's alt tabbing between clients.

 
If I could make one tiny suggestion,

would it be possible for you to make the "automatically reload" behavior toggle-able?

Some players don't seem to like how it pops back up when the close the client, and I've had one player that multi-clients that has it sometimes randomly pop back up while he's alt tabbing between clients.
Yes, That's on the list. I'll commit if I have time.

How to customize this loki launcher? I saw the codes so I was interested on making it a little of my style. How to make a .exe of it?
default_smile.png
You need visual studio 6

I did all step ( use client 07-17 ), run loki.exe and appear ->
You miss something. Please go here http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/page-4

 
Back
Top