wasd
DiscordTebex
  • Welcome
  • Getting Started
    • What is Escrow
  • Other Things
    • Editing localization files
  • Resources
    • Mix-Weed
      • Installation
      • How To Do
        • Items
        • Config
      • Modules
        • Weed Type
        • Recipe Type
          • Recipe onUsed
    • ATM Robbery [Free]
      • Items
    • 24/7 Shop
    • Multiplayer Delivery Job
    • 🗞️Multiplayer Newspaper Job
    • Multiplayer Garbage Job
    • Multiplayer Tow Job
      • Exports / Events
    • Daily Rewards Script
Powered by GitBook
On this page
  • How to do localization
  • Can i see config file ?
  • How can I integrate my inventory ?
  • How can i integrate my target script ?
  • How order delivery logic work ?
  • How can i change UI part ?
  • I want to add more steps, recipes or change existing ones, How ?
  1. Resources
  2. Mix-Weed

How To Do

Detailed explanations for some things

PreviousInstallationNextItems

Last updated 2 months ago

How to do localization

A detailed description is available


Can i see config file ?


How can I integrate my inventory ?

Check modules/inventory/server.luaand follow the inventory documentation


How can i integrate my target script ?

Check modules/target/client.luaand follow the inventory documentation


How order delivery logic work ?

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.

How can i change UI part ?

This feature is limited; you can only edit the ui/build/css file, not the entire UI. You cannot edit everything.

I want to add more steps, recipes or change existing ones, How ?

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

here
Check this part
config.lua