[UDMF] Floor scrolling in wrong direction.

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [UDMF] Floor scrolling in wrong direction.

Re: [UDMF] Floor scrolling in wrong direction.

by Amuscaria » Thu Aug 16, 2018 9:17 pm

Oh well, I'll just remove the part of the map that needs it. Thanks. :)

Re: [UDMF] Floor scrolling in wrong direction.

by Graf Zahl » Wed Aug 15, 2018 4:45 pm

As expected. Too bad that I don't really know what to do about it, it's a design flaw in how the transformation is set up and this cannot easily be undone

Re: [UDMF] Floor scrolling in wrong direction.

by Amuscaria » Wed Aug 15, 2018 4:18 pm

Just tested with Boom Scrollers. Has the same bug.

Re: [UDMF] Floor scrolling in wrong direction.

by Graf Zahl » Mon Aug 13, 2018 4:09 am

Does this also happen with Boom scrollers?

The problem here is obvious: The scroll offset is applied to the texture before rotating it. Sadly the entire implementation of texture translations wasn't done that well. The order of operations is not really what one would expect from how rotation is done normally...

Re: [UDMF] Floor scrolling in wrong direction.

by Amuscaria » Fri Aug 03, 2018 1:39 pm

Re: [UDMF] Floor scrolling in wrong direction.

by Graf Zahl » Fri Aug 03, 2018 12:26 am

Post an example map, please!

[UDMF] Floor scrolling in wrong direction.

by Amuscaria » Thu Aug 02, 2018 11:37 pm

The scrolling floors using specials 201+ will scroll in the wrong direction, but still carry in the right direction, of the floor texture is rotated in UDMF. e.g. if I turned the floor texture 180 degrees, the texture will scroll opposite to the direction it's carrying.

Top