Results 1 to 5 of 5

Thread: Zombie Mod

  1. #1
    Does anybody know how to get the zombie mod to work. I started the mission editor, created the game logic, put in a few zombie but they all just stand still. Whats the problem???

  2. #2
    When you use this pack http://ofp.gamepark.cz/index.php?showthis=10283
    take a look here
    http://www.flashpoint1985.com/cgi-bin....04;st=0

    Or do you use this pack http://ofp.gamepark.cz/index.php?showthis=9545
    than follow the readme but I think you must just put the pbo in your addons folder and it works

  3. #3
    I got the "UNIFIED ZOMBIE ADDON BETA 3 SERVICE PACK 1A RELEASE" of the zombie pack. this that on a problem???[/U]

  4. #4
    you need to get Horror Pack 3, that is the latest version, search for it on http://ofp.gampark.cz/




  5. #5
    Hallo thaar.
    Zombie mod, you need to define gblalltargets.

    It's pretty simple if you want to use it pretty simply. Just type;
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">gblalltargets = &#91;player&#93;[/QUOTE]
    into the init line of the game logic.

    You can make it a bit more advanced for group play, just use;
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">gblalltargets = &#91;player&#93; + units &#40;group player&#41;[/QUOTE]
    to get the zombies to go after you and your squad.

    These are basic version for basic missions of course. You can make them a lot more complex.

    ie;
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">gblalltargets = &#91;man1&#93; + &#91;Man2&#93; + &#91;Man3&#93; + units &#40;group1&#41; + units &#40;group2&#41;[/QUOTE]
    (big thing to remeber, is that you have to define at least one single unit before defining groups, "gblalltargets = units (group1)" won&#39;t work. I don&#39;t know why, you just have to do it this way, use either "player" or put a dummy unit in which is setdamaged 1 at the start.)

    If you download HP3 there&#39;s two prefab game logics you can just plonk in your mission to get zombies to attack the player and the player and his group.


    EDIT: Fixed my terrible coding...




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •