The online racing simulator
Searching in All forums
(192 results)
Brilwing
S3 licensed
Quote from amp88 :

public void construct(ByteBuffer buffer) throws BufferUnderflowException {
super.construct(buffer);
connectionId = buffer.get();
playerType = buffer.get();;
playerFlags = buffer.getShort();
playerName = getString(buffer, 24);
numberPlate = getString(buffer, 8);
[b]String carName = getString(buffer, 4);
car = Car.getCarByName(carName);[/b]
skinName = getString(buffer, 16);
tyres = new Tyres(buffer);
addedMass = buffer.get();
intakeRestriction = buffer.get();
model = buffer.get();
passengers = buffer.get();
buffer.position(buffer.position()+5);
numberInRace = buffer.get();
buffer.position(buffer.position()+2);
}


changed that the Car.getCarByName() returns null if the carName is not defined instead of the IllegalArgumentException

Quote from amp88 :

isTimedRace(): false
isPractice(): false
geLaps(): -62

I would have expected the results to be:

isTimedRace(): true
isPractice(): false
getLaps(): 4

snip


Thats a bug in jinsim I have fixed now.

Both changes are in the updated jar: http://liveforspeed.at/download/jinsim-0.5rc6.jar

For the other two Issues I have to test it with LFS that I don't have on my computer now, cause I'm working on my Mac.
Last edited by Brilwing, .
Brilwing
S3 licensed
Quote from amp88 :I think I've found a small bug with the split count on AS5/AS5R. The Track class has it as 4 sectors (see first attached screenshot), but in reality it's only 3 sectors (as shown by LFS World, second screenshot). I didn't see any other problems with the sector counts but I haven't checked each one rigorously. Thanks.

Changed AS5 to have 3 sectors and updated the jar: http://liveforspeed.at/download/jinsim-0.5rc6.jar
Brilwing
S3 licensed
Quote from Ramon F. :It's a bug, I'm sure Brilwing will fix it in the next version, but meanwhile you could try this:

Here is a jar with the fix: http://liveforspeed.at/download/jinsim-0.5rc6.jar
Brilwing
S3 licensed
Quote from Trekkerfahrer :
Especially the protests... the admin team will not read spam!

What about that protests can only be placed by the team manager or co-manager. So in the protest thread it is only allowed by this two to post. That will keep the thread clean. Discussion about penalties can be done in another thread.

If some else posts this post can be ignored (or can also lead to a penalty for spaming).
Brilwing
S3 licensed
Quote from Mojo1987 :He was already aside you and your car turns more and more left. Only block cars, when they are behind you, not wenn they already started his overtaking maneuver. Next time let him more space.

I did a video of this incident and he was not aside me as I changed to the left: http://liveforspeed.at/files/gtal-rp.avi
(Video is in half speed)
Brilwing
S3 licensed
Driver to Report: #32 A.Copertine
Race Time:
1h 14min 10 sec
Lap/Sector:
Lap 60, S1
What Happened:
He leaves the pit and crashed Into #11 G.Haiderer
Brilwing
S3 licensed
Quote from Trekkerfahrer :DT for car 11
While overtaking a car, you should left enough space for your opponent and not close the door so that your opponent must use the gras.

I checked my Replay and there was enough room for him. He touched my car and that causes me to move to far left.
I cannot understand this penalty
Brilwing
S3 licensed
Quote from Ramon F. :Hi java friends

In OutGaugeResponse packet when i call getWaterTemperatur(), getOilPressure(), getTurbo() I always get a return of 0.0, other methods works perfect (fuel, brake, throttle, displays, etc.) ; could anyone confirm this please?

Hmm, I have checked the code, but cannot find any errors, so I have to run a test.

Quote from Ramon F. :
Also I think I found an error in Client class close() method:
...

Yes this could be a bug, I will change this.

P.S. If you want change such things yourself I can give you access to the svn repo at sourceforge
Brilwing
S3 licensed
Quote from GabbO : I created them with my connectionId, so it should be visible for me. It hard to do without docs

Yes with your connection id you should see the button.
Brilwing
S3 licensed
Quote from GabbO :Hi there!

Is there a documentation for the JInsim package? I started to do something with and inside game gui (clickable buttons, fields, whatsoever). But i actually couldnt find out how to create a button in the game. The ButtonRequest thing sounded promising, but without docu or source code i have no idea what it does.

Or if JInsim isn't the way to walk, lighten me up

There is only the java api docu, but you can have a look into the examples that are in the jinsim package or in the svn.
For a simple button see:
http://jinsim.svn.sourceforge. ... ton/Main.java?view=markup

I hope that helps
Brilwing
S3 licensed
I checked the jinsim source and both flags are not implemented yet in jinsim :ashamed:

I've added this to my todo list for the next release, but I cannot give you any estimation when this will be done.
Brilwing
S3 licensed
Quote from ekze :Hello!

Attaching new Russian translation file, with 2 lines added.


And how do I change language in last version of SIG? Can't find anything in configuration.. Is it using system language?

Thx, I have added your changes to my sources.
Brilwing
S3 licensed
Quote from Gil07 :Are you trying to make our commentators commit suicide? How the hell do you pronounce that name?

Do you mean Guglhupf? pronounce like: google-hoopf

or hear: http://www.leo.org/dict/audio_de/g/der_Gugelhupf.mp3
Brilwing
S3 licensed
we are go ...

31 Guglhupf Racing Team
Brilwing
S3 licensed
If there is still room for an additional team we would be happy to participate:

Team Name: Guglhupf Racing Team
Car Model: FZR
Team Manager: bbman
Team Vice-Manager: brilwing
Drivers:
B.Bendl [bbman] AUT
G.Haiderer [isehwurscht] AUT
R.Karner [climbs] AUT
R.Pirringer [brilwing] AUT
Brilwing
S3 licensed
Do you use the latest SIG version 0.3.2?
If so then check the log checkbox in the configuration. Then restart SIG and then a setupgrid.log file is created the the SIG directory. Can you attach this logfile here or send it to me via mail.
Brilwing
S3 licensed
Quote from Riel :Speccing an other car probably.
I have seen this behavior also.

Maybe, I have to test this.

Quote from Riel :
other thing:

In CTRA, during trackchange, /o setup is possible.

In those screens, the field to choose your combo and set pops away in a few seconds, you have to be really fast.

It is usefull to quickly grab a set for combo's you don't have setup yet, so maybe you can take a look at it in future

I don't know the CTRA servers and if they use buttons for displaying some infos. If so, this is can be the reason for this, and I don't think this issue is solvable.
Brilwing
S3 licensed
I have done this on liveforspeed.at where users can register and participant in the austrian championship. The league tool I have created is a module for drupal (http://drupal.org), so with drupal I get a registration page and a signup feature.

The league tool itself covers all the features you describe, e.g.:
- Show race statistics similar to lfsstats: http://liveforspeed.at/?q=league/results/120
- Calculate the standings: http://liveforspeed.at/?q=de/league/standings/10
- Manage multiple leagues with different rules

The data for the league tool is created with a second tool called racecontrol. Racecontrol creates a stats file with the race result, laptimes etc. and this stats file can be uploaded with a web form so the data is stored in the database for the league tool.
Racecontrol can be used with a mpr file, or also can be connected to the lfs server itself. With the second option you also get a tracker: http://liveforspeed.at/?q=en/oelfsmtracker

I manage the austrian championship with my tools since 2006, but this tools are still work in progress. There is also no documentation how to install this and how this works. This is the main reason why I have not yet announce my software it the programmers or tools section here in this forum.

So there is only the source code until now:
League Tool: https://openbakery.org/svn/rep ... nk/drupal/modules/league/
Charts: https://openbakery.org/svn/rep ... upal/modules/league_graph
Racecontrol: https://openbakery.org/svn/repos/trunk/racecontrol/
Brilwing
S3 licensed
Quote from RocksGt :
I don't know if the JInSim have a better method to deal with an multi server app

No, JInSim dones not have a code to deal with multiple clients. If you have such code and you would share it, I could include in the future version of JInSim.
Brilwing
S3 licensed
Quote from Syfoon :Strange bug, sorta.

Was at SO1 (CTRA Race 1) in the XRG. /o setup'd and it downloaded an XFG setup instead.

I have tested this and cannot reproduce your issue.
I am on South City Classic with the XRG and I get one setup displayed that is correct: SO1_400Go_spr
Can you activate the log file in the config and attach it here. The logfile can be found then in the SIG directory an is called setupgrid.log
Brilwing
S3 licensed
Quote from josepmaria :SIG-0.3.2 working fine here
Many thanks for that useful aplication !!!
I think I can send you a SPANISH and a CATALAN translation, but ...

Thanks. I will include the translation in the next version.

Quote from josepmaria :
How do you change the language? I cannot find the way

The system default language is taken, so if your windows is set to catalan, than the translation from the setupgrid_ca.properties should be taken.

The language code must be ISO-639-1 (2 alpha characters): http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
Brilwing
S3 licensed
Can you try this version: http://liveforspeed.at/download/SIG-0.3.2.exe

Changelog:
- fixed configuration dialog error
- updated the resource handling so that UTF8 encoded files can be used
- added a checkbox to the configuration to activate the log file
Brilwing
S3 licensed
Looks like a problem with the configuration. I can verify this issue now on my machine and I will look into in as soon as I find time
Brilwing
S3 licensed
Tested the xml upload yesterday and it worked fine. Good work Victor
Brilwing
S3 licensed
I have created a new version that should fix the download issue:
http://liveforspeed.at/download/SIG-0.3.1.exe (self extracting archive)
FGED GREDG RDFGDR GSFDG