Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#135566   2018-01-12 18:58          
I removed the noclip because if you flip the car the camera goes through the ground which annoys me to no end.
(But its just the camera flag so the line:
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.01", "external track cam" );
become
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x13, 1.0,0, 0.01", "external track cam" );
in my version of Track.java
(the first one allows the camera to go through anything))

Added 2 minutes later:

Bigg Boss93:
[..]merge multiple V3 scxes?
Probably post them I'll see what I can do (post the .texes aswell than I can merge those aswell).

This post was edited by amilmand (2018-01-12 19:08, ago)