Jump to content

Recommended Posts

Posted

i know u can change values to hex, but will not matter.

 

is like domino. editing .u is not enough, there are lots of functions in the script, engine imports, you know this. is useless.

I said i know most of unreal script format and i'm able to not just edit the script.u but to change data size - to write new inside of package, its hard but possible with use of script, macro (In hex),

Posted

I agree with you but you'r tool can only change in between values, false or true, decimal, but it can't write new data in package so it will have new size and more Name, Export.

But i can do that with hex(I know unreal script format very good) , but can't write program to make it auto.

 

Look entire. (~5.27)

I can put anything in import list (and other). (And mostly myLevel too ...)

 

you do not know me well enough yet.

Posted

But As Far as i see there is only staticMeshes for import, but no Pawn for making Animated Monsters,NPC, in Level, or other functions like camera.

Its not hard to modify the package, only problem is the offset's they should be changed within all the package( by Macro or Script).

 

Posted

haha you are the best with your hex editor XD

I do only what I need, and cleanly.

Wait some time till i get with Programming  Language, and i'l write some better tool with all functions of  L2, simply from engine.u, or some new script.

 

 

 

Posted

who can tell me how to start mesh animation at log in screen?

 

You can easily make a new topic in Help section to describe your problem and if anyone is willing to help you, you will got your answer.

  • 3 years later...
Posted

i know u can change values to hex, but will not matter.

 

is like domino. editing .u is not enough, there are lots of functions in the script, engine imports, you know this. is useless.

 

I know this is old as fuck. I started 5 days ago with client modding and ofc i read this thread among others. Took me 5 days to figure out how to edit and compile scripts for interface.u without any hex involved.

I'm just bumping this because i didn't like your attitude. All it was needed was a bit of thinking out of the box.

 

http://image.gxzone.com/images/7/e/7e74b422f70.jpg

 

gl

Posted (edited)

I know this is old as fuck. I started 5 days ago with client modding and ofc i read this thread among others. Took me 5 days to figure out how to edit and compile scripts for interface.u without any hex involved.

I'm just bumping this because i didn't like your attitude. All it was needed was a bit of thinking out of the box.

 

http://image.gxzone.com/images/7/e/7e74b422f70.jpg

 

gl

May i wonder who write this compiler ?

 

P.S.

Thats nice to waiste only 5 days if you use someone else work !

Edited by LightFusion
Posted (edited)

May i wonder who write this compiler ?

 

P.S.

Thats nice to waiste only 5 days if you use someone else work !

who's work? if it's shared then i lost 5 days.

I found no info at all while doing this, had to figure everything out.

 

Because everyone say it was impossible to compile, i went the increase .u size way. Lost a few days coding a decompiler/size fixer.

All i had was edkit patch for rpg-club and it did't look like it was a hex work, so i started thinking how to compile and then how to insert the code.

 

I went the extending way. Now that i understand everything better, i can tell you Edkit is compiling interface.u entirely.

I could do that too, but takes a lot of time to fix all int64 operations for classes i will probably wont use.

 

Any ucc.exe works, if you have the l2ucc or any ucc with int64 support (which i dont) it would be really easy to compile entire interface.u

If not, extending is just as easy.

 

good luck.

Edited by sau
Posted

who's work? if it's shared then i lost 5 days.

I found no info at all while doing this, had to figure everything out.

 

Because everyone say it was impossible to compile, i went the increase .u size way. Lost a few days coding a decompiler/size fixer.

All i had was edkit patch for rpg-club and it did't look like it was a hex work, so i started thinking how to compile and then how to insert the code.

 

I went the extending way. Now that i understand everything better, i can tell you Edkit is compiling interface.u entirely.

I could do that too, but takes a lot of time to fix all int64 operations for classes i will probably wont use.

 

Any ucc.exe works, if you have the l2ucc or any ucc with int64 support (which i dont) it would be really easy to compile entire interface.u

If not, extending is just as easy.

 

good luck.

Well yes edkit "fix" do the thing, but thats for highfive =), imagine if you need to change Episodian Interface there are way too much functions with int64

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

    • It has been a while since I updated this thread. I am currently actively working on a full-scale port of the shader library to ensure the fast and accurate transfer of all effects. I have decompiled the original game and created a tool that fully logs the entire *Lineage 2 Interlude* particle system. This allows me to extract the original formulas hardcoded into the game, resulting in a high-fidelity port. For instance, *Lineage 2* uses an `appRnd` system that generates unique randomization patterns for different skills, giving them distinct visual characteristics; there are countless formulas and technical nuances like this. Ultimately, I will derive all the key formulas and replicate the geometry with high precision. Twelve basic geometry formulas have already been ported. The effect was created in 10 minutes using a .uc file, HLSL formulas, and SpriteEmitter particle blending formulas.   https://prnt.sc/_3UDLQVX_Y-_
    • Good luck my friend! 😃
    • try this one instead. The one he shared affects every single NPC/player character in the game, the one I posted only affects player characters  https://drive.google.com/file/d/1UtccbD9e50x3WEnQBab2PTZnBHwpcGYM/view?usp=sharing or perhaps i misunderstood; if you could please post a full explanation of the problem you're having with the files, unfortunately i think whatever you're using to translate to english is a bit bad nevermind, i got what you mean, here's the fix   https://drive.google.com/file/d/1av7OHaGSdnVQtcBgb9MhtiIkxVXy3P2y/view?usp=sharing   CanIngnoreCollision=True CanBeIngnoredCollision=True  
    • <dailyReward days="28" autoOpen="true" minimumOnlineTimeSeconds="30" oneRewardPerIP="true" resetIfMissDay="true">   For now, I have these settings in the XML—this is the V1 version I created, though I plan to make further improvements over time. Of course, I’ll also add more protections—MAC, HWID, and perhaps others like account-based restrictions—to make it more secure. We can also implement non-tradable items to further enhance the system's security. I’ll keep posting updates and refining both the system and the interface. I might make a video tomorrow; if you look at the top, you'll see the "auto-open" feature can be toggled on or off, allowing users to rely solely on the `.daily` command. Cheers! Note: If I sell it in this state, I’ll provide support and roll out updates to users. I’m not forcing anyone to buy anything; I’d even provide the patch files so that anyone with the necessary skills can add features, modify it, or improve it further.
  • 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..