Gotham Knights brings open-world superhero action to modern consoles and PCs. With four varied heroes to utilize, this action RPG features numerous progression mechanics. These include Heroic Traversal abilities, each unique to the chosen playable character. Furthermore, it also allows players to quickly zip around the world of Gotham City.


Batgirl's Cape Glide in Gotham Knights will seem familiar to Batman fans

fortnite-promotional-banner

The only way to unlock Batgirl's Glider ability is to complete her Knighthood missions. This includes completing a series of activities. Unlike leveling up, this doesn't scale across all characters. Therefore, players are required to complete the Knighthood quest four times, once for each of the four characters: Batgirl, Robin, Nightwing, and Red Hood.

Undertaking the Knighthood quest consists of the following pre-requisites:

  • Complete Timed Strike training
  • Stop 10 Premeditated Crimes
  • Defeat 3 mini-bosses

The first one, Timed Strike, can be easily completed with the least amount of effort. Simply visit the training arena signified by a training dummy at the Belfry. Here, select Timed Strike under the Advanced Training section. Quickly breeze through the session to complete the first part of reaching Knighthood.

The next two activities will take place outside in Gotham Knights' open world. As players explore, they will encounter a variety of occurrences to engage in.

These include cavalcades of foes that may house minibosses as well. These enemies are tanky and require some level of strategy to take down. This is the second least bothersome aspect to complete.

Finally, the premeditated crimes require jumping through some hoops. Essentially, players will need to gather intel for possible future crimes. These are dropped by defeated enemies and can be fed to the computer at Belfry to unveil their locations.

Alternatively, players may interrogate goons to find out about them. Regardless of the method chosen, these premeditated crimes are larger than traditional enemy encounters and urge one to undertake set objectives, including fighting foes.

Once all objectives are complete, head back to Belfry. Visit the Batman Shrine as Batgirl to initiate a cutscene, after which she will be able to use her Glide ability. It operates quite similarly to Batman's gliding mechanic in the Batman Arkham series.

This will allow her to rapidly traverse the open world. Given the plethora of sectors and districts present in Gotham City, this ability is quite useful.

So far, Gotham Knights has been criticized for feeling generic and repetitive. The tedious nature of its resource collection and activities doesn't help ease player fatigue. Unfortunately, these Knighthood missions exacerbate matters as one is forced to repeat the same monotonous gameplay dozens of times.

Gotham Knights is developed by WB Games Montreal and published by Warner Bros Interactive Entertainment. It is available on PC, PlayStation 5, and Xbox Series X|S. Check out our review of the game for further insight.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1268939, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1268939); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1268939) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1268939) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();