#arma3_config
1 messages · Page 148 of 1
tweaking another mod to be properly built and I get this error.
Build failed. Result code=-1073741819
happens when processing
CfgVehicles section of the config.
nvm figured it out, it's trying to recompile a compiled model. Christ to call my shit hacked together is an understatement from the learning process.
I'm making a mod that is supposed to setup all of the custom stuff that my group uses in our missions, and one of the things that we require is to have respawnOnStart = -1; in description.ext. The problem I'm having is that I can't figure out how to replicate this in a mod.
I thought about making an extension that just creates the file, but I don't know how to code in C++ or anything similar very well. I've also tried just putting it in one of the config.cpp files, but it didn't work. I also looked through the Eden Editor command group, but found nothing (although I might have missed something).
Im no expert but I think you can put respawnOnStart = -1 in cfgPatches 👍