LogicAndTrick / sledge

An open source alternative to Valve's Hammer Editor for the Goldsource engine. (No longer in development)
https://logicandtrick.github.io/sledge/
BSD 3-Clause "New" or "Revised" License
304 stars 82 forks source link

Allow non power-of-two grid sizes #201

Open ottworks opened 9 years ago

ottworks commented 9 years ago

I want to use Sledge for Unreal Engine 4, however UE4 uses a base 10 grid size and Source uses base 2. Could you simply stop the grid size box from rounding to the nearest power of two?

Grocel commented 9 years ago

Does Sledge even work on UE4 engine maps?

ottworks commented 9 years ago

It can export to obj so I don't see why not.

HeadClot commented 7 years ago

You can use an 3rd party importer called HammUEr. It imports source engine maps and I think gold source maps as well as quake maps.

I have not tried it with Sledge yet.