http://tinypic.com/r/70x2c7/8
Howto make transparent shell mod (exe editing)
Moderator: Moderators
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Howto make transparent shell mod (exe editing)
The method is pretty hard to explain, I am trying to make the tutorial as simple as possible and will post it here later, (involves reading memory, etc and hex editing)
http://tinypic.com/r/70x2c7/8
http://tinypic.com/r/70x2c7/8
Hidden/Spoiler:
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Howto make transparent shell mod (exe editing)
Is this an April Fool's joke?
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Howto make transparent shell mod (exe editing)
At the very least, the screenshot isn't recent, given that multiplayer died last year. 
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Howto make transparent shell mod (exe editing)
There's always gamemaster.
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Howto make transparent shell mod (exe editing)
Well yes, but I know there's not that many servers left. I wish there were. :u
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Howto make transparent shell mod (exe editing)
I think that very hard method can be found here: http://www.adobe.com/de/products/photoshop.htmlcommanderawesome wrote:Is this an April Fool's joke?
I' m realy suprised that your desktop is that clean
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Howto make transparent shell mod (exe editing)
Here's a much easier and free method: http://www.gimp.org/
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Howto make transparent shell mod (exe editing)
No need for all that. Convert a screenshot of your desktop into a bnk video. Munge the related mvs. Include a cGC script to load and set that video as a background video to whichever shell screens you want. There's already a tutorial on how to create the video and posts on how to load it into the shell. Playing videos within the shell is easy, trying to play them within an ingame map was the hard part.anthonybf2 wrote:(involves reading memory, etc and hex editing)
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Howto make transparent shell mod (exe editing)
I think i haven't found the tutorials when i looked for them. Is it in the FAQ??
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Howto make transparent shell mod (exe editing)
Ah Yes This post was a joke
But then Zerted comes along with that and makes me thing it really is possible...
But then Zerted comes along with that and makes me thing it really is possible...
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Howto make transparent shell mod (exe editing)
It's something like:
1) Load your movie file
2) Switch SWBF2's movie stream to use your movie file (I don't remember if this is required or not)
3) Inject the following code into the shell:
4) Uninstall the mod because reading your map lists is difficult with a video of scrolling map lists playing in the background.
4.1) But it might be an excellent way to show follow-along tutorials for how to change specific shell settings or something (if anyone really needed that. But then they'd need a video on how to install the video...).
1) Load your movie file
2) Switch SWBF2's movie stream to use your movie file (I don't remember if this is required or not)
3) Inject the following code into the shell:
Code: Select all
<IFScreen>.movieBackground = <movie name>
--where <IFScreen> is the table that defines the screen you want it to play on
--where <movie name> is the move you want to play4.1) But it might be an excellent way to show follow-along tutorials for how to change specific shell settings or something (if anyone really needed that. But then they'd need a video on how to install the video...).
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Howto make transparent shell mod (exe editing)
And what if the background .tga file is 100% transparent? Would the background be black or could you be able to watch YT videos while scrolling trough the maps?
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Howto make transparent shell mod (exe editing)
It doesn't actually make the game instance transparent m80

