SilverScripts

Find out prices of items in your inventory by hovering over them while at the Marketplace, in the Inner City, or whilst browsing your Inventory in the Outpost, automatically use services, edit and equip Quickswaps/Loadouts, and more!

Autor
ils94
Instalaciones diarias
0
Instalaciones totales
1
Calificaciones
0 0 0
Versión
7.9.2
Creado
29/4/2025
Actualizado
29/4/2025
Tamaño
189 KB
Licencia
GPL-3.0-or-later
Funciona en

Forked.

Silver has been away from the game, and the devs changed the way information is passed. This change made the script unusable, and Silver is nowhere to be found — and we love Silver.

This fork changes two lines of code:

Change line 810 to:

item.type = capitalizeFirstLetter(itemGlobData.itemtype);

Change line 1079 to:

var ammoTypes = ['32ammo', '35ammo', '357ammo', '38ammo', '40ammo', '45ammo', '50ammo', '55ammo', '20gaugeammo', '16gaugeammo', '12gaugeammo', '10gaugeammo', 'grenadeammo', 'heavygrenadeammo', '55rifleammo', '75rifleammo', '9rifleammo', '127rifleammo', '14rifleammo', 'fuelammo'];

Thanks to TectonicStupidity for posting the fix on the game's forum.