[Release] Standalone Zombie System [Synchronized]

Yeap selfish as hell.

Are you not capable of reading a message?

If you want to have shitty code with multiple redefening variables in a single thread, do it yourself: remove all these threads & while loops and throw it in a single one. Iā€™m not going to make a PR which may cause more issues than how it is intended to be.

Update: I have updated the script with an efficiency upgrade replacing vDist and combining zombie while loops. Although, I could not combine all while loops as ped density and shooting detection would not work in a single while loop.

2 Likes

on which script of dislaik this is based on?

Zombie outbreak gamemode.

1 Like

oh ok, what about these features:

Random Loot on the map
random Loot from zombies
different types of zombies (normal, Tanks, Runner)

These would be awesome features where i would instantly choose your script without even thinking.

2 Likes

I didnā€™t use the loot/inventory system because it was very minimal and youā€™d have to create your own from scratch but those are some great feature ideas which I might try implement in a future update :slight_smile:

3 Likes

sounds good and maybe its better to have taskgotoentity instead of straighttoentity or not?

image
so then you wouldnt have these zombies who are running against the wall :smiley:

Iā€™m not sure I tried to leave the script as is so no issues after trying to change things.

1 Like

EDIT: Now I think about it, TaskGoToEntity instead of TaskGoStraightToCoord could prevent them from running into walls and find a path around it to the player but Iā€™d have to test it first.

1 Like

yeah i made pull request, so if you want you can check out :slight_smile:

1 Like

I had to change the download link to a forked version of the original repo.

2 Likes

Best Zombie system so far but would like to see a loot dead zombies option.

1 Like

Please redo your PR, I had to change the repo.

1 Like

this is working really awesome, thanks for the hard work.

story time, I run a server that uses AI police, I modified a few things, I changed how the wanted system works, it disableds the wanted system if a player cop jumps online, few other things here and there. I wanted to make the server for all the players not only have to deal with gang vs gang roleplay but also have a common enemy with AI police. I know it might sound stupid, but thatā€™s the good thing about fivem servers we can do anything we want. My player base is small but love the break from the typical cop vs crim stuffā€¦ anyways Im rambling ā€¦ trying to get to a my point.

I tried this on my server and noticed that with the wanted level on, the cops do come to bust a player, but when they are out of range they get out of their cars as zombies. I thought it might have something to do with the relationshipgroups ( could be ) when they be come zombies they are not considered cops any more Iā€™m guessing.

I was wondering/suggesting a way to make the npcs cops friendly towards players. adding additional lines of relationship groups did not seem to work. I have another zombie system thatā€™s similar to yours but its client sideā€¦ in that versions when the cops show up they target players and never the zombies. so the other system does not turn cops in to zombies, but I cannot change their aggression to players off, and yours turns the cops into zombies, I tried messing with both systems and I am not having any luckā€¦ Sorry for rambling, This might be beyond your scope and sprit of the resource. I just wanted to thank you for the hard work and offer some suggestions and input from someone that LOVES dealing with AI and find it so interesting to keep tweaking all the code. have a great day!!

4 Likes

Please @Weponz :heart:

ā€“ Fixed how zombies would get stuck against walls and objects while chasing.

2 Likes

Can we get an option to have zombies only within a zone? Basically the opposite of how it currently works. Also does it alter all peds on the server? If so could there be an option to just affect the ones in said zone?

1 Like

The script alters all peds within 500 metres of the player and turns them into zombies. I guess you can create some code to prevent them spawning anywhere but a specific area but I donā€™t know how well that would work or how it would look.

1 Like