The online racing simulator
Searching in All forums
(180 results)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from cuni :Oh and when do we have to press the save button, per module when editing or when we finish editing the layout(1 time)? When the edit button is red or white? I just treat it like a cookie clicker

Both should work but when saving while in 'edit' mode, it will probably to be reloaded with the XX or in green...
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Hello,
New version today. Follow the link in the 1st post to get this version.

Release note:
1.0.0.7 - 20220606
[Fix] Gauge init when no value ('--')
[Improved] Predict : precise calculation now (old lap files il ./laps are backward compatible but may be erroneous, deletion recommended)
[Improved] keyboard capture only during 'Edit Mode'
[Improved] better display for some resolutions

Tip for this release:
- Only the exe changes so you can overwrite only it!
- Predict much more precise = the old laps saved in /laps/*.lap remain compatible but with less precise data, deleting these files is advised
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
yes, I thought to capture the keys only in "edit mode" but it means that we won't be able to move or hide the radar while running.
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from cuni :Got some logs from a few errors today.
CompletelyStoped.log and CompletelyStoped2.log means that the user interface stopped showing, had to restart lfs and monitor

errorsButrecovered.log was during a session where multiple times the interface was showing but no numbers displayed. Many errors of the type <class 'ValueError'>, ValueError("could not convert string to float: '--'")

Good luck

Thanks for the logs! I'm looking at...
The 'ValueError' errors are not necessarily serious (yes it can shock but it's a particularity of the language used where the try except are faster than the if...).
You seem to play with the keyboard, don't you ? (I had noticed a problem when you stay pressed on a key, I will already rectify that...)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from SpEeDy A-M :Hey, looking forward to trying this out!

also, Any way to customize size of the GUI screen? For some of us that don't have big screens? Big grin

Thank you.

I'm looking at it right now. Are you using the windows display scaling option (like 125 or 150% or more)?
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from cuni :
-Not clear on how to edit the interface
--Since stay on top was not working, had to figure out that the right click on each module, just disables the name not the module. Then had to figure out that you have to:
----Select the model -> alt tab if on top not working -> disable the checkbox for visible

I tried to quickly make the 2 presentation videos but I didn't have the time to document everything indeed.
What you discovered is correct: left click=select, right click=show/hide title (I will see about other shortcuts). I'll try to provide more info as time goes by...

Do others have the "stay on top" issue that doesn't work (I had tested as well as Tomfuel and ok for us, I want more information to investigate: Windows version, LFS display mode, etc.)


Quote from cuni :
-Not clear on how to save conf for all cars
--Still haven't figured it out, it seems that you have to do for all modules the "save as default", correct?
--On multiplayer servers, when I press "save as default" it returns in the chat "you are not administrator".

"save for this car" = allows to save the layout only for the current car
"save as default" = allows to save this layout for any car for which no specific layout has been saved (because never used yet for example)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Hello,
Update with some feedbacks I saw here or there... available in the link of the 1st post.
(! Only the exe has changed so I advise you to recover only it in order not to lose your current settings !)

1.0.0.6 - 20220602
[Fix] infinite disconnect/reconnect loop when spectate on empty track
[Fix] remove rcm message (Edit Mode), doesn't work if not admin
[Fix] display informations while not on the track
[Improved] Predict, Previous player and Next player - calculation and display
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from regispicanco :...
But when LFS starts, Detect&Monitor gives the following error:
...

Hello,
it's because the application directory is not the active directory so the application can't find its config file (I'll see if I can get the cfg file differently, maybe it would work with a .bat : cd directory then launch exe)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Please read the readme.txt to make the "outgauge" setting (to be done before starting LFS otherwise: setting not taken into account and overwritten when ending LFS)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Sorry juanann, I have fix it some week ago but haven't commit... (done now)
so you can download again or just change :
in insim.py file :
in class IS_MSO(object):

replace :
#self.Msg = struct.unpack('%dsx' % int(self.Size - 9), data[8:])
by :
self.Msg = data[8:].split(b'\x00')[0]
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
last updated "D&M" Zip file here >>>>>> https://kingofice.go.yo.fr/Detect&Monitor.zip

Last edited by KingOfIce, .
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Hello guys !
Here is a small demo of the different modes of Detect :
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Ah ok, I use my version a lot and it works well but it's true that I never used the autocross objects (so probably not good for me either)
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Hello,
You can have a look on mine if you want : https://github.com/KingOfIce77/pyinsim9
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from Scawen :I don't know how many of its functions depend on that direct memory access, in a hypothetical situation of a reduced but more future proof version of LFSLazy that only uses InSim.

Like Clutch slip and Engine damage ? (I try to implement them but can't find them anywhere - Can we imagine this in insim (outsim)?)
Last edited by KingOfIce, .
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Yes, you can use this command in LFS :
/vr=X :off / on / rift / openvr - avoid or enter vr mode
and you can affect this command to a button in option screen
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Quote from Victor :That's added. E.g. https://www.lfs.net/files/vehmods/F3430A?setups

...

Possible to add them in the Main Car setups page too (here : https://www.lfs.net/files/setups), for exemple a new "MOD" column ?
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
1.1.0.5 - 20220426
[Fix] loss of Detect display sometimes
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Ok sorry I added that yesterday.
Don't worry I don't know your password but I guess it only contains numbers... Wink
Fixed in the version now available :

1.1.0.4 - 20220425
[Fix] accepts passwords composed only of numbers
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
1.1.0.0 - 20220424
[New] Initial version released on LFS.net

1.1.0.1 - 20220424
[New] Insim Admin password

1.1.0.2 - 20220424
[Fix] hide the cursor that sometimes appears in game in LFS

1.1.0.3 - 20220425
[Improved] Add V0.7D version
Last edited by KingOfIce, .
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Updated version has been validated so is now available on the link above.
If you need this feature :
Replace "null" in Detect.cfg file by your password (otherwise leave at null value).
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Updated version is in test by Ayoub2016, I release it if it's ok.
KingOfIce
S3 licensed
Online at :
LFSFrance.org #1
Hello Ayoub2016,
I never used this password feature (for insim ? I'm a server admin but I don't need it...).
Where do you set it? (so I can test it before sending a corrected version)
FGED GREDG RDFGDR GSFDG