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

Texter ID #6

Closed
ctw452002 opened this issue Mar 16, 2018 · 7 comments
Closed

Texter ID #6

ctw452002 opened this issue Mar 16, 2018 · 7 comments
Assignees
Labels
Category: Suggestion It will be granted to issues with the proposal.

Comments

@ctw452002
Copy link

Hi. Can you please remove texter ID and add cmd do check id so people will know it's id

@fuyutsuki
Copy link
Owner

Hi @treehousemc1.
In Texter 2.3.0 I think that it will be displayed as shown below, but is id unnecessary?

Title
Text line1
Text line2
[UniqueString]

If you wish to fix it, install it from crfts.json and ID will be hidden.

@fuyutsuki fuyutsuki self-assigned this Mar 16, 2018
@fuyutsuki fuyutsuki added the Category: Suggestion It will be granted to issues with the proposal. label Mar 16, 2018
@fuyutsuki
Copy link
Owner

Also, for player who do not have permission to erase FloatingTexts, IDs are made invisible automatically.

@ctw452002
Copy link
Author

change
"world": {
"TextName1": {
"Xvec": 128,
"Yvec": 90,
"Zvec": 128,
"TITLE": "Title",
"TEXT": "Text(New line with #)"

to

Title
Text line1
Text line2
[UniqueString]
?

@fuyutsuki
Copy link
Owner

fuyutsuki commented Mar 17, 2018

The example is as follows on 2.3.0

Title
Text(New line with 
)
[TextName1]

@ctw452002
Copy link
Author

i dont understand

@fuyutsuki
Copy link
Owner

fuyutsuki commented Mar 20, 2018

In Texter 2.3.0, it is displayed without ID by writing to crfts.json as follows.

crfts.json

"world": {
  "TextName1": {
    "Xvec": 128,
    "Yvec": 90,
    "Zvec": 128,
    "TITLE": "Title",
    "TEXT": "Text(New line with #)"
  }
}

Output

Title
Text(New line with 
)

fts.json

Also, if added by command, data will be added to fts.json.
ID is displayed because it performs operations such as deletion.

Output

Title
Text
[TextName1]

It is as follows in fts.json

"world": {
  "TextName1": {
    "Xvec": 128,
    "Yvec": 90,
    "Zvec": 128,
    "TITLE": "Title",
    "TEXT": "Text",
    "OWNER": "Steve"
  }
}

Please use crfts.json if you want to put fixed FloatingTexts.

@ctw452002
Copy link
Author

Ok thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Suggestion It will be granted to issues with the proposal.
Projects
None yet
Development

No branches or pull requests

2 participants