Anniria Posted July 16, 2010 Share Posted July 16, 2010 Hello, since I got the Zombie Apocolypse mod I've been killing zombies left and right and I've started to wonder how many zombies I've taken out. I would assume that it's a simple scripting thing that would increase a counter and give a message saying that I've killed another zombie. But I also wanted to know how many raiders, ghouls, etc have been killed but not just a, you've killed anotehr creature kind of thing. And maybe an item that will bring up a menu like thing to show me a list of how many of each thing I've killed. I would currently be happy with just knowing how many zombies have been killed until whoever does it can get the whole thing done. Link to comment Share on other sites More sharing options...
Cipscis Posted July 17, 2010 Share Posted July 17, 2010 GetDeadCount would be useful for this, although you have to specify a certain base form in order to use it. If you want to be able to specify a certain criteria instead, then you could use a perk that adds a token to the inventory of each appropriate actor killed by the player, which increments a global variable before removing itself. The perk method will only count actors killed by the player, and will only start counting once the mod is installed. The GetDeadCount method will count all actors killed, and will include actors killed before the mod was installed. Cipscis Link to comment Share on other sites More sharing options...
Theonewhoisodd Posted July 18, 2010 Share Posted July 18, 2010 You mean this one right? http://fallout3nexus.com/downloads/file.php?id=10346 If so I will take a crack at doing this mod for you Link to comment Share on other sites More sharing options...
Anniria Posted July 18, 2010 Author Share Posted July 18, 2010 If you could that would be great. And I'm sorry but that explanation just kind of flew over my head. Link to comment Share on other sites More sharing options...
ecksile Posted July 18, 2010 Share Posted July 18, 2010 Isn't there a stat in your pip boy that tells you all the creatures you've killed? Link to comment Share on other sites More sharing options...
Cipscis Posted July 18, 2010 Share Posted July 18, 2010 Yes there is. Those stats are available via GetPCMiscStat and can be altered via ModPCMiscStat. Some of these stats are controlled via scripts, and some are controlled directly by the game engine. "Creatures Killed" is one of the stats that is updated by the game engine. Cipscis Link to comment Share on other sites More sharing options...
Theonewhoisodd Posted July 19, 2010 Share Posted July 19, 2010 What they want is a counter for Zombies killed not total creatures killed. Done: http://fallout3nexus.com/downloads/file.php?id=13655 Link to comment Share on other sites More sharing options...
ecksile Posted July 19, 2010 Share Posted July 19, 2010 I assumed zombie apocalypse would have replaced all creatures with zombies...my bad Link to comment Share on other sites More sharing options...
Recommended Posts