(08-25-2012, 03:11 AM)Enxaqca Wrote: Hi Eliot!Right click the class in UE Explorer and select "View Script".
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!
#exec lines don't exist once compiled, the only way to see them is by viewing the exported Script object.