Mod to stop auto map of camera anchor on spawn?

Discussion in 'Mod Discussions' started by ljfed, November 4, 2015.

  1. ljfed

    ljfed Active Member

    Messages:
    184
    Likes Received:
    136
    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!
    Last edited: November 4, 2015
  2. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,328
    Likes Received:
    2,125
    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. :)
    ljfed likes this.
  3. ljfed

    ljfed Active Member

    Messages:
    184
    Likes Received:
    136
    Thanks, I'll test it out later today :)
  4. n00n

    n00n Active Member

    Messages:
    345
    Likes Received:
    210
    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.
    ljfed, DeathByDenim and stuart98 like this.

Share This Page