Posts by FlipFlop

    Hello there! First of, this mod is one of the best, really gives that "open world" feel with the travelling! so thank you.

    I came across an issue when i edited the config file so that post raid healing would be turned off. so far i have tested it on 3.7.3 and 3.7.4 with and without other mods, but it appears to be an issue in the mod itself. upon staring the server it gives the following error message when post raid healing is disabled:


    TypeError: Cannot read properties of undefined (reading 'base')

    TypeError: Cannot read properties of undefined (reading 'base')

    at InitUtils.setMedics (A:\SPT AKi 3.7.3\user\mods\Traveler\src\init-utils.ts:64:37)

    at Mod.postDBLoad (A:\SPT AKi 3.7.3\user\mods\Traveler\src\mod.ts:89:14)

    at PostDBModLoader.executeMods (C:\snapshot\project\src\loaders\PostDBModLoader.ts:72:45)

    at PostDBModLoader.onLoad (C:\snapshot\project\src\loaders\PostDBModLoader.ts:26:13)

    at App.load (C:\snapshot\project\src\utils\App.ts:56:13)

    TypeError: Cannot read properties of undefined (reading 'base')

    TypeError: Cannot read properties of undefined (reading 'base')

    at InitUtils.setMedics (A:\SPT AKi 3.7.3\user\mods\Traveler\src\init-utils.ts:64:37)

    at Mod.postDBLoad (A:\SPT AKi 3.7.3\user\mods\Traveler\src\mod.ts:89:14)

    at PostDBModLoader.executeMods (C:\snapshot\project\src\loaders\PostDBModLoader.ts:72:45)

    at PostDBModLoader.onLoad (C:\snapshot\project\src\loaders\PostDBModLoader.ts:26:13)

    at App.load (C:\snapshot\project\src\utils\App.ts:56:13)


    I'm not very good at coding, just some minor basics with the help of gpt, so i was really hoping you would know how to resolve this or whats causing it.

    Thanks for your help in advance^^

    Hello there :)

    first of I really like your gear and weapon mod

    I just have a small question.. I tried making the belts size in the stash from 3x2 to 2x1, which I was able to do in your script, but now the preview model is out of bounds(as in the picture), so I was wondering if there was an easy way to edit the preview layout for the items

    any help is greatly appreciated

    awesome, it works now

    i did add the slots via a function that checks wether the armor has armorZones for Stomach or Arms, and gives them the respective slots for the plates to add in. nice thing now is that apart from legs, armors and rigs only get plates for the zones that they protect anyways.

    thanks again

    so now i made sure fins ai mod is last in the load order and now i get these error messages, any idea what might be causing them? (just a small part of it... basically goes through all armors with that error message

    ok ok, I think I didn't explain well enough, at lines 84 and 93 i added

    Code
    if (items[x]._props.armorZone.includes("Stomach") == true) {
                                alib.carrierAddSlotLegs(x);
                            }
                            if (items[x]._props.armorZone.includes("LeftArm" || "RightArm") == true) {
                                alib.carrierAddSlotArms(x);
                            };

    this makes it so that all armors that protect either arms or stomach will get plate slots for arms and legs.

    then further down,

    I want to add the plates to the specific armors, so that in-game, when I kill NPCs and loot them, they will have armorplates in the slots. so far they don't have them, meaning they are wearing carriers with basically no armor, I tried doing it like this

    if you want I can dm you the script on discord, then u could take a look if you wanted

    so , i have a little bit of a problem, and i also hope this is the right place to ask this.


    in your armor and plates script, i added a couple of things to add leg slots and arm slots to all carriers and wanted to add the plates so that when i encounter NPCs they would also have plates in the carriers that they are wearing, but it just doesnt work at all...

    so this part in the script i added after the armors and rigs are turned into carriers but it just doesnt work...

    dunno maybe you can figure something out how to make it work. and sorry if this is the wrong place for this problem (pls dont ban :))

    help is greatly appreciated! and also thanks for the amazing mod^^