[quote=“nomzynomnom, post:3, topic:8962”]I’m just currently using it as my own save file, no intent on making it go into the game.
And since i’m a newbie at this coding business, hope you don’t mind, but where would src/item_factory.cpp be located?[/quote]
Anything in src/ directory refers to game’s sources - ie. the part in C++, not executables or jsons.
Doing changes to that would require you to compile the game to even test it. You’d need to get git, download the sources, get codeblocks, edit sources and compile the game (takes about 2 hours total).
If you don’t know where src/item_factory.cpp is, then you probably didn’t code the function in src/iuse.cpp, meaning there’s no way for the game to know what does “CHAOSMURA_OFF” mean.
Learning how to compile the game can be valuable experience (and isn’t even that hard), but if you don’t want to bother, just wait for the update I mentioned earlier. When it gets in, you’ll be able to mod in flaming no-dachi without having to edit any source files and without compiling anything - just by changing some values in the json.