The following warnings occurred:
Warning [2] Undefined variable $settings - Line: 38 - File: inc/plugins/avatarep.php PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/avatarep.php 38 errorHandler->error_callback
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Trying to access array offset on value of type null - Line: 38 - File: inc/plugins/avatarep.php PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/avatarep.php 38 errorHandler->error_callback
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Undefined array key "action" - Line: 1522 - File: inc/plugins/avatarep.php PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/avatarep.php 1522 errorHandler->error_callback
/inc/class_plugins.php 142 avatarep_popup
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$mention - Line: 524 - File: inc/plugins/MentionMe/forum.php PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/MentionMe/forum.php 524 errorHandler->error_callback
/inc/class_plugins.php 142 mentionMeBuildPopup
/global.php 498 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$mention_autocomplete_loading - Line: 5 - File: inc/plugins/MentionMe/forum.php(557) : eval()'d code PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/MentionMe/forum.php(557) : eval()'d code 5 errorHandler->error_callback
/inc/plugins/MentionMe/forum.php 557 eval
/inc/class_plugins.php 142 mentionMeBuildPopup
/global.php 498 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$sm - Line: 125 - File: inc/plugins/sm/forum.php PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/sm/forum.php 125 errorHandler->error_callback
/inc/class_plugins.php 142 smBuildPopup
/global.php 498 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$sm_autocomplete_loading - Line: 5 - File: inc/plugins/sm/forum.php(155) : eval()'d code PHP 8.1.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/sm/forum.php(155) : eval()'d code 5 errorHandler->error_callback
/inc/plugins/sm/forum.php 155 eval
/inc/class_plugins.php 142 smBuildPopup
/global.php 498 pluginSystem->run_hooks
/showthread.php 28 require_once




Noob Starting out with a mod idea, need a guide.
#1
I've finally had enough of my villagers hoarding food and making their brethren starve. I want to make a mod that limited how much each house is allowed. Preferably based on house population, but based on house pop max would be fine too. Would I modify a file, make a new one? Where do I start?
I've got the mod kit, but I'm not familiar with the game's files, so I'd love a guide who is more familiar with what all these files do.
  Reply