Hi.
Im working on a no BIONICS or CBM mod and I have all of them blacklisted. Also I would like to blacklist the bionics classes as well. Anything with a CBM I want gone. Forum search and a semi quick look through the Mods, i didnt see anything that resembled a ban on classes.
So, How do I remove Bionic snipers, patients, thiefs from the Professions tab?
Here is a sneak peek at what I’ve got right now. I’m assuming I will have to make a whole new file to ban Classes? Not sure where to begin.
Any help is appreciated, Thank you!
[
{
“type”: “MOD_INFO”,
“mod-type”: “SUPPLEMENTAL”,
“ident”: “No_Bionics”,
“name”: “No Bionics”,
“author”: “BrackDiesel”,
“description”: “Removes all types of Bionics, CBM enhancements and professions.”,
“category”: “item_exclude”,
“path”: “modinfo.json”
},{
“type”: “ITEM_BLACKLIST”,
“items”: [
“bio_ads”,
“bio_ups”,
“bio_alarm”,
“bio_armor_arms”,
“bio_armor_eyes”,
“bio_armor_head”,
“bio_armor_legs”,
“bio_armor_torso”,
“bio_batteries”,
“bio_cable”,
“bio_blaster”,
“bio_blood_anal”,
“bio_blood_filter”,
“bio_carbon”,
“bio_chain_lightning”,
“bio_claws”,
“bio_blade”,
“bio_cqb”,
“bio_climate”,
“bio_cloak”,
“bio_dex_enhancer”,
“bio_digestion”,
“bio_ears”,
“bio_emp”,
“bio_ethanol”,
“bio_evap”,
“bio_eye_enhancer”,
“bio_face_mask”,
“bio_fingerhack”,
“bio_flashbang”,
“bio_flashlight”,
“bio_furnace”,
“bio_reactor”,
“bio_reactor_upgrade”,
“bio_plut_filter”,
“bio_advreactor”,
“bio_geiger”,
“bio_adrenaline”,
“bio_gills”,
“bio_ground_sonar”,
“bio_heat_absorb”,
“bio_heatsink”,
“bio_hydraulics”,
“bio_infrared”,
“bio_int_enhancer”,
“bio_speed”,
“bio_faraday”,
“bio_laser”,
“bio_lighter”,
“bio_lockpick”,
“bio_magnet”,
“bio_membrane”,
“bio_memory”,
“bio_metabolics”,
“bio_nanobots”,
“bio_night”,
“bio_night_vision”,
“bio_ods”,
“bio_painkiller”,
“bio_power_armor_interface”,
“bio_power_armor_interface_mkII”,
“bio_power_storage”,
“bio_power_storage_mkII”,
“bio_watch”,
“bio_probability_travel”,
“bio_purifier”,
“bio_radscrubber”,
“bio_railgun”,
“bio_razors”,
“bio_recycler”,
“bio_resonator”,
“bio_scent_mask”,
“bio_scent_vision”,
“bio_shock”,
“bio_shockwave”,
“bio_solar”,
“bio_storage”,
“bio_leukocyte”,
“bio_str_enhancer”,
“bio_sunglasses”,
“bio_eye_optic”,
“bio_targeting”,
“bio_teleport”,
“bio_time_freeze”,
“bio_tools”,
“bio_torsionratchet”,
“bio_uncanny_dodge”,
“bio_water_extractor”,
“bio_meteorologist”,
“bio_remote”
]
}
]