Camera Overhaul Revamped
No reviews yet
Camera Overhaul with fixes, performance improvements and overall smaller build.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
A fork of camera overhaul mod with performance improvements bug fixes and lowered file size.
Structure
20 files to 10! Ripped out the multiloader stuff, ModMenu integration, abstractions/, MixinPlugin (it only skipped mixins stonecutter had already commented out), Transform, CameraContext, TimeSystem, VectorUtils, MathUtils, toml4j and sum more stuff.
Bugs Fixed
- Crash related to shakes are fixed.
- Explosion and lightning shakes race got created from the server thread for some reason.. now only client.
- Lightning shake spam hooked into
spawnFire, which the server calls once but the client calls once per flash. Multiplayer got 1-3 shakes, singleplayer got extras from the wrong thread entirely.
Performance
Per-frame allocations are gone. Upstream built a CameraContext, 2 Transforms, roughly 10 Vector3d, and 2 Quaternionf/Vector3f every single dam frame, plus 3 more Transforms inside bobHurt just to read one field off each, bobHurt runs 3-4 times a frame. All of that is plain doubles now. Found a camera offset that got computed and added every frame while nothing ever wrote to it, so shi just got deleted. Sway was sampling 3D noise and multiplying the third axis by zero, throwing away a sample for no reason at all. getForwardRelativeVelocity() ran twice a frame as well. Now it runs once. None of this moves the FPS counter in the first place but it just hurts your GC.
Cleanups
Perspective and Movement enums replace six booleans and an if-chain.. some stuff turned out to be byte-identical, so free w. Cutted about 25 unused util methods. Eight lines of math collapsed as well.
Config
toml4j wasn't on Forge's classpath, so it's out, replaced with NightConfig. Which Forge already has. Added displayTest = "IGNORE_ALL_VERSION" so you can join servers without version-matching.
Credits
Original Project: CameraOverhaul
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources