Done goofed with hex editing [Solved]

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
ZoomV
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 308
Joined: Thu Aug 15, 2013 11:27 am
Projects :: Old Republic Map pack
Games I'm Playing :: BF2 SWTOR and GW2
xbox live or psn: No gamertag set
Location: Belsavis, Maximum Security Ward

Done goofed with hex editing [Solved]

Post by ZoomV »

So in lieu of the bumpmap not working on icemember's tortroopers, I tried to at least get specular working to cut down on the excessive glow.

However I seem to have done it wrong.
Hidden/Spoiler:
Image
Image
User avatar
Anakin
Master of the Force
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: done goofed with hex editing

Post by Anakin »

You set the transparent flag ;) http://www.gametoast.com/viewtopic.php?f=27&t=24851

Try 80. Or use the meshtool beta 4
ZoomV
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 308
Joined: Thu Aug 15, 2013 11:27 am
Projects :: Old Republic Map pack
Games I'm Playing :: BF2 SWTOR and GW2
xbox live or psn: No gamertag set
Location: Belsavis, Maximum Security Ward

Re: done goofed with hex editing

Post by ZoomV »

I can't set it at 80 because xvi32 gives me a range check error for 128 binary (80 hex)
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: done goofed with hex editing

Post by Marth8880 »

Odd. You have Overwrite enabled, right?
User avatar
Nedarb7
Lieutenant General
Lieutenant General
Posts: 676
Joined: Sat Sep 22, 2012 3:41 pm

Re: done goofed with hex editing

Post by Nedarb7 »

Making the sixth place 04 enables specular too.
User avatar
Anakin
Master of the Force
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: done goofed with hex editing

Post by Anakin »

I'm using XVI32 as well and it works for me :S
ZoomV
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 308
Joined: Thu Aug 15, 2013 11:27 am
Projects :: Old Republic Map pack
Games I'm Playing :: BF2 SWTOR and GW2
xbox live or psn: No gamertag set
Location: Belsavis, Maximum Security Ward

Re: done goofed with hex editing

Post by ZoomV »

weird. I found a work around by using tools > bit manipulation instead of encode.
Nedarb7 wrote:Making the sixth place 04 enables specular too.
Oh good, so I wasn't totally hallucinating when I thought 04 was specular.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3284
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: done goofed with hex editing

Post by AceMastermind »

ZoomV wrote:... I found a work around by using tools > bit manipulation instead of encode...
You don't need to use any of those tools to hex in a flag, just open the file with any hex editor and place your cursor where it should be, then overwrite the existing values and save the file. If you were removing or adding data to the file then you would use tools to modify the chunk headers.
Post Reply