Jump to content

Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

Hey,

 

I will share a function (Set Atlas Scale) that you can set your own scale in your Atlas Window.

 

As you can see in the Preview the Atlas is bigger than the default. You need to have good quality of Map Image, I think you can use World Editor for this.

 

Preview:

Spoiler

190951FExw5gW.png

 

  • Metin2 Dev 75
  • kekw 1
  • Sad 1
  • Scream 1
  • Lmao 1
  • Good 22
  • Love 1
  • Love 69
Link to comment
https://metin2.dev/topic/22529-map-atlas-scale-system/
Share on other sites

  • 2 weeks later...
On 1/18/2020 at 12:25 PM, T4UMP said:

Missing function "SetScale" @HITRON

this must be work.

 

GrpImageInstance.h
//Search in this file:
		void SetDiffuseColor(float fr, float fg, float fb, float fa);

//Add after:

		void SetScale(float sx, float sy);

---------------------------------------------------
GrpImageInstance.cpp
//Search in this file:

void CGraphicImageInstance::SetPosition(float fx, float fy)
{
	m_v2Position.x = fx;
	m_v2Position.y = fy;
}

//Add after:

void CGraphicImageInstance::SetScale(float fx, float fy) {
	m_vScale = fx;
}

its from the imageScale of the "PetScale System like offical DE"

Link to comment
https://metin2.dev/topic/22529-map-atlas-scale-system/#findComment-122947
Share on other sites

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.