#mods-discussion
1 messages · Page 171 of 1
Alright mr obvious
wtf
??????? i have yet to come across the last one
Yea they’re out there
so just the official beamng site only?
Yea. Unless you know 100% that the mod is legit
This is a good link https://www.beamng.com/threads/the-irl-cars-mod-list-for-v0-37-22-11-2025-update.102506/
What are some good mods
Link above
Personally the no.1 general game mod that overall improves the experience is CKs Skybox, its on the ingame repository
hello, can anyone help me out?
im trying to get the older lincoln continental mod to use the 460 engine sounds from the "Ford Engines" pack on repo, as it doesnt really sound good. any tips or tricks that could maybe help me?
ladies and gentleman
the lincoln no longer makes any sound
Open the engine jbeams for both mods. Copy the soundconfig exhaust and sound config from the 460 to the lincoln engine.
ok, i got the sound back, just not the sound i want. when i go into the audio files for the lincoln its just videos
like short videos for the audio and the issue is for the rev audio he put a rev audio, but something is wrong
they are just mp3 files
i dont really care what audio it is as long as it doesnt do what it is doing currently
The sounds for an engine should never be .mp3 files? The sound config and sound config echaust are the only things that shout need to change to have the sounds from one to the oter.
thats a clip of me driving with the sound and ill take a photo of the mp3 files
nevermind, but you get the idea
its just all mp3 files
Seems like the variables don't read in double quotations?
wymn?
for example, here's what I've tried : "$='steering_rim_'..'$steeringDist'"
it outputs steeringrimvarsteeringDist
instead of the $steeringDist number
oh i see the issue
"$='steeringrim'..'$steeringDist'"
your approach is not accessing a variable, it is concetenating "steeringrim" and "$steeringDist"
"$='steeringrim' .. $steeringDist"
this should work
oh
shIt I didn't found the second quotations
i'm stupid. thanks
It works now with both variables and components.
i highly reccomend putting more spaces in your expressions, makes them easier to read
"$='sunburst2_lcst_hood_'..($components.hood.type or 'a')..($components.hood.shape or '')..($components.hood.carbon or '')"
vs
"$= 'sunburst2_lcst_hood_' .. ( $components.hood.type or 'a' ) .. ( $components.hood.shape or '' ) .. ( $components.hood.carbon or '' ) "
yes, I didn't copied the exactly the same thing
what are you doing may i ask
Steering column, fully adjustable angle and wheel spacers
nice
I've found that, baseRotation is a mandatory header in the props section, so in Blender the rotation is not read by Jbeam I believe. That means either I have to use a refNode that's exactly in the same angle of my steering shaft, or I have to find the Y and Z relationship in order to move the steering wheel
That would be too much hassle, I just created 3 wheels at different distances with suffix in the mesh name. Combined with a variable in that way the game reads whatever spacing steering wheel mesh while maintaining the rotation angles (Since I can move then easily in blender)
But the angle is simple, origin at the end of steering column and baseRotation is enough
May I ask you how do you type that code bar thing in Discord? I didn't paste my Jbeam with spaces because somehow it made my format in discord weird. I don't use Discord that much so I'm not very good at it
someone should make a mod for the indian tire launcher
you place these 3 of that -> `
not single quotes (') i think they are called tilde (`)
but not this tilde (´)
Lichi I Think we should make a Porsche 911 997
discord does in fact have markdown
it is cool
-# or is it
you can also do inline code by using a single backtick
-# ||lichi da goat||
||I think @vestal pilot is right||
hello everyone I'm wondering if there is a mod for a ui app that is like a real gauge cluster with actual analog gauges or something similar
any good chevrolet mods? just chevrolet vehicles in general
guys, anyone know equivalent for * in npp++?
In programs like total commander and many more * means anything in between of something. (example in pictures)
but it doesnt work that was in npp++ (it show it as not found, like its searching for specific charater * in text)
@opal fiber You remind me of my favorite music artist Freddy DJ
https://www.youtube.com/@Freddy5275
You are with upmost certainty one of the modders of all time though :)
That's why I randomly remembered you
thank you for the backhanded compliment
Gave +1 Reputation to @bright jacinth (current: #429 - 12)
That was NOT backhanded sir
I'm geniune lols
you called me one of the modders of all time 
saying something like
you are one of the "things" of all time means said thing wasn't very good lmao
Your contributions alone make you a legend
Ah I get it now
That was indeed condescending now that I look at it this way
in that case thank you lmao
you could have worded better tho 
No problem, Didn't think it would come across that way in particular but it did, You live and you learn
why me262 is removed from the repository?
creator deleted their account
if you want the mod though, here's the file for it
anyone know any good offroad mods, suspension, tyres, wheels, etc?
ok thanks
Gave +1 Reputation to @calm quiver (current: #732 - 6)
What mod it is
take a guess
I mean what is me262
Is this mod legit?
for starters, you shouldn't be on modland
Old fighter jet plane
https://www.beamng.com/threads/98-11-ford-crown-victoria-v2-9-7-17-09-2025.84582/ download this one if you want a crown vic
modland is shit
is there a mod like an aerodynamics/blowover mod where if you meet the certain real life criteria in for example an f1 you will go flying up like a real f1 would???
Is there a updated whsd mod?
Maybe
I want to find a mod with an aero package big wing muscle car, like the Superbird or Dodge Daytona. Thing is I want it to be lore friendly. Anyone know of anything like that, best I can find is an old mod for a Barstow successor model
Why my mod isn't accessible but only searchable [Steer Beamng] on forums?https://www.beamng.com/search/921683127/?q=steer+beamng&o=date&c[title_only]=1
When I click the link I see it show up but clicking on the mod itself shows an error page. Did it maybe never get approved or taken down so only you can see the page?
it needs couple of days usually to get approved (sometimes more), at least for repository.
not good
it been months
What folder did you put it in
nvm i found it
tbh i ened some offroad vehicul taht look good-
is there any free ofroad truck that are good?
does anyone have any good camaro mods?
i had no blender experience, i opened it, fiddled with something which made my cube tilt and closed it
it sits in my steam library ever since
ive imported to roblox, but thats not beam
Since I got ideas, and i might sketch them
idk if there are any linux users out there but i have this weird issue on native linux binary where engine sounds from mods don't work. it's probably somehow connected to windows-only FMOD banks or sound formats used in mods.
interestingly, when i run the game through proton, everything works perfectly and mod engine sounds play normally.
vanilla cars have sound on native, only modded ones are affected.
has anyone else experienced this or knows a fix/workaround (other than just using proton)?
Is kofi safe to download mods from
luckly i have a cat
is there any good mod for like cams? like it would be cool to throw a cam in a truck or car in the game and give it power and a chop and stuff also any like exhaust mods where you can change more of the exhaust do like long tube headers or true duals different mufflers stuff like that didnt know if there were any mods like that but if so that would be cool
Yo i have a question, can i put the ETK V8 (like swap the engine) and put it on other car (like in the old ETK Car)
Yea
It's not that hard to learn how to rescale and shape pre existing car parts. Making something from scratch however is much harder and requires a lot of learning and many tutorials
does anyone know how to make propellers? I have been struggling on them for the past 2 days.
right now the beams just explode when I try to mount the prop to the car.
Ok
.
is there a jzx100 mod?
is there any good drift car?
Any good f1 mods
there's #1474872119144743082 but it doesnt fall under good as the general consensus and this https://discord.com/channels/710082165253079061/1455875007828721664 but its not released
theres a bunch of them on the vanilla cars
the bx and sunburst also have pro drift specs
already in game or mods car?
already in game
kk
Last question of the day. What causes this weird offset tire issue?
Tire flexbody offset
So it’s the wheel or tire mod makers problem?
Hello people, I wanted to fit an Audi wheels on my golf in beamng, so i downloaded a mod that has those wheels, but unfortunately when i try to fit them to da golf, i cannot find them, why? Is there anything i could do?
i cannot put photos here so i hope nobody will mind an imgur link https://imgur.com/a/4rbJadJ
anyone know where I can buy a high quality rework of west coast usa
What is wrong with regular wcusa?
well i want a workshop to work on cars
Its the map that has been updated the most
There's the Carrer mode garage?
idk what to say, not cool enough i guess?
lol
Custom Horizons had one, but idk if they still update it. Spanky has a really good free one, these pictures are all on it
I don't think many people even touch wcusa
Has custom houses/sheds/garages, as well as skid spots n stuff
Since wcusa is changed each like 2 updates you are just putting an expiration date on your mod
oh wow ill check them out, where did you get that lexus mod?
i get they add to it cause of career mod but that map is already got too much
ive got a pretty good computer and even if it struggles a bit on ultra with traffic
There's nothing more to add I think
Its JSDs IS300, its paid but you get a fair bit of stuff with it, including a Stance wheelpack with like 20 different wheels and insane customization. The IS is the most customizable mod I’ve ever tried, it is truly bonkers lol, so many parts for every bit of the car lol
Where would you put anything lol
Ill get u link to JSDs and Spankys server
thank you
Gave +1 Reputation to @dark dove (current: #263 - 21)
i am trying to get into paid mods more cause the free ones i download are always trash
didnt they add a whole new island a bit ago
If you keep off modland/worldofmods, you’re generally pretty good. But careful, paid mods can be as bad
Unless they add like a real mountain road in the forest area there is no more space anywhere in the map
lol but i as a player cant criticize devs for lack of optimization because I dont understand it and its probably way more difficult then i think
The island was already there it just had nothing
It is
At this point beamng it's own custom game engine which is required for all the stuff they've done, which means they can't easily just make new thing work
so these pictures of the garage are custom horizons map right?
just making sure before i spend the $12
No
Spankys, free. I haven’t got Custom Horizons
I sent a link to Spankys server in dms
oh wow okay
Just drag and drop spankys file into mods folder like any mod, and then spawn normal WCUSA and drive around and you’ll find the spots
his said something else tho
dm
never mind i cant read just ignore me bro
Is there a mod on the repository that adds a high hp 2jz and a livery like dis
I cant add a photo
o. K
anyone got some mod reccomendations? some good sounding v8's or just nice sound engines overall would be good, and some cars/mods that are fun to handle,
and or some map recommendations
Meos 500 cui v8 or 454
Ceep has the best engine tuning
Does anyone know how to input game engine extension functions from stream deck into Beamng? Is there a guide on how to do that?
how would i go about making a skin that has rust holes like the one in the oldsfullsize mod? do i just add an opacity map to the second active layer? or both?
any good togue maps
Here are all the Touge maps listed
- Yabitsu Pass
https://www.beamng.com/threads/yabitsu-pass-touge-v1-0.105973/ - Tsuchisaka...
is there any good free bmw car?
at this movement your are still look for a free car 😭
yes he wouldnt be asking otherwise
do you have any?
no
then what are you replying for
i cant spend money-
“Good” might vary, but there’s a list of real cars including bmws in the pinned messages
good - free - real life brand.
You usually never get all 3 of those at once
8i mean the best that the free one-
no virus, good, free, real life are 4 things you'll never get all at the same time
does any body know a trailer park map?
i only want a bmw car idc if it bad -
Anyone know of a mod that makes traffic not eat up frames? Also realizing I had AMDs slop ahh frame gen on lmao
https://www.beamng.com/threads/agents-simplified-realistic-traffic-mod-eu-jp-released.102034/
Or simpleNG.
But it will still eat frames,
as long as it's not eating much (cause I hate that I have to play on normal for 60fps...)
is this type of suspension possible in beamng?
isn't that just double wishbone with an extra coilover?
its double wishbone yes and the rears has two coilovers but ive never seen that setup on any beamng car
all suspension are like this
i guess both coilovers are set differently
to have a sort of sequential dampening
so i can have two coilovers on each rear
scintilla axle lift adaptive has 3
per corner
it is an immense pain in the aaaah to tune
you have to calculate the motion ratio of both 3 dampers, that are different and then find out correct values for high/med/slow speed damping within slow and fast damping of each
how can i see tht for myself
do u mean options to choose or physically cause yes i see race , corsa and adaptive but i meant like side by side like in the photo
oh no its invisible
oh interesting...
am i allowed to suggest something
yes but you might aswell shout into the void
make a fishing boat!!!!
beamng drive needs more boats
and fishing boats makes the sea more active
nah thanks
is there a s10 type mod based on the d serise
Aight so I'm gonna need a performance mod or something because man.... 💔 the struggles of being (apparently) CPU bottlenecked. only getting 60fps with FRAME GEN. I just don't know.
you should see my specs
intel i3 8 gb ram no gpu 4 gb vram
Brother the sad part is, I damn need have to not have anything running to not need frame gen, and I'd run normal if it didn't look garbage
just tatoe your graphics
did bro not read the last part
you get used to it
Why do I feel like reshade would go hard
I think it was the reflections and stuff that nuked frames lmao
Dunno what frame gen is tbh, but what PC are you running on?
It's basically fake frames afaik...
R5 5500
6650 xt
And turns out it was the dynamic reflections and special mirror thing... Becuse I can run 60 on ultra without frame gen on lmao (occasional dips to 40)
Yea idk, sounds about right. I’ve got an i7 9700, 3060 12gb, 32gb ram, and I’m on ultra with reshade at 60-80fps stable
60 is perfectly runnable, I used to live at 20-30fps for the last two years, shit was hell to mod with
Tbf I have reshade's installer and I would love to run ya preset if ya have the ini
Ah yeah I might be able to get it
Looks like this
Haven’t setup the blur setting yet tho just using vanilla atm
I'd show images if I could but man I hate how ass the trees look lmao and I think I might need to throw VSync on
is there a mod with suicide front axle for bruckle 9
Haven’t you asked that already
hi i downloaded i trailer mod from official repository in game and when spawn or respawn the wheels brake
i cant send screen shot bc I'm not allowed to
this why most beamng mods sucks
You can try putting on different wheels in the parts selector, or changing the wheel offset in the tuning menu if the mod has that. If both doesn't help then it's just outdated and you can't really do much
itys always the good mods thats buged and outtdated never get updated or fdixed
Yea I can relate, but sometimes the bigger mods are more work to keep updated so it kind of makes sense
there's another one i tried to use but it does the same thing and replacing wheels also doesn't work why cant this trailer just then bee an official thing in game no mod for it then this why i hate mods in other games only game mods work fine most of the time is minecraft
this game is made to be modded blah blah blah no it isnt if it was there wouldnt of been so many problems
i wish i could make my own game like beamng
it would be better
and people will be forced to make free mods no alowed to sell them
since the game already paid
i uninstalled this game its crap
goodbye im also leaving this server il might be back other time when its better game
no way bro had that much crash out over wheels not working on a mod 😯
hi is there a forum somewhere on the site where i can write a map suggestion
one that is frequented by people so maybe the idea gets picked up by someone
Holy crash out
usually, people are too busy with working on their own mods, so they don't really look at suggestions from others
You are free to yell into the void, modders have their own ideas piled up
I've never seen modders take full mod suggestions
The few times I've asked for suggestions for tuning parts for my mod it's not resulted well, and that was a very specific thing that I asked for
This is actually hilarious lmao
That must be ragebait surely
There is no way someone should be on discord if they act like that 😭
11 no higher
11s a compliment 😭
And this 😭
This is straight up wrong. What a crashout
someone should make a North Carolina license plate mod 👀
That would be yourself
ISnt there a mod for all 50 states?
i think its called "the crew" by "ubislop"
if only someone made this high quality
it could be you
yeah but i dont know how to do this
Reference pics and a lot of jbeaming. Read the documentation for modding. https://documentation.beamng.com/modding/
i mean at least someone please make a boat for this game
brand new
make the sea more active
user surprised there aint many boats in car game
boats are annoying to make thats why there are like noe of them. Plus there isn't much water other than west coast at least that is worth driving in to see anything
im not surprised
but im surprised that the boats form is dead
Would bee cool to have a mission where you deliver new cars to a dealer ship on a cargo ship tho
its not like the game has "drive" in its name for it to be a driving game 😮💨
if its a car game, whats the point in planes
there is more airspace and big maps to play around than with boats
either way theres barely any of each category
because this is a car game and its mainly car mods
so when you get bored of driving, you can fly
on a serious note, i think its because the boat physics is kinda wonky, and while planes aren't perfect, have bit better physics. And i think planes are more popular? atleast the plane games are from what i see
car autism > plane autism > boat autism
-# (in terms of popularity)
you forgot about trains
Yeah but trains aren't in this discussion
It would be placed between car and plane
Then buses after plane?
i think
i think…
i have all 3 of them
Micheal does
Wym
Idk
is anybody having trouble loading beammp? seems like some servers are down
They just posted that
is Modland good to use, ive seen ppl say its not good
No it can have viruses. And is mostly stolen mods or bad mods that are paid.
what are some alternatives other than the repository
is there an official server? if so can u dm me an invite?
someone needs to make this
anyone using RLS know how to get xp from the car jockey missions?
how can we get mor traffic ?
game play options at bottom
i hope when the chevy s10 mod is finished it gets popular enough that someone makes a grumman llv body for it 😋
I started on an llv like a year ago I need to finish it
i want one in game so bad
the lore friendly one i mean
bruckell r10
Best free SUVS?
procyron centauri
^
if you want an irl one the Q8 on the forums is decent
Fun to drive
Also Roamer modded is peak BeamNG
What is the mod called that gives you a colored bus route display?
Can somebody help me figure out how to download a mod @dark dove
the Lincoln Aviator 2022 (W/ Airbags) 2.8 on modland. where in the world is the download button?
There isn’t one
And don’t get mods off modland.
Like ever
Illegal leaks, viruses, gore and porn infested fake mods
Free irl cars, only get them off the forums
does anyone have the f4 V10 conversion mod?
are there any mods of the 1994 toyota celica gt-four?
theres an ancient one
im not sure it still works
i also made one but never finished it ;c
So
Yall likely know about the American Road remake someone did not too long ago right?
I wish someone did the same for the Roane County mod
Cause I feel like lowkey it'll never get another fresh update
Plus considerating the last update was April 2020
Ofc its not embeding. Cool...
Does anyone have fiat x1/9?
Get the uplink role in #roles
Also if you want a mod that’s doesn’t already exist, you are the person to do it
BEAMMP IS GONE
IT"S HACKED, DO NOT USE
really?
are u sure?
yeah the servers are all cookedf
idk but delete it for now to be safe, probably nothing though
yes
probably not malicious but best to not use for now
what happns if i try to use it
it was said by the account sync bot
you get hacked, don't risk it
ok do i need to delete it or just not open it or use it?
i deleted the server from ym discord
I've left BeamMP discord
oh yeah all the channelsa re cooked
yes
Bruh, dont bring the hysteria here
mf be acting like the world is ending
What should people with beam mp installed do?
I can’t view the announcement message
do i need to uninstall?
No
No
just do windows + r and type Shell:appsfolder and find beammp, and right click it and press uninstall
done
IMPORTANT BEAMMP ANNOUNCEMENT!
Hi all,
As you may be aware BeamMP Discord server has been bot raided.
We are looking into it and will let you know as soon as possible.
For now please do not launch BeamMP.
Thanks
Mr Rogue - BeamMP Staff
ye dont launch
I’ve opened both the beammp server and client recently, am running a pre-startup malware scan. Will report if it finds anything odd.
thanks william
are you doing it on a wirtuel macinh that would be best?
The github release was last updated in December, the client hasn’t been affected from what we can see, it’s only the discord
I mean, if it were me I would do it on a vm on an isolated network
Nope that poor sucker was running on my PC. Both of them. Completely coincidentally.
Which is why I’m running the scan
ok
Because “oh poo, that’s my actual pc which may possibly have malware”
If they ddosed the backend, how would the be able to push out malware in that case
Allegedly they “control” the backend, and as such took the site & related offline.
Which now they have that control, they can push an update which most clients would autoupdate to and execute the malware.
Im guessing if there was malware planted on it, itd only be for people that had last played beammp and updated the launcher?
I meant more if it’s ddosed, then they don’t have any C2 instance to push out
am i the only one that is stressed to the max?
Reminds me of what happened to titanfall 2
yes
you are the only one
🙂
Thank God I haven't played BeamMP for three years.
played it a few months back so i shouldf be fine
I haven't played or opened the launcher since early last year
Change your password and deactivate your authorisation for BeamMP.. and block it.
doing that now
how did they get hacked!
is the page down
Bot token
oh wow
I would try to avoid their website. Who knows if they made backdoors or not..
they shut down their backend infrastructure already
no fr the whole beam mp discord only has one channel now
I wonder what caused it? Did an admin on that server download a malicious mod? Knowing that BeamMP was known to have stolen/irl car mods from the usual places on the internet, I wouldn’t be surprised
Update!
I’m about 12% through my entire pc (it’s a lot of files), no BeamMP/NG related malware. I will inform that Norton detected some malware in localtonet, but it tends not to like that type of program and I knowingly installed it a while ago. That result is expected and not a concern
In short, no malware at this time.
im seeing some mention of "PETYA FIX". but have no idea if people are trolling
one of the staff members in modding for dummies has said there's no indication any beamMP executable has been touched as well
what about their servers, maybe they can force users to download a file through them
BeamMP (allegedly) have pulled the plug on their servers
Servers are down.
As such no malware can be distributed
were the servers instantly down, or was there a delay before they were taken down. but it seems the petya fix thing is a troll
yo guys is BeamMP dead? I havent played that in ages but wanted to hop on right now
no its not dead (i hope)
bad time rn
very
seems like the website is down and stuff
good
why tho?
everything is down for beam mp till they figure something out
oh dang
big hack
their discord got raided by someone. So they took everything down to be sure they haven't infected anything
great...
so i would go play another game for now
there is KissMP if it still works
yeah... thanks for the Help tho
No malware was picked up aside from localtonet, which I expected it to freak out about.
Would I run beammp right now? Probably not. But at the moment it seems no actual malware is present.
still best to be safe than sorry
ive uninstalled it, even though i havent played it in months, and i still did afull system scan
All beammp backend servers are offline
Beammp will not work until they get them up
i just think its so wild how they decided the best place to hack was beammp
this situation crazy
not the first time beam has been hacked
we needa find that little
that hacked beammp
"beamMP discord situation is out of hand"
idk all of it
hello guys im coming from the beammp raid
lol what
for some reason, after beammp's server got raided i decided to join the beamng server
idk why i havent joined the beamng server earlier, like-
it had been hacked for days "apparently"
if you think thats weird, https://www.reddit.com/r/BeamMP/comments/1s4n8uf/did_the_beammp_discord_just_get_nuked/
that was 2 days ago
yeah i was in that thread
i think this is a good clarification
CLARIFICATION ON EVERYTHING:
you do not have to uninstall beammp. just do not launch it until said so. for the "data leak" stuff, beammp only collects your IP which is assigned to a local area, (etc. your ISP store) so for your location to get leaked it would be like finding a needle in a haystack. and for the "virus" stuff, just no. the beammp github hasnt had a commit in 2 days, which means it hasn't been updated in 2 days. so no virus.
you cant really ddos an individual server on discord, extremely hard, youd correctly assume its just discord itself being ddos'd not targetting you
nah, something like this the hacker(s) wouldve been there for months
Its beammp?..
yes its beammp
Bro its hacked..
we know
Ehy giving the link
i believe the "hack" is a basic troll and won't compromise any computer
thats a reddit link.
bro its not the link for the download?
i posted a comment on reddit and ig i'll explain here again
Ah
its just a post predicting the events
The launcher just installs/updates and injects the mod into the game, and the mod only uses an internet connection to create a multiplayer hook and connect to servers. I believe the "hack" won't compromise or lock any computer since the mod doesn't write/read other files except in the game directory.
The person who spammed the message "BeamMP has been hacked!" obtained the Discord webhook token and used some tools like Discohook to spam. My question is, how did he get it?
I'm pretty sure the launcher downloads the mod from BeamMP's backend servers, and I don't think the person behind the chaos has access to the backend servers to update the latest mod file and injects a malware into it.
dw i already did
CLARIFICATION ON EVERYTHING:
you do not have to uninstall beammp. just do not launch it until said so. for the "data leak" stuff, beammp only collects your IP which is assigned to a local area, (etc. your ISP store) so for your location to get leaked it would be like finding a needle in a haystack. and for the "virus" stuff, just no. the beammp github hasnt had a commit in 2 days, which means it hasn't been updated in 2 days. so no virus.
My brother works for BeamMP he said that it has been hacked internally
Disconnect your pc from wifi
Source: trust me bro
does anybody in the beammp discord have the current owner account? the one with the 👑 logo on it
is it the original server owner or a different account?
what?
oh well i just realized that beammp updates from a backend server automatically
Yes but the URL of the backend server has parameters like "branch", which I think is an alias to "github.com"
oh
yes it does, constantly updating, malwares possible but its pretty easy to spot it
BUT we're still safe
void CheckForUpdates(const std::string& CV) {
std::string LatestHash = HTTP::Get("https://backend.beammp.com/sha/launcher?branch=" + Branch + "&pk=" + PublicKey);
Backend servers are down rn anyway
if you're paranoid
anyone? ^
just install malwarebytes and run a scan every 15 minutes
I don’t see it
because i know yall are scared
I think in the server guide it shows the owner, right?
nvm it got removed
yeah it will, im not in the server tho
I'm 99% sure this is a troll and a fake hacking scenario
early april fools joke?
The only stuff he could get is like IP address but not files or pictures
Steer BeamNG — Turn your Android into a full steering wheel for BeamNG!
No hardware needed. Just your phone.
2 Steering Modes — up to 1080°:
-
Thumb Drag — spin the on-screen wheel with your finger
-
Tilt-to-Steer — tilt your phone like a real steering wheel
-
Full manual, auto & sequential gearbox
-
Force Feedback via haptics — feel every curb & crash
-
3-in-1 pedal system — gas, brake & handbrake on one thumb
-
Custom layouts for drift, F1, truck — unlimited presets
To be fair, this is a first for a lot of us, some of us work night and day to make things for beammp and use it every day, I’ve never personally seen a discord nuke, especially not one like that. The devs last announcement is also ominous with the way they worded it so I feel like it’s warranted for a lot of us to be scared lol
yeah and your ip address cant leak your location because its only a local area
who knows, but shutting down an entire server as an april joke, and 3-4 days before first april, is not funny and shouldn't happen
Yeah, but many people thinks IP address will leak their house address or smth 💀
fr bro
theres also a torrential flood of misinformation about this while beammp are sorting their shit out too so dont believe any virus or ransomware claims unless beammp put this out themselves
YES GUYS YOU CANT GET A VIRUS
Exactly, it’s just hard to know what’s going on
if it was an april fools joke people would be way more angry lol
because im like 99% sure it just pulls the updates from the github repo which hasnt been updated in 2 days
people are claiming that the hack started 2 days ago
Yeah this would be a huge shot to their own foot if that were the case, clearly thousands of people don’t think it’s funny
Was BeamMP hacked?
true, but currently nobody is angry, we're scared
I uninstalled beamng and beammp over 4 months ago so I'm practically safe
i cant uninstall beamng
and I believe the "hacker" is a troll
i lik to see car demolish 👍
It’s likely
beamng is oddly satisfying
more like 10,000s lol
a very large portion of the playerbase uses beammp, people would be extremely angry...
beamng themselves would also likely sue... because this is a pretty serious crime. whoever is responsible if caught and proven is looking at 30 years
@gray fractal read this
if it was an april fools joke it would be a huge relief but their rep would go down drastically
the only, only question im wondering is, how did he got the webhook token
lol not their rep. theyd be in federal prison.
did this happen days before backend stopped functioning?
i didn't play beamng for like 4 months
what's going on?
Yeah I saw it, I want to believe this is just some incel chud trying to scare people, I would like to believe y’all it would just suck for something bad to happen. Almost everyone I know slaves over this game so it would suck to see something bad happen to it that’s all
we're explaining and trying to investigate the beammp issue
oh ok
wait, i know the trick. it's not a hack
there is a vehicle i forgot its name, its small with big wheels. if you teleport that vehicle under ocean for like kilometers, it will respawn and respawn and sends multiple crash logs to people's console, causing extreme lag
oh wait
yeah i dont think it got hacked
the "hack" situation is probably just an excuse
we cant know tho
Plus, I’m also here trying to get any news possible for my community and keep everyone calm lol so it’s not just me, everyone who has woken up to see this in there is now beyond terrified and looking to me and the other admins for answers
(FPU Wydra)
you have no idea what youre yapping about if you think clicking a random link can result in this im sorry
True, any link could be a hack link so if that were the case it could happen to anybody
a fake or random link will not steal a webhook token or a discord token or anything else, unless they executed an unknown and untrusted executable file which gave the troll the pass to get into the server
At least some of us stuck around to learn something from y’all, I’ll admit idk how any of this works so it’s nice to see people who know what they’re talking about
even then that would need to be executed on the server side with admin access, not just on your own personal desktop
the "bot" is a webhook
to be honest, based off the message apparently the virus will "lock down all computers" which is probably ransomware, but it's probably fake anyway
it's like a bot but doesn't require a websocket client. you can directly send a REST request and it will perform it
I'll check in a sandbox
can guarantee thats not the devs message
well not guarantee
but it def read a bit... sketch
Yeah their last announcement was worded pretty suggestively
But that could also just be the idiot in me reading it wrong
i pray this is some like american kid hacking this and not some like unallied country
why
Give him 5 big booms and a cheeseburger to stop this madness
it doesnt matter if its random russian or random american
cause then the hacker will be found, sued, charged, and imprisoned
yeah sure buddy
hacking a website a discord bot and nuking a discord server?
i think the good ol US of A has better things to do with their time
malware on... how many installs of beammp? 3 million?
yeah, 30 years in prison easy.
Like sending taxpayer dollars to fund things the taxpayers do not want
bro we dont know if its malware
These are the ways that the "hacker" probably got the webhook token:
-
In the site in a browser when you login or sync or anything related to account authentication (based on the webhook name from reddit), it sends a HTTP request to Discord with the webhook token. The token can be found from Inspect > Network and then click on any element that has Discord API URL in it and then check on the headers.
-
A server manager's account was compromised, allowing the "hacker" to access to the channel's webhooks and get the token.
it doesnt matter, still unauthorised installations
what do you mean unauthorized installations?
did you get beammp installed in your computer by magic?
I think this man is confused
seriously this level of fear mongering is fucking isane
there could be a virus in the automatic updates maybe
i dont think there even is 3 million beamng players
I can't prove that yet though
malware in beammp files.
installing anything unauthorised, malicious or not is a crime
how
do
you
know
it
has
malware?
it doesnt matter if its malware or not.
there is no proof for either side
what if they're not in the United States, like from Russia? There are multiple lawsuits against copyrighted content currently hosted in Russia, and the United States can do nothing. The only solution is to increase security aginst DDoS attacks and potential trolls 
how do you know it's not malware? Have you tested it yet?
Bro they don’t, they’re just saying “if”, you ever heard of a hypothetical?
yeah thats why i said i hope its an american/allied, not russia etc
If you have I would like to see it
either way i seriously doubt "3+ million" players are affected
If the launcher executable file was never updated, we're safe.
If the mod file modified date was last time changed 3 or over days ago, we're safe.
Anything else, means we're not safe BUT the "hacker" didn't access to our files, UNLESS the launcher executable file was modified
Guys it’s 100% safe because @drowsy leaf said so
nobody knows.
im not saying that
objective fact
still haven't given us evidence that it's not malware
also no evidence ther is malware
are there even 3 million beamng players
then test it yourself
the entire raid/chaos is a troll dawg 
im pretty sure there is no malware, but i could be wrong
yes, on the beammp website when it was up it says "3+ million downloads" something like that
im not saying i want evidence of malware, but there isnt evidence of malware, and there is not evidence of no malware
ive downloaded beammp about 6 times because the installer breaks sometimes
and im pretty sure a lot of people have had to done that
you literally cant get a virus unless you open it and that would be IF it was infected which is so unlikely. beammp only updates when you OPEN it
where is the beammp server????
well ofc its a troll, but depends on what theyve actually done
oh no that is problem on my side sorry
look, i've saw and been a victim against these attacks on my own projects, and i understood all of their methods. one of my projects has a severe based score vulnerability, which helped a hacker to ruin everything. but i think all beammp packages/dependencies are up to date?
yes but it doesnt matter if its executed or not. installing unauthoried malicious content onto a pc, whether it causes damage or not, is a serious crime
doing that to 1 pc alone is 12 years in federal prison here.
the website is down too
don't they have a server template ready in case a raid happened?
or did discord removed the server template feature
not all servers have
No clue. I don't work for them.
and i mean that isnt an issue, its the messages that were lost that matters more
ITS NOT A TROLL
so no backups?
website ? probably
discord server? unknown, maybe
true. they're permanently gone if all channels were deleted
The server made almost 100 channels and sent nearly 4k pings, its not a troll.
Simply a staff member got mad.
i've never checked oldest messages in the beammp server, but i guess like 2018-2019?
yeah their discord bot token got leaked apparently?
and then the bot itself raided everything
wait hold up, not only the webhook token got leaked?
im not sure what got leaked
it's obviously a troll, not troll by the beammp staff, but by another person
the webhook token is 100% leaked, from the reddit pic i saw
everything got leaked, its not just discord... the website is down, the vps is compromised
Well, In my opinion, Reddit is full of goof nuts.
no im pretty sure they took down the website and everything themsleves to prevent further hacking
they shutdown the backend to avoid further damage
since yesterday they had been getting ddos attacks
Geez, I bet that was scary.
I hope the github is fine and the docs
github has 2FA so it's secure
always check the commits, last one was 2 days ago so ig everything on github is fine
Is this the first time this has happened? Genuine question because I’ve been making mods for beam and beammp for about 6 years now and I’ve never noticed anything like this before…
(and has a bot to detect if the account was compromised or not)
I think so yes, last time a mod got hacked was American Roads or something.
Actually I do remember that, it was a while ago if I’m not mistaken but I remember seeing a lot of people talking about it
first time, i've been playing beammp for almost 4 years and this never happened
big hacks in beamng?
no
the user behind the American Roads mod got comproimse and they updated it with malware, thats why beamng forums have 2fa now
theres also been some malware exploit due to the game running on a 2013 build of CEF (chrome embedded framekwork) that was running around in some modland mods
I hate modland.
it should get taken down.
Interesting, thanks for the information
Agreed
but you have to look at this to understand
I have to post my mods on there so they don’t get leaked by other people but I still hate it lol
beamng has popped off massively starting in 2020
beamng is now important enough to be a vector of attack for hackers
Yeah that’s when almost everyone I know got into it
this also means beammp which a lot of people play (and doesnt count for steam charts) is also a big vector of attack
Half the mods on modland are leaked
I know it’s so bad
nope
Most likely because of these
those have been going on since like 2015
Ik
the game just has started being more of a game and less of a "tech demo"
I remember watching them when I was younger, now its js like braindead Bs
have you guys played old beamng?
it ran worse, looked waaay worse, drove worse and the sounds were awful
I believe modland either has scouts or bots connected to the repo, because the same day I put one of my mods on the repo, it and (at least) 5 other mods were posted by some random account that looks like the only thing they do is post mods. It is so annoying
yes theres many accounts in midland that automatically repost mods from the repo
just to scrape that 0.0000001€ of ad revenew by using modsfire
lol for real
Yes, there is a way to play it on steam or something.
you can either use steam depot or under betas theres old versions available
dang ol'e beammp
i suggest you play 0.14.4 which is the last dx10 supported version iirc
ye
that shouldn't have any affect
if you havent launched it in like the span of 24h i doubt anything is going to happen to you
WE reviving Kissmp now
yes please
I’m cooked 😂
no
the updater only runs when you launch it so i doubt youve got any issues if you havent launched it
it was fine at 11pm est lastnight.
There’s no red dude jumping around on my screen yet so pray for me y’all
y'all should delete beammp from your firewall
from your firewall_?_
he probably means block it for now
yes because it has to have privledges to get through your network to work.
Its almost as if it's a multiplayer mod that needs to access the firewall
yeah
stop putting fear into people, it aint that deep.
just uninstall beammp
already did
better to be causious
then you should be fine
Better safe than sorry, I believe all the smart folks in here that say we’re probably fine but it’s worth being cautious
if you're setup for 2fa you aint gotta have anything to worry about.
well, they can hack our accounts on beammp but who cares
they been doing this to live for speed for decades
your beammp is tied to your email, if your email isn't 2fa then your smooth brain.
someone is typing in the beammp server
it got its logo back
thats it, life is back to normal
2fa with google has screwed me so many times now that I just use throwaways. My beammp account is tied to some obscure disposable email I created specifically for beammp so even if it’s compromised I’ll just connect it to one of my 10 others lol
2fa with google has worked for me fine for like 10+ years.
ive moved all my 2fa stuff to a password manager
ive yet to get another password manager after lastpass fucked up
i use keepassxc and keepasandroid
its just a "havent got round to it" thing
yo if i delete beammp-launcher i will be fine?
aaand thats general chat back in beammp
I’m sure it does, I just have bad luck with it between breaking phones, selling or giving pcs to my friends, older emails getting deactivated. I lost my main google account of 11 years because of 2fa. Didn’t have the phone number, didn’t have the recovery email, and the last device it was logged into was a now wiped pc I gave to a friend of mine half a country away
honestly its less about that and more about the fact a gif isnt a deleted message but a 5 minute timeout
i just got confirmation that beammp pulls updates from github, which makes the virus possibility 0%
i hope it was a prank
"asks the backend and backed pulls EXE from GitHub"
i mean deleted on its own
im talking about the message being deleted by itself without a timeout
a timeout is too much
ok i just wanted t osee if i could send gifs
i cant send images so i wanted to send it with a gif but
get the uplink role in #roles
Was beammp compromised?
lmao
Where to promote third party application solely made for BeamNG community?
Anyone?
depending on what it is, you could promote it in one of the mods / modding channels, or on reddit or somewhere on the forums
The forums. Make sure to check posting rules
I had developed a racing steering controller app with android i know it will be considered a third party apk but i have no plans of commercializing it or of profiting from it.
Solely made it for fun and experimentation.
Did tried forums earlier its posted but not accessible!
one guy made a mouse shifting program, uploaded to github, and he promoted it on reddit and had some success there
I had it on modland and had around 2k downloads since with 40-50 daily active users.
Posts get checked by moderators before they are allowed on the forums just be patient and it will show up
Still waiting its been 3,4 months
a link to modland might not be allowed on the forums, not sure. for couple of obvious reasons
Check if its been deleted
My app name is Steer BeamNG and its fully accessible from Github and its downloadables are on github as well. Just used modland for publicity.
modland ew
I don't want to continue with modland cause i didn't knew a lot about them earlier.
Are BeamNG players interested in something like this?
And what about the players who don't have access to a steering setup?
Ask @lean rapids he had already tested it!
this shifter program on reddit had some traction, so there might be some out there that will be interested
most players prefer keyboard or controller over a phone touchscreen
Got it, but there's are still usecases for it.
….why would i use a worse input method when i have a controller?
id rather play on keyboard than on a phone touchscreen
Real
source = nfs carbon emulated ps2 was ASSSSSS
Don't want to trigger you, just mentioning its free and for anyone who dont have access to a controller or want to have custom buttons or layouts for more controls.
More control options aren't a bad thing
youve posted about it here already, make a post in reddit and on the forums
theres nothing more you can do
So how on keyboard you get every angle of steering covered also handling with keyboard is hard!
and please dont fucking use ai generated text like you did in #game-discussion-1
Just having fun nothing have a lot to do today
My bad i wont thanks for advice
Gave +1 Reputation to @drowsy leaf (current: #29 - 138)
a keyboard gives me feedback if ive pushed a key or not, to get feedback from a phone touchscreen, you need to look at it, which is not ideal for a car game
I had kept that point in mind while developing it, thats why you dont have to look in to screen all the time
Throttle, brake and parking break can be controlled with one thumb.
And steering with other thumb.
And for shifting in realistic mode, i had made made the gearboxes to work like real ones, knob is grabbed by anywhere touching in gearbox and then you shift with your memory not by looking
Had recently implemented Haptic feedback for vibrations.
oh thats cool then
Also you can enjoy tilt steering with max angle of 2160° but 50° is enough if you play with phone held in your hands.
i was AFK, any news on the beamMP server and situation??
I think the visual feedback is more accurate with a virtual steering rather then a keyboard.
I am open to everyone's feedback and still improving the app and happy to answer every doubt and query
do you look at your steering wheel, throttle pedals and shifter when you are driving? not really
either way if you have haptic feedback its sort of okay
No there's no need to look, i mean you look at your monitor and play with your phone in your hands no need to look at the phone screen.
2 thumbs are enough for complete control.
I think it's pretty neat.
Discord server is locked down, but has a general chat available. They've got some advice about checking your beammp launcher for a signature too. Seems at most the bad actor may only have obtained account names, emails, and salted passwords.
Thanks man, feel free to give it a try its Steer BeamNG on google. https://github.com/Abubakar-doc/steer_beamng_guide
Gave +1 Reputation to @thick niche (current: #78 - 74)
cant even rejoin the server lol, idk if thats on my side, wanted to join to see what is going on but cant even do that LUL
and this
Invites might be paused until they resolve the issue
yeah could be
yo
anyone have any honda civic mods that are like actually good
and not a quick crash grab
that wasnt my question gng </3
you should make a button box
Its already implemented, you can use existing buttons or you can add your own custom buttons. Altogether you can have up to 128 buttons in a single page or multiple. Also you can backup and share your layouts of your button box with your friends.
they shut the servers and websites down themselves.
yea i know that, this was about the discord server
So everyone knows that BeamMP is down, yes?
Well slight issue... While trying to verify it's integrity like 20 seconds ago it erased itself from my system.
Something about "the files for this app are no longer located here on the system, please try another way" kept popping up too
For example
yes it's down. it's normal operation for beammp exe to delete itself
Oh
Ok then 👍
It did this day before yesterday when the auth servers were DDOSed. Just uninstalled itself
indeed.
normal.
it pulls a request from the github everytime you launch it.
Someone really must have it in for BeamMP at the moment 😆
So as long as its not being updated (ran) im good. (I havent played beammp for a solid month or something)
i have played beammp for like 2 months
when will there ever be a mod for 2017-2019 highlanders????
make one
I played BeamMP yesterday am I cooked
no
was just about to ask in the discord. yikes
i would uninstall Beammp and delete all cookies form beammp page
Does anyone know where to find some decent police interceptor mods
Dont need to
how much would it cost for sm1 to make me a mod?
thousands, but now you mentioned it, you will get scammers in your dms
😔
I'm looking for 2 mods for the D series- Rear frame-mounted licence plate and Earlyier than the current "Early" that has round headlights
Does anyone else think it's worthwhile to perform a full system wipe in light of the whole beammp hack? I know they said it's an "if it's run" then you're at risk but it's not been made clear what the window of impact was and if it's been trojaned for a little while because of the previous server issues? Wondering if it could end up case of doing too little too late as users
There is no information there even Is a Trojan or if the actuall program was hacked
No its pointless
They didnt compromise the client, only their servers and discord bot
The lack of information is what concerns me to be honest, don't really know what we're playing with
follow these steps on your beammp launcher
data may have been compromised, the backend and discord was affected but the client doesn't appear to have been changed
ok should i be scared that my mail gets hacked?
Just change your password if your worried
i did it but i cant change my beammp password
Thats down right now you wont be able to
ok
Just change your passowords incase. They only got hashed strings but you can change in case
im ngl i cant remember my own beammp login let alone the password
Same i just hope it logs itself in when I play each time lol
i mean i havent even used it in yonks anyway so even if it was compromised, i wouldnt be affected
did they hack the beammp site?
Yea my launcher is from November so im good
no it was shut down by the devs
its not known but the devs shut it down as a precautionary measure
i think mine goes further back lol
then why did they say change ur reused passwords
because data may have been stolen including hashed passwords which if you reused them, they in theory could try your email + that password with other sites
They dont have plain text passwords, the chance of decrypting is very low
I'm looking for 2 mods for the D series- Rear frame-mounted licence plate and Earlyier than the current "Early" that has round headlights
thats why i said hashed passwords
Yeah but you said “they in theory could try your email + that password with other sites” they would need to decrypt them for that
hey guys how do i use Arcanox Core i have the ui on my screen for it appers for a second and then disapeers
I mean still not 0 chance tho
??
Yeah thats why they advise changing them. Also depends what crypt they used to hash them.
well I mean technically it wasnt 0 percent when they for sure didnt have the info
i aint even know wtf email and password i used for beammp its probably a burner so, they can have that
guys i have a question about mods
how can i find a mod's original creator on modland there is a lot of virussy reuploaders and sometimes i cant find original one
Read comments usually someone is in there saying who they ripped off
in the files of the mod
"Authors" part
or if its just a reupload theyll usually say whos it is
plsssss help meh
on modland
i have no idea what that is
they dont say it generally
without downloading
did you try googling the mod name, it might show up somewhere else?
no didnt
all my mods that get reuploaded have my author name in the description, but that might not be case for all mods
i will try look them thx
Just dont go on modland at all
Its like north Korea we just avoid it all costs
umm idk research it? not really much other way
ok ty
Gave +1 Reputation to @pastel flare (current: #1178 - 3)
i mean, you could travel there with a tour as a tourist
Yea but why would you its full of stolen crap sick people and bad leaders
Just like modland
10/10 analogy 🔥
but there are a few tourists who try it out while knowing it's bad
Anyone got a good chevy colorado? I have looked around a bit but cant seem to find anything soild thank you
“Core” meaning it’s a “core” mod… you dont use it.
Anyone know any updates on the MP issue?
@dense tangle This you?
thats @fervent olive
hi
im making the sync based on his jbeam stuff 
I cant wait for Subaru refresh
Alright, just worried about theft.
nah ill use your thread but release it on repo myself
sounds good
hey where can i find the beammp server?
rip
Quick question. how do i make a car screen resolution higher? Cant find it for the love of it
Like the center console screen.
In the jbeam there should be a width and height settings. Also in the html/js/css itself there should also be a setting
in which jbeam? ive checked nearly every one. the stock html is 256x128, whereas mien is 512x128 and its like zoomed in... thats ig a resolution issue? ive checked every jbeam
Why not 512x256?
it could also be your uv map
Is BeamMP back? Or are they still down?
Try it
Oh fun, so basically sensitive info
Only sensitive info is an ip adress really
Even thats not that bad
Yea as long as they donthave my actual password im chill lol
does anyone know of any 1970s dodge ram van mods?
As long as they don’t have some kind of beef with me idc lollll, not much they’ll do with my ip i don’t think
Yea I luckily had my mp password set to like the most basic thing on earth lmfao
Like a 5 year old could guess it
Literally
And only had it on one other account, which was an MP hosting website for my private mps, so yeah just changed my password on that and im sweet
But i’ve gone round and changed every single BeamNG-related account password to a securely generated password to avoid hackers getting access to my important accounts, in the case some other accounts were hacked for some reason
passwords were encrypted no?
Yea i think so
Are there any performance enhancement mods for Intel hd 4400?
where do you go to find this
and how do i reset my password if i cant get onto the website?
is there a mod like RK highly customizable engines for codename fullsize mod?
Reset your password on any other websites that use the same password as your MP account
The BeamMP discord, google it
so just to be clear, has your password been compromised only if you use the forum?
I think if you’ve used MP at all
Don’t quote me though
I did not log into beammp
I just chose a user and then it was done
No email no password
So a guest account, you should be fine then
What are some good Airbag mods ?(As in, airbags inside the vehicle)
Does anyone know if BeamMP required users to create an account to do multiplayer? Or was it just for the forums
it didnt require, you could play as guest
it shares the login for both forum and ingame
Oh awesome! I should be fine then bc I never used the forum
Not really a mod but it is about mods. Can I relocate my appdata beam ng mod folder to a different drive other than my C drive? I have 70GB of mods and its filling it up 😄
yeah you can move the mods folder to a different location. when you open the beam executable, there is the menu and you can select the option to manage user folder
Good question
Google would help
