Perf4mo Posted September 16, 2017 Share Posted September 16, 2017 (edited) Quote road1 = createObject ( 1780, 171.085, -217.559, 1200.0, 0, 0, 0 ) lod_road1 = createObject ( 1674, 171.085, -217.559, 1200.0, 0, 0, 0, true ) setLowLODElement ( LAdtbuild10_LAn , lod_refthinchim1 ) road2 = createObject ( 1782, 171.768, 66.241, 1203.797, 0, 0, 0 ) lod_road1 = createObject ( 1678, 171.768, 66.241, 1203.797, 0, 0, 0, true ) setLowLODElement ( LAdtbuild10_LAn , lod_refthinchim1 ) road3 = createObject ( 1785, -155.979, 161.166, 1204.672, 0, 0, 0 ) lod_road1 = createObject ( 1680, -155.979, 161.166, 1204.672, 0, 0, 0, true ) setLowLODElement ( LAdtbuild10_LAn , lod_refthinchim1 ) road4 = createObject ( 1787, -156.828, -229.766, 1193.441, 0, 0, 0 ) lod_road1 = createObject ( 18549, -156.828, -229.766, 1193.441, 0, 0, 0, true ) setLowLODElement ( LAdtbuild10_LAn , lod_refthinchim1 ) how to do it doublesided? Edited September 16, 2017 by Perf4mo Link to comment
Mr.Loki Posted September 16, 2017 Share Posted September 16, 2017 If you didn't kno there's a search function on the wiki. setElementDoubleSided Link to comment
Perf4mo Posted September 16, 2017 Author Share Posted September 16, 2017 11 minutes ago, Mr.Loki said: If you didn't kno there's a search function on the wiki. setElementDoubleSided I'm a noob in scripting, I want to doublesided and lods Link to comment
Mr.Loki Posted September 16, 2017 Share Posted September 16, 2017 road1 = createObject ( 1780, 171.085, -217.559, 1200.0, 0, 0, 0 ) lod_road1 = createObject ( 1674, 171.085, -217.559, 1200.0, 0, 0, 0, true ) setLowLODElement ( road1,lod_road1 ) Link to comment
Perf4mo Posted September 16, 2017 Author Share Posted September 16, 2017 2 minutes ago, Mr.Loki said: road1 = createObject ( 1780, 171.085, -217.559, 1200.0, 0, 0, 0 ) lod_road1 = createObject ( 1674, 171.085, -217.559, 1200.0, 0, 0, 0, true ) setLowLODElement ( road1,lod_road1 ) How to turn it on doublesided with this code Link to comment
Mr.Loki Posted September 16, 2017 Share Posted September 16, 2017 With the link i sent above. You can click the word. Link to comment
Perf4mo Posted September 16, 2017 Author Share Posted September 16, 2017 14 minutes ago, Mr.Loki said: With the link i sent above. You can click the word. i want in .lua file not .map Link to comment
Mr.Loki Posted September 16, 2017 Share Posted September 16, 2017 It does exactly that lol Did u read the page? Link to comment
Perf4mo Posted September 16, 2017 Author Share Posted September 16, 2017 1 minute ago, Mr.Loki said: It does exactly that lol Did u read the page? object in a map file. in wiki Link to comment
Mr.Loki Posted September 16, 2017 Share Posted September 16, 2017 Read the syntax to know how to use the function. Link to comment
koragg Posted September 17, 2017 Share Posted September 17, 2017 setElementDoubleSided(road1, true) Link to comment
Perf4mo Posted September 17, 2017 Author Share Posted September 17, 2017 10 hours ago, koragg said: setElementDoubleSided(road1, true) thx Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now