Jump to content

Recommended Posts

  • Honorable Member
Spoiler

The other day I decided to finish missing parts of __BL_HIT__(Scale, Attack Range, Collision etc.).

Missing parts are completed.

Now I'm sharing a little piece of it.

 

Reversed From Official Binary

 

This is the hidden content, please

This is the hidden content, please

 

 

 

Before:

 .jpg

After:

 .jpg

 

 

Edited by Mali
  • Metin2 Dev 147
  • Eyes 2
  • Scream 1
  • Good 28
  • Love 3
  • Love 66

 

Link to comment
https://metin2.dev/topic/32720-official-collision-update-reversed/
Share on other sites

2 hours ago, Mali said:
  Reveal hidden contents

The other day I decided to finish missing parts of __BL_HIT__(Scale, Attack Range, Collision etc.).

Missing parts are completed.

Now I'm sharing a little piece of it.

 

Reversed From Official Binary

 

This is the hidden content, please

Hidden Content

 

///@@@ UserInterface/Locale_inc.h:
///Add
#define __BL_HIT__

///@@@ GameLib/ActorInstanceCollisionDetection.cpp:
///Add
#include "../UserInterface/Locale_inc.h"

//Find in void CActorInstance::UpdateAdvancingPointInstance()
			matCenter = *(D3DXMATRIX *)pModelInstance->GetBoneMatrixPointer(rInstance.dwBoneIndex);

///Change
#if defined(__BL_HIT__)
			D3DXMATRIX* pMatBone = (D3DXMATRIX*)pModelInstance->GetBoneMatrixPointer(rInstance.dwBoneIndex);
			matCenter = *(D3DXMATRIX*)pModelInstance->GetCompositeBoneMatrixPointer(rInstance.dwBoneIndex);
			matCenter._41 = pMatBone->_41;
			matCenter._42 = pMatBone->_42;
			matCenter._43 = pMatBone->_43;
#else
			matCenter = *(D3DXMATRIX *)pModelInstance->GetBoneMatrixPointer(rInstance.dwBoneIndex);
#endif

 

 

 

 

 

Before:

 .jpg

After:

 .jpg

 

 

Thank You @ Mali,  Excellent Release

  • Metin2 Dev 2
  • Love 2
  • 2 months later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.