Forum

> > CS2D > Scripts > remove bot moving
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch remove bot moving

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt remove bot moving

dragon_soldier12
User Off Offline

Zitieren
hello peeps, Im currently making a new mod for CS2D
and got some bot following script but problem here is. how do i remove the script from AI file the makes the bot move and automatically anoyingly roam around.




if theres any problem trying to understand what im trying to say. just comment, i will say it more detailed

alt Re: remove bot moving

KiRa_3
User Off Offline

Zitieren
In the cs2d folder there is a
• SYS folder
• GFX folder
• SFX folder
• BOT folder

and others, you can remove the things inside the BOT folder, but I'm not sure if they stop moving.

alt Re: remove bot moving

dragon_soldier12
User Off Offline

Zitieren
the post was kinda bit useless, not trying to offend you but.
i already mentioned, The StandardAI.lua. all i need. how i remove line that make the bot moves and roams around


EDT:
don't matter i got it sorted.

alt Re: remove bot moving

Gajos
BANNED Off Offline

Zitieren
If someone needs a quick answer, write on thread cs2d Script support
1
2
3
4
5
6
7
8
9
mov = {}
addhook('move','mov.move')
mov.move = function(id)
	if player(id,'bot') then
		if player(id,'speedmod') ~= -100 then
			parse('speedmod '..id..' -100')
		end
	end
end

alt Re: remove bot moving

ohaz
User Off Offline

Zitieren
@user Gajos: Your script doesn't help at all. He wants the bots to follow him and (because of that) wants to find and replace the lines in the bot AI script that makes them roam.
Your script would not make them move at all.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht