Topic: Game speed control in options menu

Hi!

I was wondering, there is the option for game speed in the ufe global configuration panel, is there a way to implemement this option in the game's option menu? Like in old SNES street fighter games? Not leaving it absolutely open, but let's say with 3 speeds available (for the game to run at 1.1,1.2,1.3 speed maybe.)

Some poeple like their fighting games faster, but we don't want to tweek everything again... And of course, some people want it the way it is.


Thanks!

Me encontraste en un negro camino como un peregrino sin rumbo ni fe, pero la luz de tus ojos divinos cambió mi suerte por dicha y placer.

Re: Game speed control in options menu

I haven't tried it but you could probably add that functionality to the current options menu script.  It sounds as simple as creating a ui slider and assigning game speeds to certain values on the slider.  You just have to find where the game speed variable is in the source code and chain it to the newly created slider.  Again I haven't tried it this is just speculation.