āš™ļø
PHYSIX Documentation
Support
  • šŸ‘‹Welcome to PHYSIX documentation
  • ā“Support center
  • šŸ’©P6 Additional Needs
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
  • šŸ›”ļøP6 Bodyguards
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
  • šŸŒ‰P6 Bridge
    • āš™ļøInstallation
    • šŸ“’Usage
    • šŸŖ›Exports
      • šŸ˜€Client Exports
      • šŸ–„ļøServer Exports
  • 🚓P6 Gym
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
  • āš™ļøP6 Settings
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
  • šŸ“¦P6 Spawner
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
  • šŸ“ƒP6 Whitelist
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
    • šŸŖ›Exports
      • šŸ–„ļøServer Exports
  • šŸ›”ļøP6 Zones
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
    • šŸŖ›Exports
      • šŸ˜€Client Exports
      • šŸ–„ļøServer Exports
  • šŸ›”ļøP6 Zones - Zombie Waves
    • āš ļøDependences
    • āš™ļøInstallation
    • šŸ”§Configuration
    • šŸ“’Usage
    • šŸŖ›Exports
      • šŸ˜€Client Exports
      • šŸ–„ļøServer Exports
Powered by GitBook
On this page
  • Adding or Modifying Object/Prop Categories
  • Adding Custom Objects & Props
  1. P6 Spawner

Configuration

The file custom/shared/config.lua file serves as the central hub for configuring the script. Each setting is accompanied by a detailed explanation of its purpose and is preloaded with default values for ease of use.

Adding or Modifying Object/Prop Categories

The script automatically detects available categories by reading the folder structure inside: šŸ“‚ ui/img/object/

You can rename, delete, or create new categories within this directory, and they will be automatically recognized.

šŸ’” Important:

  • If you rename or create a new category, make sure to add its corresponding translation in the locales file to ensure proper language support.

  • If no translation is provided, the folder name will be used as the default category label.

Adding Custom Objects & Props

To include new objects or props in the spawner, follow these simple steps: 1ļøāƒ£ Upload an image representing the object/prop to ui/img/object/, placing it inside an existing or newly created category. 2ļøāƒ£ Ensure the image is in WEBP format for compatibility. 3ļøāƒ£ Name the image file exactly as the object/prop name that should be spawned.

šŸš€ Once added, the new objects and props will be available in the spawner menu, ready for use!

PreviousInstallationNextUsage

Last updated 2 months ago

šŸ“¦
šŸ”§