mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-07 01:02:53 +08:00
Add fun section
parent
5dd3779083
commit
c9bc596f5d
21
Resources.md
21
Resources.md
@ -89,4 +89,23 @@ class Handlers
|
||||
127.0.0.1 api-account-os.hoyoverse.com
|
||||
127.0.0.1 hk4e-sdk-os.hoyoverse.com
|
||||
127.0.0.1 uspider.yuanshen.com
|
||||
```
|
||||
```
|
||||
|
||||
# Fun
|
||||
|
||||
## Colored nickname and signature :peacock: ([written by](https://github.com/actuallyeunha))
|
||||
Unity supports colored text by default (See [Unity Manual](https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/StyledText.html) for more info)
|
||||
|
||||
By replacing them with `<color=color>text</color>` or `<color=#HEXCODE>text</color>` you can change most, if not all, strings' colors.
|
||||
|
||||
**It's not possible to do this directly in game, you have to edit the db using something like MongoDBCompass!**
|
||||
|
||||
1. Open MongoDBCompass and connect to your db
|
||||
2. Go to `grasscutter/players`
|
||||
3. Make your changes. *Change it inside `playerProfile` too!* <br>
|
||||
e.g `nickname: "<color=#ff9ec6>na.na</color>"`; <br>
|
||||
`signature: "Running on <color=green>Grasscutter</color>!"`
|
||||
4. Update the document
|
||||
5. Relog to see changes
|
||||
|
||||
Enjoy your colorful name :sparkles:
|
Loading…
Reference in New Issue
Block a user