wizard83
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Edited comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:20 PM
View details
Edited comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:20 PM
View details
Deleted comment
on mod page at the right side you can find "Source Code" link
Oct 31, 2025 6:19 PM
View details
Created comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:19 PM
View details
Created comment
on mod page at the right side you can find "Source Code" link
Oct 31, 2025 6:17 PM
View details