How To Do
Detailed explanations for some things
Last updated
Detailed explanations for some things
Last updated
A detailed description is available
Check modules/inventory/server.lua
and follow the inventory documentation
Check modules/target/client.lua
and follow the inventory documentation
Players select orders from the /weedmenu
section on the right side. The order contents and payment amounts are determined by the system. Order contents are specified by the items in the data/weeds.lua
and data/recipes.lua
files. The payment amount is calculated based on the stage levels and quantities of these items. Some configurations related to this part can be found in the file.
This feature is limited; you can only edit the ui/build/css
file, not the entire UI. You cannot edit everything.
You need to examine the files in the /data/*.lua
folder and have knowledge about lua. Errors made in this case belong to you. All necessary explanations are given in the files. Check the documentation for more detailed explanations and accepted values