PDA

View Full Version : gta style camera


beefsack
10th Feb 2004, 08:08 PM
hello love the mod its great fun

im working on a mutator at the moment with code out of an old project i was doing which had a top down gta style camera for vehicles. im trying to port it over as a mutator so ill let you know how it goes :)

beefsack
10th Feb 2004, 11:22 PM
ive finished to the point where it works in instant action. it wont work in netplay though because forwardvel isnt replicated to clients. in my project it got replicated through the car code but i didnt want to touch that =_= so i will need to find an alternate. anyways try it out and tell me what you think.

http://tok.w00ties.com/unwheelskycam.zip

Shrimp
11th Mar 2004, 02:59 PM
Darn! Forgot to try this out... File seems missing now...

By the way, ForwardVel is simply the following which you should be able to calculate in a mutator or anywhere else:

// Car is just the vehicle you are working with
ForwardVel = Car.Velocity Dot (vect(-1, 0, 0) >> Car.Rotation);

beefsack
11th Mar 2004, 06:29 PM
i just clicked it then and it worked :eek: if it doesnt work again then i will find somewhere else to upload it

Shrimp
12th Mar 2004, 11:31 AM
Hiya.

Yup, it did work... Sorry about that. By browser must have saved it automatically because it's so small. I found about 5 on my desktop later ;).

Very nice :D

beefsack
12th Mar 2004, 05:41 PM
heh might fix up that networking problem this arvo depending on how stuffed i am :p