Are you interested in playing a different character than Marcus in SinglePlayer? Here you will learn how it works, but the "look-and-learn" way, not the "Place-this-actor-here" type of way. I do not want to confuse you guys and keep thing simple. So what you'll do here is download a example map, it contains everything you need to get it working properly. Download map here - 240 KB-ish un-cooked.
Very Important note: 1- You should not use the Marcus variable anymore, as you are in fact possessing the "NewCOG" variable, thus you should only use this varible whenever you want to add in the "Marcus" variable. 2- You should replace every spawn points to fit them in your level where you want the players to spawn. To do this, have a pathnode selected in your level, go to kismet, rightclick one of the patnode nodes, "Assign....", yes, the first option. 3- You can not use more than 7 Teammates using the "anti-clonning", you should use "RedShirt" pawn class if you want more. How things work: (Optional read) The selection Random Character Note that, I use a "Actor Factory" instead of the "AI Factory", since the "AI Factory" has only silly PawnClasses for the player to control, things like Hoffman being almost invulnerable while the "Actor Factory" gives you access to the Multiplayer pawns, which is definitively a need for health balance. I only use the "AI Factory" for enemy locusts. One of them is the "Possess Pawn" node I just mentioned earlier. That node is way too useful, the "Marcus" variable is set as the target so the node knows it has to turn "Marcus" into "NewCOG", and smoothly "Destroy" Marcus in the process. After the "Possess Pawn" node, there is a fix aplied to the inventory, since the player had infinite ammo with the primary gear weapon (AI have infinite ammo) I had to create a node that will remove the player inventory, then imidiately give the player new weapons. You don't notice it in-game - it goes so fast. Nor you do notice Marcus was even there. Unless you're on a DinoDell'01 ATM. Random Partner - Anti-cloning system. I could go into more details, if you loved what you've seen and see interests in Kisemet, then go check this link out. |
||