Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
REQUIRES A NEW PROFILE TO WORK OR YOU WILL RUN INTO ISSUES
WHEN UPDATING, DELETE THE OLD FOLDER. OTHERWISE YOU MAY ENCOUNTER ISSUES.
LOOKING FOR TRANSLATORS. For all Tarkov languages: SEE https://crowdin.com/project/spt-questrandomizer
[BETA] This is still in development stage and while I've worked hard to ensure each release is stable. Updates might brick mostly everything.
Quest randomizer
Tired of running the same quests every time you start a new playthrough? This mod might spice things up. Change the kill requirements for quests so you fight new enemies with new weapons in new places. Also changes the hand over item quests to require new items. Perhaps some items will be more useful now. You wont know until you encounter each quest.
Will change the following:
- Randomize the item hand over of quests.
- Uses a list of items in tiers similar to my Barter Economy mod. See the
confg/itemtierlist.jsonc
file for more details.
- Uses a list of items in tiers similar to my Barter Economy mod. See the
- Randomize kill quests in the following ways (configurable in the config)
- Add kill objectives to quests that dont have them.
- Add/Randomize gear requirements.
- See the
config/gearlist.jsonc
file for more details.
- See the
- Add/Randomize the kill targets.
- Add/Randomize the distance requirement.
- Add/Randomize the required location.
- Add/Randomize the required time of day.
- Add/Randomize the required weapons. Using both a bunch of tailor-made categories, and individual weapons.
- See the
config/weaponcategories.jsonc
file for more details - Once the server has started once with this mod. You can find an auto-generated category list in all supported languages in the
categories/
folder of this mod.
- See the
- Add/Randomize the body part requirement.
Here's is the config file to give some insight in how this mod can be configured. (There is a lot more you can chance too in the previously mentioned files.
"questBlacklist": //These quests wont be edited
[
"5c0d190cd09282029f5390d8", //Grenadier
"60e729cf5698ee7b05057439" //Swift one
],
"chanceToAddLocations": 0.15, //Chance to add a location requirement to kill quests.
"locationCount": 2, //Total locations that the quest will be valid on.
"chanceToAddTimeOfDay": 0.05, //CHance to add a time of day requirement to kill quests.
"chanceToAddBodypart": 0.05, //Chance to add having to target specific body parts to kill quests.
"chanceToAddDistance": 0.05, //Chance to add a distance requirement to kill quests. (Currently >=/<= 20-100m, Might add options for this later)
"chanceToAddWeapon": 0.5, //Chance to add weapon requirement to kill quests. Will do a weighted selection from the weaponcategories.jsonc file.
"chanceToAddGear": 0.05, //Chance to add gear requirement to kill quest. Will do a weighted selection from the gearlist.jsonc file.
"addGearCount": 3, //How many different gear pieces will be selected. Every gear piece is an alternative. You only ever need to wear 1 of them.
"chanceForSpecificWeapon": 0.15, //Chance to instead of a weapon group, select a specific weapon from the "SpecificWeapon" array in weaponcategories.jsonc
"adjustKillCountFactorsUpDown": [0.2,0.2], //How many kills a quest will need. It's randomly increased/decreased by a multiplier between the factors. So default settings makes the multiplier between 0.8-1.2
"addKillObjectiveToQuestChance": 0.5, //Chance to add a kill objective to quests that dont naturally have them.
"addKillObjectiveKillCount": 5, //Base kill count to added objectives. Then multiplied by the factors above.
"handoverItemUnknownItemValueDivider": 15000, //The divisor that determines the tier of an item. Rounded to nearest tier. An item worth 34000 rubles with be 34000/15000 ~ 2.
"adjustHandoverCountFactorsUpDown": [0.2,0.2], //Adjusts how many items are needed for a handover quest. See how it works above.
"handoverItemBlacklist": //Any quest that requires you to handover an item from this list will be skipped entierly and left alone.
[
"5696686a4bdc2da3298b456a", //Dollars
"5449016a4bdc2d6f028b456f", //Roubles
"569668774bdc2da2298b4568" //Euros
]
-
Version 0.2.0
- DeadLeaves
- 24 Downloads
This will be the last version before 3.10 (excluding potential hotfixes)
- Check for missing properties more. (Adds compat with AQM)
- Enabled quest whitelist by default (Which by default includes all vanilla quests)
- Changed quest whitelist location to be it's own folder. This is to make it easy to enable/disable whitelists from other mods. You might not want to randomize AQM, but maybe you've played a ton of other quests mods before, and want them randomized.
- Add a trader whitelist, letting you decide what traders to randomize and not. This is in addition to all previously mentioned whitelisting stuff.
- XP multiplier for quests. In case you want to have more or less xp from quests. Useful for ensuring the quest progression matches level and trader progression.
- Added first iteration of generated quests. (They're still quite bare-bones, but will be improved upon in the future.)
-
- Added generated weapon quests.
-
- Added generated sniper quests.
-
- Added generated handover quests.
- Fixed bug that made "hard" locations sometimes appear on "easy" quests.
- Added multiple options for compatibility with mods that add new weapons to work with quests. (See
readme.md
for more info)
LOOKING FOR TRANSLATORS. SEE https://crowdin.com/project/spt-questrandomizer
-
Version 0.1.0
- DeadLeaves
- 86 Downloads
- Major rework. Quests are now on a per-profile basis. I have tried to test this as extensively as possible. But consider this even more of a beta than previous releases.
- Add localization for weapon groups. (Uses locale, then en, and lastly the weapon group name string)
- Cleaned up console spam if Debug isn't enabled.
- Unload profiles if they've been inactive for a while.
LOOKING FOR TRANSLATORS. SEE https://crowdin.com/project/spt-questrandomizer
-
Version 0.0.9
- DeadLeaves
- 109 Downloads
LOOKING FOR TRANSLATORS. SEE https://crowdin.com/project/spt-questrandomizer
- Fix issue with quests handover-tasks sometimes not being randomized.
- Show found in raid requirements (oops)
- Safeguard against other mods adding broken items to quests.
-
Version 0.0.8
- DeadLeaves
- 72 Downloads
LOOKING FOR TRANSLATORS. For all Tarkov languages: SEE https://crowdin.com/project/spt-questrandomizer- Massive reworks of behind the scenes. (Quest generation coming soon)
- Remove ZONE requirements for now. (This might have bricked quests in earlier versions, for that I sincerely apologize.)
- Added ratios between scavs/pmcs/any so that quests that convert to other things will have their kill counts adjusted.
-
Version 0.0.7
- DeadLeaves
- 105 Downloads
LOOKING FOR TRANSLATORS. For all Tarkov languages: SEE https://crowdin.com/project/spt-questrandomizer- Added weapon- and mod-category items into the handbook so you can see them in-game.
- Portuguese translation - Many thanks to
SoundBlaster1998
- Chinese translation - Many thanks to
Echo
- Added mod categories, and reworked the whole weapon categories file. You can now add weapon mod categories to other categories. Example adding silencer mod category to AKM-series weapon category.
- Added more weapon and mod-categories to the default config.
-
Version 0.0.6
- DeadLeaves
- 142 Downloads
0.0.6
- Added missing "Bloodhound" to name list.
- Updated RU translation
- Allow parents to be used in the
handoverItemBlacklist
and added "Ammo" parent to that list as a default. - Added ES-MX Translation - Many thanks to ``UralreadyDead`
- Added
chanceHandoverNeedsFIR
property to decide if handover quest items needs to be found in raid. - Added
chanceToEditHandoverCondition
property to decide if we even want to edit handover stuff. - Added
chanceToEditKillConditions
property to decide if we even want to edit kill stuff. - Easy quests now also don't randomize as much for kill quests. (renamed config property to
easierQuestList
) -
- Uses Easier map list
-
- Does not ADD body part requirements
-
- Does not ADD time of day requirements
-
- Does not ADD distance requirements
-
- Does not ADD/EDIT gear requirements
-
- Does not EDIT weapon requirements
- Added chance and config for handover quests requiring from categories rather than individual items.
- Added
chanceToAddHandoverCondition
which is a chance to add a handover condition to quests. - Localization for handover categories. (Working on doing the same for weapon categories.)
-
Version 0.0.5
- DeadLeaves
- 189 Downloads
- Korean Translation - Many thanks to Rising_Star
- Spanish Translation - Many thanks to Strungerman
- Add a list of quests that can't get "harder" maps. Configurable in config.
-
Version 0.0.4h1
- DeadLeaves
- 129 Downloads
Fix whitelist preventing quests from generating when turned off. rofl.
-
Version 0.0.4
- DeadLeaves
- 47 Downloads
- Quest whitelist toggle in config, in case other mods get angy. (Default OFF)
- Fix incompatibility with TRAP Custom Quests (Technically the issue is with their mod. But whatever.)
-
Version 0.0.3
- DeadLeaves
- 39 Downloads
Jaxander
It's been incredible watching the leaps and bounds this mod has taken in such a short time, to the point that it can now fill out hundreds or even thousands of new quests each with randomized tasks and rewards. With the suite of mods you've made I shouldn't be surprised at this point, but it's amazing the changes you've been able to make to this game.
One question for clarification in the weapon categories: "Precision Sniping", for instance, includes "required weapon mods" and lists "Big Silencers AND Bipods AND Raptar". Does this mean one of the listed sniper rifles must have all three of those things to qualify as a "precision sniping" weapon for the quest requirement? I might be misinterpreting it because I'm pretty sure several of the listed guns can't have all of those (namely the mosins). If I have to kill 10 PMCs with "Precision Sniping", is an SV-98 by itself good enough, or does it need all those "required" attachments to qualify at all?
Edit: Ah, it seems that this is exactly the case. Just had to read more of the weaponcategories.jsonc file. Answered my own question, thank you. Will probably remove those mandatory parts for the generated sniper quests, myself.
DeadLeaves Author
Hey, I made it all configurable for a reason. Happy you're enjoying it.
MagCer
Can't load my profile if I delete the old folder prior to installing the new version
DeadLeaves Author
Unfortunatley during the beta period I cannot guarantee that upgrading will work.
You might have to make a new profile.
MagCer
Probably need to wait for 3.10, I couldnt log in after reverting changes due to some sort of bug. My game had some other annoying bugs prior to that anyways so whatever
Yukinoling
I have completed some localization of simplified Chinese, perhaps not very accurate, hoping to help Chinese players.
DeadLeaves Author
Anything is better than nothing. Thank you.
Halolong
So I've noticed that if I load your mod after the custom quest mods, it gives me an error, but once I load your mod first and then the custom quests, there doesn't seem to be a problem.
Also, the quest mod I am using is the Andrudis Questmaniac - Revived
Just an observation, more testing is needed
DeadLeaves Author
QuestManic has missing properties in the quests. Its not like it's technically wrong, but it's a property that's always present on BSG quests so I didnt check if its missing. This will be fixed in the next version.
not that it really makes sense to run quest randomizer ON questmaniac.
Halolong
to be fair I didn't really care about randomizing Questmaniac, I kind of just downloaded it to see what it's like.
Also, it didn't randomize any quests in Questmaniac, not sure what's the cause of that.
I do believe a toggle for custom traders would be nice
DeadLeaves Author
The reason it didnt randomize them is that it loaded after randomizer. (remember, loading randomizer first crashed the server xD)
As for a toggle for custom traders, I could certainly do that. Its a pretty solid idea. What you can already do is use the whitelist, that is shipped by default to only allow vanilla quests to be randomized.
Killer_Tomato
Thank you for the effort, but I think it must be conflicting with something I have loaded. I think the only quest modifiers I have are SVM requirements and S4A, but I'll try again with a fresh install eventually.
hub.sp-tarkov.com/gallery/image/1833/
DeadLeaves Author
Is the only issue that the numbers are off? If so, its def a bug, but far from a game-breaking one.
Kahned
TypeError: Cannot read properties of undefined (reading '_props')
TypeError: Cannot read properties of undefined (reading '_props')
at Questrandomizer.editHandoverItemTask (D:\SPT\user\mods\leaves-questrandomizer\src\mod.ts:386:37)
at Questrandomizer.editQuest (D:\SPT\user\mods\leaves-questrandomizer\src\mod.ts:361:47)
at Questrandomizer.getEditedQuest (D:\SPT\user\mods\leaves-questrandomizer\src\mod.ts:174:44)
at Questrandomizer.postDBLoad (D:\SPT\user\mods\leaves-questrandomizer\src\mod.ts:245:54)
at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:24)
at App.load (C:\snapshot\src\utils\App.ts:51:26)
So I got something like this, no idea what I have done wrong here, is it possible that there will be some mods incompatibilities?
DeadLeaves Author
It is very possible. I would guess whatever quest mod added the quest has an item for handover that is missing properties. I can put in a safeguard against it in the next version. But it is not technically an issue with my mod, but someone who has made a bad item.
Woleson
So is there a way to disable this as of now? Really would like to play with your mod, but have the same issue as posted above and server won't start with it.
Have mods that adds quests to the game (quite a bunch), so maybe there is a way to remove quests that other mods add from altering?
DeadLeaves Author
I'd love to know what mod causes this. If you could message me in either SPT or Fika discord I could give you a test version that should fix it and show what causes it.
DeadLeaves Author
Uploaded a fix.
spagatom
I love the idea. Nice work. Is there a way to separate the kill quest for scavs and pmc. Killing 5 scavs is much easier than killing 5 pmcs? I would like to have fewer pmc kill quest with a lower number while having more scavs kill quest with a higher number.
DeadLeaves Author
It's been a thing I've considered, but never gotten to. It's on the todo list. But I cannot promise when.
the_tubby1
Is there a way to stop these custom names like "Viet-fucking-nam" and "BRRRRT" for kill quests? it gets pretty annoying trying to decipher the naming conventions each time a new quest is added. Otherwise the mods great and really shakes things up.
DeadLeaves Author
Well, they're custom categories. You can remove any categories you don't like in the config files.
there is also the categories folder in the mod folder that has a list of all categories.
HOWEVER, next update will bring the weapon and mod categories (new) into the handbook so you can easily look up any categories fast and painlessly.
the_tubby1
Ah ok, perfect. Looking forward to future updates since it really adds replayability to the game. Thanks!
KillaMeThis
I would like to help with an English -> Portuguese translation
Jaxander
This may be wildly outside the scope of what you intend with this mod, but would it be possible, especially using your established values here and with the Barter Economy mod, to make new quests and then have this formula fill in their details? Like, create 200 new "blank" quests, run this algorithm on them, and have a ton of new stuff to do with generated rewards?
Quests like QuestManiac are long abandoned now, so something like this could fill a huge niche.
I have no idea how complex this would be over just changing existing quests, so I'm speaking from a place of ignorance on this though.
DeadLeaves Author
I actually have this as an internal plan for the future. I just have so many things I want to do. But it is def on the todo list.
fingerinthecave
How does the randomization work? I figured it would reroll everything each profile wipe, but i accidentally re-wiped after starting it up and the requirements on the starter quests are exactly the same as the first.
DeadLeaves Author
I originally really wanted to have it be character bound, but looking into doing that would have rewrite basically the entierty of the server-side handling of quests. So it generates quests on first upstart. If you wanna re-roll them, you have to delete the \user\mods\leaves-questrandomizer\assets\generated folder
DeadLeaves Author
I was wrong, I found a way to do it. Quests are now on a per-profile basis.
subspecies
What a great idea...awesome job mate
UralreadyDead
I would like to help with a latin american spanish translation, if its from english to spanish of course
DeadLeaves Author
I have sent you a DM. Thanks!
Zyeari
Im german and could help with the Translation
Discord: Zyeari
DeadLeaves Author
Do you feel like the current german translation is bad? It's made by a friend of mine who doesn't have a lot of knowledge of tarkov. So it wouldn't surprise me.
Zyeari
i dont play in german... i just saw that you search translator so i just thought im here for you to translate, find typos and/or context typos
DeadLeaves Author
Fair enough. I would certainly appreciate any inputs on languages that I don't speak myself.
Zyeari
im happy and ready to help in my free time just add me on discord and i can look for typos or help to translate
Discord: Zyeari
Sk8rundead
i have a lot of custom traders & they all come with quests with VCQL, if i use this mod with a new profile, no quests are available. only a 1/3 of my custom quests show up. but not all mod quests. and none of the vanilla quests. any ideas?
DeadLeaves Author
No. I will look into this. If you could suggest some trader mods that uses VCQL that cause this issue, I would much appreciate it.
AttilaDuran
Scorpion , Lotus , Viper , Coyote , Mercernary , Yilmaz , Hea Hunter , Priscilu , Red , Legs The Trader , Artom
DeadLeaves Author
So, it causes issues with essentially all VCQL traders? Got it.
DeadLeaves Author
I cannot replicate. Someone who has this issue, feel free to tag me in either SPT or Fika discord so we can discuss the issue. I tried with lotus and everything worked fine.
AcidMC
Sounds cool. If you need RU still, lemme know, I may throw some in the pot.
DeadLeaves Author
I really appreciate the offer. I have a RU translation right now, but if you spot any issues with it, you can feel free to let me know.
AcidMC
A'ight.
Maverick
Oh, shoot! So the RU Translation is almost ready?! Awesome!
DeadLeaves Author
RU translation is done afaik. (Not done by me)
Is it good, is it bad? Who knows. I don't
AcidMC
me neither, if I see anything out of order, I'll let u know.
Nos58
La traduction française n'est pas idéale..
Certains noms d'items ne sont pas traduis correctement et d'autres ne veulent rien dire
DeadLeaves Author
All item names are from the game itself. But if you'd like to see changes etc. I can certainly make changes, but I don't actually speak french myself, so you still have to communicate in english here.
windersvista
Awesome idea, until I got a mission to kill 6 Scavs in the lab.
Looking forward to future updates
DeadLeaves Author
Radiers do technically count as scavs, so its not impossible. But agreed, that might become an issue.
DeadLeaves Author
Added a list of early quests that can't get the "harder" maps.
windersvista
Cool!
Strungerman
I think i can help with the spanish translation if you want.
Skabio
DeadLeaves Author
Sent you a dm. Thanks!
Rising_Star
I can help you out with KR translation! Please let me know if you're still looking for the KR translator.
DeadLeaves Author
Sent you a dm. Thanks!
Foxxee
I'm running a clean save with no other mods or plugins installed with the 0.4 version but I don't seem to see any quests come up? I even went into a raid and relogged into spt to see if it just needed to refresh but nothing still. Am I missing something to do or is this a bug?
KoTRra
Same problem, perhaps some conditions need to be met?
DeadLeaves Author
Ill take a look Maybe I broke something.
DeadLeaves Author
Fixed
Foxxee
Thanks!
AmmoDing
Amazing, great work and thanks for making this, DeadLeaves!
Now all we need is a way to randomize all types of quests...getting sick of running Ground Zero and giving Prapor his pocket watch on a new profile
Maverick
Beautiful mod Idea, looking forward for translations!
Hustleharder
I love u
DeadLeaves Author
I love u too
Dogtag
love from the back aswell