Jump to content

Map Atlas Scale System


Recommended Posts

  • Bronze

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 44
  • kekw 1
  • Sad 1
  • Scream 1
  • Lmao 1
  • Good 11
  • Love 1
  • Love 54
Link to comment
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
Share on other sites

Announcements



×
×
  • 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.