amishracing
Registered
Thank you for the response, Nibo.
Maybe what you're looking forI need to remove an invalid lap time from the track records section and from the practice session result. Is this possible - if so how can it be done?
cd web2py
start web2py.exe -S r2la -M -R applications/r2la/private/live_timing.py
start web2py.exe -a 'x' -i 127.0.0.1 -p 8000
Yes, if you start second r2la on different port. How to do this is described in my previous post. Or you can use one r2la instance and add second path to your second rFactor2 install ".../Results" folder (needs to be full path) on r2la "Options" page.is it possible to use 2 instances of r2la to record times on both servers?
I don't think I can do more with design if r2la tables don't fit smartphone screen. On 8 inch tablet it looks more or less fine for me, but I don't have smartphone to test.is it possible to optimize the layout of r2la to view it correctly even from a smartphone?
That port is already in use by some other program on your machine.
You need to start web2py on other port. You can do this in 2 ways:
1. Start F2 Log Analyzer ver. 2.058.3x\web2py\web2py.exe and enter some other number in Server Port field. Try 8080, 8100 etc.
2. If you need LiveTiming, then open rF2 Log Analyzer ver. 2.058.35\r2la_live_timing.bat file in text editor and add "-a 'x' -i 127.0.0.1 -p 8000" to last line, file must look like this (enter your new port number after -p):
Code:cd web2py start web2py.exe -S r2la -M -R applications/r2la/private/live_timing.py start web2py.exe -a 'x' -i 127.0.0.1 -p 8000
Where 'x' is a password for web2py and does not really matter.
You will need to enter the same new port number in chrome, like http://127.0.0.1:8080
No, there is no way to reset Dedi mode admin name/password. You will have to un-zip new r2la instance and start it from scratch and enter new name/password in the first form.Two questions, login is failing always, I set it up using a un/pw but it always fails, can I reset this
It does not really matter for r2la whether your championship is online or offline. You just assign results that you want to races that you yourself create in r2la. r2la does not interact with rFactor2 and does not change anything there, it just reads xml log files.Second is how do I set up the championships I want for my offline play?