Results 1 to 3 of 3
  1. #1
    Member Level 4 Enforcer's Avatar
    Join Date
    Aug 2008
    Location
    Poland
    Posts
    122
    Rep Points
    1
    Rep Power
    5

    [modding issue]Headlights

    Hi,
    I`ve copied from diffrent MDL file bones called: 'HeadlightR'. 'HeadlightL' and 'FXlight' to my newly-created MDL definition file, but there is still no effect. Also I`ve moved them to correct positions using SoeEdit. How to make them shine?

  2. #2
    Moderator Level 22 Albus's Avatar
    Join Date
    Feb 2007
    Location
    España
    Posts
    2,693
    Rep Points
    10
    Rep Power
    9

    Re: [modding issue]Headlights

    If you try to add lights to vehicles... you must to know that you have to add that properties in .def file for that vehicle.

    that is a example :

    Code:
    	{props "light" "turret" "zenite" "light_turret" "low"}
    
    	{Volume "lamp1"
    		{thickness 2}
    	}
    
    	{extender "light"
    		{lightfx "light_boat"}
    		{breakfx "glass_hit"}
    		{lamp "1"}
    	}
    not only .mdl file is important...
    http://i150.photobucket.com/albums/s...0bars/mod0.gif

    -----Soldiers Heroes WW II and Outfront 2 ( MoW) forums----

  3. #3
    Member Level 4 Enforcer's Avatar
    Join Date
    Aug 2008
    Location
    Poland
    Posts
    122
    Rep Points
    1
    Rep Power
    5

    Re: [modding issue]Headlights

    Thx for your help. I`ve spent a while on it, but after all it works.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •