Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ai - Animation errors - collection #127

Open
Chrissstrahl opened this issue Dec 7, 2021 · 0 comments
Open

Ai - Animation errors - collection #127

Chrissstrahl opened this issue Dec 7, 2021 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@Chrissstrahl
Copy link
Member

Chrissstrahl commented Dec 7, 2021

	$gliderPilot upperanim AA_pilot_talk4 (maps/e2l1/gliderride.scr, 591)
	$gliderPilot ^

^^^ Script Error: unknown animation 'AA_pilot_talk4' in 'models/human/sc_al_us_pilot.tik'

		self setupperanim (local.reloadanimname + "_reload") (anim/reload.scr, 314)
		self ^

^^^ Script Error: unknown animation 'beretta_reload' in 'models/human/german_wehrmact_colonel.tik'

	local.man.mg = self (global/mg42init.scr, 44)
	local.man^

^^^ Script Error: Cannot cast 'array' to listener

self type_attack balcony_grenade (maps/e1l3/conquest.scr, 748)
self ^

^^^ Script Error: Invalid attack think 'balcony_grenade'

if (self isloopinganim self.animname) (anim/anim.scr, 1)
if (self ^
^^^ Script Error: anim 'stop' not found, so can't tell if it is looping

self setmotionanim self.animname (anim/anim.scr, 8)
self ^

^^^ Script Error: unknown animation 'stop' in 'models/human/german_afrika_private.tik'

if (self isloopinganim self.animname) (anim/anim.scr, 1)
if (self ^

^^^ Script Error: anim 'jeep_idle_drive' not found, so can't tell if it is looping

self setmotionanim self.animname (anim/anim.scr, 8)
self ^

^^^ Script Error: unknown animation 'jeep_idle_drive' in 'models/human/sc_al_us_claus_disguised.tik'

		self setupperanim (local.reloadanimname + "_reload") (anim/reload.scr, 314)
		self ^

^^^ Script Error: unknown animation 'vickers_reload' in 'models/human/sc_al_brit_cmd.tik'

				self setactionanim (self.weapongroup + "_shoot") -60 60 (anim/shoot.scr, 224)
				self ^

^^^ Script Error: unknown animation 'unarmed_shoot' in 'models/human/german_waffenss_nco.tik'

			local.canseetarget = self cansee self.enemy //SMITHY - swapped this in from canshoot (anim/cornerright.scr, 169)
			local.canseetarget = self ^

^^^ Script Error: NULL entity in parameter 1

	self setmotionanim (self.weapongroup + "_wall_right_shoot_outro") (anim/cornerright.scr, 190)
	self ^

^^^ Script Error: unknown animation 'unarmed_wall_right_shoot_outro' in 'models/human/german_wehrmact_soldier.tik' (m3l1b)

@Chrissstrahl Chrissstrahl added the Enhancement New feature or request label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants