Jump to content

Add friend max lenght problem


Recommended Posts

  • Forum Moderator
  • uiScript/whisperdialog.py
"input_limit" : PLAYER_NAME_MAX_LEN, # PLAYER_NAME_MAX_LEN declared in script dictionary of ui.py as chr.PLAYER_NAME_MAX_LEN

Which is a constant from module chr, initialized in PythonCharacterModule.cpp and the variable is declared in a enum of StdAfx.h.

  • Srcs/Client/UserInterface/StdAfx.h
// Search for:
	PLAYER_NAME_MAX_LEN = 12,
// Replace with:
	PLAYER_NAME_MAX_LEN = CHARACTER_NAME_MAX_LEN, // 24

 

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.