0 of 0

File information

Last updated

Original upload

Created by

physicsgaming

Uploaded by

physicsgaming

Virus scan

Safe to use

Tags for this mod

137 comments

  1. HoomanPlus62
    HoomanPlus62
    • supporter
    • 9 kudos
    Weird bug on the new version, if I load a save with me equipping a gun that supposedly has it's damage changed, the gun I'm equipping will have it's damage changed. The other guns works fine tho
    1. StudiedDuke6844
      StudiedDuke6844
      • premium
      • 2 kudos
      Came here to report the same issue. I have found that if you unequip your gun as soon as you load the save (or before saving) it'll be fine.
  2. TallNSkinnyGuy
    TallNSkinnyGuy
    • premium
    • 0 kudos
    do you use Xamies double barrel shotgun and friends/ with this mod there is a slight bug with the double barrel ( i think it also kinda applies to the base ttw double barrel as well as they both fire both barrels at once, butthe issue is with damage calculation, the damamge should at max end u something like 15*7 (or 15*9) for one singular shell fired at once, but for some reason it goes to like 30*14 (or 30*18) and was wondering if you might have any ideas as to why the damage calculation is effectively being quadrupled cause it should just be like 15*14 (or 15*18) for the damage?
    1. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      The damage is multiplied by the number of rounds consumed, so that would explain what you are seeing.
  3. StudiedDuke6844
    StudiedDuke6844
    • premium
    • 2 kudos
    One of my favorite mods! I see as of September 2023 it works with TTW out of the box, but I don't see a space in the ini for .32. Is it as simple as adding a line "32Caliber=X"?

    Edit: I found it in config\CBD, all good now. Just want to say again this is one of my favorite mods for customizability. 
    1. MitSid
      MitSid
      • member
      • 0 kudos
      I don't see a space for .32, how'd you add it? I'm having trouble getting it to work.
  4. TallNSkinnyGuy
    TallNSkinnyGuy
    • premium
    • 0 kudos
    so for me caliber based dmage doesnt work, ive tried a couple installs, and on imvestigating the console this is what i see

    "invalid expression for paramteer 1. expected path type (got ref).
    [todays date] xnvse failed to precompile script file at data/nvse/user_definedfunctions/cbd/cbdmainfunction.txt"

    if you happen to know of a sulution for this please ;et me know, i have all the prerequisite files required for the mod
    1. TallNSkinnyGuy
      TallNSkinnyGuy
      • premium
      • 0 kudos
      ive still been trying multiple times to get CBD to work, the closest i get is seeing CBD redus Startup in the console, but then it never follows up with how many guns were activated/ wont even change the damage of vanilla guns to the damage specified
    2. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      Strange, I can't reproduce that error. The only advice I can give is to make sure you have the required mods properly installed, and try to do a completely fresh re-install of CBD making sure to completely remove any files from the old installation of it.
    3. TallNSkinnyGuy
      TallNSkinnyGuy
      • premium
      • 0 kudos
      This will sound absolutely insane, but I think I know what broke CBD, it was the persistent object in Tales of New Reno One named Floor, it's known for breaking most script runners LMAO
    4. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      That would do it. There is a JIP function called Floor that this script relies on for some calculations. An object that has an EDID with the same name as a function called by a script runner would absolutely break things because script runners run in the console environment which means they are aware of all EDIDs loaded into the game (plugins are isolated, and are only aware of EDIDs belonging to themselves or other plugins that are marked as dependencies).

      This is actually one of the (many) reasons why some of the xNVSE devs encourage people to not make script runners, there is actually alot of hurdles that new mod developers will not be aware of that are extremely difficult to troubleshoot. In this instance however, it sounds like the developer of Tales of New Reno wasn't aware of the issues that would be caused by using Floor as an EDID or simply didn't care that it would break script runners. In either case, it is typically a good practice to come up with more unique EDIDs because it would still cause an issue if say someone tried to make a patch for their mod and they needed to use the Floor function for something.
  5. BlessingS91
    BlessingS91
    • premium
    • 46 kudos
    All your stuff is amazing thanks so much! One question though, in the previous version there was an ability to add back in a percentage of the base damanage of the weapon. I cant find the setting anymore is it a removed feature. Thanks!
    1. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      That is correct, I dropped that feature as it was a bit confusing for some people, and I figured there was a better way. If you want to customize the damage of a specific gun, simply add the keyword CBDIgnore to that gun and CBD will not process it. The easiest way to set a keyword is using the keywords mod. Then, you can set the damage to whatever you like, either in a plugin using xEdit or in a script runner.
  6. TallNSkinnyGuy
    TallNSkinnyGuy
    • premium
    • 0 kudos
    does the damage update get reflected in the pipboy or does that information stay the same as it is tied to the actual files related to said mod or thing, instead of outputting the damage information from the round chosen for the gun?
    1. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      It should be showing up in the pip-boy like normal.
  7. BlessingS91
    BlessingS91
    • premium
    • 46 kudos
    All your stuff is amazing thanks so much! One question though, in the previous version there was an ability to add back in a percentage of the base damanage of the weapon. I cant find the setting anymore is it a removed feature. Thanks!
  8. HandsomeMan123
    HandsomeMan123
    • member
    • 1 kudos
    I'm using the updated version. It seems to not affect CaliberZL at all. I tried setting the damages of several ammo types to 1 and nothing happens. Vanilla is fine, though. 
  9. solomansenpai1
    solomansenpai1
    • supporter
    • 0 kudos
    is this mod compatible with, vicious wastes or stars ttw?
  10. ypl90
    ypl90
    • member
    • 0 kudos
    can u patch for the latest version of xNVSE? if i use it with xNVSE 6.3.10 all ballistic weapon damages get set to zero
    1. physicsgaming
      physicsgaming
      • premium
      • 94 kudos
      Well I have been meaning to do a full re-write anyway, so an xNVSE update breaking it seemed like a great time to do that. The new version should resolve all issues as it was made using the latest version of xNVSE and co.