Add src/routes/blog/2025/January/NeedForSpeed/MostWanted2005/QualityOfLiveMods/+page.svelte

This commit is contained in:
jb 2025-01-02 18:04:23 +01:00
parent 3912d43f85
commit 75cc4af72e

View file

@ -0,0 +1,83 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quality of Life Mods - NFS MW 2005</title>
</head>
<body>
<header class="py-6">
<div class="container mx-auto text-center">
<h1 class="text-4xl font-bold">Quality of Life Mods</h1>
<p class="text-2xl mt-2">Need for Speed: Most Wanted (2005)</p>
<p class="text-lg mt-1">by <span class="font-semibold">jbugel</span></p>
</div>
</header>
<main class="container mx-auto px-4 py-8">
<p class="text-lg text-center mb-6">
<strong>Need for Speed: Most Wanted (2005)</strong> is a game I loved as a kid. Its timeless, but the modding community has taken it to another level. Heres a curated list of the best quality-of-life mods to modernize your experience.
</p>
<div class="space-y-8">
<!-- Mod 1 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">1. Widescreen Fixes Pack</h2>
<p class="mt-2">
One of the most essential mods for modern gaming. This mod enables true <strong>16:9 widescreen support</strong>, making the game look stunning on contemporary monitors.
</p>
<a href="https://nfsmods.xyz/mod/3327" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 2 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">2. NFSMW Extra Options</h2>
<p class="mt-2">
Unlocks <strong>additional gameplay options</strong>, letting you customize and tweak the game beyond its original capabilities.
</p>
<a href="https://nfsmods.xyz/mod/43" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 3 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">3. Xbox 360 Stuff Pack</h2>
<p class="mt-2">
Adds the best <strong>Xbox 360 features</strong> to the PC version, such as improved motion blur and enhanced car reflections.
</p>
<a href="https://nfsmods.xyz/mod/1200" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 4 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">4. NFSMW Recompiled Vinyls (512x / 1024x)</h2>
<p class="mt-2">
Upgrades the car vinyls to <strong>high definition</strong>, making customization pop like never before.
</p>
<a href="https://nfsmods.xyz/mod/629" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 5 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">5. NFSMW: Upscaled HUD</h2>
<p class="mt-2">
Upscales the entire UI to <strong>high definition</strong>, providing a cleaner and sharper interface.
</p>
<a href="https://nfsmods.xyz/mod/1096" class="mt-3 inline-block hover:underline">Download here</a>
</div>
<!-- Mod 6 -->
<div class="mod p-6 rounded-lg shadow bg-ctp-mantle">
<h2 class="text-2xl font-bold">6. Plak Graphics (NFS MW) (Paid)</h2>
<p class="mt-2">
A paid mod that introduces <strong>raytracing</strong> for next-gen visuals, transforming lighting and reflections.
</p>
<a href="https://nfsmods.xyz/mod/2017" class="mt-3 inline-block hover:underline">Download here</a>
</div>
</div>
</main>
<footer class="py-4">
<div class="container mx-auto text-center">
<p class="text-sm">© 2025 jbugel. All rights reserved.</p>
</div>
</footer>
</body>
</html>