Skip to content

Mods

Every mod that ships with aowlspt. Ports carry their upstream licence unchanged and name their original author.

registry/mods.json in your install is the index: every mod, and every named list that selects a set of them. A list is a document, so "my raid night setup" is something you can commit and send someone.

Core

These are the system, not content.

modsidewhat it does
Tarkov game serveraowl.tarkovserverProfiles, the stash, traders and trading, the flea market, quests with their conditions evaluated, the hideout and its production queue, raids with generated loot, bots and scavs, skills, insurance, mail. Written entirely on the public mod API.
Mod manageraowl.managerserverReads the registry, resolves it against your selection, and serves the answer — including why a mod is not loading — under /aowlspt/mods.
Settings hubclientThe in-game settings pages behind F12: one page per mod, drawn from what each mod declares.

Feel and visuals

modsidewhat it does
FOV Fixaowl.fovfixclientFontaine's Fontaine-FOVFix, rewritten natively. Optic and non-optic FOV multipliers, camera distance offsets, a zoom toggle. CC BY-NC-SA 3.0.
Classic Movementaowl.classicmovementclientTheBoogle's Old Tarkov Movement: no inertia, quick tilting, no bush slowdown, optional nostalgia mode — and the same for bots. MIT.
SPT-SWAYcom.savannt.sptswayclientFive physically modelled sources of weapon sway — respiration, cardiac, tremor, postural drift, weapon inertia — summed, scaled by the shooter's condition and the weapon, and pushed into the game's own rotation springs.
Graphicsaowl.graphicsclientA togglable full-frame post-processing stack: tonemapping, exposure, contrast, saturation, temperature. Ported and expanded from TarkovGraphics. Defaults are still being tuned against real raids.
Texturesaowl.texturesclientHigh-res PBR texture replacement from ambientcg sets, with a quality tier and a VRAM budget.
Resource packsclientSwapping whole packs of game resources, with a drive-grade setting so a slow disk is not asked to do a fast disk's job.
Performanceaowl.perfclientEngine-level quality, HUD, application and time settings, plus a frame sampler.

Bots, factions and maps

modsidewhat it does
SAINaowl.sainserver + clientSolarint's SAIN, rewritten: layered decisions, per-bot personalities, real cover use, searching that looks like searching, squads that behave like squads. ~64,000 lines of BepInEx C# reimplemented against the native API.
MoreBotsaowl.morebotsserver + clientTwo jobs, as upstream had them: the bot-type and faction API other mods register against, and the mod that raises how many bots a map runs. CC BY-NC-SA 4.0.
Black Divisionaowl.blackdivisionserverA hostile PMC faction — six roles with their own names, gear, difficulty and spawn behaviour — on top of MoreBots. MIT.
Icebreakeraowl.icebreakerserverThe nuclear icebreaker BOREAS, locked in arctic ice: a map, delivered by rebinding the dormant suburbs location slot. MIT.
Path To Tarkovaowl.pathtotarkovserverThe deploy screen stops being a teleporter. You are standing somewhere, you may only go where that place connects to, and the map you climb out onto is where you now are.

Tools

modsidewhat it does
Admin panelclientF6 for an in-game menu of togglable cheat modes: ESP, god mode, infinite stamina, no recoil, no weight, instant heal, unlimited ammo, thermal and night vision, fly, teleport. ESP and god mode default on; everything else off.

Mod lists

listwhat it selects
aowl.list.coreThe mod manager and the game server. The minimum that can serve.
aowl.list.vanillaplusCore plus the mods that change how the game feels without changing what is in it: FOV, sway, classic movement, performance, textures. The default for a fresh install.
aowl.list.raidnightVanilla Plus with the bots turned up: MoreBots, SAIN, Black Division, Icebreaker and Path To Tarkov on top.
aowl.list.headlessRaid Night as a server operator wants it: the same content, with the client-only feel mods switched off.

Turning mods on and off

The mod manager serves your selection, and disable/enable record a decision that /aowlspt/mods/apply performs. On the server that happens while it is serving; on the client it happens while the game is running, provided the host has a backend port to poll. Without one, the change takes effect the next time the game starts. See Configuration.

A note on the registry

The registry does not yet name every mod that ships — the graphics, resource-pack, admin and settings-hub mods have no entry yet. If a mod is installed but not listed, the manager reports it as an unmanaged stray rather than pretending it is not there.

aoughwl — self-hosted platform for things n stuff. Contact / Support on Discord for access to the private backends.