> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/SnowyMouse/chimera/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Chimera

> The ultimate enhancement mod for Halo Combat Evolved PC

<div className="relative overflow-hidden dark:bg-[#0a170a] bg-[#1a1a1a] py-20">
  <div className="max-w-6xl mx-auto px-6">
    <div className="grid grid-cols-1 lg:grid-cols-12 gap-8 items-center">
      <div className="lg:col-span-7">
        <h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold dark:text-gray-100 text-gray-900 mb-6">
          The Halo PC Update That Never Was
        </h1>

        <p className="text-lg sm:text-xl dark:text-gray-400 text-gray-600 mb-8 max-w-2xl">
          Chimera brings Halo: Combat Evolved PC into the modern era with 60+ bug fixes, visual enhancements, object interpolation, and extensive customization options.
        </p>

        <div className="flex flex-wrap gap-4">
          <a href="/installation" className="inline-flex items-center px-6 py-3 rounded-lg font-semibold transition-colors bg-[#42f642] text-black hover:bg-[#39ff00]">
            Get Started

            <svg className="ml-2 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
              <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
            </svg>
          </a>

          <a href="/features/overview" className="inline-flex items-center px-6 py-3 rounded-lg font-semibold transition-colors border dark:border-[#296429] border-gray-700 dark:bg-[#296429]/10 bg-gray-800 dark:text-gray-100 text-white dark:hover:bg-[#296429]/20 hover:bg-gray-700">
            View Features
          </a>
        </div>
      </div>

      <div className="lg:col-span-5 hidden lg:block">
        <div className="relative">
          <div className="absolute inset-0 bg-gradient-to-r from-[#42f642]/20 to-[#296429]/20 blur-3xl" />

          <div className="relative dark:bg-[#1a1d27] bg-[#222222] rounded-2xl p-8 dark:border-[#27272a] border-transparent border shadow-xl">
            <div className="space-y-4">
              <div className="flex items-center gap-3">
                <div className="w-3 h-3 rounded-full bg-[#42f642]" />

                <code className="dark:text-gray-300 text-gray-400 text-sm">chimera\_fov 90v</code>
              </div>

              <div className="flex items-center gap-3">
                <div className="w-3 h-3 rounded-full bg-[#42f642]" />

                <code className="dark:text-gray-300 text-gray-400 text-sm">chimera\_show\_fps true</code>
              </div>

              <div className="flex items-center gap-3">
                <div className="w-3 h-3 rounded-full bg-[#42f642]" />

                <code className="dark:text-gray-300 text-gray-400 text-sm">chimera\_interpolate true</code>
              </div>

              <div className="flex items-center gap-3">
                <div className="w-3 h-3 rounded-full bg-[#42f642]" />

                <code className="dark:text-gray-300 text-gray-400 text-sm">chimera\_widescreen\_fix 1</code>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-2xl sm:text-3xl font-semibold dark:text-gray-100 text-gray-900 mb-4">
    Get Started in Minutes
  </h2>

  <p className="dark:text-gray-400 text-gray-600 mb-8">
    Install Chimera and start experiencing Halo PC like never before
  </p>

  <Steps>
    <Step title="Download Chimera">
      Get the latest release from the [GitHub releases page](https://github.com/SnowyMouse/chimera/releases). Download `strings.dll`, `chimera.ini`, and the `fonts` folder.
    </Step>

    <Step title="Install to your Halo folder">
      Copy the files to your Halo PC installation directory (the main game folder, NOT the controls folder). Back up your original `strings.dll` first by renaming it to `strings-old.dll`.

      ```bash theme={null}
      # Your Halo folder should look like this:
      C:\Program Files (x86)\Microsoft Games\Halo\
      ├── strings.dll         # Chimera
      ├── chimera.ini         # Configuration
      ├── fonts/              # Font files
      └── halo.exe            # Game executable
      ```
    </Step>

    <Step title="Launch and configure">
      Start Halo PC normally. Chimera loads automatically. Press the tilde key (\~) to open the console and start customizing with Chimera commands.

      <Accordion title="Try these commands">
        ```bash theme={null}
        chimera_fov 90v              # Set field of view to 90 degrees (vertical)
        chimera_show_fps true        # Display FPS counter
        chimera_block_mouse_acceleration true  # Disable mouse acceleration
        chimera_widescreen_fix 1     # Fix widescreen HUD scaling
        ```
      </Accordion>
    </Step>
  </Steps>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-2xl sm:text-3xl font-semibold dark:text-gray-100 text-gray-900 mb-4">
    Explore Features
  </h2>

  <p className="dark:text-gray-400 text-gray-600 mb-8">
    Discover what makes Chimera the essential mod for Halo PC
  </p>

  <CardGroup cols={2}>
    <Card title="Interpolation" icon="gauge-high" href="/features/interpolation">
      Smooth object movement beyond 30 FPS with advanced interpolation
    </Card>

    <Card title="Bug Fixes" icon="wrench" href="/features/bug-fixes">
      60+ fixes for PC port issues including descope, FOV, and shaders
    </Card>

    <Card title="Visual Enhancements" icon="sparkles" href="/features/visual-enhancements">
      Restored Xbox-accurate rendering and high-resolution improvements
    </Card>

    <Card title="Custom Chat" icon="comments" href="/features/custom-chat">
      Enhanced chat system replacing Keystone's broken implementation
    </Card>

    <Card title="Map Support" icon="map" href="/features/map-support">
      Custom Edition maps on retail and compressed map support
    </Card>

    <Card title="Lua Scripting" icon="code" href="/features/lua-scripting">
      Extend Chimera with custom scripts and event handlers
    </Card>
  </CardGroup>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-2xl sm:text-3xl font-semibold dark:text-gray-100 text-gray-900 mb-4">
    Configuration & Commands
  </h2>

  <p className="dark:text-gray-400 text-gray-600 mb-8">
    Customize every aspect of your Halo experience
  </p>

  <CardGroup cols={3}>
    <Card title="INI Settings" icon="file-lines" href="/configuration/ini-settings">
      Configure Chimera through chimera.ini
    </Card>

    <Card title="Video Settings" icon="display" href="/configuration/video-settings">
      Resolution, refresh rate, and visual options
    </Card>

    <Card title="Controller Support" icon="gamepad" href="/configuration/controller-settings">
      Full gamepad configuration with aim assist
    </Card>

    <Card title="Visual Commands" icon="eye" href="/commands/visual">
      FOV, widescreen fixes, and display tweaks
    </Card>

    <Card title="Gameplay Commands" icon="dice" href="/commands/gameplay">
      Spectator mode, teleport, and dev tools
    </Card>

    <Card title="Network Commands" icon="network-wired" href="/commands/network">
      Server bookmarks and connection tools
    </Card>
  </CardGroup>
</div>

<div className="mt-16 mb-16 max-w-5xl mx-auto px-6">
  <h2 className="text-2xl sm:text-3xl font-semibold dark:text-gray-100 text-gray-900 mb-4">
    Advanced Topics
  </h2>

  <p className="dark:text-gray-400 text-gray-600 mb-8">
    Take your Chimera experience to the next level
  </p>

  <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
    <a href="/advanced/lua-scripting" className="group block rounded-2xl border dark:border-[#27272a] border-gray-700 overflow-hidden no-underline dark:hover:border-[#42f642] hover:border-[#42f642] transition-colors">
      <div className="p-6 dark:bg-[#1a1d27] bg-[#222222]">
        <h3 className="text-base font-semibold dark:text-gray-100 text-white mb-2">Lua Scripting Guide</h3>
        <p className="text-sm dark:text-gray-400 text-gray-400 mb-3">Create custom scripts to extend Chimera with new features and automation</p>

        <div className="flex items-center text-sm dark:text-gray-400 text-gray-400 dark:group-hover:text-[#42f642] group-hover:text-[#42f642]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </div>
      </div>
    </a>

    <a href="/advanced/compressed-maps" className="group block rounded-2xl border dark:border-[#27272a] border-gray-700 overflow-hidden no-underline dark:hover:border-[#42f642] hover:border-[#42f642] transition-colors">
      <div className="p-6 dark:bg-[#1a1d27] bg-[#222222]">
        <h3 className="text-base font-semibold dark:text-gray-100 text-white mb-2">Compressed Maps</h3>
        <p className="text-sm dark:text-gray-400 text-gray-400 mb-3">Use zstd compression to drastically reduce map file sizes</p>

        <div className="flex items-center text-sm dark:text-gray-400 text-gray-400 dark:group-hover:text-[#42f642] group-hover:text-[#42f642]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </div>
      </div>
    </a>

    <a href="/advanced/compilation" className="group block rounded-2xl border dark:border-[#27272a] border-gray-700 overflow-hidden no-underline dark:hover:border-[#42f642] hover:border-[#42f642] transition-colors">
      <div className="p-6 dark:bg-[#1a1d27] bg-[#222222]">
        <h3 className="text-base font-semibold dark:text-gray-100 text-white mb-2">Build from Source</h3>
        <p className="text-sm dark:text-gray-400 text-gray-400 mb-3">Compile Chimera yourself using MinGW-w64 toolchain</p>

        <div className="flex items-center text-sm dark:text-gray-400 text-gray-400 dark:group-hover:text-[#42f642] group-hover:text-[#42f642]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </div>
      </div>
    </a>

    <a href="/faq" className="group block rounded-2xl border dark:border-[#27272a] border-gray-700 overflow-hidden no-underline dark:hover:border-[#42f642] hover:border-[#42f642] transition-colors">
      <div className="p-6 dark:bg-[#1a1d27] bg-[#222222]">
        <h3 className="text-base font-semibold dark:text-gray-100 text-white mb-2">FAQ & Troubleshooting</h3>
        <p className="text-sm dark:text-gray-400 text-gray-400 mb-3">Common questions and solutions for installation and compatibility issues</p>

        <div className="flex items-center text-sm dark:text-gray-400 text-gray-400 dark:group-hover:text-[#42f642] group-hover:text-[#42f642]">
          Learn more

          <svg className="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
          </svg>
        </div>
      </div>
    </a>
  </div>
</div>

<div className="mt-20 mb-16 max-w-5xl mx-auto px-6">
  <div className="rounded-2xl dark:bg-gradient-to-r dark:from-[#0a170a] dark:to-[#296429]/20 bg-gradient-to-r from-gray-900 to-gray-800 p-8 sm:p-12 border dark:border-[#296429] border-gray-700">
    <div className="max-w-2xl">
      <h2 className="text-2xl sm:text-3xl font-bold dark:text-gray-100 text-white mb-4">
        Ready to enhance your Halo experience?
      </h2>

      <p className="dark:text-gray-300 text-gray-300 mb-6">
        Install Chimera now and discover the definitive way to play Halo: Combat Evolved on PC.
      </p>

      <a href="/installation" className="inline-flex items-center px-6 py-3 rounded-lg font-semibold transition-colors bg-[#42f642] text-black hover:bg-[#39ff00]">
        Install Chimera

        <svg className="ml-2 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
          <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
        </svg>
      </a>
    </div>
  </div>
</div>
