Ai tweaking

Joined
Jul 23, 2003
Messages
2,245
Reaction score
5
I don't really know jack squat about modding. However, i would like to know if there is anything i can do to make the combine characters throw more nades more often, shoot more accurately, and possibly respond to events faster
 
I don't imagine there'll be anything 'simple' for someone who's unfamilar to coding.
 
Well, in my infinite wisdom, I'd recommend getting some basic coding knowledge, then playing with the scripts in the SDK. That won't get you too far on it's own, but it should be a spring board to get you into more advanced stuff

I doubt you could make them respond faster and think brighter without a lot of work though
 
It's deeper than the scripts. Although, the frequency that they throw grenades can be made higher by making them ignore whether an ally is going to get damaged by the bomb, and generally adding fudges to the code to tell them "Don't shoot your gun, throw a bomb!"

Accuracy is changing one number (well, a vector) in the code.

-Angry Lawyer
 
Back
Top