Hello there, stranger. You can call me Tosox. When talking about S.T.A.L.K.E.R. modding I love to create small QoL add-ons.

Comment History  (0 - 30 of 313)
Tosox
Tosox - - 313 comments @ [MODDED EXES] Gotta Go Fast Extended v1.3.1

You need to install Gotta go fast and after that Gotta go fast extended. You dont need to install Gotta go slow since it is already included in Gotta go fast extended.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Enjoy Cigarettes v1.1.1

Hmm, did you make sure to install it correctly? Maybe this could be also the cause of an incompatibility with another addon. Which other addons did you install which might change cigarettes or its animations? Like FDDA Enhanced etc.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Boomsticks and Sharpsticks

Increase texture detail to 3/4 or 4/4, or enter texture_lod 0 in the in-game console, and then restart the game.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Enjoy Cigarettes v1.1.1

The ModuleConfig.xml is located in the fomod folder which is only relevant for the installation of the addon with Mod Organizer 2. You don't need to install the fomod folder if you use JSGME or no Mod Organizer at all. Also your game shouldn't crash if there is something wrong with this file. I also really recommend that you start using MO2 because it makes playing with mods so much easier.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Activated Charcoal v1.6.1

Can you DM me the whole crashlog via Discord or ModDB?

Btw for others reading this, it was solved with update 1.6.1

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

I believe so, but I was unable to replicate the crash

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Faster sprint

Yeah sorry about that weird comment of mine. But I would still really recommend that you use MCM.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Yeah, these little addons are mostly just little scripts, they won't break your saves

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Btw, there are more infos about this crash now. Check out my discussion with BlackPiligrim below

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Well, if you have 'mbo_arena_pe_patch.script' attempting to call 'item_exo_device' then you have the powered exos patch installed. I get a crash after exiting the arena which is due to MBo Arena not giving the items back but I am working on a fix for that.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Incorrectly as in he installed the Powered Exos patch but not the Powered Exos addon

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Faster sprint

This genuinely sounds like a skill issue. MCM more like *helps* with all the keybinds. And this here also helps if you are in doubt: https://www.moddb.com/mods/stalker-anomaly/addons/mcm-key-wrapper

Good karma-2 votes
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Do you play with Outfit Animations and the moveeffects addon? Someone posted a similar error in the comments of the Outfit Animations addon. He got an answer from the author who provided a patch for these two addons: Drive.google.com

I also read that you should just try to update Outfit Animations if you haven't already

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Yeah, the items not being on the player after reloading the save is actually a bug I need to fix.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Can you tell me exactly how I can replicate the bug? Because I've been trying various things but I am unable to replicate it.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Autocomplete Tasks v2.1.4

Well, you can always add tasks to the blacklist. But it sounds that you are searching for this addon: Moddb.com

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

I am unsure because the author seems to be still active

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Items dont stack

So, I edited the code in the comment. Now it should work.

Good karma+2 votes
Tosox
Tosox - - 313 comments @ Items dont stack

Ah wait no, I am retarded, that's wrong code. Give me a sec

Good karma+2 votes
Tosox
Tosox - - 313 comments @ Items dont stack

You can probably also just monkey match the FindSimilar function like this (no need to overwrite the original script anymore):
utils_ui_UICellContainer_FindSimilar = utils_ui.UICellContainer.FindSimilar
utils_ui.UICellContainer.FindSimilar = function(self, obj, sec)
if (not sec) or (stackable_items[sec]) then
return false
end
return utils_ui_UICellContainer_FindSimilar(self, obj, sec)
end

Btw, I would also recommend to just remove the "local" keyword from the whitelist in case modders want to access it.

Good karma+2 votes
Tosox
Tosox - - 313 comments @ Autocomplete Tasks v2.1.4

Nope, it doesn't remove stash coordinates as rewards

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Activated Charcoal v1.6.1

Не за что)

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Activated Charcoal v1.6.1

Hahaha thanks :)

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

See my reply above

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

These errors have nothing to do with "Auto Equip Gear". You just installed "MBo Arena Rebalance" incorrectly.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Nothing special, just a little hotfix. The changlog is in the first comment ;)

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

It's probably best you ask the author himself

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

There isn't since it is probably regulated by the engine. All I can do is change up the values a bit.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ Tosox Mini Mods Repo v2024.05.28 (35 Mods)

Hover over the option to see the description. It transfers the weapon to the inventory if the addon "Weapon drop on bodies" is installed. Otherwise it makes the NPC drop the weapon.

Good karma+1 vote
Tosox
Tosox - - 313 comments @ [DLTX] Enjoy Cigarettes v1.1.1

I planned on adding this for cigars, tobacco etc. but I need to finish another project first

Good karma+2 votes