Results 1 to 5 of 5

Thread: dead soldier shines

  1. #1
    what property in lod or maybe binarisation causes following problem:

    after dead (in night) all "changing" textures as hands, face is shining

    doing my soldiers i used BIS examples, i used head, i was not touching head textures , nor materials

    what can cause such bug that dead soldiers face and hands shine in the night

  2. #2
    Warrant Officer Jackal326's Avatar
    Join Date
    Apr 12 2002
    Location
    Leicestershire, United Kingdom
    Posts
    2,474
    Buggered wounds in the config that point to buggered materials? If its just the "wounded" parts that cause this problem, its one of the two. Perhaps binarizing the model without the wound rvmats present?

    "...long story short, he gets a boner" - Messiah
    "If you can't understand english properly then you should lern it" - mr.g-c
    "I think the author should do a barrel roll" - MehMan
    "I feel really leting down form you bis SORRY TO SAY THIS BUT ITS THE TRUE" - UNA-A1-Luke
    Your spelling; its the true.

  3. #3
    Second Lieutenant vilas's Avatar
    Join Date
    Oct 13 2004
    Location
    POLAND
    Posts
    4,530
    Author of the Thread
    i took BIS model of unit , i just remodelled mesh, make new texture, new RVMAT for uniform, but face RVMAT remained BIS made
    in texture i have captive HHL wounds used

  4. #4
    Hi vilas,

    I have recently adapted the wounds for another mod. I have tested the wounds and on my rig, they seem not to shine.

    wound1.rvmat wound2.rvmat

    config looks like this:
    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">...
    class Wounds
    {
    tex&#91;&#93;={};
    mat&#91;&#93;={
    &#34;ca&#92;characters&#92;data&#92;us_hhl.rvmat&# 34;,
    &#34;ca&#92;characters&#92;data&#92;us_hhl_wound1. rvmat&#34;,
    &#34;ca&#92;characters&#92;data&#92;us_hhl_wound2. rvmat&#34;,
    &#34;xxx&#92;norm_body.rvmat&#34;,
    &#34;xxx&#92;wound1.rvmat&#34;,
    &#34;xxx&#92;wound2.rvmat&#34;
    };
    };[/QUOTE]

    Which hhl.rvmat&#39;s exactly do you use? May be some have a too high specular value?
    May be you can fix this by including the hll-rvmat&#39;s into you addon, instead of using the BI-ones.

    BR,
    mike

  5. #5
    Have a look at the wound .rvmats your config is directing to.

    If the first three values in &#39;emissive&#39; are greater than 0, change them back to 0. The line should look like this once you&#39;re done.

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">emissive&#91;&#93; = {0,0,0,1};[/QUOTE]

    If that doesn&#39;t work, some of the QG units have luminous faces: Can&#39;t remember which ones exactly (either the prisoners or guerillas I think), but I&#39;d check their .rvmats (if you have QG) to see how they differ from stock ArmA models. Might indicate what&#39;s wrong.




Posting Permissions

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