Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: cyclair on August 17, 2020, 12:15:14 PM

Title: Wheel one game
Post by: cyclair on August 17, 2020, 12:15:14 PM
Hello everyone, I have added a "windows game" system with only one game at the moment.

The problem is that when I enter the wheel of the system I have several times the same wheel of the game.

How with a single game with only once the wheel and not several times the wheel of the game in sub-wheel?

thank you in advance.

 :)
Title: Re: Wheel one game
Post by: hermine.potter on August 19, 2020, 05:36:29 AM
That depends on the used layout, because each theme is structured differently.
To remove the Orbit/marquee wheel in layout Robospin, open layout.nut:

serach for :
local wheel_r = [  30,  25,  20,  15,  10,   5,   0, -10, -15, -20, -25, -30, ];
local num_arts = 8;

change to:
local wheel_r = [  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ];
local num_arts = 2;

(https://s12.directupload.net/images/200819/6ucxjvpw.gif)