theforestmaps.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="pagename" content="The Forest Enemy Patrol Routes v2">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="HandheldFriendly" content="true">
  8. <meta name="keywords" content="game,video game,sv443,the forest,the forest map,the forest enemy,enemies,cannibal,routes,patrol">
  9. <meta name="description" content="An advanced map for The Forest showing you all cannibal patrol routes and where you shouldn't build a base.">
  10. <meta name="twitter:card" content="An advanced map for The Forest showing you all cannibal patrol routes and where you shouldn't build a base.">
  11. <meta name="subject" content="Video Games">
  12. <meta name="copyright" content="Sv443 - Licensed under MIT license">
  13. <meta name="author" content="Sv443 / Sven Fehler, [email protected]">
  14. <meta property="og:title" content="Sv443 / Sven Fehler">
  15. <meta property="og:url" content="https://sv443.net/r/theforestmaps">
  16. <meta property="og:description" content="An advanced map for The Forest showing you all cannibal patrol routes and where you shouldn't build a base.">
  17. <meta property="og:image" content="https://sv443.net/r/resources/images/tfm_icon.png">
  18. <meta property="og:type" content="profile">
  19. <meta property="og:locale" content="en_US">
  20. <meta property="og:locale:alternate" content="en_GB">
  21. <meta property="og:locale:alternate" content="en_AU">
  22. <meta name="application-name" content="Sv443 (Sven Fehler)">
  23. <meta name="theme-color" content="#101747">
  24. <link rel="icon" href="https://sv443.net/r/resources/images/tfm_icon.png">
  25. <base target="blank_">
  26. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  27. <link rel="stylesheet" href="css/tfm.css">
  28. <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/Sv443/jslib@1/jslib.js"></script>
  29. <script src="js/tfm.js"></script>
  30. <title>The Forest Enemy Patrol Routes v2</title>
  31. </head>
  32. <body>
  33. <table id="menu">
  34. <tr>
  35. <td onclick="changeMap('complete')">
  36. Complete Map
  37. </td>
  38. <td onclick="changeMap('routesOnly')">
  39. Only Routes
  40. </td>
  41. <td onclick="changeMap('areasOnly')">
  42. Only Areas
  43. </td>
  44. <td onclick="changeMap('allNoMap')">
  45. Complete (Overlay)
  46. </td>
  47. <td onclick="changeMap('routesOnlyNoMap')">
  48. Only Routes (Overlay)
  49. </td>
  50. <td onclick="changeMap('areasOnlyNoMap')">
  51. Only Areas (Overlay)
  52. </td>
  53. <td onclick="Download('https:\/\/sv443.net/r/resources/images/tfm/completePDN.pdn')">
  54. PDN File
  55. </td>
  56. </tr>
  57. </table>
  58. <canvas id="mapCanvas"></canvas>
  59. <div id="apB">The Forest Enemy Patrol Routes v2 by <a href="https://sv443.net/">Sv443</a> - Thanks to <a href="https://www.youtube.com/channel/UCY2i-o_WsKTcos0sdsyN_PA">Farket</a> for <a href="https://www.youtube.com/watch?v=dwSpp7fD22k">his previous work</a> on this map! - This page uses code from <a href="https://codepen.io/techslides/pen/zowLd">this codepen</a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://sv443.net/">Contact Me</a></div>
  60. <iframe id="dlIframe" style="display:none;"></iframe>
  61. <script>
  62. if(location.protocol != "http:" || window.location.href.includes("https://")) window.location.href = "http://sv443.ddns.net/r/theforestmaps?complete";
  63. setTimeout(()=>{if(location.protocol != "http:" || window.location.href.includes("https://")) window.location.href = "http://sv443.ddns.net/r/theforestmaps?complete";},1000);
  64. setTimeout(()=>{if(location.protocol != "http:" || window.location.href.includes("https://")) window.location.href = "http://sv443.ddns.net/r/theforestmaps?complete";},10000);
  65. </script>
  66. </body>
  67. </html>