tModLoader One Way - No backtracking (simple mod)

hamstar

Terrarian
One Way
v1.1.0


Restricts your movement to a single general direction at all times (locks the screen while backtracking). Some 'steering' is possible, though.

Source available here.
 
Last edited:
v1.1.0
  • Added debug outputs for screen locker point
  • Revised screen locker to use a chasing point rather than previous screen positions (WIP)
  • Implemented screen edge pushing
  • Added a data structure to store many backtracking "tracks" while the player backtracks (fixes screen snapping on backtrack end)
v1.0.1
  • Improved backtracking check to use player position rather than screen position
 

Attachments

  • OneWay v1.0.0.1.zip
    14 KB · Views: 140
  • OneWay v1.0.1.zip
    14.1 KB · Views: 145
  • OneWay v1.1.0.zip
    16.8 KB · Views: 94
Last edited:
Doesn't that make the game impossible? The WoF requires lots of horizontal movement and the Dungeon is always on the opposite side of the jungle.
 
Back
Top Bottom