The AI Challenge- Completed
-
- Posts: 406
- Joined: Thu Aug 31, 2006 5:14 pm
- Location: Queens
![]() |
Looks awesome, add it to the front page and you will get more views and downloads.

Click here for something you might like
Last edited by xXtR1Xm1Xx on Wed May 2, 1992 3:40 pm; edited 2,500 times in total
- snakejknight
- Posts: 693
- Joined: Sun Jun 04, 2006 1:00 pm
- Location: North Hollywood California
![]() |
![]() |
![]() |
![]() |
Who did you quote there Detox?-DeToX- wrote:Actually... Adding bipds that dont belong in the map breaks SLC for non modders and not fixing SLC for the bipd makes it not slc overall...*Respawning AI script breaks slc, only good for split screen, sorry
Unless that script actually does kill it.
Because I've done tests with respawning AI and it was perfectly SLC.
-----------------------------------
A perfected script? Didn't I post a perfect script a few pages ago?snakejknight wrote:ai respawn scripts are slc beyond a doubt, i've used them many times... there just isn't a perfected script yet... ai isn't that slc though, they slide around and u can only see a few of the animations

And AI is perfectly SLC as far as I've seen, except for a few things such as their colors not syncing, and certain unimportant animations, like the elite playing with his gun and talking when he's bored aren't.
Merged double post. Also, moderators don't control signatures. You should change your signature to say "Admins"
-
- Posts: 406
- Joined: Thu Aug 31, 2006 5:14 pm
- Location: Queens
![]() |
Agent ME your sig doesnt work, now I have nothing to look at. 


Click here for something you might like
Last edited by xXtR1Xm1Xx on Wed May 2, 1992 3:40 pm; edited 2,500 times in total
-
- Posts: 11
- Joined: Wed Sep 06, 2006 4:02 pm
Shotgun fix
Shotgun fix
Create a duplicate of the shotgun, save the shotgun meta from another map, then inject it into the duplicated shotgun. If that don't work, switch the offset to another weapon that isn't used, then change that to shotgun dependencies. And if that doesn't work, Try to Duplicate the rocket and inject the meta into the rocket.All of these have worked for me! 


Re: Shotgun fix
What does that have to do with anything?Devilspuppet wrote:Shotgun fix
Create a duplicate of the shotgun, save the shotgun meta from another map, then inject it into the duplicated shotgun. If that don't work, switch the offset to another weapon that isn't used, then change that to shotgun dependencies. And if that doesn't work, Try to Duplicate the rocket and inject the meta into the rocket.All of these have worked for me!
-
- Posts: 406
- Joined: Thu Aug 31, 2006 5:14 pm
- Location: Queens
![]() |
lol he was talking about this guys problem.^^^^
Chaos0113 wrote:sorry for the shotty, i was hoping it wouldnt happen, but it did, ill get on it right now, sorry for the freeze, dam broken indents
EDIT: ok sadly i had to remove the shotty for freezing problems, i tried to fix it, i fixed all the broken indents and everything looks good, but it still freezes![]()
If anyone can fix the problem that would be great, I mean, whats a zombie game without shottys?Well the updates up, so insted of shotty theres a magnum.

Click here for something you might like
Last edited by xXtR1Xm1Xx on Wed May 2, 1992 3:40 pm; edited 2,500 times in total
-
- Posts: 28
- Joined: Sat Sep 30, 2006 10:32 am
- Location: Connecticut
so....is there ganna be like a lack of talking until the 30? Then theres ganna be like 50 ai mods all posted at the same time? Im sayin this cuz thers only like....i dunno 5-10 mods on this topic but there was like 50 ppl sayin they'd make one......that and no one has said anything in a while i thought i would just tell every1...so...yea...3 days left ppl lets go 

Monkey
- snakejknight
- Posts: 693
- Joined: Sun Jun 04, 2006 1:00 pm
- Location: North Hollywood California
![]() |
![]() |
![]() |
![]() |
I'll take a look to see if u did a perfect ai script, but the most efficiant ones i'ze seen spawn all the ai in one squad every few seconds (or minutes depending on wat u set it) perfect would be u kill one ai character and that particular character comes back only once until u kill it again...Agent ME wrote:A perfected script? Didn't I post a perfect script a few pages ago?snakejknight wrote:t"] ai respawn scripts are slc beyond a doubt, i've used them many times... there just isn't a perfected script yet... ai isn't that slc though, they slide around and u can only see a few of the animationsI'll make a tutorial soon on how to easily compile a script like it using my new compiler and how to inject it.
And AI is perfectly SLC as far as I've seen, except for a few things such as their colors not syncing, and certain unimportant animations, like the elite playing with his gun and talking when he's bored aren't.
ai does not sink perfectly when it moves... they run sideways and u can't see them shoot. take a look at this vid and u'll see wat i mean. also its not just cuz i did a jmad swap. smacktalkers did the same thing and his had zones and the colors only work on system link wich is why there are green and yellow mc's running around in this vid.
heres the VIDEO
All tests I've done with AI you could see them move and shoot fine over system link.
And about my script, that's exactly what it does:
And a better script, one that Hawaiian Modder thought up, just the same, but is a command script, and has "ai_current_squad" for the squads in it. You just make each squad you want to respawn point to the script, and it works great.
Just you'll need to compile the script with my compiler or hand-compile it yourself.

And about my script, that's exactly what it does:
Code: Select all
(script continuous ai_respawn
(begin
(sleep_until (<= (ai_living_count {Squad x}) 0)
(sleep 300)
(ai_place {Squad x})
) )
Just you'll need to compile the script with my compiler or hand-compile it yourself.