Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What data can be used with the engine? #2

Open
catalinc404 opened this issue Feb 4, 2022 · 0 comments
Open

What data can be used with the engine? #2

catalinc404 opened this issue Feb 4, 2022 · 0 comments

Comments

@catalinc404
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant