Starbound

Starbound

Not enough ratings
Easier Bows - FU Edition
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
100.152 KB
6 Dec, 2023 @ 4:32pm
26 Sep, 2024 @ 7:06pm
18 Change Notes ( view )

Subscribe to download
Easier Bows - FU Edition

Description
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 Comments
Dudeknightz 27 Sep, 2024 @ 9:10am 
Update: it seems my mod just didnt do anything. It didnt break anything, but it did nothing.
Dudeknightz 27 Sep, 2024 @ 4:53am 
Alright, thanks!
Armadir  [author] 26 Sep, 2024 @ 9:50pm 
It's not like I asked FU team for permission before making this mod myself lol
Armadir  [author] 26 Sep, 2024 @ 9:45pm 
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 26 Sep, 2024 @ 8:15pm 
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  [author] 26 Sep, 2024 @ 7:08pm 
Does vanilla bow work at your end? Because it broke for me when I removed 'requiers'
Dudeknightz 26 Sep, 2024 @ 7:07pm 
Huh, it worked just fine when i edited it. Should i upload the pak version i made to google drive?
Armadir  [author] 26 Sep, 2024 @ 7:05pm 
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 26 Sep, 2024 @ 6:49pm 
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 26 Sep, 2024 @ 6:39pm 
the bows wont equip, are you sure you ONLY removed the dependancy?