HydrogensaysHDT Posted February 25, 2014 Posted February 25, 2014 Ordering Independent Transparency plugin for skyrim using depth peeling algorithm. Only layers is fixed. Object under water still cannot be draw because they aren't draw together, and I can't find out a signal which indicate water will be drawn next. Lighting with a point light with shadow and shadow were't fixed because I can't find out where to calcurate if a object effect by a light. http://pan.baidu.com/s/1jGyWxfw#dir/path=%2FhdtSkyrimOIT use as a proxy library for enb. don't close the enb effect(shift+f12 etc.) because we need the position info from enb while peeling. and about hdtSkyrimOIT.ini [Proxy]ProxyLibrary = ;Same as the one in enb [OIT]MaxLayerCount = 4 ;Layers more than this will be ignored. larger=better but slower. at least 2.IgnoreNonZObject = true ;Object without SLSF2_ZBuffer_Write will be drawn first. Faster but may cause them wrongly occluded.[sMAA] ;A smaa before UI rendered so it will not blur the texts. Same as what in sweetfxEnable = trueThreshold = 0.05MaxSearchSteps = 96MaxSearchStepsDiag = 18CornerRounding = 0 For Modders: Only object with these properties will effect by the plugin 1、SLSF1_ZBuffer_Test, SLSF2_ZBuffer_Write2、NiAlphaProperty:Enable Blending = true, Source Blend Mode = SrcAlpha, Destination Blend Mode = InvSrcAlpha(4845 etc) Others transparent objects just simply drawn after OIT object(some will before that if IgnoreNonZObject=true) ======================Update 0.2======================= some meanless optimize =======================Update 0.1====================== recompiled with /MTd so MSVC restribution 2012 x86 may not longer needed Fixed some wrong sampler state.(thanks for narphous) Original Post: http://bbs.3dmgame.com/thread-4226834-1-1.html Older version can be found on Nexus: http://www.nexusmods.com/skyrim/mods/51505/? credits: "Uses SMAA. Copyright © 2011 by Jorge Jimenez, Jose I. Echevarria, Tiago Sousa, Belen Masia, Fernando Navarro and Diego Gutierrez." http://www.iryoku.com/smaa/ LACE!!!LACE!!!LACE!!! hdtSkyrimOIT.7z
lordofthedread Posted February 25, 2014 Posted February 25, 2014 Looking forward to see outfits using this
bob11 Posted February 25, 2014 Posted February 25, 2014 Is there a mod where you can see and test the plugin or is it more of a new tool to create things?
HydrogensaysHDT Posted February 25, 2014 Author Posted February 25, 2014 Is there a mod where you can see and test the plugin or is it more of a new tool to create things? Any cloth with more than one layer transparency.
bob11 Posted February 25, 2014 Posted February 25, 2014 Are there any settings in enb that should be tweaked? Using the default hdtskyrimoit settings causes the screen to black out whenever an NPC wearing transparent clothes is about to enter the fov. EDIT: /facepalm skyrin... I meant screen
HydrogensaysHDT Posted February 26, 2014 Author Posted February 26, 2014 Are there any settings in enb that should be tweaked? Using the default hdtskyrimoit settings causes the skyrin to black out whenever an NPC wearing transparent clothes is about to enter the fov. try enb more than 240. hdtSkyrimOIT use the position info which generate by enb(VSOutput v11 : BINORMAL), I don't know whether it exists in older cores.
bob11 Posted February 26, 2014 Posted February 26, 2014 Are there any settings in enb that should be tweaked? Using the default hdtskyrimoit settings causes the screen to black out whenever an NPC wearing transparent clothes is about to enter the fov. try enb more than 240. hdtSkyrimOIT use the position info which generate by enb(VSOutput v11 : BINORMAL), I don't know whether it exists in older cores. Already using 250, I'll try 251 just in case.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.