Starbound

Starbound

评价数不足
[oSB] Universal Upgradeable Weapons Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
121.577 KB
10 月 29 日 上午 1:34
10 月 29 日 上午 3:24
8 项改动说明 ( 查看 )

订阅以下载
[oSB] Universal Upgradeable Weapons Patch

描述
Requires OpenStarbound!

Makes every weapon and shield upgradeable via the Weapon Upgrade Anvil using a lua postload script to add the "upgradeableWeapon" tag.

If a modded item is somehow unaffected, please let me know.
6 条留言
Evenstaar 11 月 1 日 下午 1:37 
Either way, it's been far too long for literally nobody to make a mod that does that.
Evenstaar 11 月 1 日 下午 1:34 
Sounds simple enough. I'm not great with Starbound modding in particular, though, so I really wouldn't know.
That1TVHead  [作者] 10 月 30 日 下午 10:48 
no wait nevermind, object printability is defined by the printable variable which i somehow missed my bad, I'm guessing it's just true by default

a mod to make all objects printable would just go through the object files and change anything that has it set to false to true
That1TVHead  [作者] 10 月 30 日 下午 10:45 
@Phoenix. I don't know how the game decides if something's printable or not (yet) but it doesn't seem like it's handled by a tag like upgradeables are, might try to make it myself

@Palladium346 basically uses a lua script that loads after everything else goes through the activeitem files to find anything that's tagged with "weapon" or "shield" and gives it the "upgradeableWeapon" tag which is the sole thing that decides whether something can be upgraded at the anvil or not
Palladium346 10 月 30 日 下午 5:36 
Sorry, I'm a simpleton. How does this work exactly?
Phoenix. 10 月 29 日 下午 12:22 
how would you write a mod like this but to make all objects pixel printable? im surprised no one has made a mod that does that yet