ChinaNB
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 Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
New version error:
An item with the same key has already been added. Key: user/mods/SPTFPVDroneServerMod/bundles/assets/content/items/drones/drone_fpv.bundle
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at SPTarkov.Server.Core.Services.BundleHashCacheService.StoreValue(String bundlePath, UInt32 hash)
at SPTarkov.Server.Core.Services.BundleHashCacheService.CalculateMatchAndStoreHash(String BundlePath)
at SPTarkov.Server.Core.Loaders.BundleLoader.LoadBundlesAsync(SptMod mod)
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
Logger queue caught exception: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext()
at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
Nov 25, 2025 3:58 AM
View details
Created comment
T7 thermal imaging can achieve the same effect as FPV
Nov 23, 2025 9:37 AM
View details
Created comment
I hope the next version allows for customization of the explosion range
Nov 23, 2025 9:18 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.