MTT query

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
KaskDaxxe
Private
Posts: 30
Joined: Wed Apr 10, 2013 7:53 am
Projects :: No Mod project currently.
Games I'm Playing :: Battlefront II
xbox live or psn: No gamertag set

MTT query

Post by KaskDaxxe »

Do I have to edit BF1's MTT odf for it to work in BFII? I can get any other vehicle to work, but not MTTs for some reason
Help me
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: MTT query

Post by AceMastermind »

Unless you modified the ODF you'll need to add a CommandHover memory pool to the LUA.
KaskDaxxe
Private
Posts: 30
Joined: Wed Apr 10, 2013 7:53 am
Projects :: No Mod project currently.
Games I'm Playing :: Battlefront II
xbox live or psn: No gamertag set

Re: MTT query

Post by KaskDaxxe »

I've added CommandHover and the MTT to the LUA
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: MTT query

Post by AceMastermind »

I don't know what else to tell you, it worked for me. Explain in detail the steps you have taken up to this point to add an MTT.
KaskDaxxe
Private
Posts: 30
Joined: Wed Apr 10, 2013 7:53 am
Projects :: No Mod project currently.
Games I'm Playing :: Battlefront II
xbox live or psn: No gamertag set

Re: MTT query

Post by KaskDaxxe »

The MTT mesh and odfs have been copied and pasted from BF1. I've looked over them, and they don't seem too different from BF2's. I've also managed to get a destructable prop working that uses it's models.
I've added the MTT to the cis.req, and I've put:

Code: Select all

	ReadDataFile("dc:SIDE\\cis.lvl",
                             "cis_hover_mtt")
in the LUA. I've also put hover and even commandhover in the memory pool.
:?
User avatar
Nedarb7
Lieutenant General
Lieutenant General
Posts: 676
Joined: Sat Sep 22, 2012 3:41 pm

Re: MTT query

Post by Nedarb7 »

Does "cis_hover_mtt.REQ" exist in your cis side's req folder? If it doesn't you will need to create one.
KaskDaxxe
Private
Posts: 30
Joined: Wed Apr 10, 2013 7:53 am
Projects :: No Mod project currently.
Games I'm Playing :: Battlefront II
xbox live or psn: No gamertag set

Re: MTT query

Post by KaskDaxxe »

Nedarb7 wrote:Does "cis_hover_mtt.REQ" exist in your cis side's req folder? If it doesn't you will need to create one.
Does now, but still no luck
Post Reply