Outerra forum

Anteworld - Outerra Game => Modding: Importer, Tools & Utilities => Topic started by: wayne57 on July 26, 2014, 10:20:58 pm

Title: fps camera
Post by: wayne57 on July 26, 2014, 10:20:58 pm
im trying to adjust the fps for a inside view but having problems
does anybody know what line of code to change for an inside view

//invoked for each new instance of the vehicle
function init_vehicle()
{
  this.set_fps_camera_pos({x:-.4,y:-4.1,z:4.1});
  this.snd = this.sound();
  this.snd.set_ref_distance(0, 9.0);

this is what ive been trying to play with

thank you
Title: Re: fps camera
Post by: PytonPago on July 26, 2014, 11:35:52 pm
Not sure if uou can affect that trough the vehicle script.  :-\