Skip to content

🐴 Horse aging ​

Documentation relating to the kd_stable_horse-age add-on for Stable script.

1. Installation ​

WARNING

Stable script is required to use this add-on

To install kd_stable_horse-age:

  • Drag and drop the resource into your resources folder
    • kd_stable_horse-age
  • Add this ensure in your server.cfg after ensure kd_stable
    • ensure kd_stable_horse-age

Congratulation, the Horse aging add-on is ready to be used!

2. Usage ​

Go on stable to see horses age.

3. Config.lua file ​

The configuration file is config.lua in the resource root. Do not edit this file directly as your changes may be lost during updates. Instead, use overwriteConfig.lua to store your customizations.

  • config.lua - Default configuration maintained by developers. Do not modify this file.
  • overwriteConfig.lua - This is where you place only the values you want to override.

How to customize the configuration ​

  1. Open /overwriteConfig.lua
  2. Find the value you want to change in config.lua (e.g., Config.language )
  3. Copy only that line into overwriteConfig.lua
  4. Edit the copied value to your liking

The script loads config.lua first, then overwriteConfig.lua overwrites only the values you redefine. This ensures your customizations are preserved when updating the script.

Loading configuration...

Last updated: