mrbean1112 0 Posted July 6, 2005 Hey guys, head over to http://ofp.gamezone.cz/ and dl my slightly reworked zombies, just thought i would start up a thread for any bugs, comments, etc... Please tell me what u think! this is my first modificication ever released to the community! Share this post Link to post Share on other sites
honchoblack 2 Posted July 6, 2005 how about some screenshots and some text about the changes you made, and which base units you used Share this post Link to post Share on other sites
mrbean1112 0 Posted July 6, 2005 its all at ofp.info, but the zombies moan every once in a while, it is not the same moan either, woman zombies have a different moan the moaning is all random pretty much, but i worked hard to get the timing just right, not too much, but enough. after playing with these, i couldnt go back to the original zombies. Plus! they work in multiplayer, i tested them on a LAn with my freind, it was so freaky walking through the fog and hearing the moans in the distance getting closer.... then you can hear the zombies right next to you... then we have to run, and hold off the onslaught and get killed .... yeah Share this post Link to post Share on other sites
D.murphy man 0 Posted July 6, 2005 Hey man nice zombies, i would use these in my new mission im working on but i presume they are useing new class names. which will require a lot of my scripts being changed. So ill carry on with my mission with the normal zombies at the moment. then maybe release an update later useing yours Mission should be in beta soon, already done one of the several missions. Progress been slow lately on the fact that ive just got Rome:total war Share this post Link to post Share on other sites
sig limitedz 0 Posted July 6, 2005 yo mrbean! great zombies man! just one question, i cant get them to attack a whole side, ive read the readme and the gblalltargets = thislist doesnt work, they just stand there moaning. lol how do i get it to work? Share this post Link to post Share on other sites
mrbean1112 0 Posted July 6, 2005 ok, make a trigger, and in the size, make it like 99999999 on both axis's. now lets say you want to put in a man on the west side.... make it present, west, once copy this in your on activation field of the TRIGGER gblalltargets = thislist   that exactly, try it again, and if it still doesnt work, tell me. of course, remember to put in the game logic scripts as well.... medium game, hard game, easy game, etc.... Share this post Link to post Share on other sites
Commando84 0 Posted July 6, 2005 The Zombies are great! They got one small feature i always wanted the other zombies to have zombie missions are much more scarier now! Share this post Link to post Share on other sites
Itseme 0 Posted July 7, 2005 I read somewhere this setfog command can be used to make things foggy, where do i have to put it and how? Tested these and i liked even that iam usually not a fan of this kind of stuff. Share this post Link to post Share on other sites
D.murphy man 0 Posted July 7, 2005 Time setfog thickness Replace 'Time' with a number of seconds you wish it to take for the fog to set in. Replace 'Thickness' with a number from 0 to 1. 0 being no fog, 1 being maximum fog and 0.5 being somewhere inbetween. For example: 10 setfog 0.8 this will set the fog thickness to 0.8 within 10 seconds. You can place this line of code any where you like, activated by a trigger, in a Init.sqs, or just simply in the Init line of a unit on the map. Share this post Link to post Share on other sites
CAPAIRMAN 0 Posted July 7, 2005 Nice zombies. I needed something like this to make them seem a little more normal. Now if you can just fix the .9 dammaged civilian textures by replacing them with dead flesh textures youll have the unstoppable zombie. sig limitedz: Nice pic. brotherhood of nod 4ever! Share this post Link to post Share on other sites
mrbean1112 0 Posted July 10, 2005 Thanks for all your comments guys, now are there any more questions or anything??? Share this post Link to post Share on other sites
Commando84 0 Posted July 10, 2005 yeah one.. whats the class names of all the zombies? i would like to have that so i can put it in spawn scripts instead of having 6 groups of zombies lagging down my comp from the start i think it would be cool to walk around in some foggy town and suddenly you hear the moans and stuff and they come right at you from around the corner or something Share this post Link to post Share on other sites
mrbean1112 0 Posted July 11, 2005 im pretty sure the classnames are z_1, to z_12, then z_woman1-z_woman6.... if that doesnt work, tell me and i will check again. oh here is a simple respawning script. #start ~50 "z_1" createunit [getpos die1,ja,"BOBst=this"] "z_woman4" createunit [getpos die3,jast,"BOBst=this"] "z_7" createunit [getpos die2,jasts,"BOBst=this"] "z_4" createunit [getpos die1,ja,"BOBst=this"] "z_woman1" createunit [getpos die3,jast,"BOBst=this"] "z_6" createunit [getpos die2,jasts,"BOBst=this"] goto "start" all you need to do is create 3 zombies off on some random island where they wont attack or anything, each one in a different group, the groups have to be ja,jasts, you can redo these anyway u want, i used this script in one of my coop missions with my freind, it works very well on even a 900mhz processor.. Yeah.... any more questions? Share this post Link to post Share on other sites
Commando84 0 Posted July 12, 2005 thx for the help but what do you mean with ja, jasts? Share this post Link to post Share on other sites
mrbean1112 0 Posted July 12, 2005 those are just the group names lol, i started with j originally, then every twelve i added an a, then an s, then a t, then an s, etc     Share this post Link to post Share on other sites