Jump to content

Improvment - Lag entities


Recommended Posts

  • Active Member

As you well know, when you have many entities or players your fps decrease too much. I found a solution for this.
PRO: Increasing fps with 30+ 

VERSUS: The names of entites and players doesn't have anymore shadow.

Left boosted client, right client not boosted.

Advice: You can use it on define and when you finished the building can comment and make a new release like Metin2NameClientFPSBoost and a normal Release client (That's my option if you want to use this)

fDe9Di1.png

 

 

I know for high developers this is sh*t but maybe some peoples doesn't know about this.

Search
	pTextInstance->SetOutline(false);
Replace
	pTextInstance->SetOutline(true);

Search 	
prGuildNameInstance->SetOutline(false);
Replace 	
	prGuildNameInstance->SetOutline(false);

Search 
pTextTail->pTextInstance->SetOutline(false);
Replace
	pTextTail->pTextInstance->SetOutline(true);

Search
	pTextTail->pTextInstance->SetOutline(false);
Replace
	pTextTail->pTextInstance->SetOutline(true);

Search
		prTitleNameInstance->SetOutline(true);
Replace
		prTitleNameInstance->SetOutline(false);

Search 
		prTitle->SetOutline(false);
Replace 
		prTitle->SetOutline(true);

Search
		prUserTitle->SetOutline(true);
Replace
		prUserTitle->SetOutline(false);

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

7 hours ago, Vaynz said:

As you well know, when you have many entities or players your fps decrease too much. I found a solution for this.
PRO: Increasing fps with 30+ 

VERSUS: The names of entites and players doesn't have anymore shadow.

Left boosted client, right client not boosted.

Advice: You can use it on define and when you finished the building can comment and make a new release like Metin2NameClientFPSBoost and a normal Release client (That's my option if you want to use this)

fDe9Di1.png

 

 

I know for high developers this is sh*t but maybe some peoples doesn't know about this.


Search
	pTextInstance->SetOutline(false);
Replace
	pTextInstance->SetOutline(true);

Search 	
prGuildNameInstance->SetOutline(false);
Replace 	
	prGuildNameInstance->SetOutline(false);

Search 
pTextTail->pTextInstance->SetOutline(false);
Replace
	pTextTail->pTextInstance->SetOutline(true);

Search
	pTextTail->pTextInstance->SetOutline(false);
Replace
	pTextTail->pTextInstance->SetOutline(true);

Search
		prTitleNameInstance->SetOutline(true);
Replace
		prTitleNameInstance->SetOutline(false);

Search 
		prTitle->SetOutline(false);
Replace 
		prTitle->SetOutline(true);

Search
		prUserTitle->SetOutline(true);
Replace
		prUserTitle->SetOutline(false);

 

Where i can change that?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 2 months later...

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.