Skip to content

What data can be used with the engine? #2

@andromeda-strain

Description

@andromeda-strain

What data can be used with the engine, searching the net it seems that the earliest release available is v205.
Trying to load entry.unr from version v205 fails in UModel.cpp serialization load "Leaves"

void UModel::Serialize( FArchive& Ar )
{
guard(UModel::Serialize);

UPrimitive::Serialize( Ar );

debugf("serializing UMODEL: %s %s", GetFullName(), GetPathName());

Ar << Vectors << Points << Nodes << Surfs << Verts << Polys;
Ar << LightMap << LightBits;
Ar << Bounds;
Ar << LeafHulls << Leaves << Lights << LeafZone << LeafLeaf;

Any ideea where to get data corresponding to this code version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions