it's supposed to show up in the ACTV Info. A picture on the top-left. Right above the picture of the brandI'm having this same issue. Don't suppose you found out how to resolve it did you?
unrelated to what I'm looking to do !?Why do you want to change the Python file? Just open the app "ACTV CP Config" and change the first number.
hehehe, no probMy bad ... twice. Didnt read properly.
Goto "apps\python\actv_competizione\", open "config.ini" and change "num_cars_tower = 3" manually. Works on my side with a quick test.
self.spin_num_cars = ac.addSpinner(self.window.app, "Number cars tower")
ac.setRange(self.spin_num_cars, 6, 80)
oh yeah, niceWell, so let's change that. Shall we?
Open "configuration.py" in folder "apps\python\actv_competizione\apps_competizione\", search for
and change the second line to "self.spin_num_cars, 3, 80".Code:self.spin_num_cars = ac.addSpinner(self.window.app, "Number cars tower") ac.setRange(self.spin_num_cars, 6, 80)
Afterwards you can always decrease to three players with the ingame configuration.