Figura
Figura copied to clipboard
Add Simplified Chinese
Now the translation is almost done, but there are some parts that I don't know what they mean. If you don't want to waste time here, you can use it for now until a better translation is available What do they mean? Max Init Instructions Max Tick Instructions Max Render Instructions Offscreen Rendering Toggle the transformations of first person hands Render Parts Pivot
I wasn't familiar with the operation and probably did something really stupid
Have you solved this issue yet?
In case you haven't:
Max Init Instructions: These are the maximum amount of instructions from init
that a user can receive, init
happens when the avatar first spawns into the world, (or when the avatar is first rendered, I am not quite sure).
Max Render Instructions: These are the maximum amount of instructions from render
that a user can receive, render
happens once every frame.
Max Tick Instructions: These are the maximum amount of instructions from tick
that a user can receive, tick
happens 20 times per second.
Offscreen Rendering: This basically tells your client if it should either render avatars when they are not in-screen or viceversa.
Transformation in First Person Hands: This basically tells your client if it should either modify the First Person hands when they are modified through code.
Render Parts Pivot: When using the hitbox view in Minecraft (F3 + B), The Pivots from the Render Parts are shown, this toggles that either on or off.
In case this info is useful, init
stands for "Initialization", at least if I remember correctly.
I'm not sure if I understand "Transformation in First Person Hands" correctly, meaning that when I use a script to raise the hands by 3 pixels, if I turn on "Lock First Person Hands", the hands will still be in the same position If my understanding is correct, the translation is complete https://github.com/x-yingcan-x/Figura/blob/1.19/src/main/resources/assets/figura/lang/zh_cn.json
A not important question, where else can I find something about scripting besides Discord. I just want to do a wing flap, but I don't know how to play the animation, ~~and I'm lazy to learn lua~~
I mean, you can either use the discord, or check the wiki.
(To start an animation, you can do animation["animname"].start()
).
I recommend doing a pull request if you want your asset to be added ^^
<- Zero lua base Learning lua is hard for me I can't connect to discord, but curseforge, modrinth, github all can, discord I tried, can't connect at all
Fair enough.
Hope your translation gets added :D
But the wiki does not translate, I hope the wiki can provide templates, just replace some keywords can be used directly
Yeah, the wiki is not actually done yet-
The wiki needs to be finished in order to make anything of that possible :P
Anyway, if this is done, I would recommend closing this issue, so this does not clog up the issues page.
I want to wait until the translation is added : P
Fair enough.