Starbound

Starbound

评价数不足
Easier Bows - FU Edition
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
100.152 KB
2023 年 12 月 6 日 下午 4:32
2024 年 9 月 26 日 下午 7:06
18 项改动说明 ( 查看 )

订阅以下载
Easier Bows - FU Edition

描述
I can't be bothered to time my shots.

Got this idea from here. Fully removed "perfect release" timer from bows, making every arrow have full power as long as you fully draw your bow.

Overwrites these scripts in Frackin' Universe and thus should automatically work with any mod that uses these scripts in:
/items/active/weapons/bow/abilities/bowshot.lua - actually base game script
/items/active/weapons/bow/abilities/rngbows/enhancedbowshot.lua
/items/active/weapons/bow/abilities/rngbows/enhancedbowshotelder.lua
/items/active/weapons/bow/abilities/rngbows/rngbowshot.lua
/items/active/weapons/bow/abilities/rngbows/aimprediction/neb-aimprediction.lua
/items/active/weapons/bow/abilities/rngbows/arrowrain/neb-arrowrain.lua

Probably OP as hell.
20 条留言
Dudeknightz 2024 年 9 月 27 日 上午 9:10 
Update: it seems my mod just didnt do anything. It didnt break anything, but it did nothing.
Dudeknightz 2024 年 9 月 27 日 上午 4:53 
Alright, thanks!
Armadir  [作者] 2024 年 9 月 26 日 下午 9:50 
It's not like I asked FU team for permission before making this mod myself lol
Armadir  [作者] 2024 年 9 月 26 日 下午 9:45 
Well, I have nothing against you publishing it. There are people who would appreciate it if you do. I don't have it in me to troubleshoot something that I personally wouldn't use myself.
Dudeknightz 2024 年 9 月 26 日 下午 8:15 
Ok, so... I made a private mod version of this (haven't made it public) with the dependency removed, and it works. It was likely an error on your part on why it broke.
Armadir  [作者] 2024 年 9 月 26 日 下午 7:08 
Does vanilla bow work at your end? Because it broke for me when I removed 'requiers'
Dudeknightz 2024 年 9 月 26 日 下午 7:07 
Huh, it worked just fine when i edited it. Should i upload the pak version i made to google drive?
Armadir  [作者] 2024 年 9 月 26 日 下午 7:05 
Nah, it just doesn't work without FU. If you just delete "requires", Starbound loads this mod first and then overwrites it with data from Neb's mod. When I changed the load order, everything broke
Dudeknightz 2024 年 9 月 26 日 下午 6:49 
literally all you need to do is remove the "requires" from the metadata, should look something like this
{
"version" : "1.0.1",
"author" : "Albert Hiisky",
"tags" : "Miscellaneous|Weapons|Character Improvements|Mechanics",
"description" : "I can't be bothered to time my shots.\n\nOverwrites these scripts in Frakin' Universe:\n /items/active/weapons/bow/abilities/bowshotlua\n /items/active/weapons/bow/abilities/rngbows/enhancedbowshotlua\n /items/active/weapons/bow/abilities/rngbows/enhancedbowshotelderlua\n /items/active/weapons/bow/abilities/rngbows/rngbowshotlua\n /items/active/weapons/bow/abilities/rngbows/aimprediction/neb-aimpredictionlua\n /items/active/weapons/bow/abilities/rngbows/arrowrain/neb-arrowrainlua",
"name" : "Easier Bows - FU Edition",
"friendlyName" : "Easier Bows - FU Edition",
"steamContentId" : "3107330250",
"link" : "steam://url/CommunityFilePage/3107330250"
}
Dudeknightz 2024 年 9 月 26 日 下午 6:39 
the bows wont equip, are you sure you ONLY removed the dependancy?