For direct access use https://forums.oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com

Weird Zombification Glitch, help pls

The section related to UnrealScript and modding. This board is for coders to discuss and exchange experiences or ask questions.
Post Reply
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Weird Zombification Glitch, help pls

Post by dustinechoes849 »

Hi!!!!

I'm working on a subclass of SkaarjTrooper. It has custom model and animations.
Didn't replace all of the animations, but the essential ones:
(doesn't need running anim, HAS NO LEGS!!)

Code: Select all

#exec MESH SEQUENCE MESH=snowman SEQ=All STARTFRAME=0 NUMFRAMES=45
#exec MESH SEQUENCE MESH=snowman SEQ=GutHit STARTFRAME=1 NUMFRAMES=1
#exec MESH SEQUENCE MESH=snowman SEQ=Breath STARTFRAME=2 NUMFRAMES=4
#exec MESH SEQUENCE MESH=snowman SEQ=Death STARTFRAME=6 NUMFRAMES=5
#exec MESH SEQUENCE MESH=snowman SEQ=Death2 STARTFRAME=11 NUMFRAMES=4
#exec MESH SEQUENCE MESH=snowman SEQ=Duck STARTFRAME=15 NUMFRAMES=1
#exec MESH SEQUENCE MESH=snowman SEQ=Fighter STARTFRAME=16 NUMFRAMES=3
#exec MESH SEQUENCE MESH=snowman SEQ=Jump STARTFRAME=19 NUMFRAMES=2
#exec MESH SEQUENCE MESH=snowman SEQ=Death3 STARTFRAME=22 NUMFRAMES=4
#exec MESH SEQUENCE MESH=snowman SEQ=Death4 STARTFRAME=26 NUMFRAMES=4
#exec MESH SEQUENCE MESH=snowman SEQ=Death5 STARTFRAME=30 NUMFRAMES=4
#exec MESH SEQUENCE MESH=snowman SEQ=Firing STARTFRAME=34 NUMFRAMES=6
It works pretty good for the most part, but after the dying animation, it still moves around and vanishes apon being shot. EXAMPLE VIDEO OF ISSUE

Help is much appreciated!!! :D
Last edited by dustinechoes849 on Wed Jun 13, 2018 1:40 am, edited 1 time in total.
Image
Image
Image
Image
Image
User avatar
han
Global Moderator
Posts: 686
Joined: Wed Dec 10, 2014 12:38 am

Re: Weird Zombification Glitch, help pls

Post by han »

Don't eat red snow, kids.
HX on Mod DB. Revision on Steam. Löffels on Patreon.
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Re: Weird Zombification Glitch, help pls

Post by dustinechoes849 »

Don't eat red snow, kids.
lmao nice
Last edited by dustinechoes849 on Wed Jun 13, 2018 2:53 am, edited 1 time in total.
Image
Image
Image
Image
Image
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Re: Weird Zombification Glitch, help pls

Post by dustinechoes849 »

if it cant be fixed, could i make it always gib on death?
Image
Image
Image
Image
Image
User avatar
dustinechoes849
OldUnreal Member
Posts: 480
Joined: Sat Feb 28, 2015 1:56 am

Re: Weird Zombification Glitch, help pls

Post by dustinechoes849 »

bump

really struggling with this one
Image
Image
Image
Image
Image
User avatar
.:..:
OldUnreal Member
Posts: 1635
Joined: Tue Aug 16, 2005 4:35 am

Re: Weird Zombification Glitch, help pls

Post by .:..: »

Skaarj has feign death move, but you really should look at log while playing it as looking from the video it looks like they are stuck on waiting for an non-existing animation to finish (go to windowed mode and type in command "ShowLog").
1823223D2A33224B0 wrote:...and now im stuck trying to fix everything you broke for the next 227 release xD :P
(ಠ_ಠ)
User avatar
ExpEM
OldUnreal Member
Posts: 72
Joined: Sun Jan 20, 2013 4:10 am

Re: Weird Zombification Glitch, help pls

Post by ExpEM »

Zombification is likely caused due to the mesh not being animated. A bunch of state code in ScriptedPawn calls FinishAnim(). Without any anims playing, FinishAnim() freezes the code.
-Finding new ways to break the engine since 1872.
User avatar
gopostal
OldUnreal Member
Posts: 1005
Joined: Thu Jul 31, 2008 9:29 pm

Re: Weird Zombification Glitch, help pls

Post by gopostal »

Dustin, I'll be around all day Sunday (tomorrow) in my teamspeak if you want to hop in. I'll show you how to fix this and clear up any other errors you might have. Once you learn how to debug behavior once you'll be able to apply that over a very broad spectrum of mesh issues that you'll face.
Last edited by gopostal on Sat Nov 10, 2018 2:16 pm, edited 1 time in total.
I don't want to give the end away
but we're all going to die one day
Post Reply

Return to “UScript Board”