UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

TechSet Error

broken avatar :(
Created 8 years ago
by MrGVSV
0 Members and 1 Guest are viewing this topic.
2,064 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 21 July 2016
Last active: 8 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
MrGVSV's Groups
MrGVSV's Contact & Social Links
I was trying out blending on some terrain in my map, but when I compile, it's invisible (still there collision-wise, but I can't see it). I blended a custom texture I made (that works on its own) and the okinawa_terrain_dirt_wetdirt_blend.

The Launcher spits out:
Code Snippet
Plaintext
ERROR: Couldn't open techniqueSet 'techsets/l_sm_r0c0_b1c1n1s1_sco.techset'
Cannot create technique set. The offending 2-layer combination is:
wc/custom_carpet_blue_norm
wc/okinawa_terrain_dirt_wetdirt_blend

I checked my techset folder and there is no l_sm_r0c0_b1c1n1s1_sco.techset (closest file was l_sm_r0c0_b1c1n1s1.techset)

Any ideas besides just picking different textures to blend? (The custom carpet really ties the room together.)
Marked as best answer by MrGVSV 8 years ago
broken avatar :(
×
broken avatar :(
Location: gbMilton Keynes
Date Registered: 17 January 2014
Last active: 4 years ago
Posts
6,877
Respect
1,004Add +1
Forum Rank
Immortal
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Signature
If you want scripts / features made for you, then contact me by PM or email / skype etc
it will cost you tho so if you have no intention of reciprocating don't even waste my time ;)
×
Harry Bo21's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Harry Bo21's Contact & Social Links[email protected]HarryBo21HarryBo000
lift the blend texture a unit off the other

it does this for custom blend textures
broken avatar :(
×
broken avatar :(
Location: kh
Date Registered: 9 August 2013
Last active: 5 years ago
Posts
503
Respect
Forum Rank
Zombie Enslaver
Primary Group
Member
×
codmoddd1234's Groups
codmoddd1234's Contact & Social Links

Code Snippet
Plaintext
ERROR: Couldn't open techniqueSet 'techsets/l_sm_r0c0_b1c1n1s1_sco.techset'

Your custom texture is missing a normal map and specular map.
Bottom layer / base texture - Color, normal, specular.
Blend layer. - color and normal

c1n1s1
Color normal specular

Double Post Merge: August 05, 2016, 03:48:34 am
I just re-read your first post. I didnt realize you blended your custom texture onto another _blend texture.

You could make 2 materials that reference the same texture
Ex
Custom_texture
Custom_texture_blend

Or look to see if there is a non blend version of the other texture your using and use it as the base/bottom then put your texture as a blend on top of it.
Last Edit: August 05, 2016, 03:48:34 am by codmoddd1234
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 21 July 2016
Last active: 8 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
MrGVSV's Groups
MrGVSV's Contact & Social Links
lift the blend texture a unit off the other

it does this for custom blend textures

That's clever haha. Anyway, works like a charm so thanks!

 
Loading ...