-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomized ATV sprite color, storage options for ATV/Bike, Hoverbike #1212
Randomized ATV sprite color, storage options for ATV/Bike, Hoverbike #1212
Conversation
Have to ask, is the storage fucking with the click to ride, or the other way around? |
Click to ride has higher priority than opening storage, so if you want to open storage it's either through verb menu or through |
RSI Diff Bot; head commit 8e0726e merging into 0a633a5 Resources/Textures/_NF/Objects/Vehicles/atv.rsi
Resources/Textures/_NF/Objects/Vehicles/hoverbike.rsi
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could revert buckleable.yml, make a new file in _NF folder containing the new version, and mark the old one abstract: true
and update all references to VehicleATV
and give the new atv a updated name.
This will make the old ATV not appear in spawn menu
Other than that i love the changes this makes ATV aspecially valuable to transport stuff
I thought about that. Right now this PR changes 2 existing files. If I'm to create Frontier specific ATV variant, I'm guessing I'll have to change more than 2 base game files to replace all the references to original so the new version would appear in the world instead. And I don't know which option is less problematic from maintainer point of view. |
Although I'm guessing it's just spawner and cargo crate fill. |
well if they change the ATV upstream, i'm going to have a harder time merging than if we had a NF variant , but the difference is effectively like 5 minutes time |
Alright, I'll make the change then |
Made those changes. Also added enduro motorcycle for the hell of it. Functions just like new ATV, stat-wise in between ATV and skeleton bike. |
Added void-capable hoverbike. |
I believe this PR is ready for review. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Huh, upstream resprited ATVs. Updated this PR accordingly. |
sure these look great, thanks for the hard work on these |
About the PR
Why / Balance
To facilitate planet looting by biker gangs.
Media (videos a a bit dated, screenshots are most recent)
2024-04-11.19-04-12.mp4
2024-04-21.19-07-32.mp4
2024-04-21.19-16-22.mp4
Notes
Vehicles with storage options are frontier specific entities, changes made to base game files: limited to 4 lines in order to substitute base game ATV with Frontier ATV
Changelog
🆑 erhardsteinhauer