Nyn added a new file:
QuoteDisplay More
Welcome to Tarkov - Randomized Edition!
Dive into the unpredictable chaos of Tarkov like never before with the completely rebuilt Tarkov Randomizer mod. Transform your Escape from Tarkov experience with this unique mod that randomizes stats, models, and more for a fresh and exhilarating gameplay adventure.
Key Features:
- Dynamic Randomization: Nearly every aspect of the game, from weapon stats to item models, has been subject to randomization, ensuring a unique experience each time you adjust the seed.
- Customizable Seeds: Adjust the seed in the
mod.ts
file to generate a unique Tarkov journey. Share seeds with friends for a shared randomized adventure.- Fully Functional (Most of the time): Enjoy full compatibility with bots and quests. Although rare, game crashes at startup or during loading can be resolved by selecting a different seed.
Installation & Uninstallation:
- Easy Installation: Follow the standard mod installation process. In the end it should look like this
tarkovfolder/user/mods/randomizer/src/mod.ts
.- Simple Uninstallation: Remove the mod and clear your appdata folder to delete cached images. C:\Users\username\AppData\Local\Temp\Battlestate Games\EscapeFromTarkov
Recommended Companion Mod:
- SilverBullet by SiulSC: Enhances your gameplay experience. Find it here: SilverBullet I ONLY PLAY WITH THIS. IF YOU HAVE ISSUES - USE THIS MOD!
Deep Dive into Customization: For enthusiasts who love tweaking settings, the mod offers numerous configurable options:
- RNG_SEED: This is the RNG Seed - feel free to change this to any number for a different experience. You might not even need to wipe your profile!
- CARTRIDGE_MULTIPLIER_MAX: This is the maximum possible multiplier for how much ammo can be in a magazine.
- VALUE_RANGE_MIN: This is the smallest amount that it can multiply something
- DIFFERENT_FOLDERS_ALLOW: The randomizer for the models works by checking how many folders are different in the prefab path. This defaults to 1 - but if you'd like to have crazier exchanges - set it higher.
- ALLOW_MOD_RANDOMIZATION: This determines if modifications to weapons, can be exchanged with different modification types. For example a charging handle for a magazine or pistol grip.
- ALLOW_EVERYTHING_WITH_EVERYTHING: This allows you to put everything into every slot. This is extremely unstable, will cause the bots to not work, and causes the game to load much longer. I cannot deny though that its super fun.
Enjoy a New Dimension of Tarkov: Every session brings new surprises and challenges. Share your most bizarre or exciting finds with the community, and immerse yourself in the ever-changing world of Tarkov - Randomized Edition!
--Changelogs--
Changelogs are presented by Vladimir Hunchbakovski (Their images got deleted by the admins from the looks of it, or Discord - no clue why, wasn't contacted about it. I will keep them here as a remnant)
v0.1.0:
- I just rewrote the goddamn thing from the ground up. It now uses mostly the prefab path and parents to ensure a relatively stable RNG experience.
v0.0.4:
- added the option to mix and match most attachments when the option everythingwitheveryting is on true.
- some smaller code changes
v0.0.3:
- Better code
- added back sillymode
- added the ability to shuffle all text fields
- faster code
- progress bar
- less object reference errors
- more stable game
v0.0.2:
- Worse code
- More stability
(Added the ability to exchange over 2 parents, not just 1 - only on whitelisted entities. The code is bad, but makes prototyping easy.)
v0.0.1:
- Initial release
Technical Explanation:
I just switch fields of items with the same parents, with a few additional safechecks to ensure it only affects items and nodes are kept as is.
Note: The commercial part in the picture is a joke, I have no interest of selling any commercial space.