The online racing simulator
Searching in All forums
(65 results)
LeifOlav
S2 licensed
Nice movie... Loved it!
LeifOlav
S2 licensed
Quote from Bose321 :well, i could help you out if you add me on msn, or pm me. maybe we could work together

I've sent you a pm. Have you added me to msn?
LeifOlav
S2 licensed
Quote from Bose321 :easy, but i still havn't figured out the angle because it is doing that weird

Tell me how then. I havn't found out of the angle either.
LeifOlav
S2 licensed
anyone know how to make a button with text like messages and rules in, and a "ok" button when they join server?
LeifOlav
S2 licensed
Quote from LineR32 :He should add a .3ds file of the car for us that don't use the latest software.

agree Is it possible to save files that can be used in 3ds max 7 in 3ds max 9, or convert from 9 to 7?
LeifOlav
S2 licensed
Quote from LineR32 :Which version of MAX do you use Feme?

He's using 3ds max 9
LeifOlav
S2 licensed
Then it's impossible to show it in messages, because what I can see out of that code ((direction - heading) / 182 = angle) is 0, 180 and other random numbers
LeifOlav
S2 licensed
Quote from DarkTimes :Well, I suck at maths too so I can't help on whether the formula is correct, but two things I notice in your code. First of all it should be 182 and not 180. Second of all you're inadvertently casting the result of that sum into an integer, when it should really be a float, which in my experience can cause issues when values get rounded in a way you don't expect. Someone with more maths skill can comment on the basis of what you're doing, but from a C# perspective I would try:


float angle = (MCI.Info[0].Heading / MCI.Info[0].Direction) * 182f;
InSim.Send_MST_Message("/msg ^1Angle: ^6" + angle;


Thanks for trying to help, but I got the same problem with this code :/

*waiting for some math experts to comment, while im trying to find it out by my self*


Edit: Found something that maybe needs to be braided into the code:

word Direction; // direction of car's motion : 0 = world y direction, 32768 = 180 deg

word Heading; // direction of forward axis : 0 = world y direction, 32768 = 180 deg

As I understand it the direction and heading should only get divided or multiplied with 180 when the x or y axis contains 32768?
Last edited by LeifOlav, .
LeifOlav
S2 licensed
When I try to get it in messages like this:

InSim.Send_MST_Message("/msg ^1Angle: ^6" + (MCI.Info[0].Direction / MCI.Info[0].Heading) * 180);

I only get angle = 0, 180 and some other random numbers. What's wrong, or is it just not possible to show it in msg?
LeifOlav
S2 licensed
Quote from Nadeo4441 :thanks , but i got it now ...
(Direction / Heading) * 182 = angle

That doesn't work for me... Sometimes it shows 0 and sometimes 182 and sometimes more
LeifOlav
S2 licensed
Yup, I found it. Thanks for helping.

But after a while trying to understand this code, I figured out that it's still to hard for me to understand. So can anyone help me (over msn or whatever) make a code for drifting angle and drifting score? I don't wanna spend so many hours trying to understand all of this, so If anyone could help I would be grateful.
LeifOlav
S2 licensed
Quote from DarkTimes :The LFSLapper code is open source, so you could have look at how they've done it yourself.

Yea, I've already done, but I dont completely understand it


public class MCI
{
public int numOfPlayers;
public DefCompCar[] compCar = new DefCompCar[8];

public MCI(byte[] packet)
{
numOfPlayers = pakGetByte( packet, 3 );
int offsetStartPlayer = 4;
int lengthPlayer = 28;

for (int i = 0; i < System.Math.Min(8,numOfPlayers); i++)
{
compCar[i] = new DefCompCar();

compCar[i].node =pakGetWord(packet, offsetStartPlayer + i * lengthPlayer + 0);
compCar[i].lap = pakGetWord(packet, offsetStartPlayer + i * lengthPlayer + 2);

compCar[i].PLID = pakGetByte( packet, offsetStartPlayer + i * lengthPlayer + 4 );
compCar[i].x = pakGetInt( packet, offsetStartPlayer + i * lengthPlayer + 8);
compCar[i].y = pakGetInt( packet, offsetStartPlayer + i * lengthPlayer + 12);
compCar[i].z = pakGetInt( packet, offsetStartPlayer + i * lengthPlayer + 16);
compCar[i].speed = pakGetWord( packet, offsetStartPlayer + i * lengthPlayer + 20);
compCar[i].direction = pakGetWord( packet, offsetStartPlayer + i * lengthPlayer + 22);
compCar[i].heading = pakGetWord( packet, offsetStartPlayer + i * lengthPlayer + 24);
compCar[i].angvel = pakGetShort(packet, offsetStartPlayer + i * lengthPlayer + 26);
// System.Console.WriteLine("ID:{0} x:{1} y:{2} z:{3} speed:{4} direction:{5} heading:{6} angvel:{7}", PLID, x, y, z, speed, direction, heading, angvel);

// if(debug)System.Console.WriteLine("{0:F2}m {1:F2}m {2:F2}m {3:F2}km/h {4:F2} {5:F2} {6:F2}", xm, ym, zm, spm, dirm, headm, angm);
}
}
}

If this is the correct code I don't understand how the calculate it
LeifOlav
S2 licensed
I've got the understanding of the angle meter now, but anyone know how the calculate the drifting score ( speed and angle of the car? ) - like in the lfs lapper?
LeifOlav
S2 licensed
After opned the "hood" and set open, I just see through the hood if im not watching it "infront". How do I make it to see it from behind to?
LeifOlav
S2 licensed
Sorry. Can a moderator move it for me, please?
Help me create a simple drifting insim - i'll host a server for you free 1 month
LeifOlav
S2 licensed
Hello. Im trying to do a C# drifting insim, and so far I've managed to make a insim that connects to the server and so on. Now I just missing the "program" that the insim is going to do, and I need some help, because I don't know to much about the coding in C#(sharp) 2008.

So If someone out there want's to give a helping hand, I'll offering to host a server for them in 1 month for free on a fiber-optic 10Mbit / 10Mbit internet connection that runs 24 / 7.

The program I want some help with is a program that shows your driftscore in a insim button, and has a angle-meter ( that shows the angle of your car when drifting) which is something similar to the insim that W.S have.

If this sounds interesting, please send me a PM.


Greetings LeifOlav™fun
Button that connects to our team radio?
LeifOlav
S2 licensed
Hello. My team has a radio, at http://radio.tmfun.org. Would it be possible to make a play and a stop button, that if people pushed the play button, they would be connected to our team radio, and the music would start playing in LFS?

If somebody could make a program like that I would be greatful!


Greetings LeifOlav™fun
LeifOlav
S2 licensed
Quote from Bogey Jammer :In the windows the problem is probably due to IOR setting. Solidify the glasses or reduce IOR.
I don't know for the front indicators...

Didn't helped reducing the IOR in brazil basic mtl map
wh00t
LeifOlav
S2 licensed
Why am I getting results like this?


LeifOlav
S2 licensed
Quote from LeifOlav :Anyone have a tutorial for me, that shows me how to change for example spoilers in 3ds max?

help?
LeifOlav
S2 licensed
Quote from Kordan59 :Could you render my skins please



Ps: If you can add BBS WHEEL is very nice thx

I was doing one for you, but suddenly my 3ds max ****ked up. I got 1 picture before it shutted down, but i wasnt quite happy with it at all. But since no-one else have made one for you yet, I decided to upload it for you It's maybe wrong size etc. but...
LeifOlav
S2 licensed
Anyone have a tutorial for me, that shows me how to change for example spoilers in 3ds max?
LeifOlav
S2 licensed
Quote from Chichi :huhu, nobody have time for render my skin? pls...

Since no one else would try to render your BF1 skin, I tried to do one. Im not a pro renderer, but I've did my best..

Maybe a little bit to shiny?
LeifOlav
S2 licensed
Can somebody upload cmx importer / converter for me? Because I cant find it on google, and rscnet.org says that my ip is banned, but I've don't been at that adress before. So please, can somebody upload it for me?


Leif Olav
FGED GREDG RDFGDR GSFDG