Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (2025)

Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (1)

').css('opacity', 0).html(tip).appendTo('body');self.init();self.target.on('mouseleave', () => {console.log('mouseleave');console.log($('#shareDialog').hasClass('is-open'));if ($('#shareDialog').hasClass('is-open')) {self.remove();}});self.tooltip.on('click', () => {self.remove();});});$(window).on('resize', () => {self.init();});}/*** @param target* @param info* @param timeout*/showTemporary(target, info, timeout) {let self = this;timeout = timeout || 10;this.target = target;let tip = self.textList[info];if (!tip || tip == '') {return false;}if (this.tooltip) {this.tooltip.remove();}this.tooltip = $('').css('opacity', 0).html(tip).appendTo('body');this.init();setTimeout(() => {self.remove();$(this.target).removeClass('active');}, timeout * 1000);}/****/remove() {if (!this.tooltip) {return;}this.tooltip.animate({top: '-=10',opacity: 0}, 50, function() {$(this).remove();});}/****/init() {if (!this.tooltip || !this.target) {return;}this.tooltip.addClass('dBlk');}}ctcTooltip = new ctcTooltips();$(document).on('click', '.shareCopy', function() {$(this).addClass('active');copyToClipboardNew($(this));});var copyToClipboardNew = function(target) {var textArea = document.createElement('textarea'),text = target.data('text');textArea.style.position = 'fixed';textArea.style.top = 0;textArea.style.left = 0;textArea.style.width = '2em';textArea.style.height = '2em';textArea.style.padding = 0;textArea.style.border = 'none';textArea.style.outline = 'none';textArea.style.boxShadow = 'none';textArea.style.background = 'transparent';textArea.value = text;document.body.appendChild(textArea);textArea.focus();textArea.select();try {var successful = document.execCommand('copy');if (successful) {ctcTooltip.showTemporary(target, 'link_copied', 2);} else {ctcTooltip.showTemporary(target, 'link_copy_error');}} catch (err) {}document.body.removeChild(textArea);};var closeShareWidget = function(delay) {setTimeout(function() {shareDialog.classList.remove('is-open');}, delay);}jQuery(document).on('click', '.jsShare', function() {shareDialog.classList.add('is-open');jQuery(document).on('click', '#shareDialog', function() {if (event.target.nodeName == 'I') {closeShareWidget();} else {var container = $('.shareWrapper');if ((!container.is(event.target) && !container.has(event.target).length) || event.target.nodeName == 'A') {closeShareWidget();}}});})

3

News Benjamin Gründken

Ende dieses Jahres hat es das Remake von Final Fantasy 7 auch auf den PC geschafft. Bei manchen stellte sich leider recht zügig Ernüchterung ein, da der Port den nötigen Feinschliff vermissen lassen soll. Glücklicherweise hat sich die Modding-Community Final Fantasy VII Remake inzwischen angenommen. Inoffiziell stehen so nicht nur andere Kleider, sondern auch Grafik- und Performance-Verbesserungen bereit.

Final Fantasy 7, das 1997 erstmals für die Playstation erschien, erhielt bereits im Jahr 2020 ein zeitgenössisches Remake. Mitte Dezember hat es diese Neuauflage endlich auf den PC geschafft. Obwohl Final Fantasy VII Remake bereits im Juni für Playstation 5 erschien, lässt der Titel auf dem PC Berichten nach aber doch einiges an Optimierungsarbeit vermissen. An der Stelle springt nun wieder einmal die Modding-Community in die Bresche.

Final Fantasy 7 Remake: Modder mit neuen Outfits und Grafikanpassungen

So verspricht die Mod von "TroNiX" diverse Performance-Verbesserungen, die er unter anderem durch ein verändertes Mip-Mapping erreicht. Auch habe er die GPU-, CPU, und VRAM-Nutzung verbessert und so die meisten Performance-Einbrüche behoben. Zudem werden verschiedene Effekte angepasst und das Checkerboard-Rendering entfernt. Optimiert worden sei seine Modifikation für die Geforce RTX 3070 mit 8 GiByte: Wer eine langsamere GPU im Einsatz hat, muss dementsprechend weitere Änderungen vornehmen. Um solche angepassten Ini-Dateien benutzen zu können, müssen Spieler zunächst "FFVIIHook - INI" installieren. Selbstredend passieren derartige Anpassungen auf eigenes Risiko.

Ebenfalls interessant: Star Wars Battlefront 2: Modder entwickeln Custom-Server

Bei Nexus Mods haben sich mittlerweile zahlreiche FF7-Remake-Mods eingefunden. "Advent ReShade - HDR FX" etwa verspricht: "Ein echter ReShade der nächsten Generation, der deinem Spiel sehr präzise HDR-Beleuchtungseffekte hinzufügt - und mehr! Leistungsfreundlich und einfach zu installieren." Unter den beliebten Mods finden sich überraschend viele Outfits. In der Regel kommen diese mit wenig virtuellem Stoff aus. Darunter befinden sich zum Beispiel neue Kleider für Tifa und die "Sexy Dress Aerith" -Mod. Auch für Cheater steht eine Fan-Erweiterung bereit.

Quelle: Nexus Mods

zur Startseite

    • Kommentare (3)

      Zur Diskussion im Forum

      • Von yingtaoBIOS-Overclocker(in)

        Der Port ist schon irgndwo faul aber wahrscheinlich so gewollt. Ist halt 1 zu 1 wie auf der Konsole inklusive checkerboard rendering und dem FPS Target. Auf der PS5 kann ich auch nur einstellen ob ich 30 FPS Target oder 60 FPS Target haben möchte und die Auflösung wird dann dynamisch angepasst. Für den PC wäre sicherlich mehr drin gewesen, vor allem da die Unreal Engine genutzt wird und wie man an den Mods sieht auch nicht so schwer sein sollte entsprechende Optionen ins Menü einzubauen. Vorteil für mich ist das es so keinerlei Anreize für den Kauf der PC Version gibt.

        Zitieren

      • Von yingtaoBIOS-Overclocker(in)

        Der Port ist schon irgndwo faul aber wahrscheinlich so gewollt. Ist halt 1 zu 1 wie auf der Konsole inklusive checkerboard rendering und dem FPS Target. Auf der PS5 kann ich auch nur einstellen ob ich 30 FPS Target oder 60 FPS Target haben möchte und die Auflösung wird dann dynamisch angepasst. Für den PC wäre sicherlich mehr drin gewesen, vor allem da die Unreal Engine genutzt wird und wie man an den Mods sieht auch nicht so schwer sein sollte entsprechende Optionen ins Menü einzubauen. Vorteil für mich ist das es so keinerlei Anreize für den Kauf der PC Version gibt.

        Zitieren

      • Von GovegoBIOS-Overclocker(in)

        Wenn man bedenkt, wie Spiele heutzutage auf den Markt geworfen werden, ist FF7 Re ziemlich gut optimiert. Ohne Frage ist der PC Port aber ziemlich faul. Die Grafik-Einstellungsmöglichkeiten sind schon sehr überschaubar. Ein Patch wäre willkommen!

        Zitieren

      • Von Julian KSoftware-Overclocker(in)

        edit: Wurde immerhin fix korrigiert.

        Zitieren

      Direkt zum Diskussionsende

Hoch

  • Print / Abo

    Apps

    Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (3)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (4)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (5)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (6)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (7)

    Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (8)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (9)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (10)Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (11)

Mods für Final Fantasy 7 Remake: Von anziehenden Outfits bis Fps-Boost (2025)

FAQs

What is the max FPS in ff7 remake? ›

Choice between 30, 60, 90, or 120 FPS cap. Cinematic FMVs are capped at 30 FPS, while in-game FMVs are capped at 60 FPS. Tutorial videos played back at 30 FPS and may be recorded at variable frame rates below it.

How to get Cloud's Best dress FF7 Remake? ›

Cloud's dress is determined by whether you get Madame M's or Chocobo Sam's sidequests, and whether or not you complete them. Black/blue dress is from completing Sam's, White is from completing Madame M's, and the other dress is from doing ONLY the Burning Thighs side quest before returning to check on Aerith.

Is FF7 Remake 60 fps on PS5? ›

The PS5 version is technically flawless. The PC version is flawed and has performance issues. PC gives you the ability to play at 4k60fps, PS5 Gives you 1440p 60fps or 4k30fps.

How do I increase my Tifa stagger? ›

Tifa's special Chi attacks that you activate with the triangle button increase the Stagger multiplier. Spend her ATB charges earlier in the battle on Unbridled Strength twice to hit Chi level three. Then, you can hit Staggered foes with Rise and Fall, Omnistrike, and Whirling Uppercut to increase the damage multiplier.

Is FF7 remake well optimized? ›

On top of all the visual enhancements, FINAL FANTASY VII REMAKE INTERGRADE does a great job maintaining a consistent 30 frames-per-second at 4K in graphics mode or 60 frames-per-second at a lower resolution in performance mode.

Can you max out all weapons in FF7 remake? ›

In the End, you can max out every weapon and every weapon can get the same maximum of materia slots. Thing is: every weapon gets its own stats. so, depending on your playstile, the choice of your active weapon can be different. The last Weapon you get, is not the "strongest".

Is Cloud better with Aerith or Tifa? ›

In the end, it's a matter of personal preference when deciding who Cloud should pursue. Both Aerith and Tifa have qualities that make them a good partner for him, and the context of other scenes in the game changes depending on which one is picked.

Does Cloud love Tifa or Aerith? ›

Developer Square Enix has confirmed that Cloud and Tifa do have romantic feelings for one another but this is never openly expressed by the characters. The original PlayStation One version of Final Fantasy allowed players to "choose" between either Tifa or Aerith through the choices they made throughout the game.

How old is Tifa? ›

Tifa Lockhart was born on May 3, 1987, and is 20 years old in FF7. She is 5'4” to 5'5” or 167 cm. Tifa typically uses knuckle weapons to fight, and her Limit Breaks utilize martial arts techniques to deliver a devastating blow to the enemy.

Will FF7 Rebirth be 60fps? ›

Final Fantasy 7 Rebirth Patch 1.020 Adds 'Sharp' and 'Soft' 60fps Modes - IGN.

What is the difference between graphics and performance in FF7 remake intergrade? ›

Like in Final Fantasy 7 Remake Intergrade, the big differences between Graphics and Performance mode are based on resolution and frame rate. With Graphics mode enabled, FF7 Rebirth runs at 30 FPS and targets 4K resolution, while Performance mode targets 60 FPS and drops the resolution to a flexible lower range.

What is the frame rate for FF7 remake PS5? ›

The game performed well both before the patch and after, with less than a handful of dropped frames in the 30fps capped Graphics mode even prior to the patch, while the Performance mode makes sacrifices to visuals in order to double frame rates to 60fps.

What is the best Tifa accessory? ›

The Full Throttle Wristguards are hands-down the best Accessory for your melee fighters, namely Cloud or Tifa, unless you're building Red XIII or Yuffie out a certain way. We recommend these for Tifa since you'll get a lot of mileage out of the 10% boost to Strength, and she could always use a little bit more HP.

How do I increase stagger damage to 200%? ›

To increase stagger damage bonus to 200% in Final Fantasy 7 Remake, players should start by selecting the Fat Chocobo from Chadley's VR Missions. Indeed, this enemy is the perfect target for completing the Stagger Effect Pt. 3, and once players enter the battle with the Fat Chocobo they should take control of Tifa.

Is FF7 Rebirth 60 fps? ›

Square Enix has released a patch for Final Fantasy 7 Rebirth that makes a number of key performance improvements. According to the patch notes, update 1.020 improves the PlayStation 5 exclusive's graphics, frame-rate, and adds 'sharp' and 'soft' 60fps modes.

What fps is the PS5 Final Fantasy 7 Remake? ›

Final Fantasy 7 Rebirth, like Remake before it and the majority of modern video games that aren't on Nintendo Switch, comes with a variety of different technical modes. The demo now available on PS5 defaults to 'Performance' which offers 60 frames per second at a sub-4K resolution.

What is the frame-rate for ff7r PS5? ›

High Performance Gaming

The game performed well both before the patch and after, with less than a handful of dropped frames in the 30fps capped Graphics mode even prior to the patch, while the Performance mode makes sacrifices to visuals in order to double frame rates to 60fps.

Does FF7 Rebirth support 120hz? ›

FF7 Rebirth Repeats FF7 Remake's Most Overblown Controversy

The introduction of a 40 FPS mode to split the difference for those with 120hz TVs could also be a useful update, as the gap between options feels a bit too wide right now.

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Chrissy Homenick

Last Updated:

Views: 5769

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Chrissy Homenick

Birthday: 2001-10-22

Address: 611 Kuhn Oval, Feltonbury, NY 02783-3818

Phone: +96619177651654

Job: Mining Representative

Hobby: amateur radio, Sculling, Knife making, Gardening, Watching movies, Gunsmithing, Video gaming

Introduction: My name is Chrissy Homenick, I am a tender, funny, determined, tender, glorious, fancy, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.