How to make a custom shell mod. [Tutorial] (FAQ)

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

ARCTroopaNate
Jedi
Jedi
Posts: 1161
Joined: Mon Mar 21, 2011 8:12 pm
Projects :: Star Wars Battlefront - Tides of War
Games I'm Playing :: SWBF2 RC EAW
xbox live or psn: I have ps4
Location: STALKER!
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by ARCTroopaNate »

Cerfon, I saw that you changed the colors for the weapon names in the unit select screen, what textures would you have to edit to change the unit selection screen?
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by Cerfon Rournes »

^
For the blue parts, I edited these. :)
Hidden/Spoiler:
[code]
"opaque_rect"
"hud_radar_frame"
"border_3_pieces"[/code]
Good luck with your custom menu.
ARCTroopaNate
Jedi
Jedi
Posts: 1161
Joined: Mon Mar 21, 2011 8:12 pm
Projects :: Star Wars Battlefront - Tides of War
Games I'm Playing :: SWBF2 RC EAW
xbox live or psn: I have ps4
Location: STALKER!
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by ARCTroopaNate »

Thanks.

Whenever I try to edit something in the interface the changes don't show up. I have this in my addme lua but it still doesn't work.
Hidden/Spoiler:
ReadDataFile("..\\..\\addon\\CLM\\data\\_LVL_PC\\shell.lvl")
ReadDataFile("..\\..\\addon\\CLM\\data\\_LVL_PC\\common.lvl")
ReadDataFile("..\\..\\addon\\CLM\\data\\_LVL_PC\\ingame.lvl")
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by Cerfon Rournes »

That's because you don't edit the addme.
Add this line the your .lua, right above or below the ReadDataFile("ingame.lvl"), like so.

Code: Select all

  ReadDataFile("dc:common.lvl")  
ReadDataFile("dc:ingame.lvl") 
ReadDataFile("ingame.lvl") 
Make sure you place the munged common.lvl in your map's addon...

Code: Select all

LucasArts\Star Wars Battlefront II\GameData\addon\***\data\_LVL_PC
ARCTroopaNate
Jedi
Jedi
Posts: 1161
Joined: Mon Mar 21, 2011 8:12 pm
Projects :: Star Wars Battlefront - Tides of War
Games I'm Playing :: SWBF2 RC EAW
xbox live or psn: I have ps4
Location: STALKER!
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by ARCTroopaNate »

So I would have to do that for all 16 missions in my mod?

EDIT: Thanks! It's working now.
User avatar
Dakota
Field Commander
Field Commander
Posts: 991
Joined: Mon Dec 06, 2010 8:21 pm
Projects :: making random weapon assets
Games I'm Playing :: SWBF2 and more
xbox live or psn: PS3 beats xbox
Location: at a computer desk floating around in space

Re: How to make a custom shell mod. [Tutorial]

Post by Dakota »

Marth8880 wrote:...I am going to be making it so people have the option of having the shell changes...
people always have the option, sometimes its as easy as moving one folder, some people who just download mods and never tried to mod (aka: most of the swbf2 players that i have seen in the past 2 years) just don't know how. i've seen people that don't even know how to open a folder, extract a mod where all you do is double click to install, or even download a mod with a big "DOWNLOAD NOW" button on the screen. its pretty sad, some i've wondered how they even can install and play the game itself.

i've been working as an unoffical tech support guy for most of the people that i know ingame for the past year or 2, thats where i got the examples.
Hidden/Spoiler:
@marth8880: i'm not trying to use you as an example or disagree with your post, or start anything but it was the one part about giving people the option that i had to respond to. people always have the option, they are the ones who have the option to download the mod, and they could always move files that are in your mod's folder if they download it, the shell for example is a folder that they could move to change if they wanted a shell change or not, sometimes its more complicated like the 1.3 patch for example which has parts that i don't fully understand. thats why in my first post on this thread i was just saying to give a warning, or intructions on how to download. especally with what zerted said about if there are multiple. the reason i'm posting this could also be affected by my negative views on most shell mods that i've used (or just had in a mod and didn't know at the time)
Jaspo
Command Sergeant Major
Command Sergeant Major
Posts: 282
Joined: Sun Mar 01, 2009 4:34 am
Projects :: AotC DoW+++Boonta Eve Classic
Games I'm Playing :: WoT MBWBVC Robocraft
xbox live or psn: No gamertag set
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by Jaspo »

Any way to get video in the background like in the ps2/xbox versions? Or maybe to run GAL.lvl in the background? Or animated .gif :funny2: ?
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: How to make a custom shell mod. [Tutorial]

Post by THEWULFMAN »

Jaspo wrote:Any way to get video in the background like in the ps2/xbox versions? Or maybe to run GAL.lvl in the background? Or animated .gif :funny2: ?
You should be able to (in theory) add videos to the background. I however have not personally tried it out yet. Zerted explained the basics in the 1.3 documentation.
Post Reply