ivcorbin as starting unit
Moderators: GSH, VSMIT, Commando
ivcorbin as starting unit
This is for FE.
Is there any way to make the X-47 Prototype (ivcorbin) my starting unit through the console? If not, what do I need to edit to make it so?
Is there any way to make the X-47 Prototype (ivcorbin) my starting unit through the console? If not, what do I need to edit to make it so?
Re: ivcorbin as starting unit
I thought that ivuser (or some such) was the default player vehicle. So if you change that, you may be able to use the prototype as your main vehicle. Don't know how it will affect BA, though.
- Zero Angel
- Attila
- Posts: 1536
- Joined: Mon Feb 21, 2011 12:54 am
- Contact:
Re: ivcorbin as starting unit
If you eyedrop the starting scout in the editor you can get its ODF name and recreate the ivcorbin ODF. In 1.3, you can create that ODF name and make an simple ODF like this.
And it should use all of the ODF data from ivcorbin. Not sure if there are any other required ODF entries.
Code: Select all
[GameObjectClass]
classLabel="ivcorbin"
Re: ivcorbin as starting unit
Cant you do it using svar4 ?
Re: ivcorbin as starting unit
In singleplayer? Don't think so.
Re: ivcorbin as starting unit
What mission is that from again anyway?
Re: ivcorbin as starting unit
The Miasma one after you undeploy the recycler to run away, IIRC. Starts you in a long canyon with Sentinels at the sides and atrillery on the other side of a river.
X-47 Prototype. Monsterously unbalanced
X-47 Prototype. Monsterously unbalanced

- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: ivcorbin as starting unit
mission 7, the long ass recy haul on miasma
where you get testslag
go into sp, edit mode, eyedrop your self. that'll tell you if the odf name is player.odf or ivuser.odf or what. might be different per mission, or might be the same.
where you get testslag
go into sp, edit mode, eyedrop your self. that'll tell you if the odf name is player.odf or ivuser.odf or what. might be different per mission, or might be the same.
Re: ivcorbin as starting unit
I know. The reason I want this as the starting ship for me and my thugs is that I intend to start with extremely unfavourable settings in MPI games (such as say, 15 rampage units etc.).AHadley wrote:X-47 Prototype. Monsterously unbalanced
aptestslag is the Mega Slag. It's not in any ship. ivcorbin uses the Hyper Slag.General BlackDragon wrote:where you get testslag
Think so. But how do I add it to the list?Red Spot wrote:Cant you do it using svar4 ?
http://img130.imageshack.us/img130/8421/mpvehicles.png Where can I find mpvehicles.txt for FE and what entries must I add into it to make the X-47 show in the starting unit list?
Re: ivcorbin as starting unit
It'll be in the .pak. Just follow the trend set by previous entries (ODF, XSI, INF names)
- Zero Angel
- Attila
- Posts: 1536
- Joined: Mon Feb 21, 2011 12:54 am
- Contact:
Re: ivcorbin as starting unit
Oh, it's for multiplayer. To do that you would create a text file called something like "ivcorbin.txt", and give it the following contents:
Then you run the console command
All players must possess the 'ivcorbin.txt' file for this to work.
Code: Select all
ivcorbin.xsi ivcorbin X-47 Prototype
Code: Select all
network.session.svar4 ivcorbin.txt
- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: ivcorbin as starting unit
the file used for vehicles is listed in the map's .inf files.
-
- Thunderbolt
- Posts: 193
- Joined: Sat Feb 19, 2011 4:54 am
- Location: USA
Re: ivcorbin as starting unit
So as I understand doing all of this in order should make it work for everyone correct?
- Zero Angel
- Attila
- Posts: 1536
- Joined: Mon Feb 21, 2011 12:54 am
- Contact:
Re: ivcorbin as starting unit
Basically like I posted in my last post.
You need to distribute a custom, uniquely named txt file with your map/mod that uses a similar structure as mpvehicles.txt -- and then you need to call it by setting svar4 as the filename of your custom vehicles text file. You can set svar4 using the map's own INF file or by using the console command.
It will work for everyone who possesses that custom vehicles text file, but anyone who doesnt will not be able to select a ship if the host has changed svar4
You need to distribute a custom, uniquely named txt file with your map/mod that uses a similar structure as mpvehicles.txt -- and then you need to call it by setting svar4 as the filename of your custom vehicles text file. You can set svar4 using the map's own INF file or by using the console command.
It will work for everyone who possesses that custom vehicles text file, but anyone who doesnt will not be able to select a ship if the host has changed svar4