You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preferably done as argparse with click being a massive maybe. Not needing anything else except the file magma itself would be great.
Conversions
magma chat decode - < chat > chat.json
magma chat encode - < chat.json > chat
magma data decode - < data > data.json
magma data encode - < data.json > data
magma explo decode - < explo > explo.json
magma explo encode - < explo.json > explo
magma npcChat decode - < npcChat > npcChat.json
magma npcChat encode - < npcChat.json > npcChat
magma world decode - < world > world.json
magma world encode - < world.json > world
Make TL file
magma chat|data|explo|npcChat|world collect \
--empty=<lang> [(<lang><jsonfile>) ...] \
> collected.json
Preferably done as argparse with click being a massive maybe. Not needing anything else except the file
magma
itself would be great.Conversions
Make TL file
Apply TL file
The text was updated successfully, but these errors were encountered: