Easy View Un-encrypted EV2 Files?

Real-time 3D simulation

Moderators: TomHat, simonB

beathousepro
Posts: 47
Joined: Sat May 18, 2019 3:46 am
Operating System: Windows
Location: North Carolina, USA
Contact:

Easy View Un-encrypted EV2 Files?

Post by beathousepro »

Trying to script out some of the Easy 3D View files. There's one demo file that is unencrypted and human readable, but whenever I save the file, the software appears to encrypt the file and can no longer edit it by hand. How can I keep the file in a human readable state so that I can do a rough design with all my desired pieces without having to use the designer?

Example starting file:

Code: Select all

<EV2FILE VERSION="2" TYPE="EV2" VERSION_SOFT="">
    <CONFIGURATION AMBIENT="0.3" BEAMS="0.25" FOG="0" QUALITY="32" SCENESIZEX="2000" SCENESIZEY="700" SCENESIZEZ="2000"/>
    <OBJECTS>
         <OBJECT NAME="Objects" TYPE="0" SELECTABLE="1" VISIBLE="1" LOCK="0" POSITION="0,0,0" ROTATION="0,0,0" ROTATIONOFFSET="0,0,0" SCALE="1,1,1">
            <OBJECT3D NAME="Stairway" TYPE="1" SELECTABLE="1" VISIBLE="1" LOCK="0" POSITION="450,144,606" ROTATION="0,-90,0" ROTATIONOFFSET="0,0,0" SCALE="1,1.00097,1" CULLING="0" FILE3D="./Library/Construction/Stairs/Stairway.x"/>
            <OBJECT3D NAME="rect 75x100x200" TYPE="1" SELECTABLE="1" VISIBLE="1" LOCK="0" POSITION="-7,90,474" ROTATION="0,0,0" ROTATIONOFFSET="0,0,0" SCALE="4,2.4,4" CULLING="0" FILE3D="./Library/Construction/rect 75x100x200.x"/>
        </OBJECT>
    </OBJECTS>
</EV2FILE>


Is there any way to edit the file from a text editor after I save in Easy View 2?