#mods-discussion

1 messages · Page 156 of 1

plain swallow
#

I've watched a review on RoyalRenderings (they had other name previously?) cars and while some of them are goofy ahh, others are utter garbage

#

But yeah, honestly, 98% of best BeamNG mod stuff is free and available either in repo or on forums. So choose carefully

drowsy leaf
plain swallow
#

It will look fancy tho.

past plinth
#

hello guys im new and i have a ?

pallid lynx
#

ugly ass config

#

who lifts a truck and puts it on wheels that will break if you hit a bump at any speed

past plinth
#

ive seen a mod floating around and i want to know where i can find it

plain swallow
past plinth
#

ok

#

this truck i cant find it any where it says gavril C-1500

spring hull
#

guys what is the mod with the fastest car

plain swallow
past plinth
#

that screenshot is from a tire pack but i want that truck and ive been looking for abt 2 days and i cant find it

plain swallow
past plinth
#

ok thank you ill keep looking 🙂

spring hull
lyric cedarBOT
#

Gave +1 Reputation to @plain swallow (current: #290 - 13)

empty sentinel
#

does anyone know of a mod thats similar to the hirochi outlaw but for newer bikes? ive seen that tony cartoni mod but i dont feel like spending 10$ for it

olive spire
#

It’s dfa pack

rough edge
#

I have custom starter motor sound effects I want to use, but I can't seem to figure out how to get it to use multiple samples (one for cranking, another for turning over.) Anybody know?

vivid osprey
#

whats the best f1 mod? ( im new )

rough edge
#

why do my custom transmission sounds freak the fuck out in reverse

empty sentinel
# rough edge why do my custom transmission sounds freak the fuck out in reverse

im no lua modder but what chatgpt says seems right for your problem
"The issue with their custom transmission sounds "freaking out" in reverse is most likely due to missing or misconfigured gear ratios — specifically, no reverse gear is defined in the gearRatios array.

🔧 Explanation:
Here's the critical section of the JSON:

json
"gearRatios": [4.093, 0, 3.673, 2.217, 1.448, 1.0]
The first value (4.093) is commonly interpreted as the reverse gear in BeamNG, but only if defined properly and with a negative value.

All gear ratios are positive, which suggests no reverse gear is properly defined.

Without a negative gear ratio for reverse, BeamNG might default to weird behavior — such as trying to simulate forward motion in reverse or skipping the reverse gear sound logic entirely.

This causes sound pitch modulation (and potentially sound event triggers) to behave erratically, because RPM → pitch mapping expects a negative ratio for reverse.

✅ Fix:
They should define the reverse gear ratio as a negative value, like so:

json
"gearRatios": [-4.093, 0, 3.673, 2.217, 1.448, 1.0]
Or, if that first one isn't even meant to be reverse, and reverse is just missing altogether, then they should prepend it:

json
"gearRatios": [-3.8, 0, 4.093, 3.673, 2.217, 1.448, 1.0]
Extra Tip: Check Sound Handling
If their transmission sound logic doesn’t explicitly handle negative ratios or reverse RPM, it might modulate incorrectly (e.g., go silent, spike pitch, or loop incorrectly).

Some gearWhineInput or pitch coefficients might not be clamped for negative RPMs.

gearWhineInputCoef, gearWhineOutputCoef, forwardInputPitchCoef — these often only consider forward RPM by default."

empty sentinel
#

what happens if you remove that and make the ratio negative

rough edge
#

the ratio was already negative

empty sentinel
#

fuck

#

im stupid

empty sentinel
rough edge
#

problem was solved

empty sentinel
oblique schooner
#

@oblique raft ?

terse nacelle
#

Anyone know if a high quality c2 corvette mod? I have one that’s kinda alright, just looking for higher quality textures, accurate sizing, and better jbeam setup (sorry for lack of knowledge if any of that doesn’t make sense)

cloud mason
#

Hey anyone got a mods folder they could share with me so i can instaly have the mods i dont need much i just want something more realistc feeling stuff so if anyone can send me there mods folder would be nice would be easier then downloading them sepratly

proud prairie
#

Is there any mod that adds offroad parts to all cars, or at leat to the Bruckell Moonhawk or any other classic americans in the basegame?

slim nest
#

I need a 90s f1 mod

#

Like early 90s but i just keep getting given automation stuff

ocean mauve
#

The lore friendly car mods list has been updated!
Please let me know if you have any mod suggestions :)

rough edge
#

If I add a Lua script into the "common" vehicles folder, will it always be active for every vehicle?

zenith cloud
#

all we have for f1 mods is the fr16 (mega trash) fr17 (trash) meshslaps (trash) and unreleased mods (not helpful)

slim nest
#

Fr17 aint too bad tbh

#

Just needs an update

topaz raptor
#

Anyone know where I can find a mod for a Peugeot 205 GTI? Seen one in a GrogTV vid earlier

slim nest
#

Tbf tho u may have to delve into the spooky depths of uh

#

modland....

topaz raptor
#

Thats what im trying to avoid lol

#

Seeing if anyone had a link

rough edge
#

(iirc Formula Ibishu?)

merry hemlock
#

Anyone know a good alternative for the hirochi ccf offroadster tires? they're grippier than drag tires on paved roads for some reason. i can't find another 29' tire for 15x9 wheels

potent fern
#

1 How do you get mods and download them
2 I need help on how to play the game

main yew
ocean mauve
# potent fern 1 How do you get mods and download them 2 I need help on how to play the game
rough edge
#

Does anybody know how to properly set up starter motor samples? I have samples for starter engagement, cranking, and release, but I don't know how to implement them properly.

celest sundial
sour dew
#

google is a really cool tool

#

its even free

#

should try it sometime i think itd help you

tired coyote
#

beam uses fmod to do this and then the lua part only starts/stops that fmod event

#

but we cant mod the fmod database

#

so its just not possible

rough edge
#

can't even make a custom fmod database for it to call from?

tired coyote
#

no

#

fmod modding isnt supported at all

rough edge
#

zamn

#

that Sucks

tired coyote
#

if you want a lua script to be active on a specific car automatically the format is:
vehicle/../lua

#

for all vehicles is
lua/vehicle/extensions/auto

rough edge
#

i want it to be active on every vehicle automatically

#

okay

plain swallow
terse canyon
#

what do you use to design liveries (ideas) for your mods? do you sketch them on paper? do you use a software?

queen nymph
#

use whatever produces results, no reason not to use one or the other

feral terrace
#

Hi, could someone good at modding make this french vehicle? Is a Renault scenic 3

dense ore
#

does anybody know if there's already a mod making east coast and hirochi raceway into one map?

sinful bear
#

pls

teal kestrel
#

How do i put mods in?

#

from mod land?

sinful bear
teal kestrel
#

Oh oh

#

No work?

timid ermine
#

Does anyone know how to make the engine go on fire with LUA?

dense ore
#

they are just mostly stolen or extremly low quality

wind plank
timid ermine
wet quest
#

how do you work on removing the no texture on a car(its your own car you modeled)

wicked mortar
plain swallow
wet quest
plain swallow
junior escarp
#

Does anyone know what file directories the vehicle mods look in to choose what .dae file to use? I'm having some minor mod conflict where my mod is loading the old model for a car. The jbeam files are working fine, and the new .dae file is confirmed in the mod, but it's still loading the old model from the old .dae

queen nymph
#

.daes are loaded from both the active vehicle's folder and the common folder

#

if it's not the .dae filename that's causing conflicts, it may be the names of the objects themselves within the .dae

plain swallow
junior escarp
#

I'll look in those places. I started to play with my mod, and then I deployed for a while. Now I got back, and I'm trying to iron out my conflicts between the old version of the mod and the new one, and it's not playing nice

#

I'm assuming it's loading a cached version or something

plain swallow
junior escarp
#

Not in the mod directories or in the game content folders. Is it possible it scours my desktop for the models? 😅

plain swallow
#

If you packed /mymod/vehicles to /mymod/mymod.zip it can pick up both and cause conflicts (this is my way to shoot myself in the foot)

junior escarp
#

Oh, you mean like, packing the .zip in the unpacked version?

plain swallow
#

Yeah

junior escarp
#

I didn't see any evidence of it inside it

plain swallow
#

Also, go into Material editor, search for your material with vehicle selected and I believe you can check there exact folder where it's picking this up, maybe that will point you to .dae which is loading as well

junior escarp
#

Only things I saw relating to the mod were when I would pack and unpack it

#

I'm going to try re-downloading it real quick, but it it's not fixed, I'll do that

#

Redownloading it fixed it appearantly... Wooo! BeamNG Modding is soooo fun 😅 Thanks for helping out @plain swallow

lyric cedarBOT
#

Gave +1 Reputation to @plain swallow (current: #271 - 14)

plain swallow
junior escarp
#

I appreciate it anyways

little echo
#

this ui mod doesnt show up in game??

coarse phoenix
#

To me it does

timid ermine
#

Does anyone know how to make the engine go on fire with LUA?

#

And how to reset variables made by LUA on Vehicle Reset?

timid ermine
sour dew
finite obsidian
#

yo guys
does anyone here have a jesko hydra model i could use?

sour dew
#

Not ask this in EVERY modding channel

finite obsidian
#

just askin

#

its a simple yes or no

sour dew
#

From the view of you asking in every channel I doubt you even know how to mod

wicked mortar
sour dew
lyric cedarBOT
#

Gave +1 Reputation to @wicked mortar (current: #684 - 4)

wicked mortar
lyric cedarBOT
#

Gave +1 Reputation to @sour dew (current: #150 - 26)

sour dew
wicked mortar
#

why not

#

its funny

thick niche
crystal ibex
daring hornet
dawn tiger
covert sleet
#

is there any mods that adds more tucks and buses to the AI traffic?

wet quest
#

what is rls's discord name

blazing whale
queen nymph
potent fern
#

Is there servers for mods on discord?

fleet zephyr
#

Anyone know where I could get jackstands and a plank mod?

dapper folio
#

(non)fictional lm(d)h cars are huge untapped markets

#

if anyone wants to uh
make one

thin widget
#

get started vro

#

noones doing that shit for free

pine zodiac
#

🗣️ 🗣️ 🥶

dapper folio
#

now that i look at it maybe i don’t got money
time to get to work 😔

pine zodiac
#

$5 isn't gonna cut it

dapper folio
pine zodiac
#

How much were you gonna pay

dapper folio
#

50-70

pine zodiac
#

Yeah

#

I'll do it, send me the money first

dapper folio
pine zodiac
#

Ok I'll wait

dapper folio
pine zodiac
#

No

#

Just trust me

dapper folio
thin widget
dapper folio
#

30 good even though i held up a higher pricing???

cyan drum
thin widget
#

low price reflects the subpar quality

cyan drum
dapper folio
#

okay maybe not now i gotta get my money up 😔😔

thin widget
#

learning to mod urself would be cheaper and probably faster

dapper folio
thin widget
#

started doing jbeam-only mods so i learned how jbeam worked, then starting porting kits to beamng so that taught me working with blender, materials, and more jbeam shit, then i started making my own textures and now im very slowly learning how to make my own models

#

when people say "dont start with a car" they arent kidding

#

the skills i have now make the struggles i had when i first started seem trival

#

you have to build ur skills up slowly

dapper folio
lyric cedarBOT
#

Gave +1 Reputation to @thin widget (current: #684 - 4)

elder depot
#

can someone help me anytime i take out one of these audi the front wheels just stay like that and i cant drive it

pastel halo
#

why it says no material?

wild pier
cyan drum
#

that looks like an automation mod

sour dew
#

looks like a real mod to me

gloomy ridge
#

Hey guys I have a question. So i have a mustang dark horse mod installed and my others. And when I load into career mode they are not in the dealership? My hirochi (miata) works and spawns in and my challenger but not the mustang? Anybody know why. Thanks

light glen
#

I've gotta ask i've seen an early 1990s Crown Vic project that was cancelled, is anyone working on a new one? I'm also open to paying for one provided the website is trustworthy. (its basically a real Badged and Modelled Gavril Grand Marshal) i would also love to know if the 87 Ford LTD Crown Vic Project is officially abandoned too (i would like one of those to)

#

Next the modern one The early 90s model is one of my favorites same with the LTD one, thats all lol

#

And also to complete my police car collection

sand ivy
#

Does anyone have a working lowboy trailer mod?

kindred yoke
#

Guys I want so much a remaster of the WBIMP car pack

#

and also Urbanlore

#

It's a shame that I started BeamNG in 2024, when it was already outdated

kindred yoke
pastel halo
light salmon
#

anyone know if there is any mods that work on interior of buildings and stuff like that?

trim briar
#

y'all what are like some of the top must-own beamng mods (i forgot what they are)

kindred yoke
#

simulator Adventures made a video on the 10 best mods https://youtu.be/O74THVS4Bys?si=cY9Ka1KYtc82HF-_

What is the most popular BeamNG mod of all time? This top 10 list counts down the most downloaded BeamNG mods from the official repo! Find out if your favourite mod makes the list!

Mods:
• Hirochi CCF: https://www.beamng.com/resources/2020-hirochi-ccf.29318/
• JBX100: https://www.beamng.com/resources/ibishu-jbx100.14139/
• RK's Engines: h...

▶ Play video
#

@trim briar

elder depot
#

ill clear the cache like u said and try to save some of my moda because i have 120ish

dense pine
#

does anyone know a mod for a modern endurance car

#

like lmph or lmp3

#

or just gt3 cars or just cars that compete in the WEC championship

celest sundial
dense pine
merry hemlock
#

Anyone know a front bumper counterweight mod for T-Series?

latent ivy
mighty basin
kindred yoke
#

But most popular = the best ones

latent ivy
#

<@&710084482031550547> least obviously scam

#

Danke

mighty isle
#

is there anyway to decreese the wheels negative track offset with mods?

mighty isle
#

thanks for the answear huh

dawn tiger
charred jasper
#

hi guys havent played beamng in a long time and forgot where to find the folder to put mods in can someone help?

dawn tiger
broken pine
#

it's on the right side

marsh quail
#

Sooooo... best mods for career mode?

dawn tiger
#

RLS

lone lake
#

Is there any way to setup esc/tc to contol vehicle pitch, im trying to stop my drag car from bucking off the line

tardy patrol
#

Any gen 3 legacy or outback mod anyone know of?

vague blade
#

looking for a high quality paid or free 2022+ subaru brz mod does anyone know of one I havent found very many and they all seem pretty low quality

pastel halo
#

should i post resource update or add new resource for new generation of car?

dawn tiger
#

Update

pastel halo
#

the 1.1 version still remain or it will replace the old version everytime i upload new update?

dawn tiger
#

It will replace the old version but im sure you can just upload it as a new mod if you want

shell pagoda
#

anybody now whats causing this? (im still doing the slots so ignore the doors and windows not showing up)

#

its named "pigeon" in the dae file

#

the materials

#

it shows the garbage texture

#

and the interior is brown for some reason

untold beacon
#

guess the mod

lyric cedarBOT
#

Gave +1 Reputation to @kindred yoke (current: #455 - 7)

radiant olive
#

Anyone know any supercharger mods for the etk900?

drowsy leaf
untold beacon
#

no

#

...but it is a V6

#

obviously

#

but it's not a Pessima

drowsy leaf
# untold beacon but it's not a Pessima

yeah but like if we are playing a guessing game like choose something special about that mod
its literally the exact same as the pessima even the wheel wells so like you cant tell by that

#

guess what mod this is from?

kindred yoke
livid terrace
rough edge
#

Hey, I want to make a mod that draws an image to the screen as a global event, not inside a ui app. How would I accomplish this?

spring falcon
#

Absolute drift beast proper drift masters spec

upbeat sky
#

Yo

plain swallow
peak marlin
#

is there a interior back-up camera mod yet (for vanilla vehicles ofc)

fresh jungle
#

is there a mod that gives the wigeon antilock brakes, ive turned the car into an itty bitty rally car but i have just about no stopping ability without locking up

latent ivy
#

Any good paid maps anywhere?

sour dew
fresh jungle
#

i was looking at the ingame repository

#

ive been looking for wigeon antilock brakes

rotund swan
sour dew
fresh jungle
#

no, i was searching for specifically wigeon antilock brakes

#

if you looked for just that you dont get any results

#

i figured since alot of cars seemed to already have abs, there wouldnt be a blanket mod adding it to several cars

fresh jungle
radiant olive
#

Anyone know any supercharger mods for the etk900? I know hmt has it but the update isn't out yet

glossy mauve
#

When I add a car and other platforms in the game and then go to editor mode and save it, everything still resets to default when I open the file again. How can I save it properly? Please help.

wet quest
#

is adding a built in multimedia into a beamng mod easy

#

like putting the beamnnavigator within the interior

timid ermine
#

Does anyone know why my UI might not show up?
I'm using Inkscape for the HTML and SVG
I've tried both ways
Nothing
It just doesn't show up
Console logs don't appear
But the UI shows up in the UI Selector
Just not the content I need

old dome
#

any body know how to fix that?

dawn tiger
old dome
dawn tiger
#

check your .pc file it may not have the right jbeams in it

old dome
#

oh
ur right

#

let me try it

#

it worked!!

#

thx a lot

lilac cloak
#

Anyone know someone who can make a mod like this for the BX?

sour dew
lilac cloak
pine zodiac
latent ivy
#

can i get some help with my game

brittle mulch
latent ivy
#

i have no force feedback on my logitech g29

brittle mulch
#

hmm

latent ivy
#

and yes imusing the logitech app

brittle mulch
#

is it xbox or playststion model

latent ivy
#

playstation

brittle mulch
#

right

#

want to jump in a call?

dawn tiger
brittle mulch
#

i can try to help best i can

latent ivy
#

i have and no change

#

i have no force feed back when going straing or when barly turning

#

unless im at full lock

brittle mulch
#

accept that request

pastel halo
#

why theres always more downloads than subscriber? just curious

sour dew
#

external download from website

fallen trellis
#

hey guys i need help with this mod

neat meadow
#

get off modland

#

thats your help

iron badge
#

i'm playing RLS hardcore career mode on west coast and after logging in after a session, it says my vehicle is in storage because it had some damage. problem is, i do not have a garage so i do not know how to locate this storage. does anyone know how?

quaint mortar
ionic rock
tender elbow
#

what is that one map with the infinite straight on a bridge does that still work?

tender elbow
lyric cedarBOT
#

Gave +1 Reputation to @queen nymph (current: #182 - 22)

signal frost
#

Where do i find different police lightbar mods?

tranquil atlas
#

you know what would be awesome to see in beam, the horten 18 bomber

manic timber
#

I cant find a miata, anyone know where I can?

latent ivy
queen nymph
#

repo

#

hirochi ccf

manic timber
#

Ty

latent ivy
#

Yes

latent ivy
#

Also I'm kind of new to beamng, and I am not sure where to get beammp

#

I was going to have a look today

celest sundial
lilac badger
#

hello every1

#

does anyone know a good map to drive around on

#

kinda bored of wcusa and italy

queen nymph
#

sandy mountain if you don't mind the lack of scenery?

iron badge
lyric cedarBOT
#

Gave +1 Reputation to @celest sundial (current: #457 - 7)

celest sundial
iron badge
#

oh i see it now, thank you!

#

thank you @celest sundial (second msg bc of the bot)

tall silo
#

dont know if this is the right place to ask, but i was wondering how the download count works, I have only released 1 version of the mod and the download counts seem really far apart.

thin widget
#

yeah idk how they count downloads

#

i imagine it must be downloads of that version over some amount of time, like a day or so

#

because i cant think of any other way to explain this

tall silo
#

i dont feel like the number has gone down though, and the first number has definitely slowed down from the first few days

#

i feel like it might be in-game downloads, but im not sure

#

in the in-game repo, the only number it shows is the smaller one

harsh wharf
#

TOP 10 FREE MOD ?

frank moon
#

I really wish there were a mod for an older Bastion, like 2000's. I would make it myself, but I don't have the time, nor the skill

verbal kelp
austere hedge
#

yall does anyone know good japanese truck mods (actual trucks not those tiny kei shits)

#

like uhh, 90s hilux/tacoma allat stuff?

austere hedge
long aurora
#

Where’s good download mod please?

#

Which web site?

lapis trellis
lyric cedarBOT
#

Gave +1 Reputation to @lapis trellis (current: #182 - 22)

lapis trellis
#

I wouldn't risk it. There's irl cars in the forum if that's what you're into

long aurora
long aurora
lapis trellis
#

subscribe means it's an ingame mod, download means you have to install it manually (aka drag that file into the mod foder)

gentle kestrel
#

has anyone made a mk5 cortina

proper haven
#

The IYB B-Series Off-Road Semi mod is pretty broken right now

#

and in case anyone is wondering, I checked for an update like 5 minutes ago

drowsy leaf
proper haven
#

Ah

#

that makes sense

#

Welp, guess I'll be saying goodbye to one of my favorite mods

spiral arch
#

@bleak folio

#

These 2

pine vessel
#

does anyone know a good mod that adds drag tires for the T series

lapis trellis
ebon linden
near radish
#

Hey guys who would you guyhs say are the BEST paid modders? In term s of quality

opal forum
#

How bad is modland?

#

I so far haven't had issues with it

full beacon
#

does anyone B8/B8.5 A/S4, S550 Mustang, New Edge Mustang, LS400, IS350, ISF, RCF, C5 Corvette, Evo, or C63 mods? im just looking for names of creators or links to patreons/kofis

full beacon
full beacon
full beacon
#

ill dm you in a sec with both of them

near radish
#

And do you know any other modders? Im specifically looking for modders that are good with interior quality since I like to do realistic POV driving.

#

Like interior quality very realistic like on par with dev quality like LucasBE

full beacon
#

well go to the dms

latent ivy
latent ivy
twilit urchin
#

i found a mod where you can turn on indvual popup head lights i wiped my repo mods now i cant find it

full beacon
latent ivy
#

Since the physics of cars get skewed. And the damage model is ruined too

oak elk
#

Anyone know some good japanese car mods

#

Jdm ones

kindred scroll
#

Would it be hard to make a vehicle towing flatbed for the Gavril MD? or is there one already?

drowsy leaf
wooden apex
#

I need to find the files again but I have all of his mods barring anything releaswd after the F-150, and it is some of the worst quality paid mods. Nothing good other than being a photoshoot farmer.

drowsy leaf
#

i dont know whot that guy is but just by the name it sounds sketchy

sour dew
wooden apex
drowsy leaf
#

^^ just buy them if you want

long aurora
#

When I have it subscribed, whenever an update for that car is released, it will automatically update for me too.

drowsy leaf
cyan drum
long aurora
drowsy leaf
cyan drum
#

how did you even understand that

lyric cedarBOT
#

Gave +1 Reputation to @drowsy leaf (current: #46 - 78)

drowsy leaf
long aurora
#

im from czechia xd

subtle briar
#

Hello, can anyone please help to me with a tow hitch problem on one of the modded cars that I got of the repository?

bold rose
#

does anyone know any good 50's-60's European Sport/GT cars. I6 rough 2.5m wheelbase long hood big sausage grill etc etc.

bold rose
#

WIP :/

drowsy leaf
bold rose
#

cant buy even if I wanted to

drowsy leaf
#

yeah no then

bold rose
#

sucks

cosmic portal
#

Can anyone help me get the Dodge Coronet mod to show up in dealerships in RLS Overhaul?

void perch
#

has anyone found a versa/altima/camry mods? or any sedans in general

drowsy leaf
opal wagon
#

Does anybody know why every time I try and load my mods it it says "error mounting mods" Ive litterally done everything and dont know what to do anymore

opal wagon
#

Realistic derby project and just skins and trucks

drowsy leaf
#

idk some of those might just not work

wary dust
#

is there any flatbed tow trucks with a working towhook/winch of any kind

valid raptor
#

can anyone help me ive overwritten one of the cars when i saved my customized version and now it corrupted my files i was wondering how i reset the file back to normal

late forge
#

anyone know why none of my cars spawn with the rims/tires that are shown in the preview? thanks

full beacon
#

might not have the wheel pack used

signal frost
#

anyone have any idea where i can get a realistic 3.0L V6 Ford police interceptor sound?

worthy glade
drowsy leaf
round current
#

Hey is there a way to manually change some sounds from the game? I'd like to swap the explosion sounds.

neon wyvern
#

this new update concerns me. Have they fixed the issue with image materials not being able to go from having materials, to not have anything in the image slot?

#

it's been a while since I worked with materials, because it was such a pain in the neck having to remember what those blank nil materials were. I'd also have to explain it to new modders too

marble panther
#

making skin for this new money truck is kinda weird, map coloring for this vehicle has like 3-4 channels, idk how to place for example a colorful logo or sth else, to get white thing you need to leave transparent place there wth

#

someone knows how to deal with it?

neon wyvern
neon wyvern
marble panther
#

so these texts are transparent, and in the game they're white, so there is a specific base color mapping for 3-4 channels like blue, green, red and idk alpha?

#

only these new vehicles have this issue, md series generally doesn't

neon wyvern
marble panther
#

oh okay i read this dozens times and never read about basecolormap my bad sorry

#

and thanks lol

tawny lynx
#

Beamng Modding 2025 in a nutshell: Uteification

#

(Like lots of mods involve UTE bodyconfig to the point beam also made a Ute)

marble panther
#

yeah

quaint pumice
#

found a weird glitch where parts won't show up after being selected, but when you over over the part in the part selector/configurator they show up

neon wyvern
quaint pumice
#

alr, thanks

crimson orchid
#

how do i turn off controller vibration?

quaint pumice
neon wyvern
sour dew
hearty tinsel
#

A nice update for the MD-Series, and still no rollback config. Any chance someone here is working on on?

sour dew
#

No sorry it was another person

#

Get CDC pateron, he has one, plus other tow truck stuff

hearty tinsel
#

i was gonn say, I just joined like a week ago lol

sour dew
hearty tinsel
lyric cedarBOT
#

Gave +1 Reputation to @sour dew (current: #148 - 27)

hearty tinsel
#

I love his stuff.

sour dew
#

I don’t have his pateron anymore so I can’t link the channel

indigo hare
#

When an update breaks your map projects to have missing textures and lod textures

hearty tinsel
sour dew
hearty tinsel
sour dew
#

I wish I had the pateron rn so I could help, I may just rebuy it lol

tall silo
#

does editing the state and description of a mod boost it? I want to make sure it doesnt before I edit mine

distant flare
#

hi the burnside got updated and im updating a skin i made for it. interior textures no longer work :( what am i doing wrong? third pic you can kinda see it used to work. fourth pic is old settings in json file

limber sparrow
quaint pumice
lyric cedarBOT
#

Gave +1 Reputation to @limber sparrow (current: #1598 - 1)

limber sparrow
#

np

echo bolt
#

why is it so hard to find a decent dodge charger (´16-´23). every mod i had had major issues or wouldnt even register in the mod menu

cyan drum
#

there isn't a reason, they just don't exist and that's it

echo bolt
#

why is everyone only making half assed mods

cyan drum
#

the people who happen to make those cars just suck at modding

echo bolt
#

even the paid mods are ass

#

its like THE most demanded mod

lapis trellis
#

learn to make it yourself I suppose if everyone indeed is waiting on one

odd oriole
#

any map mods that have some spooky vibes?

sour dew
elder raven
#

wonder how long until someone does this with the md bus

odd oriole
echo bolt
drowsy leaf
#

ive seen peoplethat could barely ran the game make mods

dawn tiger
drowsy leaf
#

ive made mods on my dual core athlon laptop a few years ago

#

mind you now that thing is so slow it barely runs the game at all

dawn tiger
#

The first pc i played beam and used blender on probably wouldn't open blender anymore lol. I cant even remember what it was but it was a late 90 early 2000s big white tower pc thing .

#

looked something like this

drowsy leaf
#

that can defenately not play beamng

lapis trellis
#

that is ancient ye

drowsy leaf
#

a celeron 366 presumably with no gpu couldnt probably play anything past nfs hot pursuit 2 if at all

dawn tiger
#

Yea not that but it looked like that is what im saying lol

drowsy leaf
#

you are probably more correct if it was a pentium 4/celeron/core2duo with 2gb of ram and something like a gt5000 series

#

i highly doubt anything pre 2007 can run the first versions of beamng

dawn tiger
#

Im trynna find what it was but its been a very long time lol

drowsy leaf
#

a lot of custom built 2000s pcs had metalic grey cases

dawn tiger
#

may have been a really silver grey

drowsy leaf
#

probably this

dawn tiger
#

I remember the side being imbossed with a logo like that imma bet that was it

drowsy leaf
#

albeit a newer variant since thats got a p4 and 512mb of ram which defenately wouldnt run

#

ive got a few components of that era

#

i bet i could make something along the lines of that

dawn tiger
#

Only old pc stuff i have anymore is one of these

elder raven
#

sadly the rear engine miramar mod is slightly broken now

#

it would be perfect with the new left hand drive stuff

echo bolt
drowsy leaf
#

And that's just a generation below my rx5500xt

echo bolt
drowsy leaf
echo bolt
#

ahh

thin widget
echo bolt
frigid hatch
#

can somebody please explain me why the engine is not showing? trying to get the i6 from the i-series into the 200bx

drowsy leaf
#

You just can't see that because they only show screenshots which Is the only thing crappy mods are good for

lapis trellis
#

it's almost like most of the talents went making lore friendly cars instead, it's a more interesting challenge to make it feel as if the devs made it themselves, with all the design cues and story that you would expect

drowsy leaf
#

Hey nets lot discredit some, there's a few real life mods that are mostly fine or pretty decent

#

There's just many of them that do it for more or clout

lapis trellis
#

oh for sure, hence why I didn't say all

neon wyvern
#

I do it because I like being creative, and the adsense. But until recently I didn't ever have the patience to ever polish them lol

worthy glade
#

Someone please make c notch for the Ute

placid ridge
hallow thunder
#

how am i supposed to change what material an object has?
you'd think "material editor" would do that, but thats for changing the settings of a specific material

dawn tiger
hallow thunder
dawn tiger
#

I mean yea kinda you could always use material override in the jbeam idk why i never thought of that

hallow thunder
#

its for a map shouldve clarified

dawn tiger
#

Oh yea then blender

hallow thunder
#

idk it just feels dumb

dawn tiger
#

I mean you just go in blender change the name and re export you dont even have to close the game or anything that kind of makes it nice

hallow thunder
#

hmm yes so i changed the name so the game just. fucking deleted the legran_wood material

#

also i might be on the 60-series bus because i forgot unpacked folder existed so every. single. edit i was restarting beam

#

also create material function does absolutely nothing in the listed filepath

#

ilovebeamngilovebeamngilovebeamngilovebeamng

#

Okay great! The texture works now. In the preview. Everywhere else the game randomly renders it as missing despite it being there

frozen wind
#

Saw this mod in a video, anyone know who made it and where to get it?

steel dove
#

Random Question but i wanna make ui parking sensors on the etk800, how would i create the screen sensor display? Like as a html or what sort of ui do i go into? Ive never done beamng ui so this would really help

steel dove
#

My first ever beamng html design. cant say it went badly. LOVE IT

#

gotta make the outer edges round and in general fix some things

#

will add the wagon version aswell

visual sparrow
#

does anyone know of any good f1 mods?

manic harness
#

any one have pixar cars car mod for beamng ?

granite yew
#

is there a mod that ki cars dont stop when im activate the sirene? (sry for bad english)

sonic sundial
bold rose
#

how do you get forums access role?

(edit: I read the FAQ like I should have before asking this question and this answered itself)

steel dove
steel dove
#

i have to put them closer to the car tho

#

and make the rear ones curve along the car

vagrant spoke
#

Hello everyone, I created a mod for Covet (front lips and side skirts), but when I enter the game to test it, the modifications simply do not appear (I created additional parts). When I change the car, a Lua error appears, but they said that the Ibishu Plus mod is causing this, so I don't know if it's my mod's fault. I think it has to do with the mod structure (compressed folder, folder named vehicles, and finally the .dae and .jbeam files). Thanks in advance.

random dagger
#

How would I go about making a livery for the MD-series armored security van

frozen heron
#

Anyone know why everytime I press the gas the engine sound different each time? After Ctrl + R everything sounds like it should

random dagger
#

That might be the transmission or the turbo

sour dew
#

neither would make that happen... lol

patent moon
#

anyone know what this mod is

sour dew
#

didnt even need to spell it right

patent moon
#

bro i tried

cyan drum
#

not hard enough

patent moon
#

my internet is horrible

faint sky
#

i cant find a new speeddometer gui

floral dawn
#

i need help modding

spice rune
#

anyone know whats going on?

void perch
#

is there any good automation

void perch
cyan drum
#

no it's already up

void perch
#

not for him i guess

spice rune
#

and was doing this before the update

void perch
spice rune
#

never even thought of that

cyan drum
#

why would you go there for a mod's support

#

go to the official beammp server

void perch
cyan drum
#

duh

spice rune
cyan drum
#

discord dot gg slash beammp

void perch
cyan drum
#

because it isn't official maybe??

void perch
#

huh

#

beammp isnt official??

cyan drum
#

no??

spice rune
#

yeah i don't see it in discord

#

just a bunch of RP servers

cyan drum
#

google is cooked but not that cooked

spice rune
#

thanks

#

ill go ask around there

thin widget
#

Same way you make a livery for every other car in the game

random dagger
#

Like the configuration

thin widget
random dagger
#

Like im confused about the file structure

icy sequoia
drowsy leaf
icy sequoia
drowsy leaf
#

you might need to adjust the camera positioning/refnodes so that the pictures are taken rigfht

icy sequoia
#

This was taken with the default Showroom tool. I'll have to look at some camera controls to frame it better. Thanks for the tip!

drowsy leaf
#

oh id also take a look at the textures and the hinge on this area

#

actually ill just dm you the things i see so i dont blow up this channel

icy sequoia
#

Fair enough. You could probably let rip in the "showcase-your-mods" section. I've been getting a deal of feedback there already

latent ivy
thin widget
#

Basic logic is a struggle on this discord

random dagger
#

The texture won't show up

random dagger
#

the skin appears in the part selector but it doesn't apply

drowsy leaf
void perch
#

i want new mods but forum search sucks

lapis trellis
void perch
#

problem is

#

already did that

void perch
#

only found shittt automation mods

drowsy leaf
#

the highest rated mods are generally all car mods

celest sundial
void perch
#

didnt see a single real car name

drowsy leaf
#

thats why ive got 0 real life car mods installed

random dagger
#

can someone help me

void perch
#

not a remastered miata

#

ccf is good tho

drowsy leaf
#

fully hand made asets designed for use on beamng

void perch
#

well i dont like classics

#

soooo

#

but i dont like modland either

full beacon
#

yo guys does anyone know of any good and non outdated B8/B8.5 A/S4, S550 Mustang, New Edge Mustang, IS350, ISF, RCF, Evo, or C63 mods? i just need the links im not tryna directly download em

drowsy leaf
void perch
drowsy leaf
#

i can assure you no good mod of those exists

#

its either modland slop thats just a mk2 pessima underneath or nothing

full beacon
#

or private smh

drowsy leaf
#

private ones are generally worse trust me

#

they just look better

void perch
#

bro i just need a mod that isnt made in automation, can drive and doesnt have no texture and thats enough for mee

drowsy leaf
#

the land section doesnt have automation stuff

#

just fitler by released and scroll a few pages

full beacon
drowsy leaf
bold rose
# drowsy leaf

Do any of these have roadster variants? Expect obv like F4 or Superlite.

drowsy leaf
#

hes like not a good modder at all

full beacon
drowsy leaf
#

ive tried out a few

drowsy leaf
#

mind you that any real life paid mod is generally awful since you can steal the 3d models from other games and easilly make a quick buck

full beacon
#

ive only bought his mclaren sport pack lol but why are his mods so bad? im not rlly super into this shit i just have a direct drive wheel and like driving real life cars that look half decent in the game lol

drowsy leaf
#

thats why if you ever buy mods you should just buy lore friendly ones, since the author is generally forced to make its own model

drowsy leaf
full beacon
drowsy leaf
#

and the models are stolen

drowsy leaf
full beacon
#

ahh i see

drowsy leaf
#

trust me phaien im pretty sure uses stolen models and at some point has stolen code from another beamng modder

drowsy leaf
#

poorly edited sometimes

full beacon
drowsy leaf
cyan drum
void perch
#

can you export the models to real life

full beacon
#

what would you reccomend creator-wise if i want real life cars?

cyan drum
#

no one really

#

I mean paid ones that is

drowsy leaf
cyan drum
#

there's a real life car thread on the forums that has a real cars list

cyan drum
#

I'd still avoid phaien's free mods

drowsy leaf
#

and never buy real life paid mods

void perch
bold rose
full beacon
#

honest to god if the mod looks decent and its free im gonna download it 😭 i just want it to look good, sound half decent, and drive well

drowsy leaf
#

and just by looking at it you can tell what they are probably inspired by

cyan drum
bold rose
#

Im more talking about the multiple that are like. C3 corvette with new head and taillights and its like 98.34% accurate and calling it something else. Or the Renault Clio mod

cyan drum
#

what

drowsy leaf
#

hes talking about lore friendly badged mods that are basically like real cars

full beacon
drowsy leaf
#

aka the current iteration of the celestia

full beacon
#

the proto sum

drowsy leaf
cyan drum
#

that isn't a modland mod bruh

full beacon
full beacon
drowsy leaf
#

not a modland mod and not an ls400

cyan drum
cyan drum
full beacon
#

ah so its just leaked on there

drowsy leaf
full beacon
#

didnt know that tbh i dont rlly look into mods and shit like that

cyan drum
#

iirc the vertex was originally a commission and the person wanted a lwb or something

#

don't really remember well

cyan drum
#

or any other 3rd party sites that are similar really like modsgaming, stmods etc

full beacon
#

so basically, lore friendly mods are just cars that are based off of real life ones just built from scratch and doesnt actually use the models from that car?

drowsy leaf
#

^^

drowsy leaf
full beacon
#

thats fire, so i just look on forums and repository page for actual decent high quality mods?

woven crow
cyan drum
#

hell no

woven crow
#

lichi u so anti real life mods 😔

drowsy leaf
#

hell no what are you on about

cyan drum
#

he sells mods with stolen models, that is already a red flag

drowsy leaf
woven crow
full beacon
woven crow
drowsy leaf
cyan drum
drowsy leaf
#

im fine if you make it free

woven crow
#

he has some free mods

drowsy leaf
#

but if you resell assets that arent yours its not good

woven crow
#

at least hes not a scammer like royalrenderings

cyan drum
#

his mods also handle like shit, amg one is awful and his clk too I've heard

woven crow
#

or steals from other modders (ahem moosbach)

drowsy leaf
cyan drum
woven crow
drowsy leaf
#

ive tried his mods and they are on par with royalrenderings slop mods

cyan drum
woven crow
drowsy leaf
cyan drum
#

stealing lua files from him

drowsy leaf
#

and selling it as a feature on the mod too

cyan drum
#

so yes he's just as bad as royal and moosbach

woven crow
#

yall be talking like im a bad person because i like someone's mods damn 😭

full beacon
#

thats not what theyre saying bro

woven crow
#

it sounds like it man idk

full beacon
#

at all

drowsy leaf
cyan drum
#

he also planned on using lucas' scout jbeam for one of his mods lol

#

phaien is at best scummy

drowsy leaf
#

also is he the one that used ai upscaled textures ?

cyan drum
#

no that's frix

drowsy leaf
#

or was that frix

woven crow
#

anyway what happened to my beautiful wagon spawning with open doors that cant be closed

full beacon
#

what modders would you guys reccomend for real life cars?

full beacon
#

i WILL pay im not broke at all

cyan drum
#

by quality alone LJ

drowsy leaf
full beacon
cyan drum
#

lj74

drowsy leaf
#

apart from lj74 but those are only early access

woven crow
cyan drum
#

well he's not going to be blatantly scummy

#

but once you dig deeper you'll realize who he actually is

full beacon
#

so what yall are saying is i should just look for free real life car mods instead of paying for them cuz theyll end up being shitty or leaked anyways

#

thats basically what im gathering lol

woven crow
#

at the end of the day people just wanna make money, as superficial as that sounds

drowsy leaf
full beacon
drowsy leaf
woven crow
woven crow
drowsy leaf
woven crow
cyan drum
#

make money no matter what, morals? fuck them

#

that's how phaien royal etc act

full beacon
woven crow
#

i am literally just stating facts without any personal opinion guys damn 😭

full beacon
#

i regret buying royal renderings his are dogshit

drowsy leaf
#

i may have no morals when it comes to consumption of megacorporation content but as soon as you step into making money off of that or stealing from indies thats really not nice

cyan drum
#

phaien didn't give a fuck about the criticism given on the amg one, which was validated by me and others

#

he's very defensive about criticism overall

drowsy leaf
#

oh yeah the amg one was REALLY bad

cyan drum
#

too bad the images on my message are cooked

#

but it was genuinely terrible

full beacon
#

what made it so bad?

drowsy leaf
cyan drum
#

one sec

full beacon
drowsy leaf
full beacon
#

all of kenemations stuff is all over modland LOL

woven crow
#

I do use some of kenemation's free mods tho

cyan drum
woven crow
#

like the E39, because the E39 is my favorite car model and there's no other E39 mod

full beacon
#

actually ive not bought from frix i think it was flanje

full beacon
cyan drum
cyan drum
full beacon
woven crow
#

I got it for free from his discord

full beacon
woven crow
#

probably

full beacon
#

actually i didnt buy from either frix or flanje lol so im good

cyan drum
drowsy leaf
#

either way as long as its free even if its slop you arent losing anything shrugs

cyan drum
#

the vc text channel

#

just look up phaien there and you'll find it

woven crow
#

I don't need to waste my energy on stuff that doesnt affect me so I'm like whatever, let those modders do what they do

#

like, I cant change them anyway

full beacon
#

is jsd bad?

cyan drum
#

yes

woven crow
#

and I got no capacities to try and cancel anyone

full beacon
#

i was looking at his is300

cyan drum
#

just avoid real life paid car mods full stop

woven crow
#

who is jsd

full beacon
cyan drum
#

"modder"

drowsy leaf
#

misspelt jsz?

full beacon
#

i mean what else am i supposed to call them lol

full beacon
woven crow
#

when aw goal remaster

cyan drum
cyan drum
drowsy leaf
cyan drum
#

jsd is the charger meshslapper guy #29392949

drowsy leaf
#

it was discord drama so i couldnt have gotten him banned from the forums

full beacon
drowsy leaf
full beacon
drowsy leaf
#

was exorion just charger or was that the end of it

cyan drum
woven crow
#

ngl matissator's mods are aight

drowsy leaf
#

oh so like royalrenderings changing his name 999 times to seem new

cyan drum
#

yeah

full beacon
#

wait

#

jsd is aries?

cyan drum
#

not 100% sure but think so

woven crow
cyan drum
#

yeah

full beacon
cyan drum
#

and also crownconcepts

woven crow
#

hell nah

drowsy leaf
full beacon
#

his mods were the first i bought i believe and i regret it

cyan drum
#

he has "improved" but his mods still suck

#

his m4 is ass

full beacon
#

i like redline autos mods too i just bought stuff from him

drowsy leaf
cyan drum
#

yeah pretty much

full beacon
# cyan drum his m4 is ass

yeah dude thats the whole reason i bought it cuz its like "the best real life car in the game" according to everyone on youtube

cyan drum
full beacon
cyan drum
drowsy leaf
# full beacon really? why not

checked it yesterday, his mods defenately also have stolen models and another guy that had tried a few told me they were mid at best

woven crow
#

beamng modding community is like a whole ass ghetto bro 😭

full beacon
drowsy leaf
woven crow
drowsy leaf
#

i was sorta in that by proxy a while ago and it was just drama, someone exposed X, someone leaked X, someone stole Xs mod and claimed it as theirs...

woven crow
#

dont need to waste my energy on that yfm

#

no offense tho

drowsy leaf
#

the general beam community is kinda scrap too

full beacon
woven crow
#

i just wanna enjoy the game

drowsy leaf
#

too many beggars and children that think they can make the best mod with 0 experience

full beacon
#

i see the same 60 mods every day

drowsy leaf
#

bad part = non scummy forum mods would also get nuked

full beacon
#

yeah thatd suck for everyone, because wouldnt that also get rid of the mods we have already installed?

cyan drum
#

I'd call it a win honestly

full beacon
#

alright ima go do my irl shit preciate yall helping me out 💯ima look at that forum thing later too preciate whoever sent that link

drowsy leaf
#

they wouldnt stop

cyan drum
#

joever

polar peak
#

where is the vehicle that i imported from beamng, in which part of files?
It’s possible to send that import to a friend, he doesn’t have beamng but i do and he has blender but I don’t

#

Help

steep sapphire
#

Anyone know of some maps for rock crawling/ trail riding that are forest-y? I mean Utah and Johnson valley are great, but I’m kinda tired of deserts

silver flame
#

Any way to load a .CDAE into blender, or convert it into a reg .DAE?

thin widget
#

no

polar peak
#

I have blender now but I can’t find the cars

hoary wave
#

anyone working on a First gen nissan rogue

scenic wave
#

What are some irl car mods?

languid timber
woven mica
coral bough
#

does anyone know a good car crusher mod in beam ng

void perch
drowsy leaf
#

less resource intensive

thick niche
#

stick lore + and beamng official for the best mods.

Go play other games if you want real cars

drowsy leaf
thick niche
#

yes

#

: o

ionic coral
#

Suggest irl like car mods with working mirrors
Merc cars

fair lava
#

Will this new MD-Series bus and armoured truck will have a Fortnite battle bus mod?

fair lava
sinful bear
past fossil
#

Is there a ph map mod out?

bleak arrow
#

soemone make this car a beamng mod fr

wheat radish
#

how do i make a custom engine sound for an already existing car mod

inland perch
#

Anyone know of any good VW golf MK2 mods ?

sour dew
# void perch

Simple cars for simple traffic, who would’ve ever thought

sour dew
void perch
wary dust
#

anyone got any amr livery mods

#

i need all i can get🔥

sour dew
void perch
#

wiat hwat

sour dew
#

It’s called a TRAFFIC CAR for a reason

void perch
#

then the ai still drove it

drowsy leaf
sour dew
drowsy leaf
#

they are meant to be low detail on purspose so you can have many of them spawned without making your computer explode

void perch
void perch
#

bcuz shits immortal

drowsy leaf
void perch
#

no like just make the lights destroyed

drowsy leaf
#

you need a glass break texture instead of a generic clear glass textre that can be used for every single simple traffic vehicle

void perch
#

ok then why dont the trafic cars have 0 physics is it not posible?

#

like as shitty as an automation car

drowsy leaf
#

god you are like a fucking brick wall

#

they have to have some detail but not enough that makes your computer want to cry

#

thats why the interiors are just a grey slab material and not actual interior textures

void perch
#

what about simplified traffic from beamng is it not as good

#

pretty sure they still have more detail

drowsy leaf
#

the yakuza map especially destroys cpus and gpus so it benefits from horrible traffic

void perch
#

does this agent guy make other car mods

drowsy leaf
#

hes made the traffic pack

runic storm
#

i'd try to do moding but i get confused

olive plank
#

THE JURASSIC PARK ROAMER HAS NO TEXTURE IN THE GLASS, NOOOOO😭😭😭

#

my beloved jurassic roamer

sterile dragon
#

Anybody else having the same issue when you're trying to make a skin for the bus

sterile dragon
distant flare
#

what texture does the covet trim use?

#

figured it out thoughts?

main yew
#

how do i remove these if i deleted the mod?

dense jungle
main yew
dense jungle
main yew
#

aight

#

thanks @dense jungle

lyric cedarBOT
#

Gave +1 Reputation to @dense jungle (current: #72 - 54)

feral sail
#

Caused by Universal Monster Frame by AshMaker000

#

Caused by Civetta Scintilla Small Pack by N0mN0m

marsh field
#

Just wondering if anyone can think of a mod which would cause this completley vanilla config to have no texture tires.

#

I've been deactivating mods for quite a bit now but haven't found the culprit. I've tested tire mods, config mods, some vehicle mods and tried the "list possibly broken mods"

#

These are the 800-15 Bias-Ply tires to be exact, I've seen this on a few classic vanilla cars now and some newer ones.

dawn tiger
marsh field
#

I don't

#

Although that is a cool looking mod

#

I've also seen this happen to I believe the moonhawk