I do have the BMW FSC Generator 1.91" (by Jaeger) but it only seems to support CIC, NBT and EVO ID...
Lookup.xml file. The "1.91" version number is sometimes reused by different repackaged versions.fsc.exe) on GitHub.fsc.exe (or a bat file wrapper). You can generate the code manually using the Windows Command Prompt (CMD).my_car.fsc) into the same folder as fsc.exe.fsc.exe my_car.fsc 0xDF 0x28 0xFF
my_car.fsc: Your file name.0xDF: The Application ID for Route (EntryNav).0x28: The Region ID for Europe West. (If you need a different region, see the list below).0xFF: This is a "Lifetime" code index. It usually works to activate the map regardless of the specific year.0xFF with the specific Map Sequence ID (e.g., 0x0F might be for 2021, etc.), but 0xFF is the safest bet to get it working immediately.0x28 (40)0x29 (41)0x2D (45)I failed to find a copy of FSC-code generator on github. I am beginning to think it will be less eff...
That would be great. Thanks for that. File attached
I encoded it at base64encode.org - Is this the correct format .
AQEAAAEgIDc3MzQ4NwEgMDAwMDAwMAtfAVY...
= or ==.BMW_CIC_NBT_FSC_Generator_1.0.1.5.zip
AQEgw58gASAgNzczNDg3ASAwMDAwMDAwC18BVjk0NDAxMAEgICAgICAgICAEAjIwMTcwMjEwMTU0N1ogwoEM4oKsUVLLnDHDi8Or...
w58, 4oKs) which happens when you open a binary file in a text editor (like Notepad) and then copy the text. Notepad tries to "fix" the binary code into readable text, which destroys the data.xxxxxxx.fsc file.Lookup.xml and open it with Notepad.Ctrl+F and search for: 0x00DE (This is the NBT section).<SgbId id="0x00DE">
<Description>NBT</Description>
...
</SgbId>
<SgbId... to </SgbId>).0x00DE to 0x00DFNBT to EntryNav (or Route)I did upload the original fsc file to base64encode.org on my 1st attempt but there are options for t...
.fsc file.cmd in the address bar at the top of the window and hit Enter.certutil -encode your_file.fsc mycode.txt
your_file.fsc with your actual file name)*mycode.txt will appear in your folder.-----BEGIN CERTIFICATE-----
AQEA3wABICA3NzM0ODcBIDAwMDAwMDALXwFWOTQ0MDEwAQAAAAAAAAAAAAQCMjAx
NzAyMTA...
AQEA3w... decodes to:BMW_FSC_Generator.exe is located.Lookup.xml and open it with Notepad.Ctrl+F and search for: 0x00DE (This is the NBT section).<SgbId id="0x00DE">
<Description>NBT</Description>
<SWID_FscShort>00DE0001</SWID_FscShort>
<SWID_Fsc>00DE0001</SWID_Fsc>
</SgbId>
0x00DE to 0x00DFNBT to EntryNav<SgbId id="0x00DF">
<Description>EntryNav</Description>
<SWID_FscShort>00DF0001</SWID_FscShort>
<SWID_Fsc>00DF0001</SWID_Fsc>
</SgbId>
.fsc file, and it will work perfectly!0xFF if it asks for a hex parameter.My lookup.xml seems to be in a different format. All the entries look like this one.
<SgbmId id...
Lookup.xml) is the Map Database (which lists available map versions like "Premium 2008-1"), not the ECU Database (which defines connection types like CIC/NBT). This is why you couldn't find the 0xDE entry to copy—your version of the generator likely has the ECU definitions hardcoded inside the .exe or in a different file you can't see.BMW_CIC_NBT_FSC_Generator_1.0.1.5fsc.exe (often found in the bin folder of the "packetpilot" GitHub repository), put your .fsc file in the same folder and run this command in CMD:fsc.exe your_file.fsc 0xDF 0x28 0xFF
0xDF = EntryNav (Route)0x28 = Europe West0xFF = Lifetime Code