Title Screen Background Scrolling

Status
Not open for further replies.
Is there some way to make the title screen background (which I believe scrolls from left to right) to scroll backwards?
 
It looks like setting titlescrollspeed to a negative value- which you'd assume would reverse scrolling, crashes the game
Looking at f_finale.c, it doesn't look like the game supports this
 
Hold on, I'm terribly mistaken...

https://wiki.srb2.org/wiki/MainCfg said:
TitleScrollSpeed sets the speed at which to scroll the title screen rightwards. 1 speed is equal to 1/16 of a pixel per tic. To get a speed of 4 pixels per tic, multiply the desired number of pixels per tic by 16. This integer does not support negative values. In order to make the title screen scroll the opposite direction, multiply the width of the title screen by 16 and subtract your desired speed - this will make the title screen appear to be scrolling the other direction when it is actually just travelling ridiculously fast.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top