This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
InfiniteAmmo
Pretty self explanatory.
| Date uploaded | a year ago |
| Version | 1.2.1 |
| Download link | SoulWithMae-InfiniteAmmo-1.2.1.zip |
| Downloads | 14199 |
| Dependency string | SoulWithMae-InfiniteAmmo-1.2.1 |
README
Infinite Ammo
What else do you want me to put here? It does what the title says it does.
What about the other infinite ammo mods?
Cam's adds a shit ton of ammo on level load, but it's possible to run out of that too.
The other one just isn't even optimized.
This one gives you 2000 ammo upon loading into a level, then restores 1 ammo each time a bullet is fired, which keeps your ammo count at 2000 forever, preventing super high numbers.
It won't give you more ammo on level load if you already have a ton of ammo, so it won't just infinitely grow higher.
Also doesn't do it OnUpdate! WHY DO PEOPLE USE ONUPDATE FOR THIS SHIT
CHANGELOG
v1.2.1
- Fixed some cases where ammo would never get added
v1.2.0
- Add ammo when a gun is picked up instead of on AmmoInventory.Awake, only adds if you have no ammo
- This'll bypass anything that removes your ammo
- Increase added ammo to 2000
v1.1.0
- Only add ammo type that's shot
- Only add 1000 ammo on awake
- This helps against having a massive int for ammoinventory's fields. It'll just stay at the amount it was at.
v1.0.1
- Patch 5 fix
- Add 1 ammo when ammo is taken rather than 500000, just to make the number not go up too high.
v1.0.0
- Initial Release