For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

Short answers to common rcore_drugs questions.

Where do I configure labs and stations?

Use /drugs_admin. Most gameplay configuration is stored in the database and managed from the admin panel.

Do I need to import an SQL file?

No. The script creates its tables automatically. After first startup, run drugs_seed from the server console to import default gameplay data.

Can I use markers instead of target?

Yes. Set Config.DrugLabEntryPoint = LAB_ENTRY.MARKER in config.lua.

Can I disable addiction?

Yes. Set Config.AddictionSystem.Enabled = false in config.lua.

Can I change drug prices?

Yes. Use /drugs_admin for dealer pricing, supplier pricing, consumable sale prices, and upgrade prices.

Where are inventory images?

They are in rcore_drugs/assets/inventory_images.

Last updated