-
Notifications
You must be signed in to change notification settings - Fork 81
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
Ammo Mangement F1 Menu & Better Ammo Management #1751
Comments
will consider this and come back to the ideas once we plan the weapon/ammo rework. Maybe I should start planning things so other people (like you) can implement subtasks |
That would be great! And there's a non-zero chance I might have some things ready anyway when it comes to weapons since I'm using a hugely modified weapon base. Ill try to make a PR for any non-breaking improvements to the weapon base moving forward, and for any base gamemode stuff I do PRs now anyway 👍 From the top of my head, something you might like is FOV Relative Zoom: Instead of zoom setting FOV to a fixed amount, zooms by a set %. So default sniper zoom would be 4x zoom for example, regardless if the game is run at 100 or 50 FOV. |
The one by wget? Because this is something were I took great inspiration from.
Not sure if this is a QOL improvement or a hack :D |
nope my own, started back in the day because I tried integrating m9k's bullet penetration and turned into its own little monster from there https://steamcommunity.com/sharedfiles/filedetails/?id=3350719970 (and some weapons that use it here https://steamcommunity.com/sharedfiles/filedetails/?id=3335014120)
It helps a lot in edgecases with things like 2x zooms, where you could have such a low FOV that 2x zoom would actually increase your FOV. And it makes high FOV less powerful since you don't get as good a zoom on 4x zoom weapons anymore. Currently playing on the highest FOV lets you see more AND gives you better zoom |
I will give it a look! Ah, you're right, FOV works in that direction. Then it actually sounds more like a fix |
Is your feature request related to a problem? Please describe.
The original setup of TTT ammo entities quickly falls apart when using addons. Some of this was addressed (like dropping wep.clipsize ammo, which caused huge issues with low clipsize guns), but the underlying problem is that the ammo is matched to the original guns where one ammo entity is exactly one clip, and the max reserve is exactly two clips, and the guns ClipMax is two ammo entities. This can cause a lot of weird behavior with guns that don't stick to the original values or larger modifications that add/remove ammo types.
For addon creators, this is also an issue since you need to directly modify core TTT files if you want to modify ammo, which can cause conflicts if you want to make "drop-in" solutions that just downloads from the workshop.
Describe the solution you'd like
Dedicated F1 submenu for managing ammo entities (aka anything that inherits from the base ammo entity) and some reworks/additional options for ammo.
Some settings for each ammo type I would like are:
This should also not break any default behaviour or existing addons (that don't directly modify these files) while giving great customization options.
Describe alternatives you've considered
If you want to be able to modify ammo, there really isn't a good alternative that comes to mind since there is no system in place.
The text was updated successfully, but these errors were encountered: