Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] CopyPaste #207

Closed
luxurymini opened this issue Sep 28, 2016 · 6 comments
Closed

[Request] CopyPaste #207

luxurymini opened this issue Sep 28, 2016 · 6 comments
Labels

Comments

@luxurymini
Copy link
Contributor

luxurymini commented Sep 28, 2016

[ 1 ]
When you paste a chat,( "professional", "name", "damage", etc. ) i want printing same padding size
I want adding option in hotkey.xml. For example,
Current :
[{class}] {name}: {global_dps} ( {damage_percentage} ) | C {crit_rate} | D {deaths}
print :
[Brawler] 루니B : 123.4만/s ( 56% ) | C 0% | D 0
[Archer] 한글여섯글자 : 1.299만/s ( 44% ) | C 80% | D 0

I want :
print :
[Brawler] __________루니 : 123.4만/s ( 56% ) | C__0% | D__0
[ Archer] 한글여섯글자 : __1.9만/s ( 44% ) | C 80% | D 10
This editor does not enter spaces, just one space. "
" mean space
Align the columns and rows. Much better view!!

[ 2 ]
class name is not translated in the local language.

@Gl0
Copy link
Collaborator

Gl0 commented Oct 20, 2016

Hm... implemented this, but it's not working correctly due to not monospaced font used by tera. At least on RU.
Spaces have significantly less width than normal chars. Not sure, how to deal with it

@Gl0
Copy link
Collaborator

Gl0 commented Oct 20, 2016

using double spaces instead of single for padding looks more good, but anyway names with a majority of thin letters will look more condensed than written by CAPS... probably need some real width estimator based on game font.

@Gl0
Copy link
Collaborator

Gl0 commented Oct 21, 2016

Managed, how to make it beautiful. But need font files from all localizations.
Estimating via standard MS fonts looks bad.
needed files:
\TERA\S1Game\CookedPC\Art_Data\Packages\S1UI\fonts_*.gpk
NA and EUR use the same fonts, so needed only one from any of them + TW and JP (RU & KR already here)

@Gl0
Copy link
Collaborator

Gl0 commented Oct 21, 2016

@sb032835 , can you send me TW one?

Gl0 added a commit that referenced this issue Oct 22, 2016
- add new dungeons to moongourd export
- format paste string #207 (don't have TW fonts - using KR international font for TW)
- format paste string in clipboard for monospaced font tables
- fix crash on deleting numbers in settings menu
- add OS version to missed packet debug string
@sb032835
Copy link

@Gl0
Copy link
Collaborator

Gl0 commented Oct 23, 2016

thanks.
Seems it's time to change autoupdate system, archived fonts have the same size as all other meter components...

This was referenced Oct 25, 2016
@Gl0 Gl0 closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants