Loading...
Uploaded by jamecrowley on Feb 5, 2010
how to get anim8or models into your game go here to download plugin http://gmc.yoyogames.com/lofiversion/index.php/t333219.html
Education
Standard YouTube License
merci pour ton aide
bruno5467 11 months ago
thanks this worked
@metroidfannumber1: yes it makes it so u can execute a script to put ur model into game maker. To execute it u need to put in this code:
model = d3d_model_create();
d3d_model_load(model,"car.d3d");
texture = background_get_texture(bckCar);
//bckCar here is a background that is used for the model's texture and car.d3d is the model
TheMaster33Chief 1 year ago
i couldn't follow much of it. how does this plugin help? does it convert the files into something game maker can use?
metroidfannumber1 1 year ago
Load more suggestions
merci pour ton aide
bruno5467 11 months ago
thanks this worked
@metroidfannumber1: yes it makes it so u can execute a script to put ur model into game maker. To execute it u need to put in this code:
model = d3d_model_create();
d3d_model_load(model,"car.d3d");
texture = background_get_texture(bckCar);
//bckCar here is a background that is used for the model's texture and car.d3d is the model
TheMaster33Chief 1 year ago
i couldn't follow much of it. how does this plugin help? does it convert the files into something game maker can use?
metroidfannumber1 1 year ago