UnrealKaraulov / newbspguy

Goldsrc map viewer/editor without decompiling. Also can view .MDL models.
The Unlicense
63 stars 13 forks source link

Rotate map doesn't rotate directional entities #110

Open Goggen240 opened 6 months ago

Goggen240 commented 6 months ago

If you try to rotate map, some moving entities (func_doors, func_rotating for instance) aren't rotated with the level. It's fixable manually for func_rotating by swapping X and Y axis flag, and if the level is rotated 180° by inverting the angle (from 43 to -43 for instance). I had less luck with func_doors, probably because it says angles is not supported.