The online racing simulator
Searching in All forums
(30 results)
1
BabyOnWheels
S3 licensed
Today, I discovered a way to send a massive number of text messages to someone simultaneously, so I decided to do it to my friend as a prank. I quickly noticed that I forgot to disable the delivery notification feature.
BabyOnWheels
S3 licensed
Cooooooool
BabyOnWheels
S3 licensed
I try to find the sources and upload it.
But I need to "update it to latest InSim version"

It was build against 0.5 version of LFS.
Unfortunately i don't have time now. I try to update it during tis or next week. (just the InSim version ... C.M.L. is sleeping )
BabyOnWheels
S3 licensed
Quote from EQ Worry :If I understand correctly, then the IS_REO packet should recognize zero PLIDs as empty places on the grid. Then you could make e.g. positions 3 and 4 empty, while 1, 2, 5, 6 etc. are used by the submitted PLIDs... That would be a nice feature too, if possible.

Yes, that is exactly what I wanted to say ... Thx
BabyOnWheels
S3 licensed
Hi Scawen,
I know that you don't want to do a big changes, but I would to ask you for one (I hope small).

One year ago I wrote first plugin into CML. And it provides real rallycross.
I switched the start grid order per heat. But I had problems with "odd" (modulo 3) cars count. E.g. for 5 cars I need one free space on the start grid. I "hacked" it with AI-driver. But it has to be added by race admin manually and this is a bit .. uncomfortable.

So I would ask you for possibility to set (via InSIm) empty position on start grid. (E.g. send player ID 0 or 255).

Thanks
Jarda (Baby)
BabyOnWheels
S3 licensed
Hi all,
I am now changing CML under .NET 4.0 and I realized, that I didn’t publish (officially) new plugin which was used for Czech League (FOX).
So nothing spetial, but may be it will be useful for others.


More info on:

http://www.interregion.cz/jarda/CML_CZ.htm

Project page:
http://cml.codeplex.com

release binary:
http://cml.codeplex.com/releases/view/48698
BabyOnWheels
S3 licensed
Quote from Fire_optikz001 :Japanese 81

Thanks
Up Down button text
BabyOnWheels
S3 licensed
Hi all,
I am looking for a stupid thing... but I am not able to find out.
LFS contains buttons with "sign" Up (^) and Down. (filled triangle).

I found only < and > (filled version).

Can anybody help me? Thnaks. (It was used by CTRA so it has to be possible).
BabyOnWheels
S3 licensed
Quote from butser :Thank you for the program.
Is it possible then to reduce the opening of the pit stop to 10 seconds from the start, rather than 30 (is default)?
Sorry for my English.

It is... I try to add some "edit box" for it.
BabyOnWheels
S3 licensed
@elisterr: It seems that EGT_RA isn't able to connect the server. On server insim port has to be enabled ... (on local server type /insim port_number) or set it in config file. + check firewall setting


New sources for CML uplouded ... (reactin test plugin added, codereview done..., race results suport, etc. ect.)
BabyOnWheels
S3 licensed
Quote from EliteAti :Its for league use, because you need to add every racer details one by one.. If there would be a Script in the insim which would do that automatically, i dont see any problems then..

I think, the code, can be modified = without league initialization, butt better will be wait SC plugin in CML. it support it by default. = There are two modes = league, simple (without initialization)
BabyOnWheels
S3 licensed
EGT_RA
- added fixes with player race result (when is switched to spectate)
- added view with player messages
- minimize to try

CML - latest sources checked in
BabyOnWheels
S3 licensed
I cheeked the solution (only to be sure). It is build with NET 2.0. So it is necessary to have 2.0 or 3.5, doesn't matter.

From the error (picture) I seriously don't know what happens It doesn't help. For me it seems that the NET is missing, but you wrote, that you installed it. So?
It works on my notebook (vista 64bit), pc (win 7 32bit), pc in work (XP) and on pcs my friends .

So the last chance is try to download process-monitor and check what happend.

http://technet.microsoft.com/e ... ysinternals/bb896645.aspx

enable filter : process name is -> type "EGT_RA.exe" and run it.
You should got all interaction with system = You can find out what is wrong.

There is log from working version (for comparison)
www.interregion.cz/jarda/Logfile.PML
BabyOnWheels
S3 licensed
Yes it is necessary to create Cup. Into cup add drivers (LFSNames) and pap the into car (in mode one drive per one car it is done automatically) then create race event (track, whether, etc) and the add race.
And in race add cars (drivers) + specify where the race will be = IP, port + admin password of the server.
It should be all.
It is a bit complicated , but plan was have more divisions per each race session (race event) = there has to be some possibility how to separate drivers per race / division.
BabyOnWheels
S3 licensed
Quote from Mikjen :Have unzipped it and now have a folder named EGT_RA then click on Bin folder and then click on the EGT_RA icon,

it waits a couple of seconds and then get w windows report message,

cant even find a config file to edit IP - Port etc

i must be doing this totally wrong, can normally get these type of addons working lol

thanks for replying

Mick

1) You need NET. 2.0 ( I hope i didn't recompile it with 3.5) but src is there so no problem

2) Edit the IP and server settings in in properties for each race ... = add new cup, new race event and race setting.
BabyOnWheels
S3 licensed
EGT_RA
I have to use the old version after looooong time and it is ... ehm
So I had problems with sorting the grid. Sometimes worked, sometimes not.

It is changed now. Should be better. I hope.

bin + src again on : www.interregion.cz/jarda/EGT_RA.ZIP



CML
Committed new changes ... Rally cross status (80%).
BabyOnWheels
S3 licensed
Yes AI is the problem as I wrote in my first post. I (or any race-admin) can add AI drivers manually from client, but it isn’t nice.
But I am using other drivers. As I wrote it is Rallycross so count of players isn’t problem. All drivers are separated into x groups by 6 players. There is only one problem. Driver which finished the current heat can’t be send into spectate mode, until the new grid is built


But anyway thanks
BabyOnWheels
S3 licensed
Quote from morpha :sending the REO with zeros where empty spaces are supposed to be?

Of course I tried it (Plus other magic constants like 255, ..., etc. )
But globally I think, there has to be existing player ID (when player is removed from track and returned back he obtain new playerID)
So use playerID from old active group semms as necessary solution. (Build grid, and kick (spectate) the players from old group).

Or any other Idea?
Thanks
Ggrid and empty space
BabyOnWheels
S3 licensed
Hi All,
I have a small problem. I am writing Real-Rallycros system (heats + groups -> (depends on times per heats) Final B, A etc. ) And I have one problem now
We are changing the grid order per each heat (in Group). It means we are switching left / right and first second row. (4x times). I have problem, when there is e.g. only 5 drivers in group. In first line I need empty space, and two real-drivers. When I am building the grid I need player-ID. I used hack with AI driver. => I added Ai and when race I started it is kicked out. But I can’t add AI driver on dedicated server via InSim. (It is possible only from client). So question is :
Is there any easy possibility how to get empty space on start grid?
(Of course I can add any other diver which doesn’t participate on actual heat, but there has to be better solution )
Thx.
For help Baby
BabyOnWheels
S3 licensed
Hi guys, sorry for my late answer. I didn't read this forum for long time, because of work (we are porting our Windows -> C++ (COM) + C# under Unixes and partially under Java + C++ so work is my home now ... .

Of course source code is a part of the zipped file. (I have to check it, but it was )

But I am not sure it it make sense to continue in this project, because ... (Don't panic )

http://cml.codeplex.com/

But it is still in progress. I hope until end of summer I will have the same functionality (but with better navigation - I read the path files now + I am working on track editor for other races types (uphill? races). + Fixed all child illness of first version + i hope it will be more useful for easy extension ... and LFS community too.
+ Real-Rallycros plugin (this is my first test plugin, in development now)

So plan is:
- finish Rallycross ASAP.
- reimplement EGT_RA as plugins in C.M.L (safety-car, warm-up, weight and restriction checks, pit stop checker + pit lie starter + pit line semaphore, etc.)
- finish web part (managing leagues, drivers, teams, race) + online results including endurance race support (separated practice, qualify, race in days ...)

I promise. I will try to check this forum more than once per two months ) But the fastest way is contact me directly on ICQ (34733707) (Canibal)
Last edited by BabyOnWheels, .
BabyOnWheels
S3 licensed
Quote from aobrien :I have got it all setup .. But the HuD wont appear to direct you to the grid position and the virtual lights wont come up either... Please help me?

Pls contact me on ICQ (34 73 37 07)
Egt ra (C.M.L)
BabyOnWheels
S3 licensed
Hi All,
I have talked with some people, and it seems that our help tool can be useful for others too.
So what it is? Exactly it was and still is a test of InISm.
You can manage cup, Safety Car, Warm-up mode, Speed limit checker, Endurance helper and more and more.
Detailed information and help is on:
http://www.interregion.cz/jarda/EGT/Doc/EGT_RA.htm
It can be downloaded from:
http://www.interregion.cz/jarda/EGT/EGT_RA.ZIP
There should be the latest (I hope a bit stable) version.

Have a fun BabyOnWheels (Escargot Racing Team)

PS: Sorry for my English, but I hope it is a bit understandable


@Current state: EGT_RA only fixing issues.

New project (still in development) cml.codeplex.com
Last edited by BabyOnWheels, .
BabyOnWheels
S3 licensed
At first thanks for great lib. It is very usefully for me.

I want to ask you for fixing small bug.
(It isn’t problem to change it locally, but I think it will be better to fix it in original sources.)

.\LFSLib.NET\trunk\LFSLib\InSim\Events\CarInfo.cs

/// <summary>
/// The speed of the car in meters/second
/// </summary>
public float Speed
{
get { return (int)compCar.Speed*100/32768; }
}

Returns int instead float. I don’t know if it was purpose (it seems) or not, but for precision speed comparison the float is better.

public float Speed
{
get { return compCar.Speed * 100.0f/32768.0f; }
}

Thanks
Baby
BabyOnWheels
S3 licensed
New version uploaded.

- Speed limit in first lap finished (ready for testing)
- Warm-up navigation to initial position after 1. lap done (tested in meters, will be changed into cm). necessary to add, check of car movement + restart semaphore (as text).

LfsLib.NET = speed fixed (Int32) / (float) = speed was cut = not float but Int32
CarInfo.cs
/// <summary>
/// The speed of the car in meters/second
/// </summary>
public float Speed
{
get { return (float)compCar.Speed*(float)100/(float)32768; }
}

Edit: New version uploaded, code checkers Refactored, I hope now it is much better and understable
- Speed limit finished
- Warm up checker finished
Last edited by BabyOnWheels, .
1
FGED GREDG RDFGDR GSFDG