Jump to content

AaronLurie

Moderators
  • Posts

    1,533
  • Joined

  • Last visited

  • Days Won

    79

Files posted by AaronLurie

  1. Why not?
    Credits:
    MJFanatic: Arena Model, Track Model, Track Paint
    Klayton: Various track and arena textures
    Danny Mackey: SMRA LED Texture and Car Models
    MTM2: Car Textures
    Mason Watts: Scoreboard Texture
    676 2
  2. Fixed this track, Aaron gave me perms to re-upload. gg
    1,084 6
  3. I've had this track sitting for a while and never finished it. The opportunity arose and I had to finish it. The track isn't perfect, but it's pretty decent.

    Credit:
    maxdman
    Klayton
    Edy
    Various other track creators that I've forgotten, comment below if I did.

    Enjoy!
     
    3,564 37
  4. THIS TRACK IS 0.37 AND 0.4 COMPATIBLE 
    This is a pretty solid track from a while ago, just got to releasing it now. 
    Thanks to Zach Nicholas for converting this track to 0.4 for all to use.
    Some credits:
    Monster Truck Throwdown
    Klayton
    Maxdman
    Me
    Other people that I forgot
     
    The track has some shading errors and doesn't look the greatest, but thanks to some people, it is very much race-able with a realistic and fair race course.
    Freestyle is fun to.
    Enjoy.
     
    2,008 9
  5. This track is for SMRA use, but can also be used for other recreational possibilities. 
     
    People who contributed to this track:
    Me, Danny, Klayton, Chadwick, Mason, Hotshoe, Edy, and many others
     
    This track will work in both 0.37 and 0.4.5.
    1,471 3
  6. Track Conversation by Zach Nicholas
    Credits:
     
    Klayton Haylog: Alpha Splatting idea, Dirt texture, Car models and textures, Stadium textures, Stadium model, Other various textures
    Danny Mackey: LED Ribbon Board Texture and Help on Alpha Splatting
    Johan Seminario: Edited the Monster Jam logos on the tarp
    Me (Aaron): Track model and paint
     
    Sorry if I forgot anyone.
    Enjoy!
    2,471 5
  7. Because there are so many parts to this track, I'm going to name off some people who contributed any part to the track.
     
    Klayton Haylog
    Tharindu Don
    Danny Mackey
    Aaron Lurie
    Devin Doss
    Julio Vellon Jr
    Mason Watts
    Google
    and many other track makers on this site.
     
    Sorry if I forgot anyone. Let me know if I forgot you and I'll add you in the reviews.
     
    Well, there you go. World Finals 16 is the first released World Finals in almost 3 years.
    So enjoy it!
    5,572 4
  8. Alright.

    So I took up the extreme challenge of recreating World Finals 16.
    A few things to note so that we don't fill up the reviews with complaints.

    Yes, I know that the track isn't 100% accurate. I made some mistakes, but it's correct for the most part.
    Yes, I know that racing has a bunch of shading errors. I've spent over 4 hours between yesterday and today redoing the racing track and there are still errors.
    But hey, the track functions and we can finally have a new World Finals to play on that isn't World Finals 13.

    Copy paste is fun.

    Anyway, since this track is alpha splatted, same rules apply for an fps version as they did for Arlington.

    So, if you experience low FPS on this track, go into the WF16Racing.material and WF16Freestyle.material file, search for WF16Racing.png and WF16Freestyle.png and in that section of the material file:

    {
    receive_shadows on
    technique
    {
    // base pass
    pass
    {
    lighting off
    texture_unit
    {
    // we use the metal plates texture as the base, other textures are blended over it
    texture 2014MinnyDirt.png
    scale 0.03 0.09
    }
    }
    // leaks pass
    pass
    {
    lighting off
    // blend with former pass
    scene_blend alpha_blend
    // only overwrite fragments with the same depth
    depth_func equal
    // alpha map for the leaks
    texture_unit
    {
    texture Arlington2015Floor.png
    // use alpha from this texture
    alpha_op_ex source1 src_texture src_texture
    // and colour from last pass
    colour_op_ex source2 src_texture src_texture
    }
    // detail texture
    texture_unit
    {
    texture leak.png
    // the scale is set to 1:1 because we don't want this texture to be tiled
    scale 1 1
    // alpha blend colour with colour from last pass
    colour_op_ex blend_diffuse_alpha src_texture src_current
    }
    }
    // lighting pass
    pass
    {
    ambient 1 1 1
    diffuse 1.05 1.05 1.05
    depth_func equal
    scene_blend zero src_colour
    }
    }
    }

    Raise only the red bolded numbers but be sure to always keep the ratio the same (A 6 number gap between the numbers)
    This will work for anywhere in the material file that you see WF16Racing.png or WF16Freestyle.png.

    Because there are so many parts to this track, I'm going to name off some people who contributed any part to the track.

    Klayton Haylog
    Tharindu Don
    Danny Mackey
    Aaron Lurie
    Devin Doss
    Julio Vellon Jr
    Mason Watts
    Google
    and many other track makers on this site.

    Sorry if I forgot anyone. Let me know if I forgot you and I'll add you in the reviews.

    Well, there you go. World Finals 16 is the first released World Finals in almost 3 years.
    So enjoy it!
    11,645 27
  9. This is one of my best tracks so far. I used Alpha Splatting on this track to make it cooler, and I think it came out pretty good.

    Because this is alpha splatting, I can't just resize a texture and make a material file. So, if you experience low FPS on this track, go into the Arlington2015.material and Arlington2015FS.material file, search for CBSdirt.png and in that section of the material file:

    {
    receive_shadows on
    technique
    {
    // base pass
    pass
    {
    lighting off
    texture_unit
    {
    // we use the metal plates texture as the base, other textures are blended over it
    texture CBSdirt.png
    scale 0.07 0.13
    }
    }
    // leaks pass
    pass
    {
    lighting off
    // blend with former pass
    scene_blend alpha_blend
    // only overwrite fragments with the same depth
    depth_func equal
    // alpha map for the leaks
    texture_unit
    {
    texture Arlington2015Floor.png
    // use alpha from this texture
    alpha_op_ex source1 src_texture src_texture
    // and colour from last pass
    colour_op_ex source2 src_texture src_texture
    }
    // detail texture
    texture_unit
    {
    texture leak.png
    // the scale is set to 1:1 because we don't want this texture to be tiled
    scale 1 1
    // alpha blend colour with colour from last pass
    colour_op_ex blend_diffuse_alpha src_texture src_current
    }
    }
    // lighting pass
    pass
    {
    ambient 1 1 1
    diffuse 1.05 1.05 1.05
    depth_func equal
    scene_blend zero src_colour
    }
    }
    }

    Raise only the red bolded numbers but be sure to always keep the ratio the same (A 6 number gap between the numbers)
    This will work for anywhere in the material file that you see CBSdirt.png or CBSdirt2.png.

    Credits:

    Klayton Haylog: Alpha Splatting idea, Dirt texture, Car models and textures, Stadium textures, Stadium model, Other various textures
    Danny Mackey: LED Ribbon Board Texture and Help on Alpha Splatting
    Johan Seminario: Edited the Monster Jam logos on the tarp
    Me: Track model and paint

    Sorry if I forgot anyone.
    Enjoy!
    1,632 3
  10. The track for the SMRA Finals, that's about it.

    Credits:

    Stadium: Google Warehouse
    Track Model and Paint: Me
    Car Models: Danny Mackey and Klayton Haylog
    Car Textures: MTM2
    Stadium Textures: Google, Klayton, Danny and Various other Track Makers

    Sorry if I forgot anyone
    Enjoy!
    1,243 4
  11. Another 2015 track being used in SSRS

    Credits:

    Stadium Model: Andrew Field (Possibly Edited by Tharindu)
    Track Model and Paint: Me
    Car Models, Car Textures and Various Other Textures: Klayton Haylog
    LED Banner: Danny Mackey
    Inflatables: John Dough (Textured by Me)
    Other Textures: Various Track Makers
    1,806 4
  12. Here is this years Miami Monster Jam Track to be used in the upcoming SSRS Event.

    Credits:

    Klayton Haylog: Stadium Model, Car Models and Textures, Dirt Texture, Other Various Textures and Models
    Danny Mackey: Monster Jam LED Texture
    Me: Track Model and Paint
    Other Various Track Makers and Google: Various Textures

    Sorry if I forgot anyone.
    Enjoy!
    1,479 2
  13. This is the track for this weeks SMRA East Tour event.
    It is a modified St Louis Style where you start behind the valley/table top, take the turn, go down the straight, turn and finish over the car stacks.

    Credits:

    Me: Stadium Model, Track Model, Track Paint, Edited Wall Banners
    Danny Mackey: Car Models, Animated LED Texture
    Klayton Halog: Various Textures on the track and stadium
    MTM2: Car Textures
    Various Track Makers and Google: Other Various Textures

    Sorry if I forgot anyone.
    Enjoy!
    1,760 3
  14. Here is the track for this weeks SMRA event.

    Credits:

    Me: Arena Model, Track Model, Track Paint
    Klayton: Various track and arena textures
    Danny Mackey: SMRA LED Texture and Car Models
    MTM2: Car Textures
    Mason Watts: Scoreboard Texture
    785 0
  15. Here is the track for the West Tour for SMRA this weekend. It is a jersey style track with the starting hills in the middle of the turning doubles.
    Sorry about all the car models floating outside.


    Credits:

    Track Model and Paint: Me
    Car models: Danny Mackey
    Car Textures: MTM2
    Textures: Klayton, Google, and other various track makers
    Stadium Model: ARF

    Sorry if I forgot anyone.
    Enjoy!
    1,414 8
  16. I am re-uploading this truck due to the major changes it underwent in mesh updating, physics updating and truck file updating.
    As you can see by the picture at the bottom, you can select variations of the truck (Regular, Bodyless, Travel Tires and Bodyless Travel Tires) by a drop down menu when selecting the overall truck, 2015 Monster Energy Pro 4, ingame. I take no credit for this awesome feature, I just took the idea from Danny Mackey and whatever sources he used to find that.
    This is my personal truck, so you can't use this for use in leagues, funruns or other events. In the rare chance that I let you drive it, you could try messaging me on AIM.

    Credits:

    Paint: Devin Doss
    Body: Codemasters
    Tires, Axles, Knuckles: Klayton Haylog
    Sway Bars, Tie Rods, 4 Links, Drive Shafts, Rims, Shocks and other various parts; Johan Seminario
    Go Pro and Engine: Wambo and Matt
    Various incab props: Daniel Donnelly, Johan Seminario, RKM and Crazy
    Driver: Wambo and whoever he got it from
    Chassis and header; Kozak
    Other Various Parts: V4 Pack Contributors
    Truck File drop down menu thing: Danny Mackey
    Placing everything together and a few props: Me

    Enjoy the truck!
    641
  17. Here it is, Foxboro 2014 from the Path of Destruction Tour. Please note that there is a shading error on top of the dirt hill, I couldn't figure out how to fix it, but it doesn't really matter. Jersey style racing with the inflatables and a fun freestyle course.

    Credits:

    Google Warehouse: Stadium
    Klayton: Textures, Cars, Car Textures, Advertisements, Container texture
    Danny: Vans (Textures from MTM2)
    John Dough: Inflatables
    Me: Track model, Paint and inflatables textures.
    Gabe: Scoreboard texture

    High quality and FPS versions
    Enjoy!
    2,135 7
  18. Very easy track paint on this track. Because there are no lines (Like at the real show), you start between 2 cones and finish between 2 cones. This is the track for MROR this weekend.

    Credits:

    Me: Track model, Edited car texture. Cones
    Google: Some textures, Stadium Model
    Klayton: Cars, car textures and buses, Other textures
    Brian: Car models and textures

    If I forgot anyone, let me know.

    Enjoy!
    1,088 5
  19. This is the track for Saturday's MROR event.

    That's all

    Credits:

    Klayton- Stadium and its textures, cars and their textures, other various textures
    Me- Track model and textures
    Various track makers- other textures for the track

    Sorry if I forgot anyone.
    There is a high quality and FPS version of the track in the links
    Enjoy!
    1,835 4
  20. This is the updated version of my truck for leagues happening from the end of 2014 through 2015. This truck features a new paint as well as update parts and chassis components.

    Credits:

    Body: Codemasters
    Chassis: Kozak
    Parts: Klayton, Johan, Donnelly, Zach Steele, Matt Wilkinson, V4 Pack Makers
    Paint: Devin Doss
    Suspension Settings: Me
    Horn: Devin Doss
    Tires: Klayton (Added White Lettering: Me)
    Rims: Johan

    Sorry if I forgot anybody.
    Also, I reserve the right to use this truck in leagues as this is my personal custom truck, and my only.

    Make sure to redownload the newer version and copy and replace it into your pack as a few things changed in the truck file.
    542
  21. Here it is! My first replica truck ever released! This truck is fully hand painted except for the ford logo on the front end. Because this is my first paint, it won't be perfect, but I tried.

    Credits:

    Johan: Knuckles, Made and Positioned shocks, cloned driveshaft, made multiple props.
    Klayton: V4.5 F150 body and Goodyear tires
    Daniel Donnelly, Chris Hamilton and V4 Staff: Truck Props
    Devin Doss and Chadwick Deerfoot: Made sure everything worked

    If I forgot anyone, I apologize.

    Thank you to everyone who helped make this truck look as good as it does!

    Enjoy!
    1,332 7
  22. This is the track for the first event of the MROR Summer Fairground Series. The track is a replica of the Colorado State Fair in Pueblo Colorado of 2013.

    Credits:

    Klayton: Multiple Textures, Car models and textures
    Google: Toughest Monster Truck Tour Logo
    Me: All of the modeling for the track, stands and stage, Floor paint, Fence texture
    980 1
  23. This pack includes 3 Mud Trucks:

    Aaron Lurie's Blue Bandit II
    Mason Watts' Flashback
    Devin Doss' Vertigo

    It was easier to release it in a pack since these 3 truck all used similar parts.
    Feel free to use any tires, rims, or other parts from this pack for your own truck!

    Credit:

    Body From Blue Bandit and Flashback: DiggerFan
    4 Links, Tie Rods, ect: Johan Seminario (Off of Mopar Magic)
    Paints for the trucks are made by their owners
    Tires: Matt
    Rims: Johan (Edited by me)
    Chassis: Kozak
    Various Other Parts: V4 Pack Contributors

    Thank you to everyone who helped with parts for these trucks!
    The owners of these trucks have the right to have first pick at them in any mud truck related events.
    1,635
  24. This is the finale track for the SMRA season. This track takes place at Mile High Stadium in Denver, Colorado. The track is based on a 2 day layout with freestyle being majorly different from the racing track which happens to be a St. Louis style starting behind the base of the massive table top.

    Some people who helped with this track:

    Kayton: Banners, Cars and textures, Tarp, Container texture (edited by me), Dirt, skyline
    Dan Agosh: SMRA logo, freestyle obstacle suggestions
    Danny Mackey: Paint and obstacle ideas
    Me; track modeling, paint, texturing the stadium
    Google Warehouse: Stadium model

    Very fun track and it should lead to a fun show!
    If I forgot anyone, just let me know!
    Enjoy!
    973 3
  25. Pro 4, Pro 2, whatever you want to call it, It's my custom for SMRA and other various events and leagues.
    I've worked on this truck for a while to set it up the way I wanted it, and I enjoyed everyone moment of building this. sure I did.


    Credits:

    Various Parts- Johan Seminario, Daniel Donnelly, Klayton Halog, and other pack contributors
    Part Placement on the chassis- Chris Hamilton
    Paint and some prop repaints- Me
    Rims- Me
    Set Up (Suspension)- Me
    Various Logos- Google
    Body- Rip from DiRT Whatever, Thanks to Chris for getting me the blend of it.
    Chassis- Kozak
    LED Material File Code and Textures- Edy

    You will need Mopar Magic Custom 2.0 due to the fact that a few part such as the axles and shock shafts are taken from there.
    If for some reason you actually want to run this in an event, Funruns are fine, leagues, please ask before signing up in this, I would rather have this as my personal custom.


    If I forgot any textures, meshes, credits, etc, make sure to mention it to me.

    Enjoy!
    527
×
×
  • Create New...