Is there another new version of modded ksEditor I don't know about?
Recently I downloaded a new mod, tried to edit it for personal use but ksEditor immediately closes right after I open the FBX file, after looking into the car's persistence file, I found some shader names I've never seen before and vanilla ksEditor definitely doesn't have those shaders/values.
Example:
Code:
[MATERIAL_#]
NAME=(random material name)
SHADER=ksPerPixelMultiMap_emissive
ALPHABLEND=0
ALPHATEST=0
DEPTHMODE=0
VARCOUNT=34
VAR_0_NAME=emMirrorDir
VAR_0_FLOAT1=0
VAR_0_FLOAT2=0, 0
VAR_0_FLOAT3=0, 0, 0
VAR_0_FLOAT4=0, 0, 0, 0
VAR_1_NAME=emMirrorOffset
VAR_1_FLOAT1=0
VAR_1_FLOAT2=0, 0
VAR_1_FLOAT3=0, 0, 0
VAR_1_FLOAT4=0, 0, 0, 0
VAR_2_NAME=emAlphaFromDiffuse
...
Now...
emMirrorDir,
emMirrorOffset and
emAlphaFromDiffuse are values I've never seen before.
And there's another shader called "
ksPerPixelMultiMap_AT", I believe it was these two (and there's probably more) that caused ksEditor to freak out.
After inspecting, I do have these shaders inside my sdk/editor/system/shaders folder, but never used them because neither modded ksEditor v6 nor vanilla ksEditor has them in the shader drop-down menu, which means there must be a new version floating somewhere that's capable of loading these "new" shaders.