Hi Eliot!
Thanks for your wonderfull tool.
I'd like to report an issue.
All the #EXEC and // (coments) lines are not decompiled/shown by UExplorer.
I'm using UExplorer on .u files made to UT2004.
Example:
Result with UExplorer:
class VVMut extends Mutator
hidecategories(Movement,Collision,Lighting,LightColor,Karma,Force);
Result with WoT Greal Advanced Exporter:
class VVMut extends Mutator;
#exec OBJ LOAD FILE=TEXTURES\ColorVehicleSkins.utx PACKAGE=VividVehiclesv1_1.ColorVehicleSkins
Is there a way to fix it?
Thanks in advance!
Thanks for your wonderfull tool.
I'd like to report an issue.
All the #EXEC and // (coments) lines are not decompiled/shown by UExplorer.
I'm using UExplorer on .u files made to UT2004.
Example:
Result with UExplorer:
class VVMut extends Mutator
hidecategories(Movement,Collision,Lighting,LightColor,Karma,Force);
Result with WoT Greal Advanced Exporter:
class VVMut extends Mutator;
#exec OBJ LOAD FILE=TEXTURES\ColorVehicleSkins.utx PACKAGE=VividVehiclesv1_1.ColorVehicleSkins
Is there a way to fix it?
Thanks in advance!