Jump to content

Recommended Posts

Posted

Holy shit not one person speaks' proper sane english - mxc is falling down... -_-

 

 

I don't understand anything.

What does this tool do?

 

Decompile functions .u's like wotgrael has for ages?

 

How does this change anything?

 

Im confused.

is a gildor tool for make readable UKX into Lineage 2 and ofc make your own .u files.
Posted

Holy shit not one person speaks' proper sane english - mxc is falling down... -_-

 

 

I don't understand anything.

What's he sharing? other than a converter for .utx?

Decompile functions .u's like wotgrael has for ages?

 

How does this change anything?

 

I'm confused.

Point my misstakes, and write right how it should be writen,

thets how i will learn something new and will speak proper english.

 

so about program

Program can CONVERT UT2004.ukx to Lineage2RedableWithAnimation.ukx

 

But my post here

How logicaly can be done Editing of Lineage 2 Maps regions and scripts

there we gove, what do wee have on screen compiledscript.png ? - a not big a-beep-t of information

 

Data(the a-beep-t can be much more smaller need some little manipulations on

 

UCC.exe compile side)

Ih hex editor this would look look soscript3forms.png, It is text data - we can change but WE CAN't

 

Input new values, question is why ??answear - cause compilation tool(UCC.exe)

 

didn't not include NEW!!!! function<library For that something that wee wan't to

 

input just be copying hex values, question - and what can be done, answear -

 

finded the hex values the correspond to the function, and only one thing you can

 

is just to copy a OLD function and paste it, so in script or in UNR will be two

 

functions(for example some scripts effects or staticMeshes - but one of them can

 

be edited), and what's problem, the problem is that in all of the code(even if

 

when it could be not so big) IS VERY HARD TO find those strings that correspond

 

to what you need, but if you DEVIDE Logicaly by regions likek whas at photo, it

 

is possible around a week or more, to understand from where all it begans.

Question But its hard to understand those hex values, can ve some kind to

 

controll them and two see how our changes,affects - do on hex values,

Yeah logicaly it can be done, by using SOURCE CODE OF UT package tool, that

 

allows you to use it method of decoding and converting to readable and seenble

 

object(UNR,scripts, and more files),

So when you have this stuff, you can use them and not only them to put for

 

scripts in UCC.exe source code,

 

http://www.gamefront.com/files/service/thankyou?id=20078901

So its not guaranteed that all the functions you will add, cause you need to

 

work with dissambling Lineage 2 engine.dll , and someScripts.u files

But all that you need you have, and smae things goes to Lineage2.unr maps, same

 

method of analyzing Hex values like on screen, but it take loong, and same

 

method to look how it would change by compiling exisitng source code, will allow

 

to change UT2004 Maps,scripts to Lineage 2 maps, scripts

All you need you have

 

cause here its said how logicaly can be done manipulation on values, so it could be changed scripts, maps etc.

 

Posted

is a gildor tool for make readable UKX into Lineage 2 and ofc make your own .u files.

 

Nothing can recompile .ucc scripts into l2 .u files without the proper headers and static declaration NCSoft had + whatever changes they probably did to the compiler engine.

 

Period.

 

 

Looking at UCC bytecode and changing > to >= is a different thing entirely.

Posted

Nothing can recompile .ucc scripts into l2 .u files without the proper headers and static declaration NCSoft had + whatever changes they probably did to the compiler engine.

Period.

 

 

Looking at UCC bytecode and changing > to >= is a different thing entirely.

This headers and static declaration are in engine.dll,l2.exe other .dll GAME IS USING THIS THINGS!!!(cause .ucc is compiling, and engine need to decompile to understand what it is and to show it).

To change them, need only download the UCC Source code and add the proper header and static declaration . nothing new all hase.

Posted

И почему спрашивается ты начал делиться на максчитерс своими наработками, а не на каком-нибудь русском портале? Я вот, хоть и знаю английский, но из твоего бреда ничего не понял. Напиши гайд на русском, будет больше толку.

Posted

This headers and static declaration are in engine.dll,l2.exe other .dll GAME IS USING THIS THINGS!!!(cause .ucc is compiling, and engine need to decompile to understand what it is and to show it).

To change them, need only download the UCC Source code and add the proper header and static declaration . nothing new all hase.

 

So do that.

 

Share complete pack with headers and custom declarations.

 

 

Oh you can't?

 

That's right, cause what your saying isn't true to that extent.

Posted

lol u guys are getting mad on a software to copy from one chronicle to another chronicle. To me L2 ukx is more than enough. I never see the use of this software rather than just to copy armors or mobs. Whats the use of  new mobs anyway.....Even with this tool , you guys cant recreate animated weapons on interlude, or mod a new godlike weapon from zero or even new armor design ( respect on vendetta client developers ). In other words, please, noobs dont fight over a tool you can't even use.

Posted

Holy shit not one person speaks' proper sane english - mxc is falling down... -_-

 

 

I don't understand anything.

What's he sharing? other than a converter for .utx?

Decompile functions .u's like wotgrael has for ages?

 

How does this change anything?

 

I'm confused.

 

Clearly , you need to understand advance level of client modding before reading this thread since ukx and .u mod is kinda high tech mod :)

Posted

И почему спрашивается ты начал делиться на максчитерс своими наработками, а не на каком-нибудь русском портале? Я вот, хоть и знаю английский, но из твоего бреда ничего не понял. Напиши гайд на русском, будет больше толку.

Я давно уже все сделал на русском ! и на английском https://forum.4game.ru/showthread.php?t=479905&page=1  Там и гайд и все поищи на страницах  хотя там много мусора - флуда.( ну так бывает на их форумаХ)

Posted

So do that.

 

Share complete pack with headers and custom declarations.

 

 

Oh you can't?

 

That's right, cause what your saying isn't true to that extent.

.......man if thats not true then all the program you(And many of us) used L2ukx tool to import texture right in .utx file,etc - this all is an illusions that never whas,

If you just think logical about that that UCC.exe is coding .uc files in .u but engine can't read .u files, he need to decod them back to .uc, and this function he hase(engine.dll or l2.exe etc) can be retrited and puted in UCC.exe source code so it could compile scripts lineage 2 scripts, just need to use engine.dll from first chronicles without defense and without garbage.

If you want wee can look for it, as i'm was plannig to do.

Clearly , you need to understand advance level of client modding before reading this thread since ukx and .u mod is kinda high tech mod :)

ITS NOT EVEN CLOSE TO high tech!! not even close! what this all can be done in 2004 when first Lineage 2 realease! easy done!

But many person whas thinking in wrong direction that this can't be done and ONLY HERO can show us how to change!! NOevery single person can do the same ! we all have mind! wee just need to use logic to make our dream can happen.

Posted

Гайд ужасный, ничего не понятно. Ты бы на конкретных примерах сделал: 1) как перенести броню с 1 хроник в другие

2) как перенести скил с 1 хроник в другие 3) как перенести нпц с 1 хроник на другие

А то текста много, а практики 0. Я вот до сих пор не понимаю, что ты тут выложил, как и многие другие пользователи.

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

    • i'll give it a shot in a few hours and post it here
    • 🛡 GoldRush — High Five x20   A fresh High Five server focused on active progression, fair competition, and a healthy player-driven economy.   GoldRush is built for players who want a fresh spin on our beloved game that is connected to today's world via Web3 marketplace.   🌍 Server Info   Chronicle: High Five Type: Mid Rate / PvP Craft Community: International Location: Europe Time Zone: GMT+3   ⚙️ Rates   EXP: x20 SP: x20 Adena: x10 Drop: x8 Spoil: x12 Raid Boss: x3 Quest Items: x5 Quest EXP / SP: x10 Quest Adena: x5   👑 Class Progression   1st Class: Free 2nd Class: Free 3rd Class: 5,000,000 Adena   1st and 2nd class transfers reward Shadow Weapons.   ✨ Main Features   No P2W as there is no donation currency in the game Web3 Marketplace Events with real rewards Rotating accessories shop Weekly Olympiad Clean and active mid-rate progression   🧩 Community Board Features   Buffer GM Shop Gatekeeper Drop Search Rankings   🔨 Enchant Info   Max Weapon Enchant: +16 Max Armor Enchant: +12 Olympiad Max Enchant: +6   Safe Enchant: Weapons / Armor: safe to +3 Full Body Armor: safe to +4   Enchant Chance: +4 to +6: 66% +7 to +9: 60% +10 to +12: 54% +13 to +14: 48% +15 to +16: 42%   🏪 GM Shop / Gear Progression   C-grade through Dynasty gear is available through the GM Shop.   Moirai+ progression is farm, craft and raid based.   There is no admin-created endgame gear selling.   🥇 Gold Rush Economy   GoldRush includes a server-wide Adena sink system.   Players contribute Adena to the Gold Rush Collector. When the server goal is reached, limited Gold Bar stock unlocks through the Gold Merchant.   Daily Gold Rush missions also allow active players to earn Gold Bars through gameplay.   🌐 Website Player-to-Player Marketplace   GoldRush includes a website-based Web3 marketplace where players can list and trade items with each other.   Items come from real players.   The marketplace is player-to-player only.   🏛 Olympiad   Weekly Olympiad cycle. Olympiad starts at 18:00 GMT+3. Olympiad max enchant: +6.   🏰 Sieges   Castle sieges take place on Sundays at 16:00 and 20:00 GMT+3.   The first siege will happen 2 weeks after launch.   🐉 Grand Boss Respawn   Queen Ant: 24h + 2h random Core: 30h + 2h random Orfen: 48h + 2h random Baium: 120h + 3h random Antharas: 120h + 24h random Valakas: 120h + 24h random Beleth: 120h + 24h random   🎉 Events   Manual GM events with real token or gold bar rewards.   ⚔️ Fair Play   Bots are strictly forbidden and will result in a ban without warning.   Dualbox is limited to 1 box.   GoldRush is built around a healthy player-to-player economy.   🚀 What to Expect   Active farming Meaningful PvP Meaningul Farming Player-driven economy No donation currency     🔗 Join Us   Website: www.goldrushpvp.xyz Discord: https://discord.gg/kg9WXxcAY   🏁 Expected Launch: July 18 2026     If you are looking for a fresh High Five x20 server with clean structure and strong long-term potential, GoldRush is almost ready.   See you in game.
    • Collisions is from client are no way to bypass from server. Can be done from client modification need to be moded a .dll I can do the work you can contact me by DM  P.D: I already have this job done on the past
  • 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..