Lost Saga Launcher

Results 1 to 8 of 8
  1. #1
    Apprentice ldpsco is offline
    MemberRank
    Dec 2022 Join Date
    6Posts

    Lost Saga Launcher

    Lost Saga launcher based on lswebbroker

    How to :
    • Use Relase configuration
    • Edit your key or your stuff in ioLoginDlg::OnBnClickedLogin()


    Build using curllib to send the HTTP POST (curl.dll already in Release folder) and parsing response JSON with cJson
    To connect the API, you must edit start.ini file with key LoginURL. I've put the default API link (http://localhost:3000/api/launcher)

    If you don't have an API launcher, you can use API launcher from me in this thread : https://forum.ragezone.com/f857/lost...t-api-1210087/


    Link : https://github.com/ikunokazu/losa-launcher

    Here is the screenshoot : https://imgur.com/a/HWRZES1
    Enjoy !


  2. #2
    Apprentice krisnarxf is offline
    MemberRank
    Oct 2020 Join Date
    NetherlandsLocation
    15Posts
    I've made my own API version and Launcher, but i'll try yours.
    Mine got error sometimes XD



    Nice work btw. Cheers!

  3. #3
    Apprentice ldpsco is offline
    MemberRank
    Dec 2022 Join Date
    6Posts
    Nice. Good luck!

  4. #4
    Apprentice krisnarxf is offline
    MemberRank
    Oct 2020 Join Date
    NetherlandsLocation
    15Posts
    Do you have a discord ? Lemme add you

  5. #5
    Apprentice rafaelnuansa is offline
    MemberRank
    Jun 2021 Join Date
    3Posts


    Im stuck on connecting to server bro, but if i run with my old launcher, game its running.

  6. #6
    Apprentice ldpsco is offline
    MemberRank
    Dec 2022 Join Date
    6Posts
    Quote Originally Posted by rafaelnuansa View Post


    Im stuck on connecting to server bro, but if i run with my old launcher, game its running.
    It's depends on your client and server version . Check your arguments, check your define_game_server table. if there is 2 or more field, delete all and restart your server file . also, make sure you have add encodeKey in define_encode_key table.

    Don't forget to debugging the API with postman or any REST client tools to check if the return has correct

  7. #7
    Apprentice rafaelnuansa is offline
    MemberRank
    Jun 2021 Join Date
    3Posts
    thank you i delete a record in define_game_server that work!

  8. #8
    Apprentice ldpsco is offline
    MemberRank
    Dec 2022 Join Date
    6Posts
    Quote Originally Posted by rafaelnuansa View Post
    thank you i delete a record in define_game_server that work!
    Nice. if it happend again, you can modify the query const serverID in launcher.tsx like this
    const serverID = await sql.query`SELECT serverID FROM define_game_server ORDER BY regDate DESC`



Advertisement