Page 1 of 1

How to give gianspeeder ?

Posted: Tue Apr 03, 2012 4:58 pm
by RebelMarksman
Good evening. Tell me, how to give gianspeeder rebels in the Battlefront ? This transport is the protection of Naboo. I was looking for his model and odf file in sides/gar but did not find them there. Possible models of the transport in the folder rep and all, where they are referred to as combatspeeder but odf file I have not found. Tell me where to find it or, if possible, to do so by editing a copy of the odf file combatspeeder. Thank you in advance.

Re: How to give gianspeeder ?

Posted: Tue Apr 03, 2012 10:07 pm
by sereja2
You can find gianspeeder in Assets/Shipped Worlds/Naboo. Actualy, you can easy find whatever you want, by clicking right mous button on Assets folder, and choosing "Search".

Re: How to give gianspeeder ?

Posted: Sat Apr 14, 2012 11:15 am
by RebelMarksman
Thank you! Indeed, the model gianspeeder managed to find there.

EDIT
Tell me, where is given by the model of the middle of the species ? I wanted to make a separate model of the middle of the species on the other texture for a other vehicle, Сopied and rename the model, texture and option file all_1st_cockpit_combatspeeder and brought his name into the odf file. But the model of the middle of the species does not work in the Battlefront. Tell me how to fix it ? Thank you in advance.

Re: How to give gianspeeder ?

Posted: Sat Apr 14, 2012 11:46 am
by sereja2
If you talking about 1'st person veiw model, it no need .odf, you just have to add .msh name to your side .REQ file. Here the sample of rebels.req:

Code: Select all

ucft
{
	REQN
	{
		"lvl"

		"all_inf_troopers"
		"all_fly_awing"
    }
    REQN
    {
	"model"
	"all_1st_cockpit_awing"
    }
}
Here the semple of all_1st_cockpit_awing.req:

Code: Select all

ucft
{    
	REQN
	{
		"model"
		"all_1st_cockpit_awing"
	}
}