gaara Posted April 3, 2014 Posted April 3, 2014 (edited) Greetings all, since my services are running well i decided to give something back, soI will share 3 compiled versions of my updaters. They are fully functional but there is no Slider, no News Panel, no Server Status Check feature andthere is a © symbol that when clicked upon it directs you back to me (my youtube channel page).This is just a precaution to avoid reselling. Download Links: Compact Template v1 // Compact Template v2 + FileCompressor Clash Templae v1 // Clash template v2 + FileCompressor LineUp v2 + FileCompressor Tutorial: How to Use the FilesCompressor If you have any question on how to setup the Launcher or purchase the full version feel free to contact me: skype: rs.project email: project.redseal@gmail.com Edited September 20, 2014 by gaara 1 Quote
™® Stergios ®™ Posted April 22, 2014 Posted April 22, 2014 Great job, The only cons (actually your cons) its that someone can change your youtube link by a simple hex editor :P. If you have any compresser/crypter would be fine on future projects. Clash template is better , my opinion. And its very fast , maybe because i have my own cpanel with my own websites and it goes on full speed. But at compression level and speed of portable exe it goes very fast. Thanks for you share. Quote
gaara Posted April 24, 2014 Author Posted April 24, 2014 Great job, The only cons (actually your cons) its that someone can change your youtube link by a simple hex editor :P. If you have any compresser/crypter would be fine on future projects. Clash template is better , my opinion. And its very fast , maybe because i have my own cpanel with my own websites and it goes on full speed. But at compression level and speed of portable exe it goes very fast. Thanks for you share. Thanks for the constructive critisism. I will release another template in the upcoming days. Quote
emporial Posted May 2, 2014 Posted May 2, 2014 Awesome updater very nice work its trusted skill Quote
Rootware Posted May 2, 2014 Posted May 2, 2014 http://lameguard.com/lameupdater.html Best choose. Quote
gaara Posted May 7, 2014 Author Posted May 7, 2014 Awesome updater very nice work its trusted skill Thank you, i'll post another Free Template soon. http://lameguard.com/lameupdater.html Best choose. Choice* Quote
gaara Posted May 30, 2014 Author Posted May 30, 2014 Launchers have been updated with new Progress Bars. Enjoy. Quote
Trance Posted May 31, 2014 Posted May 31, 2014 http://lameguard.com/lameupdater.html Best choose. It's old and it has compatibility issues. Quote
microrican Posted February 2, 2015 Posted February 2, 2015 how much is the source ? i would like to purchase it so i can edit the launcher / updater to my liking also i want a good base for some of my other games too. Quote
gaara Posted February 3, 2015 Author Posted February 3, 2015 how much is the source ? i would like to purchase it so i can edit the launcher / updater to my liking also i want a good base for some of my other games too. The price of the source starts from 80 euros. You can see full details HERE. It works for every game. So far i have sold Launchers for Lineage II, Warcraft, Perfect World, Cabal Online, Greedmonger. Quote
madocter Posted February 25, 2015 Posted February 25, 2015 It's old and it has compatibility issues. sadly do not work well on win 8 - 7 I like your compact version but problem is the armor of the dark efl. its the nightmare ? Also other problem is the "icon" my project must use classic icon from c1-c6 branch. Also there is other option that allows you to make your own updater with desired skin: http://www.4shared.com/rar/DsrxDvqv/updater.html Quote
madocter Posted February 26, 2015 Posted February 26, 2015 (edited) @ECHO OFFREM QBFC Project Options BeginREM HasVersionInfo: NoREM Companyname: Lineage 2 ClassicREM Productname: UpdaterREM Filedescription:REM Copyrights:REM Trademarks:REM Originalname:REM Comments:REM Productversion: 0. 0. 0. 0REM Fileversion: 0. 0. 0. 0REM Internalname:REM Appicon: ..\..\Documents and Settings\danh\Desktop\Updater\skn_tool\skn_c4\updater.icoREM AdministratorManifest: YesREM Embeddedfile: wget.exeREM Embeddedfile: UnRAR.exeREM QBFC Project Options EndECHO ON@ECHO OFF:PROCEEDREM Check Windows Versionver | findstr /i "5\.0\." > nulif %ERRORLEVEL% EQU 0 goto ver_okever | findstr /i "5\.1\." > nulif %ERRORLEVEL% EQU 0 goto ver_okever | findstr /i "5\.2\." > nulif %ERRORLEVEL% EQU 0 goto ver_okever | findstr /i "6\.0\." > nulif %ERRORLEVEL% EQU 0 goto ver_okever | findstr /i "6\.1\." > nulif %ERRORLEVEL% EQU 0 goto ver_okever | findstr /i "6\.2\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8ver | findstr /i "6\.3\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8ver | findstr /i "6\.4\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8ver | findstr /i "6\.5\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8ver | findstr /i "6\.6\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8ver | findstr /i "6\.7\." > nulif %ERRORLEVEL% EQU 0 goto ver_Win8:ver_okeecho windows version okgoto UPDATER:ver_Win8echo You have windows 8 + seems like you can't enjoy IRC mod ingame.echo Cleaning irc mod...cd systemdel mod.inidel l2ui.dllren irc_yes irc_nocd..:UPDATER:MAIN_MENUCOLOR 0Aclsecho.echo. Lineage 2 Classic updater:echo.echo. ////////////////////////////////////////////////////////////////echo. // //echo. // 1 - FULL UPDATE //echo. // //echo. // 2 - QUICK UPDATE //echo. // //echo. // 3 - LAUNCH GAME //echo. // //echo. ////////////////////////////////////////////////////////////////echo.SET ANSWER=SET /P ANSWER= Select [1] [2] [3], and press [ENTER]:IF %ANSWER%.==. GOTO ADITIONALZIF %ANSWER%==1 GOTO UPDATEIF %ANSWER%==2 GOTO QUICKIF %ANSWER%==3 GOTO RUN:UPDATEwget.exe http://lineage2-classic.net/ *^Patch to structured rar fileUnRAR.exe x -o+ update.rardel update.rarGOTO PROCEED:QUICKwget.exe http://lineage2-classic.net/ * Patch to rar that includes quick updateUnRAR.exe x -o+ quick.rardel quick.rarGOTO PROCEED:RUNCD systemSTART l2.exe Get wget.exe and unrar.exe also Quick batch file compiler so you can make final exe file with desired icon and other interesting option like "request" admin rights Edited February 27, 2015 by madocter Quote
gaara Posted February 27, 2015 Author Posted February 27, 2015 Some of my clients had some compatibility issues with Win8, so i added this in my Launcher and the problem was soved: Quote
-Boogeyman Posted March 2, 2015 Posted March 2, 2015 im using your GUIDE about the File Builder, all right all ok but when i start the loader, it says me Update Falied! already try other guides, other loaders but Nothing, can you help me maybe? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.