The following warnings occurred:
Warning [2] Undefined array key "2x" - Line: 173 - File: inc/plugins/MentionMe/forum.php PHP 8.1.30 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/MentionMe/forum.php 173 errorHandler->error_callback
/inc/plugins/MentionMe/forum.php 92 mentionTryName
[PHP] mentionDetect
/inc/plugins/MentionMe/forum.php 49 preg_replace_callback
/inc/class_plugins.php 142 mentionMeParseMessage
/inc/class_parser.php 244 pluginSystem->run_hooks
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Trying to access array offset on value of type bool - Line: 93 - File: inc/plugins/MentionMe/forum.php PHP 8.1.30 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/MentionMe/forum.php 93 errorHandler->error_callback
[PHP] mentionDetect
/inc/plugins/MentionMe/forum.php 49 preg_replace_callback
/inc/class_plugins.php 142 mentionMeParseMessage
/inc/class_parser.php 244 pluginSystem->run_hooks
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit




CC values of "CitizenDescription citizen"
#1


Hello together,




with some help I managed to create a minimod that changes just one value (float _agePerSecond) in Citizen.rsc.




How can I check which were the original values of <abbr title="Colonial Charter">CC</abbr> so I don't overwrite <abbr title="Colonial Charter">CC</abbr> while loading the modified section?




Are these values somewhere found in text/charts? Is it possible to 'unpack' a '*.pkm' file to check for myself?




Regards,

XSamatan


  Reply
#2


You can't really check the values used in other mods.  There's no way to unpack a pkm and peek inside.




But you're in luck.  <abbr title="Colonial Charter">CC</abbr> doesn't alter that section at all.   So nothing you do to that section would be overwriting <abbr title="Colonial Charter">CC</abbr> at all. [img]<fileStore.core_Emoticons>/emoticons/smile.png[/img]/emoticons/smile@2x.png 2x" title=":)" width="20" />

  Reply