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

Fix texture issues #4

Open
stingray300k opened this issue Jun 6, 2021 · 1 comment
Open

Fix texture issues #4

stingray300k opened this issue Jun 6, 2021 · 1 comment

Comments

@stingray300k
Copy link
Owner

Right now, exported standard Q3 maps converted via q3map2 open fine in NetRadiant, but moving a wall makes it crash because it can't handle the texture transform. So something is wrong. Could be just that standard Q3 textures aren't fully supported by io_export_qmap => try using qbsp to convert from Valve220 to Brush Primitves.

@stingray300k
Copy link
Owner Author

qbsp from ericw-tools automatically repairs the texture projection from both Valve220 and Quake Standard maps when converting to BP. The resulting maps no longer make NetRadiant crash when moving brushes around, which is great. So, for the time being, there should be another path in the addon preferences pointing to an ericw-tools installation, which can be used to post-process the map automatically.

After that, the next step would be whether actual texture projections (the ones that made NetRadiant crash were io_export_qmap's "dummy" projection for meshes without any UV maps defined!) work.

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