nooky
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
IS THERE A MOD THAT ACCOUNTS CAMOUFLAGE STATISTICS AND VISIBILITY ACCORDING TO THE ENVIRONMENT?
0
Likes
i downloaded the swag mod plus yours but when i start the server the swag mod loads but it says in red config missing pak,jason and scr missing pak jason. ive tried reinstalling the mod but its not working
0
Likes
Recent Activity
Downloaded mod
Version 2.0.4 of ABPS - Acid's Bot Placement System
Nov 5, 2025 12:27 AM
View details
Downloaded mod
Version 2.0.3 of APBS - Acid's Progressive Bot System
Nov 5, 2025 12:27 AM
View details
Downloaded mod
Version 1.0.0 of Peltor TEP-300 earplugs backport and fixes
Nov 4, 2025 7:51 PM
View details
Downloaded mod
Version 2.1.0 of Trader Modding And Improved Weapon Building
Nov 4, 2025 12:32 AM
View details
Hey man,
Can i get some more insight on what needs to change in each of the configs. I am still lost. I somehow got the goons 100% on factory but when i did the same thing on cultists on customs I somehow got bloodhounds. I checked my files i changed the cultists’ settings.
There seems to be a chance setting on both the bossconfig.json and the config.json. does the bossconfig.json chance not mean anything and only the config.json matter or is there a reason for the bossconfig.json chance?
I would like to write a program that allows for making these changes from a windows console window. I would gladly send you the source code to possibly add to a new release if i am successful.