Shooting Archery Targets Gives XP
⚪ Last updated 2023Preview

🔍 Analysis
- 👍 2.2% endorsement rate — high engagement, a strong quality signal
- 🏆 #86 of 219 Gameplay mods in this game by downloads
📋 About This Mod
What this?
Basically the same as the Wayshrine XP Mod, only giving you 1 XP when shooting archery targets, and exactly hitting bullseye.
But why?
Because someone requested it, and I figured it's a good idea, if I'd manage to remove the "cheating". I did so by adding vector check code.
How did you do it?
Hacking the ShootingTarget.lua, and adding the following code to the previously unused client OnHit function block
function ShootingTarget. Client:OnHit(hit)
local vectorTemp=g_Vectors.temp;
SubVectors(vectorTemp,self:GetPos(),hit.pos);
local distance=LengthVector(vectorTemp);
distance=((1-(distance2))+0. 08)10;
if(distance>10. 5)then
player.soul:AddSkillXP('weapon_bow', 1)
RPG. NotifyLevelXpGain('weapon_bow')
How to install?
If you're familiar with KcD you know the drill. Just extract the . 7z and put the folder into the mods folder of your KcD install. Since this is the only mod that I'm aware of editing the caption objects, I guess there's not going to be any conflicts. Consult Google if you're in trouble. It's probably going to produce a faster response if you can't get the mod running.
I'm playing with the season pass(all DLCs) version of the game, with the latest update 1. 9. 6. So anything without that might cause issues, because DLCs sometimes mess with the files in unnatural ways. Blame the damn havok.
You mentioned "other" XP mods?
I want to report a bug?
Use the comment section.
This Kingdom Come: Deliverance mod grants 1 XP for bow skill when hitting archery targets, with a bullseye bonus. It modifies ShootingTarget.lua to add vector-based distance checks, preventing XP farming from misses. For players wanting a legitimate way to level archery through target practice.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved with 436 endorsements and nearly 20k downloads
- Simple install: just extract and drop into mods folder
- Adds a meaningful way to train archery without exploits
⚠️ Cons
- Only grants 1 XP per hit, which may feel too slow for some players
- Last updated in 2023 — may not work with newer game patches
- No detailed documentation beyond the author's brief explanation
For Kingdom Come: Deliverance players who want to level archery through legitimate target practice without resorting to exploits. If you're a completionist looking to max skills naturally, this adds a small but useful XP source. Skip if you prefer faster progression or don't care about archery training.
💡 Beginner Tips
- Extract the .7z archive and place the folder into your KCD mods directory — no mod manager needed.
- Ensure your game is updated to at least version 1.9.6 and has all DLCs to avoid file conflicts.
- Test on a practice range to see the XP notification appear when you hit the bullseye.
📊 Mod Details
- Game
- Kingdom Come Mods
- Author
- CrEaToXx
- Version
- 0.1
- Downloads
- 19,759
- Endorsements
- 436
- Category
- Gameplay
- Created
- 7/20/2023
- Updated
- 7/20/2023
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Kingdom Come Mods
Create /Mods/ folder in Data directory. Use Vortex for complex mods.
📖 Full step-by-step install guide for Kingdom Come →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Kingdom Come commands, item IDs, and more.
Keep browsing — more Kingdom Come mods await