Skip to content

Releases: CedrickGD/RazorReaper

RazorReaper 1.4.8 — Sky Changer rework

Choose a tag to compare

@CedrickGD CedrickGD released this 14 Jun 15:30

What's new in 1.4.8

  • Sky Changer is now one simple page — the old experimental "Custom Lab" and its in-memory Live Apply have been removed. Pick a sky, inject it, and it applies on your next map load or server rejoin.
  • More reliable sky injection — fixed a bug that could stop a sky from applying. File-injection is now the only method, since the live in-memory swap was getting force-closed by BattlEye on server join.
  • Joining servers works again — the game now launches through Steam with BattlEye, instead of the experimental direct launch.
  • Smoother Sky Changer page with a proper fade-in entrance.
  • Behind-the-scenes stability and diagnostics fixes, including quieter Discord Rich Presence handling.

Install: Download RazorReaper-Setup.exe below and run it. Existing installs update in place, and the in-app auto-updater will offer this version on the next launch.

RazorReaper 1.4.7

Choose a tag to compare

@CedrickGD CedrickGD released this 04 Jun 20:47

RazorReaper 1.4.7

No more "install .NET" step

RazorReaper now bundles its own .NET runtime, so it installs and runs on more machines with zero extra setup — no separate "you need to install .NET" prompt, and it works even on accounts that can't install the runtime themselves.

Under the hood, the app is now published self-contained (the .NET 10 runtime + Windows App SDK ship inside it). The download is larger as a result, but the install is much smoother.

v1.4.6

Choose a tag to compare

@CedrickGD CedrickGD released this 25 May 21:29

What's new

Vision Tools has been rebuilt as a tabbed page with three sections:

  • TEK Camera — restored classic third-person camera trace + offset, now with a hero status panel and a clean toggle.
  • Scope — disable scope rendering files with one click. Includes a reference image and a reminder to set in-game textures to High or Epic for it to take effect.
  • Custom FOV (new) — push FOVMultiplier past the in-game slider cap of 1.35 (up to 1.6) without touching GameUserSettings.ini by hand. Auto-backups the ini once per session, reset-to-default button included.

Updater overhaul

  • "Update Now" no longer relies on the installer's post-install script. RazorReaper spawns a small orchestrator that waits for the app to fully exit, runs the installer silently, then relaunches the new build — every time.
  • Single percent during downloads (was duplicated between progress bar and button).

Polish

  • Notification toasts bumped to a more readable size.

v1.4.5

Choose a tag to compare

@CedrickGD CedrickGD released this 24 May 14:20
deef282

What's new

  • Persistent crosshair settings — your last config (shape, color, image, hotkey, monitor) is restored on next launch
  • Inventory glitch fix — now removes the FullBgAnim and PanelBgAnim subfolders alongside the textures, matching the Discord OP exactly
  • Single progress bar during downloads — the duplicate percentage indicator on the update card is gone
  • Update Now button — one-click manual update flow: downloads, installs, and auto-relaunches without waiting for next app close
  • What's new section — release notes are now visible in the app's update card before you update
  • Removed Tanster credits from the Building tab

Install

Download RazorReaper-Setup.exe below and run it. Existing installs will see this update through the in-app updater.

v1.4.4

Choose a tag to compare

@CedrickGD CedrickGD released this 20 May 15:02

What's New

New: Crosshair Overlay

  • Always-on-top crosshair overlay with editor and tray controls
  • Built-in editor: dots, lines, circles, gaps, outlines, pixel shape, color, opacity
  • Import images, GIFs, and videos as crosshairs — broad format support (PNG, JPG, WEBP, HEIF/HEIC, AVIF, TIFF, ICO via SkiaSharp)
  • Code parsers to import crosshair codes from other games
  • Bundled presets and per-session cache for imported images
  • Quick "Open folder" access from the overlay

Autoclicker Rewrite

  • Rebuilt from the ground up for accuracy and lower CPU usage
  • Cleaner UI, fixed timing edge cases

INI Configuration: Launcher-Style Redesign

  • Page reworked into a launcher-style layout
  • Preset artwork refreshed (PNG)
  • Presets renamed: Black, Very Soft, Content Creator

Tray & UI Polish

  • Tray menu reordered with dark Win11 theming; left-click now opens the app
  • Network background: slower node motion, keeps animating when the window is in the background
  • General UI polish across pages

Under the Hood

  • Service files split into per-feature folders/partials for maintainability
  • MAUI template leftovers and non-Windows platforms removed
  • CI: update.xml now auto-bumps on release

Download

  • RazorReaper-Setup.exe — Installer (first-time install or manual update)

Auto-update users will receive this version automatically on their next app launch.

Version 1.4.3

Choose a tag to compare

@CedrickGD CedrickGD released this 17 May 15:46

What's New

Building Page Redesign

  • New 8-section build guide sourced from the Custom ARK Discord #build channel: Perfect Snap, How to Build a Wall, Base Layouts, Crafting Setup, Spam Tactics, Fence Pillars, Floating Structures, and Illegal Methods
  • Reusable image lightbox: click any reference image for a fullscreen view (Esc or click-outside to close)
  • 40 reference images and 10 fast-start MP4 videos bundled in

INI Changer Workspace

  • Redesigned as a 3-column workspace
  • Built-in preset gallery with 10 community presets imported from the Custom ARK Discord (plus Default and Very Soft)
  • Uniform 16:9 previews with user image overrides

Navbar Overhaul

  • Resizable, collapsible sidebar with rail mode
  • Themed tooltips, double-click to reset width, smooth snap behavior

Texture Backup

  • Pixel Glitch now backs up textures before edits and supports one-click revert
  • New "Inventory" category for texture management

Stability & Performance

  • Fixed handle leaks, animation CPU drain, and rendering inefficiencies
  • Shutdown safety: cleaner cancellation handling on app exit
  • Single-instance enforcement via named mutex (focus restores instead of launching a duplicate)
  • X-button close no longer lags on telemetry flush

Platform

  • Migrated to .NET 10 (TFM, SDK, MAUI 10.0.60, all package families bumped)

Other Changes

  • Custom servers and spots on the Map Mods page with JSON persistence
  • Credits page reworked with Discord community link
  • Project file structure reorganized for better separation of concerns

Download

  • RazorReaper-Setup.exe — Installer (first-time install or manual update)

Auto-update users will receive this version automatically on their next app launch.

Version 1.4.2

Choose a tag to compare

@CedrickGD CedrickGD released this 02 Apr 22:03

What's New

Silent Auto-Update System

  • App now checks for updates automatically on startup in the background
  • When an update is available, the installer downloads silently - no user interaction needed
  • On app close, the update installs invisibly via `/VERYSILENT' Inno Setup
  • Next launch shows a toast confirming the successful update
  • New ** Auto-update toggle ** on the Home page - turn it off to manage updates manually
  • ** "View releases on GitHub" ** link always available as a manual fallback

Other Changes

  • Removed unused `Autoupdater.NET.Official' dependency
  • Version bumped to 1.4.2

Download

  • ** RazorReaper-Setup.exe ** - Installer (first-time install or manual update)

Auto-update users will receive this version automatically on their next app launch.

Version 1.4.1

Choose a tag to compare

@CedrickGD CedrickGD released this 19 Mar 21:25

Full Changelog: v1.4.0...v1.4.1

to the people @discord giving me the idea for this and many more features, appreachiate that ♥️
i am on it

image

Version 1.4.0

Choose a tag to compare

@CedrickGD CedrickGD released this 03 Mar 21:54
825db12

Full Changelog: v1.3.9...v1.4.0

NEW Steam Mods Page:

image

Version 1.3.9

Choose a tag to compare

@CedrickGD CedrickGD released this 19 Feb 20:38

Full Changelog: v1.3.8...v1.3.9