q3model crash fix

Do you search a certain mutator, mod, skin, map, everything else?
User avatar
Nephew9999
Adept
Posts: 288
Joined: Wed Jul 06, 2011 11:20 am

q3model crash fix

Post by Nephew9999 »

the crash fix file for ut (im talking about quake3 model ) mmmm hope it could fix the killed carcasses bug :roll:
:arrow:
https://web.archive.org/web/20010111115 ... wnload.asp
User avatar
Nephew9999
Adept
Posts: 288
Joined: Wed Jul 06, 2011 11:20 am

Re: q3model crash fix

Post by Nephew9999 »

or any updated file to crash from quake 3¡? :?:
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: q3model crash fix

Post by papercoffee »

What? :noidea
User avatar
OjitroC
Godlike
Posts: 3605
Joined: Sat Sep 12, 2015 8:46 pm

Re: q3model crash fix

Post by OjitroC »

papercoffee wrote:What? :noidea
Crash is a female model imported in to UT from Quake3 - in common with many other imports she is somewhat buggy - her movements are awkward and she doesn't fall over when killed, dying standing up. This doesn't worry me so I use her but I can see that it could be annoying. There is, seemingly, a fix for the model but I haven't seen it.
User avatar
UnrealGGecko
Godlike
Posts: 2900
Joined: Wed Feb 01, 2012 11:26 am
Personal rank: GEx the Gecko
Location: Kaunas, Lithuania
Contact:

Re: q3model crash fix

Post by UnrealGGecko »

Basically, the Crash custom model has an occasional bug that once it's dead its carcass remains standing, rather than doing it's dying animation. Been a while since I last used the model so I could be wrong about that. :oops:

EDIT: OjitroC you friggin' ninja :loool:
User avatar
Nephew9999
Adept
Posts: 288
Joined: Wed Jul 06, 2011 11:20 am

Re: q3model crash fix

Post by Nephew9999 »

papercoffee wrote:What? :noidea
UnrealGecko wrote:Basically, the Crash custom model has an occasional bug that once it's dead its carcass remains standing, rather than doing it's dying animation. Been a while since I last used the model so I could be wrong about that. :oops:
EDIT: OjitroC you friggin' ninja :loool:
yeah thats the bug ....... i guess the fix file is offline :x :thudown:
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: q3model crash fix

Post by papercoffee »

OjitroC wrote:
papercoffee wrote:What? :noidea
Crash is a female model imported in to UT from Quake3 - in common with many other imports she is somewhat buggy - her movements are awkward and she doesn't fall over when killed, dying standing up. This doesn't worry me so I use her but I can see that it could be annoying. There is, seemingly, a fix for the model but I haven't seen it.
UnrealGecko wrote:Basically, the Crash custom model has an occasional bug that once it's dead its carcass remains standing, rather than doing it's dying animation. Been a while since I last used the model so I could be wrong about that. :oops:
Image


Thanks.
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: q3model crash fix

Post by sektor2111 »

1) Without a log we have only spam;
2) Some animation getting called doesn't exist;
3) Some code who needs a "super" call doesn't have it;
4) Whatever function has been rewritten with something null - so it won't have physics or adjusting cylinder, etc.
5) Whoever ported/remade it doesn't care to finish his/her work.

So... do you want to have it fixed ? Show the bad file. Speaking and doing nothing is not helpful.
User avatar
Nephew9999
Adept
Posts: 288
Joined: Wed Jul 06, 2011 11:20 am

Re: q3model crash fix

Post by Nephew9999 »

sektor2111 wrote:1) Without a log we have only spam;
2) Some animation getting called doesn't exist;
3) Some code who needs a "super" call doesn't have it;
4) Whatever function has been rewritten with something null - so it won't have physics or adjusting cylinder, etc.
5) Whoever ported/remade it doesn't care to finish his/her work.
So... do you want to have it fixed ? Show the bad file. Speaking and doing nothing is not helpful.
Spoiler
lol ok i think its more easier take a ss than write all this "spam". :roll:
anyway.. :lol2:
file..
http://medor.no-ip.org/index.php?dir=Sk ... ash4ut.zip :thuup:
Bug
bot killed (death anim is "missing") :omfg:
Image
Fix options
.. find the crashfix.zip file
.. :noidea
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: q3model crash fix

Post by sektor2111 »

So it's about some animation te he
readme wrote: Know bug : no have notice.......
Sure...
Here is visible bug in Console

Code: Select all

ScriptWarning: CrashBot CTF-Our_Neighbors_TL.CrashBot0 (Function 

Botpack.FemaleBotPlus.PlayDying:0280) PlayAnim: Sequence 'Dead4' not found in Mesh 'Crash'
ScriptWarning: CrashBot CTF-Our_Neighbors_TL.CrashBot0 (Function 

Botpack.HumanBotPlus.PlayHeadHit:0059) TweenAnim: Sequence 'Dead4' not found in Mesh 'Crash'
ScriptWarning: CrashBot CTF-Our_Neighbors_TL.CrashBot0 (Function 

Botpack.FemaleBotPlus.PlayDying:0280) PlayAnim: Sequence 'Dead4' not found in Mesh 'Crash'
Fixing is as follows:
- getting FemaleBotPlus and listing functions PlayDying PlayHeadHit and all those containing animation "Dead4"
- rewritting these in class according to mesh which have to be seen VIA Editor what animations do includes;
- compiling code and saving package;
- conforming package with original for preventing mismatches.

Let me see the rest of details...
...

Edit2:
Okay I could see problem for player, my mod won't accept models so I went to default CTF, operational. I have to do tests for player.
Here is a file modified, look for other problems if they do exist. It's only U file conformed with older one for preventing mismatch errors.
[attachment=0]Crash.7z[/attachment]
Attachments
Crash.7z
Fixed above errors caused by missing -Dead4- animation sequence.
(1.37 MiB) Downloaded 90 times
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: q3model crash fix

Post by sektor2111 »

So... first we ask if exist a fix for a broken model. When some fix is coming out no one is bother to check it. Good... for future I won't do any such fix.
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: q3model crash fix

Post by papercoffee »

sektor2111 wrote:So... first we ask if exist a fix for a broken model. When some fix is coming out no one is bother to check it. Good... for future I won't do any such fix.
You have to mention @Nephew9999 so he* can react


*or she?
User avatar
UnrealGGecko
Godlike
Posts: 2900
Joined: Wed Feb 01, 2012 11:26 am
Personal rank: GEx the Gecko
Location: Kaunas, Lithuania
Contact:

Re: q3model crash fix

Post by UnrealGGecko »

damnit I somehow missed this fix, thanks a million!! :rock:

I like this model quite a bit and seeing you fixed it is fantastic, I'll try it out this weekend. :gj: :tu:
User avatar
OjitroC
Godlike
Posts: 3605
Joined: Sat Sep 12, 2015 8:46 pm

Re: q3model crash fix

Post by OjitroC »

sektor2111 wrote:So... first we ask if exist a fix for a broken model. When some fix is coming out no one is bother to check it. Good... for future I won't do any such fix.
Many thanks for doing this fix - will try it out later.

Didn't notice it before as the file is attached to an edited post and so it didn't show up in my 'New Posts' or 'Unread Posts'.
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: q3model crash fix

Post by sektor2111 »

Guys, do check it well if some animations still hangs. I was testing Bot and Player (me) killing myself with ripper (trying some headshot). Just look if everything works fine, do not applaud too early, see if still something evil escaped from my eye. Let me know if some crap shows up in Log related to some animations missing. The very simple thing to do is calling them properly...
Post Reply