Working on a survival horror game, where zombies populate the world and the player must figure out how to survive and continue on.
Right now, I have a town built and a script that randomly generates a set amount of zombies throughout the map each time you enter it. Also, the zombies will shamble around and try to catch up to the player... where they try to touch you to engage in combat (hopefully I can figure out how to work a good ABS so that I can have the players running around and shooting bullets instead of fighting hand to hand)
What I would LIKE... is that the zombies... act like zombies! This includes the random shambling about, but also... so that they don't always just run towards the player. A zombie would be on the other side of a building, and know that a player is that and start his way towards him! Is there a way to script something that would make it so that the enemies will only start to follow the player when they get X spaces from them, or when they "see" them?
Thanks in advance! And if you know about an action game system, something like maybe zelda... idk, where you can walk around and shoot. That would be awesome!
Right now, I have a town built and a script that randomly generates a set amount of zombies throughout the map each time you enter it. Also, the zombies will shamble around and try to catch up to the player... where they try to touch you to engage in combat (hopefully I can figure out how to work a good ABS so that I can have the players running around and shooting bullets instead of fighting hand to hand)
What I would LIKE... is that the zombies... act like zombies! This includes the random shambling about, but also... so that they don't always just run towards the player. A zombie would be on the other side of a building, and know that a player is that and start his way towards him! Is there a way to script something that would make it so that the enemies will only start to follow the player when they get X spaces from them, or when they "see" them?
Thanks in advance! And if you know about an action game system, something like maybe zelda... idk, where you can walk around and shoot. That would be awesome!