Jump to content

schultzit

Member
  • Content Count

    122
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

65 Excellent

About schultzit

  • Rank
    Sergeant

Contact Methods

  • Skype
    a.brunelli.mb
  • Twitter
    schultz_it
  • Steam url id
    schultzit
  • Twitch.Tv
    schultzit

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. schultzit

    Odd error with multimaterial shader

    Hello! Yeah that format is way more readable, unfortunately that didnt solve my issue :( Thanks anyways
  2. schultzit

    Odd error with multimaterial shader

    UV SET 0 (I selected the multimat parts): UV SET 1:
  3. schultzit

    Odd error with multimaterial shader

    Ah here's thethe difference LightMaps _AS - ambient shadow texture contains stored information "how much ambient light is in given place'. White color means full ambient lighting. 0 means none.In fact only channel which is taken advantage of is G - it's thus important that information is correctly in him. Rest of channels doesn't matter and anything can be placed there (may be same as in G). _ADS - similar map like previous with difference that channel B (blue) keeps information about diffusion shadow. That one will be used when normal shadows aren't (either they off or too far). Green will have to be brighter to match the results AS would give you (~150%? ~40% gamma).
  4. schultzit

    Odd error with multimaterial shader

    Thanks for your support PuFu and Sixteen! The two uv sets look fine, if they were fubared I would have seen the same problem in buldozer - but it works in buldozer! PuFu- I'm at work now, but I'll upload the textures later. I always used_as for my multimats, what's the difference?
  5. Hello! I'm banging my head on the wall on a particular model that's got a strange error. This is how the model looks in buldozer - all fine!: this is how it looks in game (ouch): it looks like the multimat .rvmat doesnt work in game for some reason I can't seriously figure out. the rvmat: ambient[]={0.57500011,0.57500011,0.57500011,1}; diffuse[]={0.57500011,0.57500011,0.57500011,1}; forcedDiffuse[]={0,0,0,0}; emmisive[]={0,0,0,1}; specular[]={0.31700015,0.31700015,0.31700015,1}; specularPower=35.5; PixelShaderID="Multi"; VertexShaderID="Multi"; class TexGen0 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen1 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen2 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen3 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen4 { uvSource="tex1"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen5 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen6 { uvSource="tex"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class TexGen7 { uvSource="tex1"; class uvTransform { aside[]={1,0,0}; up[]={0,1,0}; dir[]={0,0,1}; pos[]={0,0,0}; }; }; class Stage0 { texture="2017\map_data_2017\textures\concrete_dirty_slabs_co.paa"; texGen="0"; }; class Stage1 { texture="2017\buildings2_2017\ind_estate\data\ind_estate_building_roof_co.paa"; texGen="1"; }; class Stage2 { texture="2017\buildings2_2017\ind_estate\data\ind_estate_building_brick_co.paa"; texGen="2"; }; class Stage3 { texture="a3\structures_f\data\metal\metal05_co.paa"; texGen="3"; }; class Stage4 { texture="2017\buildings2_2017\ind_estate\data\ind_unit_ext_mask.paa"; texGen="4"; }; class Stage5 { texture="#(argb,8,8,3)color(0.5,0,1,1,DTSMDI)"; texGen="5"; }; class Stage6 { texture="2017\buildings2_2017\ind_estate\data\ind_estate_building_roof_smdi.paa"; texGen="6"; }; class Stage7 { texture="2017\map_data_2017\textures\terraced_house_brick_dtsmdi.paa"; texGen="7"; }; class Stage8 { texture="#(argb,8,8,3)color(0.5,0,1,1,DTSMDI)"; texGen="3"; }; class Stage9 { texture="2017\buildings2_2017\ind_estate\data\ind_unit_ext_mc.paa"; texGen="4"; }; class Stage10 { texture="2017\buildings2_2017\ind_estate\data\ind_est_as.paa"; texGen="4"; }; class Stage11 { texture="a3\structures_f\data\concrete\concrete_old_nohq.paa"; texGen="0"; }; class Stage12 { texture="2017\buildings2_2017\ind_estate\data\ind_estate_building_roof_nohq.paa"; texGen="1"; }; class Stage13 { texture="2017\map_data_2017\textures\terraced_house_brick_nohq.paa"; texGen="2"; }; class Stage14 { texture="#(argb,8,8,3)color(0.5,0.5,1,1,NOHQ)"; texGen="3"; }; does anybody have any idea? There's no missing files since PBOProject packs it with no errors... Nothing in the RPT aswell. Thanks in advance ;)
  6. schultzit

    2017mod - full conversion mod

    and more pics will follow, stay tuned!
  7. schultzit

    2017mod - full conversion mod

    A small update on our vehicle addons system: http://imgur.com/a/FltqR
  8. Amazing! been playing Verdun game a lot lately, but I would love a more simulative approach. If you need help with 3d modelling or terrain editing, I can help you in my spare time from 2017
  9. schultzit

    2017mod - full conversion mod

    No Arma mod is complete without a fire station! .... and we have one + there's a new village: Nechells
  10. schultzit

    2017mod - full conversion mod

    Thanks! We didn't really think about your question yet, but it's something well need to consider further down the line Inviato dal mio SM-N910F utilizzando Tapatalk
  11. schultzit

    2017mod - full conversion mod

    The airport area is coming up nicely!
  12. schultzit

    2017mod - full conversion mod

    We opened our own Discord server! Come chat with us! https://discord.gg/0b7cH0bprqw784bZ
  13. Hey didnt check it out yet, do you need some texturing done by any chance?
×