Jump to content

Recommended Posts

Posted

Lately I have been trying to use the same LOD file for three different missiles. Initially I repainted the existing BMPs so that the missile versions can be distinguished but an error occured.

Because BMP filename is the same for all missiles, many times in game the later missile version appears with the skin of the earlier version. Maybe game engine can load only one skin between BMPs with the same name.

 

In order to overcome this problem I decided to use different BMP filenames. I used a hex editor to change the BMP filename inside the LOD but then an another error occured. Missiles became invisible! (The inside LOD skin names match with the BMPs) Then I reverted back to the initial LOD file and opened it again with the hex editor. This time I just added a character before the skin filename (a different character for each missile version) and then I made the corresponding changes in BMP filenames so they can match. After that, missiles in game become black! 

 

Trying to solve this problem but no luck so far. Any thoughts?

Posted

I do not think you can add extra characters to already existing name in the LOD. but you can change any one of them. Try to use a number or a different letter on the place of the last character.

 

For example in place of 'Falcon.bmp" use Falco1.bmp, Falco2.bmp, etc.

  • Like 1
Posted

yes, the name of the "new" skin must have EXACTLY the same number of characters as the original, to fit into the EXACT same space in the LOD's callout

Posted

Guys I tried changing just a single character but no luck. Game engine loads only one skin at a time. 

 

I have used Matra LRF4 and LRF5 rocket pods as an example. I copied LRF4 and created a new version LRF5. I simply renamed ini and data.ini, repaint the original LRF4 skin and changed Matra LRF4 to Matra LRF5 inside LODs using a hex editor. In game I had the same result, one skin was loaded for both rocket pods.

 

You can check it and tell me what's wrong:

 

http://www.filedropper.com/rocketpods

 

 

 

 

 

 

 
Posted

I had a similar problem a while ago with drop tanks. In the end it worked for me by renaming the .ini, data.ini and the lod-file (has to be changed in ini and data.ini accordingly). No need to change the texture-file's name.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..