How to make a custom shell mod. [Tutorial] (FAQ)
Moderator: Moderators
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: How to make a custom shell mod. [Tutorial]
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?
- Cerfon Rournes
- Master Bounty Hunter

- Posts: 1558
- Joined: Thu Jul 08, 2010 5:53 pm
- Projects :: WIP. I will reveal what it is later on..
- xbox live or psn: No gamertag set
- Location: New York, USA
- Contact:
Re: How to make a custom shell mod. [Tutorial]
^
For the blue parts, I edited these.
Good luck with your custom menu.
For the blue parts, I edited these.
Hidden/Spoiler:
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: How to make a custom shell mod. [Tutorial]
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.
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:
- Cerfon Rournes
- Master Bounty Hunter

- Posts: 1558
- Joined: Thu Jul 08, 2010 5:53 pm
- Projects :: WIP. I will reveal what it is later on..
- xbox live or psn: No gamertag set
- Location: New York, USA
- Contact:
Re: How to make a custom shell mod. [Tutorial]
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.
Make sure you place the munged common.lvl in your map's addon...
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") Code: Select all
LucasArts\Star Wars Battlefront II\GameData\addon\***\data\_LVL_PC-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: How to make a custom shell mod. [Tutorial]
So I would have to do that for all 16 missions in my mod?
EDIT: Thanks! It's working now.
EDIT: Thanks! It's working now.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- 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]
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.Marth8880 wrote:...I am going to be making it so people have the option of having the shell changes...
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:
-
Jaspo
- Command Sergeant Major

- Posts: 282
- Joined: Sun Mar 01, 2009 4:34 am
- Projects :: AotC DoW+++Boonta Eve Classic
- xbox live or psn: No gamertag set
- Contact:
Re: How to make a custom shell mod. [Tutorial]
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
?
-
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]
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.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?
