Jump to content

Recommended Posts

Posted

i had a Request from xeL to share IL GeoData from Depmax64 so here we are!

The rar have password so you can send me Personal msg here...Its NOT for all

you must have 200++ posts!

 

 

Depmax64:

 

 

 

 

http://www.mediafire.com/download/jhnpwdvwgan7q81/ILOFF+Geodata.rar

 

(ask for the Password)

Posted

i had a Request from xeL to share IL GeoData from Depmax64 so here we are!

The rar have password so you can send me Personal msg here...Its NOT for all

you must have 350++ posts!

 

 

Depmax64:

 

download_button_orange1.png

 

 

http://www.mediafire.com/download/jhnpwdvwgan7q81/ILOFF+Geodata.rar

(ask for the Password)

 

Thany you but as far as I can see I wont be able to download it with my posts. :)

Posted

Hmmm, il check it out, I've been working on my own, so i might be able to find some points or maybe its even better, we'll see.

Posted

Nice one, i'm still checking, its pretty much hit and miss, the usual bugs or missing walls that i'm used to see in most Geo's aren't in this one, will keep checking meanwhile here goes a screen for of the partisan fortress and his wall that are done properly.
 

23og.jpg

Posted

so?the first test its Done- work correct? :)

Its only one place, need to check other places, but if someone finds bugs or anything and generate properly the map_bug file when he finds the error i could try fixing it in my free time. Also posted a guide how to load the Geo grid in-game which helps finding the bugs.

Posted (edited)

I have double check the geodata and i had 3 servers open and i dont had any problem!

We need more checks and if work properly i will sticky the topic!

Edited by Vagrancy™
Posted

Yeah but checking the geodata its a ton of time, of course many places are flat type but the complex 8x8 or multilevel areas ? That's a different story. I don't know if you are good with maths but a region divided in 256x256 blocks and each block divided in 8x8 cells ? Checking a GeoData for common bugs is fine, but when you want to do it right, it takes a ton of time. That is why the map_bug file is for, you load it up and find where is the problem.

So i highly doubt think you double checked the whole geo.

Posted (edited)

Its tested  for 3 server retail wiith 900-1000 ppls online

If i had any problem i will tryed to fix that....

I think its good

Edited by Vagrancy™
Posted (edited)

Yes i understand But this(I don't know if you are good with maths but a region divided in 256x256 blocks and each block divided in 8x8 cells ? )  Its a different story i shared the geodata because is better than Vag and L2Geo.ru not to make maths...the point is GeoData is working...

Edited by Vagrancy™
Posted (edited)

Well you say you double checked the geo, which is impossible, see the picture in the previous post ? Each of those little squares ? Those are the cells, most are complex with different height values, also there are some exceptions like the ones in TOI, which got multiple layers, each layer corresponding to a floor, which are 13.

 

So using a geodata in a server with people doesn't equal to "Checking the GeoData". Its huge, and i don't think you have 900-1000 people running with builder rights, with admin commands, and a geodata in the system folder. Its hilarious if you think it this way.

C'mon man, think about it before saying something. It doesn't look good for someone with your rank. You are better than this.

Edited by Sighed
Posted (edited)

Pfffff bla bla

 

Ok try to fix it as you think better with the correct value and layer....the results are the same...there is many ways to fix an area

and try to open the files with GeoEditor you can see better the layers

 

and give me the location to check it

Edited by Vagrancy™

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • 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..