We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Getting Script Errors while running this custom map in OpenMoHAA.
To Reproduce See log (developer mode is enabled).
Expected behavior Not sure if it has any visual impact.
Logs
SVC_DirectConnect () Client 1 connecting with 0 challenge ping TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT Bulldozer_HU Vanilla is preparing for deployment broadcast: print "☻Bulldozer_HU Vanilla is preparing for deployment\n" Going from CS_FREE to CS_CONNECTED for Bulldozer_HU Vanilla Bulldozer_HU Vanilla : dropped gamestate, resending SV_SendClientGameState() for Bulldozer_HU Vanilla Going from CS_CONNECTED to CS_PRIMED for Bulldozer_HU Vanilla Going from CS_PRIMED to CS_ACTIVE for Bulldozer_HU Vanilla Bulldozer_HU Vanilla has entered the battle broadcast: print "☻Bulldozer_HU Vanilla has entered the battle\n" (anim/stand.scr, 224): self setmotionanim (self.weapongroup + "_stand_curious") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_curious' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 247): self setmotionanim (self.weapongroup + "_stand_nervous_c") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_nervous_c' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 224): self setmotionanim (self.weapongroup + "_stand_curious") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_curious' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 239): self setmotionanim (self.weapongroup + "_stand_nervous_a") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_nervous_a' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 224): self setmotionanim (self.weapongroup + "_stand_curious") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_curious' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 243): self setmotionanim (self.weapongroup + "_stand_nervous_b") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_nervous_b' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 224): self setmotionanim (self.weapongroup + "_stand_curious") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_curious' in 'models/human/allied_misc_manon.tik' (anim/stand.scr, 247): self setmotionanim (self.weapongroup + "_stand_nervous_c") self ^ ^~^~^ Script Error : unknown animation 'unarmed_stand_nervous_c' in 'models/human/allied_misc_manon.tik'
Version information (please complete the following information):
Additional context (OPTIONAL) Map can be downloaded from here: https://www.mohaaaa.co.uk/AAAAMOHAA/content/white-christmas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Getting Script Errors while running this custom map in OpenMoHAA.
To Reproduce
See log (developer mode is enabled).
Expected behavior
Not sure if it has any visual impact.
Logs
Version information (please complete the following information):
Additional context (OPTIONAL)
Map can be downloaded from here: https://www.mohaaaa.co.uk/AAAAMOHAA/content/white-christmas
The text was updated successfully, but these errors were encountered: