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!

目前為 2025-04-30 提交的版本,檢視 最新版本

作者
ils94
評價
0 0 0
版本
7.9.2
建立日期
2025-04-29
更新日期
2025-04-30
尺寸
189.2 KB
授權條款
GPL-3.0-or-later
腳本執行於

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.