March 19, 2024, 07:28
bigger smaller reset     1020px Wide width Full width Reset   * *

Gildor's Forums

  Homepage Facebook Read news on Twitter Youtube channel Github page
Welcome, Guest. Please login or register.
Did you miss your activation email?

« previous next »
Print
Author Topic: Umodel for L2 last version  (Read 1336 times)
SGER@fjs
Newbie
*
Posts: 4


View Profile
« on: September 21, 2021, 23:17 »

you only need change 1 for 2 "Ar.Seek(Ar.Tell()+1);" and you can export all ukx from last version L2
../ueviewer/unreal/unrealmesh/unmesh2.cpp
Code:
#if LINEAGE2
if (Ar.Game == GAME_Lineage2 && Version >= 5)
{
int unk;
Ar << unk;
// From forum discussion: version 6 has 1 more byte here
if (Version >= 6)
// new version has 2 more byte here
Ar.Seek(Ar.Tell()+2);
}
Logged
WollieWoltaz
Full Member
***
Posts: 219


View Profile
« Reply #1 on: September 22, 2021, 14:13 »

For the Korean version or global version?
If this is true.. could spiritovod compile a custom Umodel build specific for Lineage 2?
Logged
Pinstripe
Sponsor
Jr. Member
*
Posts: 44


View Profile
« Reply #2 on: September 22, 2021, 16:58 »

That would be awesome!
Logged
spiritovod
Global Moderator
Hero Member
*****
Posts: 1886


View Profile
« Reply #3 on: September 22, 2021, 19:02 »

I suppose it works with both NCSoft global and 4game ru clients. Here is compiled version of that change (link), all credit goes to SGER@fjs (and Gildor for original fix).


* Clipboard10.jpg (134 KB, 2542x1240 - viewed 460 times.)
« Last Edit: September 22, 2021, 21:34 by spiritovod » Logged
Pinstripe
Sponsor
Jr. Member
*
Posts: 44


View Profile
« Reply #4 on: September 22, 2021, 19:11 »

Awesome!
Thanks @spiritovod for the compiled umodel and @SGER@fjs for the code!!
Logged
SGER@fjs
Newbie
*
Posts: 4


View Profile
« Reply #5 on: September 22, 2021, 21:29 »

I suppose it works with both NCSoft global and 4game ru clients. Here is compiled version of that change (link), all credit goes to SGER@fjs.
working with korean client.
Awesome!
Thanks @spiritovod for the compiled umodel and @SGER@fjs for the code!!
It is not my code, it is from gildor.
Logged
Print 
« previous next »
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC
Leviathan design by Bloc | XHTML | CSS