I did what you said but it didnt work
I got the same error as the guy with the army pants thing but at the startup of the game
heres what my professions file looks like:
[
{
“ident”:“hunter”,
“name”: “Hunter”,
“description”:
“You were on a hunting trip in the woods, going after big game when the cataclysm hit.\nAs it happens, being away from civilization and armed is a good way to survive.”,
“points”: 3,
“items”: [“shotgun_s”, “shot_00”, “pants”, “boots”, “tshirt”, “vest”]
},
{
“ident”:“aron”
“name”:“ARON”
“description”:
“Your a agent of ARON (Agent of Recon Omega Nega) your mission was to find a lab that had technology to stop the infection, your team was kill along with the organization. You are one of the last…/nYou start with basic ARON equipment.”,
“points”: 2,
“items”: [“top_tank”, “pants_cargo”, “boots”, “vest”, “rig_belt”, “coat_trench”, “socks”]
},
{
“ident”: “unemployed”,
“name”: “Unemployed”,
“description”:
“They say you don’t have any ‘useful skills’, but at least your clothes fit\nwell.”,
“points”: 0,
“items”: [“jeans”, “tshirt”, “sneakers”]
},
{
“ident”: “labtech”,
“name”: “Lab Tech”,
“description”:
“It was your first vist to the lab when the cataclysm hit. You were evacuated\nwith all the civilians, but at least you kept your gear.”,
“points”: 1,
“items”: [“shirt_dress”, “pants_dress”, “boots”, “coat_lab”, “gloves_rubber”, “glasses_saftey”]
},
{
“ident”: “mechanic”,
“name”: “Wannabe Mechanic”,
“description”:
“Although you never got your driver’s license, you’ve always loved cars.\nYou start with a wrench, a toolbelt, and some car-related reading material.”,
“points”: 2,
“items”: [“tank_top”, “jeans”, “beltrig”, “wrench”, “mag_cars”, “manual_mechanics”]
},
{
“ident”: “smoker”,
“name”: “Chain Smoker”,
“description”:
“Everyone at work knew you as the person who always had a cigarette or two\nin hand. Now, you’re down to a single pack, and you hope you find more soon.\nYou start out with a strong nicotine addiction, and 10 cigarettes.”,
“points”: -1,
“items”: [“pants”, “dress_shirt”, “dress_shoes”, “cig”]
}
[