Posts by Trenchf00t

    Trenchf00t added a new version:

    Quote

    Fixed a mistake in regards to the containers name and server logging. Now when the mod logs container updates at startup it will use the name set in the config file for easier reading.

    Trenchf00t added a new file:

    Trenchf00t added a new file:

    Trenchf00t added a new version:

    Quote
    • Moved unlock logic to the client, unlocking maps is much more responsive now and should not have any delay
    • Fixed the incompatibility with the bot spawning mod MOAR

    Note: The config file has not changed.

    Trenchf00t added a new version:

    Trenchf00t added a new file:

    Trenchf00t added a new version:

    Quote

    Added support for users who have mods that allow scavs to have armbands. Thats it.

    Trenchf00t added a new file:

    Quote

    I noticed while working on my belt slot mod that scavs couldn't have armbands, and saw that there was just one small code snippet removing them from scavs. So I removed BSGs code removing armbands from scavs, I figured why not.

    Trenchf00t added a new version:

    Quote

    1.0.0 release



    Complete code rewrite. The new implementation fixes all known issues the mod had previously and will work without any configuration or setup from the player. I must thank discord user Searge, which this rewrite is based on his code that he shared with me.

    Known Issue:

    • You must still pick between having either a belt or an armband, you can't have both....yet

    Trenchf00t added a new version:

    Quote

    This release adds the belt slot to the vanilla container priority system. The belt slot now functions identical to the vest slot when it comes to looting and comes second if you have a vest equipped.


    The previous issue involving automatic window priority and the soft incompatibility with quick move to containers mod still exist. Basic instructions for setting up the mod are identical and this new system will only work if you have changed Tarkovs window priority system off of automatic and onto anything else.

    Trenchf00t added a new version:

    Quote
    • Code clean up and optimizations. Thank you WTT discord users for advice and help.
    • Addition of a BepInEx settings menu with several options to configure the mod
    • Adjustable location for the belt slot, now you can choose between above the pockets slot, or below it. Updates dynamically
    • Creation of a very basic window priority system in the hopes that it will work at least as well as BSGs vanilla implementation, must be enabled in the settings menu and also supports a hotkey to enable/disable live
    • Addition of a toggle hotkey to open and close the belt slot. Done in an attempt to increase compatibility with inventory sorting mods.

    Enabling and disabling the belt slot while looting a dead body can cause the slot to not update right away. You have been warned.

    Trenchf00t added a new file:

    Ok, I can't recreate the issue. It very well could be another UI mod. The only one I've done extensive testing with it has been stash search. Not sure how it will interact with UI fixes, I don't think it should have any problems but I don't know. FYI, you an tap the hotkey to close the current window as well like a toggle.

    Hey no problem, not being able to navigate the menu with hotkeys was killing me. I'll look closer at the trader screen. Does this happen every time, or after you've done something like turnin or accept quests maybe?

    I could use some more information. Those keys won't respond if you have a text field focused, I assume you haven't changed the config menu, so they are supposed to open the inventory, traders and so on. You could try pressing escape as that is supposed to remove all focus from text inputs if it gets stuck. Also, if your on the SPT discord I have a thread under mod-development.

    Trenchf00t added a new file:

    Trenchf00t added a new version:

    Quote
    • Now the mod should respect the enableSeason config option in respects to setting the weather. Apparently even though I created the option I didn't create a check in the mod. Thank you Sinful Monsoon from discord for pointing it out to me.