Jump to content
  • 0

Add external p3d model to epoch


rvg?!

Question

I would like to put a new modell into epoch, but i dont know really how to init the object for the players and server.

My way would now to create it inside the description.ext

class MyObject {
  
  class Objects { 
    
 	   class Car {
         
          type = 82;
          model = "\A3\Structures_F\Vehicles\Car_green.p3d";
          scale = 1;
    
    };
  };
};

So that i can use the car as a normal ingame vehicle.

Is it possible that way?

Any help/idea will be appreciated!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...