• Register

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 301)
Tosox
Tosox - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (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 - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (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 - - 302 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 - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (35 Mods)

I am unsure because the author seems to be still active

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

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

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

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

Good karma+2 votes
Tosox
Tosox - - 302 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 - - 302 comments @ Autocomplete Tasks v2.1.4

Nope, it doesn't remove stash coordinates as rewards

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

Не за что)

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

Hahaha thanks :)

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

See my reply above

Good karma+1 vote
Tosox
Tosox - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (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 - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (35 Mods)

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

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

It's probably best you ask the author himself

Good karma+1 vote
Tosox
Tosox - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (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 - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (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 - - 302 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
Tosox
Tosox - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (35 Mods)

I don't think it quite fits into this addon, sorry :/

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

Thanks, I'll check it out :)

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

It's a standalone, so you don't need the original version ;)

Good karma+1 vote
Tosox
Tosox - - 302 comments @ NPC Wound Tweak

Yeah. This addon only adds scripts and not shaders and is therefore available for all DX versions.

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

No problem)

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

What is the name of that task?

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

Ah man sorry, maybe I rushed the release to fast. I won't be able to fix it this week, but I hope to fix it next week

Good karma+2 votes
Tosox
Tosox - - 302 comments @ [DLTX] Activated Charcoal v1.6.0

If I remember correctly FDDA is only a soft requirement, so you don't need to use it if you don't want to :)

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

Yup. Always delete the old files first before installing a new version.

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

You should always delete all files of previous versions of any add-on before updating, because it can both break something and leave junk files which aren't in use anymore.

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

So, took me a while because I was quite busy (and actually still am, but oh well) and because both tasks caused issues when getting forcefully completed, but I did it :p

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

v2.1.3:
- Added support for Hostage Tasks
- Added support for Spy Extraction Tasks

v2.1.4:
- Fixed the item compensation feature (sorry for the long wait guys)

Good karma+3 votes
Tosox
Tosox - - 302 comments @ Tosox Mini Mods Repo v2024.04.22 (35 Mods)

- start/stop engine: detector key
- headlights: headlamp key
- handbrake: space
- BTR:
- unlock gun: alternate fire key
- fire gun: shoot key

Good karma+2 votes