Anybody know how to disable this

A secret forum for people who preorder Overgrowth!
Post Reply
User avatar
SlipperyFist
Posts: 45
Joined: Fri Dec 27, 2013 12:22 am

Anybody know how to disable this

Post by SlipperyFist » Sat Aug 29, 2015 2:21 am

Sometimes I like to mess with the ragdoll physics, It can become a little obnoxious when the script comes on to show that you've died or completed the level XD

I don't know to well about code, but I'd like to know how to disable it either way

Thanks in advance :)
Screen shot 2015-08-29 at 12.16.52 AM.png

User avatar
Surak
Posts: 349
Joined: Sun Sep 20, 2009 3:27 pm
Contact:

Re: Anybody know how to disable this

Post by Surak » Sat Aug 29, 2015 5:28 am

You have to commend out

Code: Select all

VictoryCheckNormal();
in the update function of the file Data/Scripts/challengelevel.as.

User avatar
SlipperyFist
Posts: 45
Joined: Fri Dec 27, 2013 12:22 am

Re: Anybody know how to disable this

Post by SlipperyFist » Sat Aug 29, 2015 1:10 pm

Surak wrote:You have to commend out

Code: Select all

VictoryCheckNormal();
in the update function of the file Data/Scripts/challengelevel.as.

Thanks alot man :D

Post Reply