
kirby_422
Joined: Jan 22, 2006
Apparently public enemy number 1?
|
Posted: Mar 20, 2015 12:54 PM
Msg. 3 of 3
When the game engine is set to MP, AI are set to not spawn. There is applications, and cheatengine instructions for switching the game engine between SP and MP, however if you are doing it with custom maps, H2tool strips a bunch of AI data, so you cannot use scripts to target AI, meaning you cannot place them after the game has started in custom maps. And, since they only spawn with the SP engine, and you are trying to do MP, you need it to be in the MP engine to start your game up online. Basically, real AI can't be used in your custom MP maps.
Next path, scripting bipeds up to move however you desire, and spawn their projectiles using effects, since they'll sync in H2. Bipeds themselves will spawn in MP, but you cannot attach legitimate AI to them, since the AI data is damaged by tool (you cannot reference the encounter, henceforth you cannot use ai_attach), so thats why you have to setup your own "AI" using scripts.
|