Giter Club home page Giter Club logo

Comments (3)

MrDiamond64 avatar MrDiamond64 commented on June 1, 2024

Can you explain further?

from scythe-anticheat.

w45466920300 avatar w45466920300 commented on June 1, 2024

That is, when you load this addon in the archive, and enter Chinese characters, Chinese phonetic symbols, Japanese Hiragana and Katakana, Korean and other East Asian symbols in the chat bar, it will not be displayed when sent. Below are a few examples.
When you enter the Chinese character "你好" (Hello)in the chat bar, only 〈your name>〉will be displayed on the screen without any words after it. If I type something like "你会在Minecraft里玩2b2t吗"(Will you play 2b2t in Minecraft), it will only show
〈your name〉 Minecraft 2b2t
This shouldn't be a problem with game rendering, because it does affect communication in multiplayer games, others don't know what you're talking about, and others can't see the characters you type.

from scythe-anticheat.

MrDiamond64 avatar MrDiamond64 commented on June 1, 2024

That is, when you load this addon in the archive, and enter Chinese characters, Chinese phonetic symbols, Japanese Hiragana and Katakana, Korean and other East Asian symbols in the chat bar, it will not be displayed when sent. Below are a few examples. When you enter the Chinese character "你好" (Hello)in the chat bar, only 〈your name>〉will be displayed on the screen without any words after it. If I type something like "你会在Minecraft里玩2b2t吗"(Will you play 2b2t in Minecraft), it will only show 〈your name〉 Minecraft 2b2t This shouldn't be a problem with game rendering, because it does affect communication in multiplayer games, others don't know what you're talking about, and others can't see the characters you type.

Thanks. I have managed to replicate and fix the issue.

Scythe has an option to filter characters out like that as users were using them to lag peoples games. The feature was later disabled default due to a complaint on MCPEDL that they couldnt speak in their language.

A bug within the addon made it filter characters out regardless wether it was disabled or not.
You can fix the issue by replacing line 52 in ./<pack data>/scripts/main.js with this:
} else if(player.name === player.nameTag && config.modules.filterUnicodeChat && msg.cancel === false) {

CN Translation (Google Translate):
谢谢。我已经设法复制并解决了这个问题。

Scythe 有一个选项可以过滤掉这样的角色,因为用户正在使用它们来滞后人们的游戏。由于 MCPEDL 抱怨他们不能用他们的语言说话,该功能后来被默认禁用。

插件中的一个错误使它过滤掉字符,无论它是否被禁用。
您可以通过将 ./<pack data>/scripts/main.js 中的第 52 行替换为以下内容来解决此问题
} else if(player.name === player.nameTag && config.modules.filterUnicodeChat && msg.cancel === false) {

from scythe-anticheat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.