Ulysses

General => Developers Corner => Topic started by: Pro_instinct on June 02, 2015, 07:25:54 AM

Title: Looking for the ULX No-clip function file
Post by: Pro_instinct on June 02, 2015, 07:25:54 AM
Thanks for helping to start with,

So I'm looking to take the ULX No-clip function and add a line to change the model of the player no-clipping to a bird. However I can't find the file to make that change.

Thanks in advance,
Instinct
Title: Re: Looking for the ULX No-clip function file
Post by: Stickly Man! on June 02, 2015, 08:06:16 AM
It looks like the actual noclipping code is happening here:
https://github.com/Nayruden/Ulysses/blob/master/ulx/lua/ulx/modules/sh/util.lua#L161-166

That should be where you'd want to make your change.