PierreO
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
I've done the same error^^ You missed the dependencies, check the "donwload" tab ;)
Nov 8, 2025 5:21 PM
View details
Deleted comment
Hi kobethuy, before, i want to thank you for the return of this awesome mod.
But with SPT 4.0.3 i'm unable to launch it.
I've got the following error:
"JSON Parsing error in response to https://127.0.0.1:6969/client/items at line 1, position 11375: Error converting value "#2694da" to type 'JsonType.TaxonomyColor'. Path 'BackgroundColor', line 1, position 11375. Inner exception: Requested value '#2694da" was not found"
I've tried to remove all my mods and start with a new profile, but same result. Game send me the error before reaching the main menu, and clic on Continue close the game. I've also tried to relaunch the game in English language...
Hope you can fix ;)
Nov 8, 2025 3:44 PM
View details
Created comment
Hi kobethuy, before, i want to thank you for the return of this awesome mod.
But with SPT 4.0.3 i'm unable to launch it.
I've got the following error:
"JSON Parsing error in response to https://127.0.0.1:6969/client/items at line 1, position 11375: Error converting value "#2694da" to type 'JsonType.TaxonomyColor'. Path 'BackgroundColor', line 1, position 11375. Inner exception: Requested value '#2694da" was not found"
I've tried to remove all my mods and start with a new profile, but same result. Game send me the error before reaching the main menu, and clic on Continue close the game. I've also tried to relaunch the game in English language...
Hope you can fix ;)
Nov 8, 2025 3:36 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.