{"id":29310,"date":"2026-08-13T04:43:55","date_gmt":"2026-08-13T04:43:55","guid":{"rendered":"https:\/\/futureknowledge.in\/?p=29310"},"modified":"2026-08-13T04:43:55","modified_gmt":"2026-08-13T04:43:55","slug":"playstation-plus-game-catalog-and-classics-for-august-2026-announced","status":"publish","type":"post","link":"https:\/\/futureknowledge.in\/?p=29310","title":{"rendered":"PlayStation Plus Game Catalog and Classics for August 2026 Announced"},"content":{"rendered":"<p>&quot; width=&#039;0&#039; height=&#039;0&#039; data-mode=&#039;scan&#039; data-site-id=&#039;5b11330346e0fb00017cd841&#039;&gt;&quot;;<br \/>\n              var a=document.getElementById(&quot;vmv3-frm&quot;);<br \/>\n              a=a.contentWindow?a.contentWindow:a.contentDocument;<br \/>\n              a.document.open();<br \/>\n              a.document.write(&quot;&quot; + &quot;&quot;);<br \/>\n              a.document.close();<br \/>\n          })();<\/p>\n<p>          _uacct = &quot;UA-2243248-1&quot;;<br \/>\n          urchinTracker();<\/p>\n<p>          var _qevents = _qevents || [];<br \/>\n          (function() {<br \/>\n              var elem = document.createElement(&quot;script&quot;);<br \/>\n              elem.src = (document.location.protocol == &quot;https:&quot; ? &quot;https:\/\/secure&quot; : &quot;http:\/\/edge&quot;) + &quot;.quantserve.com\/quant.js&quot;;<br \/>\n              elem.async = true;<br \/>\n              elem.type = &quot;text\/javascript&quot;;<br \/>\n              var scpt = document.getElementsByTagName(&quot;script&quot;)[0];<br \/>\n              scpt.parentNode.insertBefore(elem, scpt);<br \/>\n          })();<br \/>\n          _qevents.push({<br \/>\n              qacct:&quot;p-caA2vpL1Ek8_c&quot;<br \/>\n          });<\/p>\n<p>          var _comscore = _comscore || [];<br \/>\n          _comscore.push({ c1: &quot;2&quot;, c2: &quot;6035334&quot; });<br \/>\n          (function() {<br \/>\n              var s = document.createElement(&quot;script&quot;), el = document.getElementsByTagName(&quot;script&quot;)[0];<br \/>\n\t            s.async = true;<br \/>\n              s.src = (document.location.protocol == &quot;https:&quot; ? &quot;https:\/\/sb&quot; : &quot;http:\/\/b&quot;) + &quot;.scorecardresearch.com\/beacon.js&quot;;<br \/>\n              el.parentNode.insertBefore(s, el);<br \/>\n          })();<\/p>\n<p>\t        jQuery.browser = {};<br \/>\n\t  \t    (function () {<br \/>\n\t  \t        jQuery.browser.msie = false;<br \/>\n\t  \t        jQuery.browser.version = 0;<br \/>\n\t  \t        if (navigator.userAgent.match(\/MSIE ([0-9]+).\/)) {<br \/>\n\t  \t            jQuery.browser.msie = true;<br \/>\n\t  \t            jQuery.browser.version = RegExp.$1;<br \/>\n\t  \t        }<br \/>\n\t  \t    })();<\/p>\n<p>        $(document).ready(function(){  var didScroll;<br \/>\n\t\t\t\t\tvar lastScrollTop = 0;<br \/>\n\t\t\t\t\tvar delta = 5;<br \/>\n\t\t\t\t\tvar navbarHeight = $(&quot;#additional_news&quot;).outerHeight();<\/p>\n<p>\t\t\t\t\t$(&quot;.mainOutsideContainer&quot;).scroll(function(event){<br \/>\n\t\t\t\t\t  didScroll = true;<br \/>\n\t\t\t\t\t});<\/p>\n<p>\t\t\t\t\tsetInterval(function() {<br \/>\n\t\t\t\t\t  if (didScroll) {<br \/>\n\t\t\t\t\t    hasScrolled();<br \/>\n\t\t\t\t\t    didScroll = false;<br \/>\n\t\t\t\t\t  }<br \/>\n\t\t\t\t\t}, 250);<\/p>\n<p>\t\t\t\t\tfunction hasScrolled() {<br \/>\n\t\t\t\t    var st = $(&quot;.mainOutsideContainer&quot;).scrollTop();<br \/>\n\t\t\t\t\t\tvar adheight = $(&quot;#topAdContainer&quot;).css(&quot;height&quot;);<br \/>\n\t\t\t\t\t\tif (typeof adheight == &quot;undefined&quot;)<br \/>\n\t\t\t\t\t\t  adheight=0;<br \/>\n            var margintop=&quot;-&quot; + (parseInt($(&quot;#mainContainerSub&quot;).css(&quot;margin-top&quot;)) + parseInt(adheight) + 15) + &quot;px&quot;;<br \/>\n\t\t\t\t    \/\/ Make sure they scroll more than delta<br \/>\n\t\t\t\t    if(Math.abs(lastScrollTop &#8211; st) &lt;= delta)<br \/>\n\t\t\t\t        return;<\/p>\n<p>\t\t\t\t    \/\/ If they scrolled down and are past the navbar, add class .nav-up.<br \/>\n\t\t\t\t    \/\/ This is necessary so you never see what is &quot;behind&quot; the navbar.<br \/>\n\t\t\t\t\t\tif (st &lt;= 70) {<br \/>\n\t\t\t\t\t\t  $(&quot;#additional_news&quot;).removeClass(&quot;news-scroll-up&quot;).addClass(&quot;news-scroll-down&quot;);<br \/>\n\t\t\t\t\t\t\t$(&quot;#content&quot;).css(&quot;padding-top&quot;,&quot;5px&quot;);<br \/>\n\t\t\t\t\t\t\t$(&quot;.news-scroll-down&quot;).css(&quot;margin-top&quot;, &quot;auto&quot;);<br \/>\n\t\t\t\t\t\t}<br \/>\n\t\t\t\t\t\telse {<br \/>\n\t\t\t\t\t\t  if (st &gt; lastScrollTop) {<br \/>\n\t\t\t\t\t\t\t  \/\/scrolling down<br \/>\n\t\t\t\t\t\t\t\t$(&quot;#additional_news&quot;).removeClass(&quot;news-scroll-up&quot;).addClass(&quot;news-scroll-down&quot;);<br \/>\n\t\t\t          $(&quot;#content&quot;).css(&quot;padding-top&quot;,&quot;5px&quot;);<br \/>\n\t\t\t\t\t\t\t\t$(&quot;.news-scroll-down&quot;).css(&quot;margin-top&quot;, &quot;auto&quot;);<br \/>\n\t\t\t\t\t\t\t}<br \/>\n\t\t\t\t\t\t\telse {<br \/>\n\t\t\t\t\t\t\t\t\/\/else, scrolling up<br \/>\n\t\t\t\t\t\t\t\t\/\/fixed position because we are scrolling up<br \/>\n\t\t\t\t\t\t\t  $(&quot;#additional_news&quot;).removeClass(&quot;news-scroll-down&quot;).addClass(&quot;news-scroll-up&quot;);<br \/>\n\t\t\t\t\t\t\t\t$(&quot;#content&quot;).css(&quot;padding-top&quot;,&quot;125px&quot;);<\/p>\n<p>\t\t\t\t\t\t\t\t$(&quot;.news-scroll-up&quot;).css(&quot;margin-top&quot;, margintop);<br \/>\n\t\t\t\t\t\t  }<br \/>\n\t\t\t\t\t\t}<br \/>\n\t\t\t\t\t\tif ($(&quot;.news-scroll-up&quot;).length)<br \/>\n\t\t\t\t\t\t  $(&quot;.news-scroll-up&quot;).width($(&quot;#content&quot;).width());  <\/p>\n<p>\t\t\t\t    lastScrollTop = st;<br \/>\n\t\t\t\t\t}\t\t$(&quot;#mobile-menu-icon&quot;).on(&quot;click&quot;, function(){<br \/>\n              $(&quot;#mainMenu&quot;).toggleClass(&quot;visible&quot;);<br \/>\n          });<br \/>\n          $(&quot;.hasSubMenu&quot;).on(&quot;click&quot;, function(){<br \/>\n              if ($(&quot;#mainMenu&quot;).hasClass(&quot;visible&quot;)) {<br \/>\n                  $(this).parent().toggleClass(&quot;hover&quot;);<br \/>\n                  if ($(this).hasClass(&quot;no-heading&quot;)){<br \/>\n                      $(this).parent().children().find(&quot;div.links&quot;).toggleClass(&quot;hover&quot;);<br \/>\n                  }<br \/>\n              }<br \/>\n          });<br \/>\n          $(&quot;.subMenu .heading&gt;a&quot;).on(&quot;click&quot;, function(){<br \/>\n              console.log($(this).parent().parent().children(&quot;div.links&quot;).html());<br \/>\n              $(this).parent().parent().children(&quot;div.links&quot;).toggleClass(&quot;hover&quot;);<br \/>\n          });<br \/>\n          $(&quot;#buddyTabsList&quot;).find(&quot;a&quot;).click(function (e) {<br \/>\n              e.preventDefault();<br \/>\n              $(this).tab(&quot;show&quot;);<br \/>\n          });<br \/>\n          $(&quot;#buddyIconImg&quot;).on(&quot;click&quot;, function(){<br \/>\n              console.log(&quot;viewport&quot;, $(window).width());<br \/>\n              if ($(window).width() &lt; 992){<br \/>\n                  $(&quot;#buddyContainer&quot;).removeClass(&quot;detached narrow&quot;).css(&quot;top&quot;, &quot;inherit&quot;).css(&quot;left&quot;, &quot;inherit&quot;);<br \/>\n                  console.log($(&quot;#buddyContainer&quot;).css(&quot;top&quot;));<br \/>\n                  $(&quot;#detach-buddy&quot;).removeClass(&quot;fa-times&quot;).addClass(&quot;fa-external-link&quot;);<br \/>\n              }<br \/>\n          });<br \/>\n          $(&quot;#detach-buddy&quot;).on(&quot;click&quot;, function(){<br \/>\n              $detachButton = $(this);<br \/>\n              $buddyContainer = $(&quot;#buddyContainer&quot;);<br \/>\n              $buddyContainer.toggleClass(&quot;detached&quot;);<br \/>\n              $(&quot;#mainContainerSub&quot;).toggleClass(&quot;detached&quot;);<br \/>\n              $(&quot;#buddyIconBox&quot;).toggleClass(&quot;detached&quot;);<br \/>\n              if ($buddyContainer.hasClass(&quot;detached&quot;)){<br \/>\n                  $buddyContainer.addClass(&quot;narrow&quot;);<br \/>\n                  $buddyContainer.attr(&quot;style&quot;, &quot;top: 90px;&quot;);<br \/>\n                  $detachButton.removeClass(&quot;fa-external-link&quot;).addClass(&quot;fa-times&quot;);<br \/>\n              } else {<br \/>\n                  $buddyContainer.attr(&quot;style&quot;, &quot;&quot;);<br \/>\n                  $buddyContainer.removeClass(&quot;narrow&quot;);<br \/>\n                  $detachButton.removeClass(&quot;fa-times&quot;).addClass(&quot;fa-external-link&quot;);<br \/>\n              }<br \/>\n              save_position();<br \/>\n          });<br \/>\n          $(&quot;#buddy-size&quot;).on(&quot;click&quot;, function(){<br \/>\n              $(this).parents(&quot;#buddyContainer&quot;).toggleClass(&quot;narrow&quot;);<br \/>\n              save_position();<br \/>\n          });<br \/>\n          $(&quot;#buddyContainer&quot;).find(&quot;.buddyHeader&quot;).on(&quot;mousedown&quot;, function(e) {<br \/>\n              $buddyBox = $(this).parent();<br \/>\n              oldLeft = e.pageX;<br \/>\n              oldTop = e.pageY;<br \/>\n              oldElementLeft = $(&quot;.buddyHeader&quot;).offset().left;<br \/>\n              oldElementTop = $(&quot;.buddyHeader&quot;).offset().top;<br \/>\n              if ($buddyBox.hasClass(&quot;detached&quot;)) {<br \/>\n                  $buddyBox.addClass(&quot;draggable&quot;).on(&quot;mousemove&quot;, function (e) {<br \/>\n                      offsetLeft = oldLeft &#8211; e.pageX;<br \/>\n                      offsetTop = oldTop &#8211; e.pageY;<\/p>\n<p>                      $(&quot;.draggable&quot;).offset({<br \/>\n                          top: oldElementTop &#8211; offsetTop,<br \/>\n                          left: oldElementLeft &#8211; offsetLeft<br \/>\n                      }).on(&quot;mouseup&quot;, function () {<br \/>\n                          $buddyBox.removeClass(&quot;draggable&quot;);<br \/>\n                          $buddyBox.unbind();<br \/>\n                      });<br \/>\n                  });<br \/>\n              }<br \/>\n              e.preventDefault();<br \/>\n          }).on(&quot;mouseup&quot;, function() {<br \/>\n              $(&quot;.draggable&quot;).unbind();<br \/>\n              $(&quot;.draggable&quot;).removeClass(&quot;draggable&quot;);<br \/>\n              save_position();<br \/>\n          });<br \/>\n          $(&quot;#socialMediaIconBox&quot;).on(&quot;click&quot;, function(){<br \/>\n              $(&quot;#subBar&quot;).hide();<br \/>\n              $(&quot;#subBarSearch&quot;).hide();<br \/>\n              $(&quot;#subBarSocial&quot;).slideDown(500);<br \/>\n          });<br \/>\n          $(&quot;#searchIconBox&quot;).on(&quot;click&quot;, function(){<br \/>\n              $(&quot;#subBar&quot;).hide();<br \/>\n              $(&quot;#subBarSocial&quot;).hide();<br \/>\n              $(&quot;#subBarSearch&quot;).slideDown(500);<br \/>\n          });<\/p>\n<p>\t\t\t\t\t$(&quot;#blue-theme&quot;).on(&quot;click&quot;, function(){<br \/>\n\t\t\t\t\t\t$(&quot;.vgc-theme&quot;).each(function() {<br \/>\n\t\t\t\t\t\t\tcssFile=$(this).data(&quot;css&quot;);<br \/>\n\t\t\t\t\t\t\tcssBClass=cssFile + &quot;_blue&quot;;<br \/>\n\t\t\t\t\t\t\tcssDClass=cssFile + &quot;_dark&quot;;<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssBClass).length &gt; 0)<br \/>\n                $(&quot;.&quot; + cssBClass).prop(&quot;disabled&quot;, false);<br \/>\n\t\t\t\t\t\t\telse {<br \/>\n\t\t\t\t\t\t\t\tcssPath=$(this).attr(&quot;href&quot;);<br \/>\n\t\t\t\t\t\t\t\tcssPath=cssPath.substr(0, cssPath.lastIndexOf(&quot;\/&quot;)) + &quot;\/&quot;;<br \/>\n\t\t\t\t\t\t\t  $(&quot;&lt;link class=&#039;&quot; + cssBClass + &quot;&#039; href=&#039;&quot; + cssPath + cssFile + &quot;_blue.css?assetVersion=1.99037&#039; rel=&#039;stylesheet&#039;&gt;&quot;).appendTo(&quot;head&quot;);<br \/>\n\t\t\t\t\t\t\t}<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssDClass).length &gt; 0)<br \/>\n\t\t\t\t\t\t\t  $(&quot;.&quot; + cssDClass).prop(&quot;disabled&quot;, true);<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t\t\t$(&quot;#searchIconBox img&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/assets\/images\/search-icon_blue.png&quot;);<br \/>\n\t\t\t\t\t\tif($(&quot;.shipchart_3ds&quot;).length)<br \/>\n\t\t\t\t\t\t  $(&quot;.shipchart_3ds&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/\/images\/3DS_console.png&quot;);<br \/>\n\t\t\t\t\t\t$.ajax({<br \/>\n\t\t\t\t\t\t\ttype: &quot;GET&quot;,<br \/>\n\t\t\t\t\t\t\turl: &quot;https:\/\/www.vgchartz.com\/assets\/includes\/responsive\/set_sitetheme.php&quot;,<br \/>\n\t\t\t\t\t\t\tdata: {sitetheme: 2},<br \/>\n\t\t\t\t\t\t\tdataType: &quot;jsonp&quot;<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t\t});<\/p>\n<p>\t\t\t\t\t$(&quot;#dark-theme&quot;).on(&quot;click&quot;, function(){<br \/>\n\t\t\t\t\t\t$(&quot;.vgc-theme&quot;).each(function() {<br \/>\n\t\t\t\t\t\t\tcssFile=$(this).data(&quot;css&quot;);<br \/>\n\t\t\t\t\t\t\tcssBClass=cssFile + &quot;_blue&quot;;<br \/>\n\t\t\t\t\t\t\tcssDClass=cssFile + &quot;_dark&quot;;<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssDClass).length &gt; 0)<br \/>\n                $(&quot;.&quot; + cssDClass).prop(&quot;disabled&quot;, false);<br \/>\n\t\t\t\t\t\t\telse {<br \/>\n\t\t\t\t\t\t\t\tcssPath=$(this).attr(&quot;href&quot;);<br \/>\n\t\t\t\t\t\t\t\tcssPath=cssPath.substr(0, cssPath.lastIndexOf(&quot;\/&quot;)) + &quot;\/&quot;;<br \/>\n\t\t\t\t\t\t\t  $(&quot;&lt;link class=&#039;&quot; + cssDClass + &quot;&#039; href=&#039;&quot; + cssPath + cssFile + &quot;_dark.css?assetVersion=1.99037&#039; rel=&#039;stylesheet&#039;&gt;&quot;).appendTo(&quot;head&quot;);<br \/>\n\t\t\t\t\t\t\t}<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssBClass).length &gt; 0)<br \/>\n\t\t\t\t\t\t\t  $(&quot;.&quot; + cssBClass).prop(&quot;disabled&quot;, true);<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t\t\t$(&quot;#searchIconBox img&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/assets\/images\/search-icon.png&quot;);<br \/>\n\t\t\t\t\t\tif($(&quot;.shipchart_3ds&quot;).length)<br \/>\n\t\t\t\t\t\t  $(&quot;.shipchart_3ds&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/\/images\/3DS_console_dark.png&quot;);<br \/>\n\t\t\t\t\t\t$.ajax({<br \/>\n\t\t\t\t\t\t\ttype: &quot;GET&quot;,<br \/>\n\t\t\t\t\t\t\turl: &quot;https:\/\/www.vgchartz.com\/assets\/includes\/responsive\/set_sitetheme.php&quot;,<br \/>\n\t\t\t\t\t\t\tdata: {sitetheme: 1},<br \/>\n\t\t\t\t\t\t\tdataType: &quot;jsonp&quot;<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t\t});<\/p>\n<p>\t\t\t\t\t$(&quot;#standard-theme&quot;).on(&quot;click&quot;, function(){<br \/>\n\t\t\t\t\t\t$(&quot;.vgc-theme&quot;).each(function() {<br \/>\n\t\t\t\t\t\t\tcssFile=$(this).data(&quot;css&quot;);<br \/>\n\t\t\t\t\t\t\tcssBClass=cssFile + &quot;_blue&quot;;<br \/>\n\t\t\t\t\t\t\tcssDClass=cssFile + &quot;_dark&quot;;<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssDClass).length &gt; 0)<br \/>\n                $(&quot;.&quot; + cssDClass).prop(&quot;disabled&quot;, true);<br \/>\n\t\t\t\t\t\t\tif ($(&quot;.&quot; + cssBClass).length &gt; 0)<br \/>\n                $(&quot;.&quot; + cssBClass).prop(&quot;disabled&quot;, true);<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t\t\t$(&quot;#searchIconBox img&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/assets\/images\/search-icon.png&quot;);<br \/>\n\t\t\t\t\t\tif($(&quot;.shipchart_3ds&quot;).length)<br \/>\n\t\t\t\t\t\t  $(&quot;.shipchart_3ds&quot;).attr(&quot;src&quot;, &quot;https:\/\/www.vgchartz.com\/\/images\/3DS_console.png&quot;);<br \/>\n\t\t\t\t\t\t$.ajax({<br \/>\n\t\t\t\t\t\t\ttype: &quot;GET&quot;,<br \/>\n\t\t\t\t\t\t\turl: &quot;https:\/\/www.vgchartz.com\/assets\/includes\/responsive\/set_sitetheme.php&quot;,<br \/>\n\t\t\t\t\t\t\tdata: {sitetheme: 0},<br \/>\n\t\t\t\t\t\t\tdataType: &quot;jsonp&quot;<br \/>\n\t\t\t\t\t\t});<br \/>\n\t\t\t\t  });<\/p>\n<p>          $(window).resize(function() {<br \/>\n              lineLoop(&quot;lines&quot;, 5);<br \/>\n          });\t\t<\/p>\n<p>          $(function(){<br \/>\n              $(&quot;.spoiler-text&quot;).hide();<br \/>\n              $(&quot;.spoiler-toggle&quot;).click(function(){<br \/>\n                  $(this).next().toggle();<br \/>\n              }); \/\/ end spoiler-toggle<br \/>\n          }); \/\/ end function<\/p>\n<p>          function save_position(){<br \/>\n              detached = ($(&quot;#buddyContainer&quot;).hasClass(&quot;detached&quot;)) ? 1 : 0;<br \/>\n              narrow = ($(&quot;#buddyContainer&quot;).hasClass(&quot;narrow&quot;)) ? 1 : 0;<br \/>\n              topPosition = $(&quot;#buddyContainer&quot;).css(&quot;top&quot;);<br \/>\n              leftPosition = $(&quot;#buddyContainer&quot;).css(&quot;left&quot;);<br \/>\n              $.ajax({<br \/>\n                  method: &quot;post&quot;,<br \/>\n                  url: &quot;https:\/\/gamrconnect.vgchartz.com\/assets\/handlers\/save_position.php&quot;,<br \/>\n                  data: ({<br \/>\n                      &quot;userid&quot; : 0,<br \/>\n                      &quot;detached&quot; : detached,<br \/>\n                      &quot;narrow&quot; : narrow,<br \/>\n                      &quot;topPosition&quot; : topPosition,<br \/>\n                      &quot;leftPosition&quot; : leftPosition<br \/>\n                  }),<br \/>\n                  success: function(data) {<br \/>\n                    \/\/Nothing<br \/>\n                  }<br \/>\n              });<br \/>\n          }<\/p>\n<p>          function calculateLineCount(element, i) {<br \/>\n              var textHeight = element.css(&quot;height&quot;)<br \/>\n              document.getElementById(&quot;figcaption&quot; + i.toString()).style.bottom= (textHeight);<br \/>\n              return true<br \/>\n          }<\/p>\n<p>          function lineLoop(elementId, num) {<br \/>\n              for (i=0; i &lt; num; i++) {<br \/>\n                  elem=elementId + i.toString();<br \/>\n                  if (document.getElementById(elem)!=null) {<br \/>\n                      calculateLineCount($(&quot;#&quot; + elem), i);<br \/>\n                  }<br \/>\n              }<br \/>\n          }<\/p>\n<p>          \/\/#lines are used in &quot;top 5&quot; articles heading on front page<br \/>\n          \/\/function is used to calculate number of lines based upon height<br \/>\n          lineLoop(&quot;lines&quot;, 5);<\/p>\n<p>          \/\/this functionality allows for any &lt;th&gt; heading to become &quot;sortable&quot;<br \/>\n          var getCellValue = function(tr, idx){<br \/>\n              return tr.children[idx].dataset.value || tr.children[idx].innerText || tr.children[idx].textContent;<br \/>\n          };<br \/>\n          var comparer = function(idx, asc) {<br \/>\n              return function(a, b) {<br \/>\n                  return function(v1, v2) {<br \/>\n                      return v1 !== &quot;&quot; &amp;&amp; v2 !== &quot;&quot; &amp;&amp; !isNaN(v1) &amp;&amp; !isNaN(v2) ? v1 &#8211; v2 : v1.toString().localeCompare(v2);<br \/>\n                  }(getCellValue(asc ? a : b, idx), getCellValue(asc ? b : a, idx));<br \/>\n              }<br \/>\n          };<\/p>\n<p>          \/\/ do the work&#8230;<br \/>\n          Array.prototype.slice.call(document.querySelectorAll(&quot;th&quot;)).forEach(function(th) {<br \/>\n              th.addEventListener(&quot;click&quot;, function() {<br \/>\n                  var table = th.parentNode<br \/>\n                  while(table.tagName.toUpperCase() != &quot;TABLE&quot;)<br \/>\n                      table = table.parentNode;<br \/>\n                  Array.prototype.slice.call(table.querySelectorAll(&quot;tr:nth-child(n+2)&quot;))<br \/>\n                  .sort(comparer(Array.prototype.slice.call(th.parentNode.children).indexOf(th), this.asc = !this.asc))<br \/>\n                  .forEach(function(tr) {<br \/>\n                      table.appendChild(tr)<br \/>\n                  });<br \/>\n              })<br \/>\n          });<\/p>\n<p>        }); \/\/ end document ready\t\t\t<\/p>\n<p>        var switchTo5x=true;<\/p>\n<p>        stLight.options({<br \/>\n          publisher: &quot;618b1cf3-3d40-4b84-a2e1-a2169f16a2f2&quot;<br \/>\n        });<\/p>\n<p>Sony Interactive Entertainment\u00a0on the\u00a0PlayStation Blog has revealed the PlayStation Plus Game Catalog games for August 2026.<\/p>\n<p>The PlayStation Plus monthly games for the month were made available earlier this month\u00a0and include Dying Light 2 Stay Human: Reloaded Edition\u00a0for PS5 and PS4,\u00a0Big Walk\u00a0for PS5, and\u00a0Signalis\u00a0for PS4. The\u00a0Marvel T\u014dkon: Fighting Souls\u00a0PlayStation Plus Pack is also included.<\/p>\n<p>Freedom. Peace. Managed Democracy. Your Super Earth-born rights. The key pillars of our civilization are under attack from deadly alien creatures conspiring to destroy your planet and its values. Join forces with up to three friends and wreak havoc on an alien scourge threatening the safety of your home planet, Super Earth, in this multiplayer co-op shooter from Arrowhead Game Studios. Step into the boots of the Helldivers, an elite class of soldiers whose mission is to spread peace, liberty and Managed Democracy using the biggest, baddest and most explosive tools in the galaxy. They say everything is better with friends, especially when it comes to raining destruction down on the enemies of Liberty! Be warned though: for maximum challenge and collaboration, friendly fire is always on. Today\u2019s launch into PlayStation Plus Game Catalog coincides with a huge new game update. Find out more\u00a0here.<\/p>\n<p>Helldivers 2 will be available later today worldwide.<\/p>\n<p>You are Henry of Skalitz, an ordinary man doing extraordinary things, caught in a gripping tale of revenge, betrayal and discovery. Henry will embark on an epic journey, from a humble blacksmith\u2019s forge to the court of Kings, as he searches for purpose in this beautiful but brutal medieval world. From bustling city streets to lush forests, discover an open-world medieval Europe through this thrilling action RPG set amid the chaos of a civil war in 15th-century Bohemia.<\/p>\n<p>Hell is empty, the devils are here, and there\u2019s no place to run or hide. All you can do is survive as long as you can until death inevitably puts an end to your struggles. Vampire Survivors is a gothic horror casual game with rogue-lite elements, where your choices can allow you to quickly snowball against the hundreds of monsters that get thrown at you. The supernatural indie phenomenon that lets you be the bullet hell!<\/p>\n<p>Intense melee combat meets the thrill of exploration in Hell is Us, a third-person action-adventure game with a semi-open world to explore. Drawn to an isolated country ravaged by infighting, in search of his missing parents, United Nations peacekeeper R\u00e9mi goes absent without leave to discover the secrets of his past and deal with the repercussions of a mysterious calamity. Find answers to your questions and face mysterious creatures along your journey. If war is the closest we get to hell on earth, it\u2019s because Earth harbours the worst of demons: humankind.Hell is Us will be available August 25 in the US, the UK and Japan.<\/p>\n<p>A colorful cast of pixel-art Umamusume are all in line and ready to compete in the Slapdash Grand Prix, a school festival featuring four zany events. Which team will run, shoot, and eat their way to gold and glory? Each team consists of 5 Umamusume, and a total of 4 teams have their eyes on the gold at the Slapdash Grand Prix. The Grand Prix is made up of 4 events: Hurtling Hurdles, Blazing Baskets, Dodgeball Demolition, and Gourmet Gauntlet. Select an Umamusume from your team for each event and aim for the gold, but be prepared for some wacky rules and hijinks!Umamusume Pretty Derby \u2013 Party Dash will be available August 25 in the US, the UK and Japan.<\/p>\n<p>Two Point County\u2019s most daring adventurers have travelled to the far reaches of the known map and returned with unique artefacts to host in your museum, along with the coordinates of a new expedition location, home to an exclusive special exhibit and events! As Curator, the design and management of your expanding museum is in your hands! Send your team of partially trained Experts on Expeditions in search of rare and mostly well-preserved artefacts. When (and hopefully not if) your Experts return from their adventure, proudly display their fantastic finds in your museum.<\/p>\n<p>Two Point Museum will be available August 25 in the US, the UK and Japan.<\/p>\n<p>Metro Exodus is an epic, story-driven first person shooter from 4A Games that blends deadly combat and stealth with exploration and survival horror. Flee the shattered ruins and embark on an epic, continent-spanning post-apocalyptic journey in the greatest Metro adventure yet. Explore vast, non-linear levels and follow a thrilling story-line inspired by the novels of Dmitry Glukhovsky that spans an entire year through spring, summer and autumn to the depths of nuclear winter.<\/p>\n<p>Metro Exodus will be available August 25 in the US, the UK and Japan.<\/p>\n<p>In Dying Light 2, survival meets action adventure as you attempt to endure a hostile, post-apocalyptic world. Rival factions across The City aren\u2019t the only enemy \u2013 a virus has turned a vast majority of the human population into monsters. Take on the role of Aiden Caldwell, a wanderer with the power to change the fate of The City, but your exceptional abilities come at a price. Haunted by memories you cannot decipher, you set out to learn the truth \u2013 and find yourself in a combat zone. Hone your skills to defeat your enemies and make allies. Unravel the dark secrets behind those that wield power, choose sides and decide your destiny. But wherever your actions take you, there\u2019s one thing you must do \u2013 stay human.<\/p>\n<p>Dying Light 2 will be available August 25 in the US, the UK and Japan.<\/p>\n<p><em>Source: <a href='https:\/\/www.vgchartz.com\/article\/468724\/playstation-plus-game-catalog-and-classics-for-august-2026-announced\/' target='_blank'>Read the original article on www.vgchartz.com<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&quot; width=&#039;0&#039; height=&#039;0&#039; data-mode=&#039;scan&#039; data-site-id=&#039;5b11330346e0fb00017cd841&#039;&gt;&quot;; var a=document.getElementById(&quot;vmv3-frm&quot;); a=a.contentWindow?a.contentWindow:a.contentDocument; a.document.open(); a.document.write(&quot;&quot; + &quot;&quot;); a.document.close(); })(); _uacct = &quot;UA-2243248-1&quot;; urchinTracker(); var _qevents = _qevents || []; (function() { var elem = document.createElement(&quot;script&quot;); elem.src = (document.location.protocol == &quot;https:&quot; ? &quot;https:\/\/secure&quot; : &quot;http:\/\/edge&quot;) + &quot;.quantserve.com\/quant.js&quot;; elem.async = true; elem.type = &quot;text\/javascript&quot;; var scpt = document.getElementsByTagName(&quot;script&quot;)[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":29311,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,3],"tags":[70,29,33],"class_list":["post-29310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-commodities","category-technology","tag-impact-gold","tag-signal-avoid","tag-stage-stage-4"],"_links":{"self":[{"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/posts\/29310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29310"}],"version-history":[{"count":0,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/posts\/29310\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=\/wp\/v2\/media\/29311"}],"wp:attachment":[{"href":"https:\/\/futureknowledge.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/futureknowledge.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}