The online racing simulator
Searching in All forums
(337 results)
Tomfuel
S3 licensed
fox - #94 / #97 / #100
Tomfuel
S3 licensed
#98 GUM Garage Derinus Skin
Tomfuel
S3 licensed
RB4 #94 of [GUM]Kingofice (awaiting his subscription in the google doc)
Tomfuel
S3 licensed
my #97 RB4 Skin
Tomfuel
S3 licensed
here is my Skin #97 for UF1 race
Tomfuel
S3 licensed
last update, team members consider 45sec is not enough penalty , especially in case of enduro race,
so the question is always active :
how to give more than 45sec penalty on car-reset ?

2 x 45sec penalty would be good, how to do that please ?Uhmm

thanks a lot
Tomfuel
S3 licensed
finally, i think 45sec is a sufficient penalty, due to additional lost time in crash ..
i rule like that for the incoming enduro
thanks for your thoughts Wink


no, it's not enough ... see message below
Last edited by Tomfuel, .
more penalties on car reset
Tomfuel
S3 licensed
hi,
i plan an enduro race and i use the carreset penalties, but i think car reset is not enough rude for en enduro race

only 1 car reset is allowed on the race, so drivers must try to join their pit by any possible before use it

consider the fact a car reset give you brand new tyres and repair damage, i need to give more than a Stop & Go
i consider SG + 45sec is more realist for a race

because, i do not want foxy drivers who calculate that a Stop&Go is very shorter in time than a tyres change or repair and so Carreset will be used like a rule-hacking ...

so i have that in Lapper.lpr : (V6)
Quote :Sub ApplyCarResetPenalty( $userName )
IF( GetCurrentPlayerVar( "LapsDone" ) > 0 )
THEN
IF( getLapperVar( "RaceLapsLeft" ) <= 1 )
THEN
cmdLFS( "/p_30 " . GetCurrentPlayerVar( "UserName" ) );
ELSE
cmdLFS( "/p_sg " . GetCurrentPlayerVar( "UserName" ) );
ENDIF
ENDIF
EndSub

and these lines in V7 :
Quote :Sub ApplyCarResetPenalty( $userName )
IF( GetCurrentPlayerVar( "LapsDone" ) > 0 )
THEN
IF( getLapperVar( "RaceLapsLeft" ) <= 1 )
THEN
cmdLFS( "/p_30 " . GetCurrentPlayerVar( "UserName" ) );
ELSE
cmdLFS( "/p_dt " . GetCurrentPlayerVar( "UserName" ) );
ENDIF
ELSE
IF( getLapperVar( "RaceLapsLeft" ) > 1 )
THEN
cmdLFS( "/p_sg " . GetCurrentPlayerVar( "UserName" ) );
ENDIF
ENDIF
EndSub

how to give SG + 45sec please ? Smile
Tomfuel
S3 licensed
Ya right wow !! very impressive ; it works so well Thumbs up
me and the GUM garage member are really happy and thanks to you for this very fast reacting coding answer ! Hug

omg ! we 'll have more immersive Nascar and Oval events now !! 1000thanks Boss ! Omg omg omg

LFSLFSLFS


yyyyhaaa ! Na-na
Tomfuel
S3 licensed
i follow your instructions and it works ! wow Big grin

now i need to reach next level :
- blinking lights yellow (main & startlights) for yellow flag advertising
- fix light yellow on startlights autocross object (or red for main) for "ready ? prepare to continue race"
- fix green light on all lights for "green flag"
+ RCM message for each lights status (" YELLOW FLAG " / "READY ? SAFETY CAR IN PIT" / " GREEN FLAG - GO ! ")

all these 3 lights setting must be triggered by a simple command wich could be assigned to a key Smile

for example : Dekojester has a app to do that and triggered just by pressing command "@green", "@yellow" or "@green"

here is the point where i am blocked (i am not a coding master Confused ) : you 'll find a layout wich is working with the lpr above

i especially need this function for oval events we organize at GUM Garage !LFS
i organise but also manage the GUM team and run the race, so the key press is the solution for controlling Lights and restart
Last edited by Tomfuel, .
Tomfuel
S3 licensed
thanks, i must replace each line beginning globalrcm by your line openprivbutton and change n° rcm_smess
and it works
Tomfuel
S3 licensed
thanks for your fast answer Sinanju but unfortunaly, no lines as you wrote are in the racecontrol.lpr

i find line little similar :
----------------------
Quote :Sub GoRCMglobal( $Admin Message,$text )
closePrivButton ("rcm_instruct&rcm_privmsginst&rcm_closeinstruct&rcm_teammsginst&rcm_queryback&rcm_priv&rcm_closercm&rcm_global");
GlobalRcm( "^1Admin: ^6" . $text );
EndSub

Sub DoRCcloseinstruct( $KeyFlags,$id )
closePrivButton ("rcm_instruct&rcm_privmsginst&rcm_closeinstruct&rcm_teammsginst&rcm_queryback&rcm_priv&rcm_closercm&rcm_global");
EndSub

Sub DoRCsmess1( $KeyFlags,$id )
$Host = getLapperVar( "HostName" );
closePrivButton ("rcm_queryback&rcm_instruct&rcm_closeinstruct&rcm_privmsginst&rcm_teammsginst");
openPrivButton( "rcm_smess",30,38,140,16,1,5,0, langEngine( "%{rcm_smess1}%"),$Host);
EndSub

Sub DoRCsmess2( $KeyFlags,$id )
closePrivButton ("rcm_queryback&rcm_instruct&rcm_closeinstruct&rcm_privmsginst&rcm_teammsginst");
globalRcm( langEngine( "%{rcm_smess2}%" ));

---------------
do you think it's line in Bold wich is concerned for duration ? i see the "5seconds" you was talk about ...
Tomfuel
S3 licensed
hello Sinanju, it's very usefull tool for my brefing before races, but i do not find the way to control the display time of RCMmessage, it seems to be set on 5sec (but not sure) is that a line or command in RCM.lpr or global in lapper.lpr ?
when i manually display a rcm message , it stay on screen until i type a RCC command .. so i think no
The GUM Garage !
Tomfuel
S3 licensed
The GUM Garage !



https://discord.gg/8vbB25V
french & english spoken

also a site/forum with our calendar for events (sprint race sessions, Nascar, enduro, etc ..) :
https://gumgarage.editboard.com/


Join us ! subscribe to our races or join the Team for Fair & Fun races !

our server : GUM GARAGE#01

events examples :
ENDUROS


NASCAR

SPRINT SESSIONS



Join for Races ! Join GUM Garage !
Last edited by Tomfuel, .
Tomfuel
S3 licensed
thanks for quick answer Yisc, but after weeks or research and wasted times, the problem was unsolved.
So RackService give me the proposal to replace 7.0.6.3 by their default 6.0.1.3
Tomfuel
S3 licensed
a friend team has a fully fonctionnal server in RS with 6.0.1.3
version
i want the same ...

RS does not want to change if i can't provide them a download link
Tomfuel
S3 licensed
the problem is unresolved after a total replacement via FTP (7.0.6.3)

i just change the title of the post cause in fact, the qualify stop without any reason after few minutes and race start automatically

i notice 16min30 = 990sec today .. i do not know if it's constant

very sadness
Tomfuel
S3 licensed
when i ask Rackservice to install Lapper a week ago, i specified that i want the latest version

is there a way to know the version of each directory or file in Rackservice ?
Last edited by Tomfuel, .
Tomfuel
S3 licensed
Do you consider that my lapper directory found here V7.0.6.3 is possibly different than the Rackservice.org version ?

what a headache ...Face -> palm
Tomfuel
S3 licensed
Be sure i had search about these words everywhere to try to understand, i do not see ..or i do not understand what is triggered ...
i found something in the .exe but i do not have soft to open it correctly.

thanks Yisc, that will be great if you can take a look at these files

sure there is a clash somewhere.
thanks for your proposal about Welcome screen, i have this one :

sure it's will be great if links Discord or site will be clickable but this is really not my priority.

the priority is to have a Lapper which not start a race unpreviously Schwitz

i pm you to transfer my lapper files
Tomfuel
S3 licensed
Quote from Yisc[NL :;1956248"]Are you sure that is caused by Lapper?
I mean, people can just vote to start a race, which is an LFS function and not a Lapper function.
The code you disabled hasn't got anything to do with starting a race.

globalMsg = messages send to everyone who is on the server
privMsg = messages send to that particular player, who triggered the event

i found this on an another topic with talk about "friendly"

this is not a restart, this is a start, it appears during qualify if a member done a good lap

When we saw this problem, we are 2 on the server : me and a team member which is driving to test
no one vote, i also disable voting in prevision of the race

the member drove a good lap during a qualify session, he got the friendly message rank and suddenly, the race is launch.

many of subscribers to the race who are just here for training warn me for this problem all the day before.

the only way i found to avoid this annoying problem is to shutdown lapper on my serv and just relaunch Lapper 5 minutes before race.

it's really bad, i need welcome text information on our team and orga with links for Discord to drivers who want to race LFS with them.
i need penalties also cause we have serv dedicated for short races all day for fun and promote LFS Wink
Last edited by Tomfuel, .
Tomfuel
S3 licensed
for the moment, i shutdown these lines :

Quote :/*
Event OnPB( $userName ) # Player event
globalMsg( langEngine( "%{main_onnewpb}%" , GetCurrentPlayerVar("NickName"), GetCurrentPlayerVar("Car"),NumToMSH(GetCurrentPlayerVar("LapTime")) ) );
globalMsg( langEngine( "%{main_onnewpb_rank}%" ,GetCurrentPlayerVar("PosAbs") ) );
privMsg( langEngine( "%{main_onnewpb_sesslaps}%" , GetCurrentPlayerVar("SessLaps") ) );
privMsg( langEngine( "%{main_onnewpb_servlaps}%" , GetCurrentPlayerVar("Laps") ) );
privMsg( langEngine( "%{main_onnewpb_avgspeed}%" ,ToPlayerUnit( GetCurrentPlayerVar("AvgSpeed") ),GetCurrentPlayerVar("UnitSpeed") ) );
privRcm( langEngine( "%{main_onnewpb_rank2}%" ,GetCurrentPlayerVar("Car"),GetCurrentPlayerVar("PosAbs") ) );
EndEvent

Event OnPBQual( $userName ) # Player event
globalMsg( langEngine( "%{main_onnewpbqual}%" ,GetCurrentPlayerVar("NickName"),NumToMSH( GetCurrentPlayerVar("LapTime")) ) );
globalMsg( langEngine( "%{main_onnewpbqual_rank}%" , GetCurrentPlayerVar("PosAbs") ) );
privMsg( langEngine( "%{main_onnewpbqual_pos}%" ,GetCurrentPlayerVar("Posqual") ) );
privMsg( langEngine( "%{main_onnewpbqual_pool}%" ,GetCurrentPlayerVar("GroupQual") ) );
privMsg( langEngine( "%{main_onnewpbqual_avgspeed}%" , ToPlayerUnit( GetCurrentPlayerVar("AvgSpeed") ), GetCurrentPlayerVar("UnitSpeed") ) );
privRcm( langEngine( "%{main_onnewpbqual_posqual}%" ,GetCurrentPlayerVar("NickName"),GetCurrentPlayerVar("Posqual"),GetCurrentPlayerVar("GroupQual") ) );
EndEvent
*/

but can't verify if problem is solved
Problem = Qualify stop without reason and race start automatically
Tomfuel
S3 licensed
i must switch off Lapper during the day before an event because, it start automatically the race each time a driver has a friendly message on qualify/training.

please, do you know what lines or command i must change or shutdown ? (in commentary or desactive quote for example)

Thanks a lot, i was on this probleme since yesterday as a simple user Shrug

edit : the problem is more well-identified : in fact, the qualify is stopped after few minutes and race start without reason ...
Last edited by Tomfuel, . Reason : problem cause evolution
Tomfuel
S3 licensed
ok, thanks for the explain !
Tomfuel
S3 licensed
ok ! you are thinking right, i exactly see waht you mean, there is potentially injustice to apply penalties without analyse situation.

thanks for help ! really !
FGED GREDG RDFGDR GSFDG