Jump to content

Recommended Posts

Posted

hello guys well long time don't post nothing i decided do this customs updaters hope like guys bb

 

34112645.png

 

5b2fe708b44c.png

 

57360228.png

 

5b2fe708b44c.png

 

42617858.png

 

5b2fe708b44c.png

 

73055120.png

 

5b2fe708b44c.png

 

11048986.png

 

5b2fe708b44c.png

 

41338810.png

 

5b2fe708b44c.png

 

78628735.png

 

5b2fe708b44c.png

 

96840752.png

 

5b2fe708b44c.png

 

Guide:

 

First,

you need to creat a folder and put in the settings and upBuilder.exe files

 

85276303.png

 

In your client root folder, put the _settings and the loader.exe files (here, for my server, i named the exe: Shirya)

 

38633821.png

 

Open the _settings file :

 

[main]
Installed=1
UpdatesUrl=http://yourdomaine/client/
NewsUrl=http://yourdomaine/updater/index.html
AtRevision=44
CreateBackup=0
LinkName=by CriticalError from http://l2staging.com/

 

replace UpdatesUrl=http://yourdomaine/client/ by the link of your ftp where you will put all files for the full check.

replace NewsUrl=http://yourdomaine/updater/index.html by the link of your website where you will add the page of the updater.

AtRevision=44 Don't care about this, he change when you make a new update.

 

So, now, you need to put the index.html in your website.

this page will be opened inside the updater. (NewsUrl=http://yourdomaine/updater/index.html)

Put all folder and files with index.html in the same folder of your website. They call pictures and more.

 

 

In my picture, i edited alot of thing, and finaly, all structures of the index.html. I use somes sql request for add my news and more.

 

Now, you need to choise your files for the loader.

why not somes system files of your server.

 

85276303.png

 

Copy/past the folder in the first step folder, with upBuilder.exe and start this exe.

 

39586443.png

 

For my ex, i added all .dat files of system folder of lineage 2.

 

For source dir, just choise your root folder who have all files for updater

Output dir, choise your folder who the program will write all new files needed to upload on your ftp for the updater.

#Revision will be increased auto.

 

84382520.png

 

Click on Build.

 

Now a new windows.

 

37379157.png

 

Normal files = all update maked when you clik on 'full check' bottom

Critical files = all files auto updated when you launch the updater. (you dont need to push on full check)

All files you dont wan to add can be deleted like you delete in the explorer of windows.

When finaly, your config is like you wan, just clik [OK] and the program will creat your files for updater.

The time needed depend of your files size and the number of them.

 

96425312.png

 

Go to the output dir and you will find your news files for your updater.

 

29452377.png

 

The file named files.lst is a list with all folders and files called by the updater. Don't unzip it. Just cut/paste all in your ftp. (UpdatesUrl=http://yourdomaine/client/)

 

90904472.png

 

So, now, when you launch your updater, he will try to find the files.lst at your updatesurl.

If he find it, he read it, and start all critical files update.

When you push the full check bottom, he update all normal files of the list.

 

65250701.png

 

Credits by Untitled,darknessneo and Me

Posted

um, sorry for this but how i make those work ? im still downloading it, not opened it yet, but is there any guide or something ? i don't think it will be that simple.. =S

 

thanks for sharing!

Posted

um, sorry for this but how i make those work ? im still downloading it, not opened it yet, but is there any guide or something ? i don't think it will be that simple.. =S

 

thanks for sharing!

you need modify .ini files inside .rar man inside .rar you have folder you need modify with ur server IP for update
Guest
This topic is now closed to further replies.



  • Posts

    • fixed the flickering , if you noticed to an other specific page please let me know
    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..