GithubHelp home page GithubHelp logo

lones-tech-and-weapons-mod's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @thelonestander
  • ๐Ÿ‘€ Iโ€™m interested in learning how to code c++
  • ๐ŸŒฑ Iโ€™m currently learning all of it
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Cataclysm BN
  • ๐Ÿ“ซ How to reach me discord #0270

lones-tech-and-weapons-mod's People

Contributors

kheirferrum avatar scarf005 avatar thelonestander avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lones-tech-and-weapons-mod's Issues

Lockpick error

Catch some lockpick error in new BN update

DEBUG : (json-error)
Json error: D:/Catapult/bn/userdata/mods/Lones-Tech-and-Weapons-mod-main/Tools/electronics.json:245:56: Invalid or misplaced field name "pick_quality" in JSON data

"color": "light_gray",
"qualities": [ [ "LOCKPICK", 12 ] ],
"use_action": { "type": "picklock", "pick_quality":
                                                   ^
                                                    12 }

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 125
VERSION : BN 0.4

Monster Feed Changes

A recent patch has changed how taming monsters works, so now the catfood flag no longer is valid.

Atomic Thermal Clothing Can't Turn Off

There's a bug involving atomic thermal clothing, namely that they can't turn off; they require at least 1 charge to turn off, but, being atomic items, they have infinitely zero charge, and thus you can turn them on, but not off.

Advanced MicroReactor needs update.

The Advanced MicroReactor was changed at some point, and this mod now breaks it as a result.
It's preventing fueling the reactor.

After some more time ingame, it seems more needs to be updating in this mod. As the Radiation Scrubber has also been reworked.

Atomic Soldering Iron Can't Disassemble

The atomic soldering iron doesn't disassemble items- you can use it to repair things just fine, but attempting to use it to disassemble anything simply tells you that you need more charges.

Multiple JSON Errors

There's several errors in the latest version. Here's the list:

DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Electronic tools/electronics.json:29:21: Invalid or misplaced field name "revert_to" in JSON data

    "msg": "You activate the flashlight app.",
    "active": true,
    "revert_to":
                ^
                 "wearable_smart_phone",
    "need_charges": 5,
    "need_charges_msg": "The smartphone's charge is too low.",

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Itemgroups/collections_trades.json:8:20: Invalid or misplaced field name "distribution" in JSON data

"//2": "often spawns a box to hold everything, sometimes a plastic sheet to cover it, and then some stuff in the box.",
"subtype": "collection",
"distribution":
               ^
                [ { "item": "imalentms18", "prob": 3 } ]

}
]

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:97:15: Invalid or misplaced field name "entries" in JSON data

"id": "rare",
"//": "Items that should have very low frequencies and or few locations.",
"entries":
          ^
           [
  { "item": "translocator", "prob": 5 },
  { "item": "portable_translocator_gate", "prob": 10 },

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:107:15: Invalid or misplaced field name "entries" in JSON data

"id": "nanofab_recipes",
"//": "Very rare high level loot. This list doesn't spawn anywhere directly, it is used to create the recipes inside nanofabricator templates. ",
"entries":
          ^
           [ { "item": "translocator", "prob": 5 }, { "item": "portable_translocator_gate", "prob": 10 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:112:15: Invalid or misplaced field name "entries" in JSON data

"type": "item_group",
"id": "science",
"entries":
          ^
           [ { "item": "translocator", "prob": 1 }, { "item": "portable_translocator_gate", "prob": 2 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:117:15: Invalid or misplaced field name "entries" in JSON data

"type": "item_group",
"id": "teleport",
"entries":
          ^
           [ { "group": "translocator_spawn", "prob": 5 }, { "item": "portable_translocator_gate", "prob": 20 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Melee weapons/misc.json:121:57: Invalid or misplaced field name "str_p" in JSON data

"copy-from": "electro_chainwhip",
"type": "TOOL",
"name": { "str": "Electro Chain Whip (on)", "str_p":
                                                    ^
                                                     "Electro Chain Whips (on)" },
"description": "A long slightly rusty chain usable as a whip.  This one has a series of wires and connectors to it, and a place for a battery at the hilt.  It's currently on, arcing with electricity that wi

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Melee weapons/misc.json:298:50: Invalid or misplaced field name "str_p" in JSON data

"type": "TOOL",
"category": "weapons",
"name": { "str": "Chain sword (on)", "str_p":
                                             ^
                                              "Chain swords (on)" },
"description": "The chainsaw blades are on and are hungry!",
"looks_like": "longsword",

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Melee weapons/misc.json:494:56: Invalid or misplaced field name "str_p" in JSON data

"type": "TOOL",
"category": "weapons",
"name": { "str": "Electro longsword (on)", "str_p":
                                                   ^
                                                    "Electro longsword (on)" },
"description": "You feel the electricity hum through the blade.",
"looks_like": "longsword",

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Recipes/bashing.json:31:22: Invalid or misplaced field name "activity_level" in JSON data

"result": "dual_knife_trench",
"type": "recipe",
"activity_level":
                 ^
                  "NO_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_CUTTING",

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Guns-Bows/Bows/crossbows.json:25:19: Invalid or misplaced field name "max_charges" in JSON data

"range": 12,
"dispersion": 500,
"max_charges":
              ^
               10,
"recoil": 30,
"durability": 6,

DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:97:15: Invalid or misplaced field name "entries" in JSON data

"id": "rare",
"//": "Items that should have very low frequencies and or few locations.",
"entries":
          ^
           [
  { "item": "translocator", "prob": 5 },
  { "item": "portable_translocator_gate", "prob": 10 },

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc

DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:107:15: Invalid or misplaced field name "entries" in JSON data

"id": "nanofab_recipes",
"//": "Very rare high level loot. This list doesn't spawn anywhere directly, it is used to create the recipes inside nanofabricator templates. ",
"entries":
          ^
           [ { "item": "translocator", "prob": 5 }, { "item": "portable_translocator_gate", "prob": 10 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:112:15: Invalid or misplaced field name "entries" in JSON data

"type": "item_group",
"id": "science",
"entries":
          ^
           [ { "item": "translocator", "prob": 1 }, { "item": "portable_translocator_gate", "prob": 2 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Lones-Tech-and-Weapons-mod/Lones Translocator gates/gates.json:117:15: Invalid or misplaced field name "entries" in JSON data

"type": "item_group",
"id": "teleport",
"entries":
          ^
           [ { "group": "translocator_spawn", "prob": 5 }, { "item": "portable_translocator_gate", "prob": 20 } ]

},
{

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


DEBUG : (json-error)
Json error: ./mods/Expansion_Tefnut/items/vehicle_parts/fridge_item.json:16:18: Invalid or misplaced field name "insulation" in JSON data

"category": "veh_parts",
"price": "400 USD",
"insulation":
             ^
              4

}
]

FUNCTION : report_unvisited
FILE : D:\a\Cataclysm-BN\Cataclysm-BN\src\json.cpp
LINE : 124
VERSION : BN 0b44cbc


Guns need subcategory to be mod-able

Almost all LonesTech weapons are missing subcategory, and I suspect that's why they are not mod-able with vanilla or other mod-added weapon mods.

Example ArchFlash Gun:
image

Has category gun, uses rifle skill, has grip and underbarrel mount. I assume it's a rifle then.

A mod:
image

is for a rifle, is for a grip mount.

image
Can't be added to ArchFlash Gun. I suspect, because Archflash Rifle missing the subcategory: Rifle.

Example from a vanilla gun:
image

Melee Weapons need categories

Example (edited and added by me) dual trench knife:

image

Why? So the weapons are recognized in martial arts. Without that, the dual trench knife would not be useable with Krav Maga or Silat.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.