PDA

View Full Version : Config GUI Release


Tim NL
17th July 2009, 20:29
Hi all,

I updated the config GUI to Version 1.0.7 to setup your server(s).

Last changes
Ver.1.0.5 The track selector works now ok. ( old version had a small bug with the reverse tracks ).
Ver.1.0.5 The car selector is improved. You can now select now any car combination. Like GTR-XRR gives FXR+FXR or TBO+FZ5
Ver.1.0.5 Just make a selection of the cars you want and press the SET button.
Ver.1.0.7 You can now also select the missing tracks BL3 AU1 AU2 AU3 AU4
Ver.1.0.7 You can now choice between Laps/Hours races.
Ver.1.0.7 Fixed some little bugs.

LFSLapper Version
I have tested this GUI on LFSLapper 5.844 and 5.845 and works fine.

Install
Replace the guiconfig.lpr file in your working dir ..\bin\default\includes

To use the GUI ingame be sure that your username is in the admin.txt file and just type !gui

Fire_optikz001
18th July 2009, 00:34
Yay but still didnt solve my bug
... found the bug
on the lapper start urs was not correct so what i did was copy it from the lpr
Then it worked =)

Gai-Luron
18th July 2009, 10:07
Hello,

Can you explicit where exactly the bug

Thank's


Gai-Luron

Tim NL
18th July 2009, 12:19
Hello,

Can you explicit where exactly the bug

Thank's

Gai-Luron

Hi,
When the Gui104 startup it do not detect with track is active but starts always with BL1.
Now it detect what the current track is when the GUI start up and shows the correct one.

And there is a small cosmetic bug when you sellect a reverse track button (example BL1 and Reverse) and when you sellect a other track ( example KY1 ) the reverse button of BL1 will not moved to KY1.

Both works fine in version Gui104b and in Gui105.
In Version Gui105 is also the car selector improved.

Fire_optikz001
19th July 2009, 02:04
Hello,

Can you explicit where exactly the bug

Thank's


Gai-Luron

the original one had Sub OnLapperStart_config_Gui()

and in my lpr i had

IF ( $enable_config_gui == "true" )
THEN
OnLapperStart_Gui();
ENDIF

easy fix

i also got a request for autocross tracks i think that this would come in handy for a few people

Gai-Luron
19th July 2009, 09:38
Hello,

You use an old lfslapper.lpr. In the last release the script is good ;)

Gai-Luron

to Tim NL: Change the firts post when you do a new release. I referenced your script in script database ;)

Fire_optikz001
20th July 2009, 06:44
ye i noticed that now after a whole day of transfering to 5.844 it works nice

will u be adding the au tracks in ur next release Tim?

sinanju
21st July 2009, 13:18
Hi Tim

Using your !gui, which is great.

However, at end of your script regarding the 'Drifting Options' section, you are still using the old lapper way of scripting.

e.g.

Event OnDriftPB() # Player event
IF( $GUI_drift == "yes" )
THEN
cmdLFS( "/msg " . GetCurrentPlayerVar("Nickname") . "^3 made new PB: ^7" . GetCurrentPlayerVar("DriftScore") . " ^3pts!" );
ENDIF
EndEvent

This should (probably) be

Event OnDriftPB() # Player event
IF( $GUI_drift == "yes" )
THEN
globalMsg( langEngine( "%{main_newdriftpb}%" , GetCurrentPlayerVar("Nickname"),GetCurrentPlayerVar("DriftScore")));
ENDIF
EndEvent

Tim NL
21st July 2009, 14:02
Hi,
Im busy with a multi language GUI with also the missing tracks BL3 AU1 AU2 AU3 AU4.
I will also update the drift part.

New version works with LFSLapper 5.844 and use the new lappervars getLapperVar( "RaceLaps" ); and getLapperVar( "QalMins" ); to set automatic the Qual time and number of race laps.

I dont know when ready because i need to find some time to finish it :schwitz:. ( im a bit busy at the moment)

Fire_optikz001
26th July 2009, 04:10
sounds great. i would assume ur a busy man so no rush.

Fire_optikz001
3rd September 2009, 04:10
hows this been going?

Tim NL
7th September 2009, 15:19
ConfigGUI is update to version 1.0.7. (See first post )

Last changes
Ver.1.0.7 You can now also select the missing tracks BL3 AU1 AU2 AU3 AU4
Ver.1.0.7 You can now choice between Laps/Hours races.
Ver.1.0.7 Fixed some little bugs.

Fire_optikz001
7th September 2009, 16:20
Nice Work

dragon13
27th October 2009, 22:59
how can i use this gui when i am ingame ??:shy:

Edit: found it my self [!gui]

Fire_optikz001
3rd January 2010, 22:45
hey tim im thinking of realeasing my version if its ok with u it has modes instead of drift on|drift off it now has Mode Race|Drift|Cruise|ect.

Krayy
4th January 2010, 05:14
If you're going to update this, could you please remove the lines that force the laps/weather/quali etc to the defaults when lapper restarts as it is a pain in the butt. Or at least make it a selectable option tat can be stored in the DB (using setstoredvar).

If you need a hand on doing that, I'm happy to lend it.

Tim NL
4th January 2010, 10:40
hey tim im thinking of realeasing my version if its ok with u it has modes instead of drift on|drift off it now has Mode Race|Drift|Cruise|ect.

If you're going to update this, could you please remove the lines that force the laps/weather/quali etc to the defaults when lapper restarts as it is a pain in the butt. Or at least make it a selectable option tat can be stored in the DB (using setstoredvar).

If you need a hand on doing that, I'm happy to lend it.

Hi,
I have wrote a new Config GUI with lots of updates .
The track sellector is renewed. ( i added Rockingham but i dont know how many configs this track have yet.)

A little bit a different layout.
Its easy to add new cars if there new cars come in LFS.
Its now posible to set a server public or private. And you can set a guest password.

I will both request add to the new version of Config GUI too.:D

Fire_optikz001
5th January 2010, 01:41
Hi,
I have wrote a new Config GUI with lots of updates .
The track sellector is renewed. ( i added Rockingham but i dont know how many configs this track have yet.)

A little bit a different layout.
Its easy to add new cars if there new cars come in LFS.
Its now posible to set a server public or private. And you can set a guest password.

I will both request add to the new version of Config GUI too.:D
yes i love the new layout it is pretty nice