Hey, I've just recently been trying to install the Tutor bot into a WW2 Total Conversion Mod that I found while browsing Gamers.org.
While I understand how to accomplish this, the coding in the WW2 mod is a bit different than the tutor bot explains.
For example, in Client.qc, it tells me, to look for this under the ClientObituary" section: "if (targ.classname == "player")"
and change it to this: if (targ.classname == "player" || targ.classname == "bot")
but nothing of that sort comes up. They must have modified the default. I'll attach the qc files, if anyone wants to have a go at this. It includes the Tutor bots code AND the WW2 Source.
I'm still pretty new to this, and I know it's easy to do, so could someone explain this to me? Thanks!
While I understand how to accomplish this, the coding in the WW2 mod is a bit different than the tutor bot explains.
For example, in Client.qc, it tells me, to look for this under the ClientObituary" section: "if (targ.classname == "player")"
and change it to this: if (targ.classname == "player" || targ.classname == "bot")
but nothing of that sort comes up. They must have modified the default. I'll attach the qc files, if anyone wants to have a go at this. It includes the Tutor bots code AND the WW2 Source.
I'm still pretty new to this, and I know it's easy to do, so could someone explain this to me? Thanks!
Comment