Is there a mod that stops auto setting camera anchor one to the spawn location on spawn? It gets really annoying when I try to set my camera anchors before I spawn. I would do it myself as I presume it would only involve deleting a few lines but I have no idea where to look Edit: anyone willing to help me do it would be much appreciated too!
Yeah, you'd need to delete lines 4119 and 4120 in /media/ui/main/game/live_game/live_game.js That is, these ones: Code: api.select.captureGroup(1); api.camera.captureAnchor(1); Untested, but I think those are the ones.
I've always created anchors post spawn but now that you've pointed this feature out, I too find it really annoying. I have now added it to the Don't Look at me mod.