Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TrevorBarns

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    TrevorBarns reacted to 0taku in Ford F-350 ESU/Service Truck [W.I.P]   
    So, I've started a new project and this time it it a a Ford F-350 ESU Truck.
     
    Truck cab is a Modified version of the F-350 from DSF and Gamemodels.ru and the back compartment is far all scratch made by me. Let me know what you guys think so far.
  2. Like
    TrevorBarns reacted to 0taku in Ford F-350 ESU/Service Truck [W.I.P]   
    Update! Did some mapping of the Diamond plate, resize the hand holes and fix up part of the body abit, It's really starting to look good.
     


  3. Like
    TrevorBarns reacted to Sgt.Kanyo in [TUT] How to make handling lines   
    So some people asked about what the values stand for in the handling lines, so I'm gonna make a small tutorial showing what value does what.
     
    So let's take my 2003 CVPI handling first, this is how it looks:
     
    1777.0 0.33 85 0.0 0.1 -0.33 0.0 4 0.127 1.0 260 0.52 0.67 0.7 33.0 1.5 0.95 14.0 0.11 0.47 3.0 2.0 2.0 0.1 -0.07 -0.005 0.5 2.0 1.0 2.2 1.5 0.0 25000 440010 0 0
     
    Note: There's always a car name in front of the handling line, with at least 1 space after it.
     
    1777.0
    is the weight measured in kilogramms
     
    0.33
    is the drag coefficent, which controls the aerodynamics of a car. The less the value, the more aerodynamic it is. You can look these up, usually they release the drag coefficent of a real car, when you're making a specific handling line. It's usually 0.29 till 0.38 for cars, and like 0.35 and up for bigger vehicles.
     
    85
    is a value that controls how many percent the car should sink into the water when it first hits it. It'll eventually sink so it doesn't matter. If you put 0, the car will float on the water for like 3 seconds, then start to sink, so you can't make a proper APC for example that drives on the water.
     
    0.0 0.1 -0.33
    are the numbers that controls the center of mass. First number is the X axis (meaning left and right), second number is the Y axis (forwards and backwards), and third number is the Z axis (up and down). Moving the car's center of mass forwards will result in more oversteer, moving the car's center of mass will result in more stable steering. You can only change a car's camera in zmodeler by moving the whole car in zmodeler (except for the chassis dummy and the .wft dummy), so it'll modify the car's center of mass in game. Therefor if a car rolls over, you need to decrease the number of the Z axis. Depends on the car, but if you experience roll over at -0.2, you should try -0.4 or -0.5 first, then move on, if it's not enough.
     
    0.0
    is the value that controls the wheel drive of a car. 1.0 is FWD, 0.0 is RWD, and anything between these two are 4WD with a given ratio. 0.2 would be 80% rear 20% front.
     
    4
    is the value that controls the number of forward gears. If you want to make it realistic, you have to see how many gears a car uses till 288 Km/h, since that's the highest speed you can achieve in GTA IV. For example a 458 Italia only need 6 gears to reach 288 Km/h (or something around this number), therefor 6 gears should be used instead of 7.
     
    0.127
    is the value that controls how fast the car should accelerate. It's highly dependant on how many gears you have, and what the gear ratios are.
     
    1.0
    is the value that controls the engine inertia. It doesn't really do anything in IV, however it changes the sound a bit of the car's gear change, for example for a double cluth gear, I'd use 20.0 value. Automatics should be 1.0 till 5.0, while manual gears should be 0.8 till 1.0 (if you go below 1.0 it'll slow the gear change)
     
    260
    is the value that controls the gear ratios. The higher the value is the longer speed you can reach in every gear. You have to play with this and gear numbers, to get the gear ratios right.
     
    0.52 0.67 0.7
    is the value that controls the brakes. The first value is the power of the normal brakes (0.6 will stop you from 100 Km/h in like 2 seconds) and it's highly dependant of the tyre's grip. Second value controls the ratio of the brakes, the third value controls the handbrake's power.
     
    33.0
    is the value that controls the steering lock. While real cars have a steering lock of 45° usually, it's best to keep this at 33° for a better steering experience, besides you don't always use full lock when you're steering.
     
    1.5 0.95 14.0
    is the value that controls the grip of the car. First value is cornering grip, a real car on street tyres would be around 1.5 to 1.9 (where 1.9 is a 458 italia) a car with slick tyres should be around 2.4 and up (not really sure about the cornering part, since it's hard to compare cornering). Second value controls the "forwards and backwards" grip. It highly depends on the acceleration as well. Check 0-60 mph times to get this value right. Third value controls how much the car should "wiggle it's tail", meaning how much oversteer there should be. A number higher then 20 will give you a car that likes to push it's tail out, however, it won't leave any tyre marks on the road, so that's kind of unrealistic.
     
    0.11
    is the value that controls how much oversteer a car should have. Setting it to 0.01 will result in catastrophic understeer making it almost impossible to steer a car, while setting it to like 0.5 will make the car oversteer on almost any steering input / gas input. Normal values should be between 0.08 and 0.25, where 0.25 shows lots of oversteer. This doesn't affect how fast the car will lose it's rear, only at what steering angle will the oversteer start. The 0.95 number controls how fast the car will lose it's back.
     
    0.47
    is the value that controls how fast the car should oversteer or understeer between going backwards and forwards. If you put it to 0.5 you'll lose grip at the same time going backwards then going forwards. It'll result in a quite oversteering car, that you can't hold, meaning you'll spin out. 0.47 is a value where it's more controllable while going fowards, and more likely to oversteer while going backwards.
     
    3.0 2.0 2.0
    are the values that controls the suspension. It depends on the center of mass' Z axis, and first number controls the stiffness of the springs, while the other 2 values controls the front and rear shock absorbers (not sure about this part though). If you give your car a 3.0 0.7 0.7 value, you'll get the typical old american suspension feel, where the car bounces around. If you give it a 1.0 2.0 2.0, the car will have an extremely stiff and weird suspension, so I suggest not using this. The first value should always be higher then the other two. A race car's suspension can be super tough like, 5.0 4.0 4.0 (note how the first number is higher then the last two here as well).
     
    0.1 -0.07
    are the values that control the wheels' "moving area". First number controls how much the wheel can go up in it's wheelbase, the second value controls how much the wheel can hang down when you jump or lift the car. First value shouldn't be higher then 0.1, second number shouldn't be lower then -0.2 (and this value is used for lifted offroad vehicles only, so I say stick around -0.1)
     
    -0.005 0.5
    are the values that control the ride height and the ride height ratio. First number is for raising or lowering the car, you should use a 0.01 intervals when you try to change the ride height, any higher value, will significantly raise the car. Second number is the ratio where 0.46 lifts the rear up and pushes the front down. 0.5 is a balanced number, unless the wheels were set up unrealistically in zmodeler, you should leave it at 0.5.
     
    2.0 1.0 2.2 1.5
    are the values that controls the damage of the car. First number is the collision damage, meaning the higher the value, the faster your car will fail after each and every hit. The second number controls the damage caused by bullets. 0.1 would be an almost bulletproof car (good for nstockade) 1.0 is a good value for average vehicles. Third number controls the deformation damage, which is the shown damage. 2.2 is a value that deformates the car quite badly at 70 Km/h, if you want it realistic, you should use that. The fourth number controls the engine damage, meaning the higher the value, the higher your engine starts to blow up.
     
    0.0
    is the value that controls the seat's offset position. For example if you have a right hand drive car, and you can't enter it, you should lower the value, until you can get in. Try -0.1 first.
     
    25000
    is the value that controls the car's value in USD. I'm guessing it's used when you want to sell the car to Joey or whoever.
     
    440010
    is the number that controls the ABS. It's actually the 2nd number here that controls the ABS, where 4 means standard ABS and 0 means no ABS. Anything in between, are other types of ABS, but it gives a weird effect in my opinion.
  4. Like
    TrevorBarns reacted to Dafirestorm in Issue with loading the mod   
    uuuh, just put the mod on last night and now the update has broken it. Goddamit.
  5. Like
    TrevorBarns reacted to ineseri in virus in lcpdfr   
    Have a nice day sir. You don't have to use our software, as no one is forcing you to. 
     

    If you feel this topic has been closed in error, please report this post.
  6. Like
    TrevorBarns reacted to kek1234 in virus in lcpdfr   
    fuck this lol xD
  7. Like
    TrevorBarns reacted to TheChef in virus in lcpdfr   
    That file is not fucking your computer up, the anti-virus you are using is obviously fucking your computer up. And nobody will enjoy the lawsuit since you are not going to file for a lawsuit. Have a nice day.
  8. Like
    TrevorBarns reacted to youngc221 in ELS Version 7.1 preview   
    You guys are both ass wholes. I mean clearly when it's done. I was just asking for like a time frame. Not saying i'm in a rush i just wanted to know. You could have said something more respectful. But i see theirs dicks everywhere these days smh.
  9. Like
    TrevorBarns reacted to Pengi in Announcing ELS V7 (UPDATE 02/05)   
    Oh my god..................Speechless
  10. Like
    TrevorBarns reacted to visible25 in Boston Marathon explosions   
    Hey all, some of you know I was there cheering on my mom. Unfortunately the blast occured no more than 50 feet away from me, at this point I don't care if you all know my name, below is a link to a story  was interviewed in, I want everyone to grasp how bad the situation was. Once you're done reading, go to the main page of USAToday and look at the pictures. 

    Also, hold your families close tonight for sure!!
     
    http://www.usatoday.com/story/sports/2013/04/15/student-boston-marathon-explosions/2086133/
     
    I am NOT trying to gain anything from this, I just want people to be informed. if you think I'm trying to gain something, then delete my post.
     
    Thanks,
    Visi
  11. Like
    TrevorBarns reacted to NicolaiB in Announcing ELS V7 (UPDATE 02/05)   
    I'm more than pleased to break the news that Lieutenant Caine's ELS mod will make a fantastic comback with a new release soon, Caine has been hard at work at improving stability and add a bunch of nice features to the mod
     
    http://www.youtube.com/watch?v=C4FmtFu2o78
     
    Keep your eyes peeled on my channel for more ELS v7 videos, I'll be sure to go in-depth with the changes.
     
    I'd like to thank Caine for giving me this opportunity to help improve the mod as well as being given the honour of announcing version 7 to all of you, I've seen the mod change into something version 6 can only dream of, he's a super guy.
     
    It will be released here on LCPDFR.com and select other modding sites soon.
     
    15/04 UPDATE!!!

  12. Like
    TrevorBarns reacted to CEO in sorry to inform you. ( about wtv 190 error )   
    not to be harsh... but no one will give one single poop wether you are modding or not.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.