#BMW E34 ( TDS and M5) ( Slow WIP)
2347 messages · Page 3 of 3 (latest)
Объяснишь мне как новичку ?😅
Что там и как правильно моды делать)
Самому чет прям прет попробовать эту тему с модами )
Watch fedes tuto for beginning
Install all programe you need
Unity, blender, visual
и вернусь, когда уже импортируешь деталь в мой гараж.
что я не устаю объяснил то, что уже объяснил Федес
Я тоже хреново говорю по-английски, но однажды мне придется начать
Получается в блендер когда там все сделал что надо. Потом экспортировал. И потом в Unity запихнуть. А то туда уже мод будет да?
нет, потому что у меня есть свое видение того, как делать моды. Если хотите, я могу помочь вам с базовыми моделями, которые вы можете найти повсюду в Интернете.
все моды Asseto и Beamng используют одну и ту же модель.
Я могу помочь вам по единству, но у меня это не очень хорошо получается, и для наглядности меня не спрашивали, я ничего не понял
Да мне бы вот только в унити разобраться как что делать чтоб мод получился
Давно искал, покупал за бесценок определенные модели XD.
смешайте другие детали шасси для моего.
тебе надо разобраться XD
если ты не знаешь английский , то как ты код для модов собрался делать ?
if you don't know English, then how are you going to code for mods?
Переводчик
тогда удачи.
Есть вещи, когда я пользуюсь переводчиком, которые становятся непонятными.
требуется минимум английского
Я чу-чуть знаю его.
Спасибо
no need to inform if you have rl opportunity do it and also looks great
wooooow thats hot can not wait til the model is complete oooouuufff will look soooooo good
I too can't wait to offer you a finished and functional E34
buddy when ever you deem it ready you just take your absolute time and make sure it is the way you you like it be
E34 coupé 🤣👍
Feels weird at first but doesnt look that strange
Just a buffed e24
I only got hooked after getting back from work XD
I took care of preparing the chassis for unity when I woke up 1 hour ago XD
tomorrow if I don't punch like shit I'll start importing it into My Garage
nicee
I missed being an idiot on asseto, too bad my g920 is starting to give up and the gear lever no longer knows where it is going XD
Me old setup XD
Need to redo at😂
i dig the dashboard, its pretty cool
I still had the counter to make functional with an arduino but I never found the time to do it.
then my back made me suffer a lot I couldn't play too much and work it was either one or the other XD
Now I'm starting to feel a lot better, so I'm gradually getting back into it
Some years ago I bought a golf 3 gauge cluster. There is an instruction to make it work with arduino. But I have the same issue, never found the time to do it. I have also an 3d printed adapter to use real aftermarket steering wheels with my thrustmaster tx base. But then I need also a button box.
Yoooo that’s cool
button box my uncle gave me one which I opened and spread on the dashboards
this sound all the red buttons to the right of the steering wheel XD
but yes there is always something that prevents us from finishing
either the agent or the time XD
we never manage to have both at the same time XD
thanks bro
Np
I'm launching a little live effort, because I have to reinstall all my assets properly XD
because before I played in VR but no longer want to
https://www.twitch.tv/moleculethc
if you want to see a bm across XD
logitech wheels are easy to fix tbh
crack it open it will be obvious what does what, and what is broken
I know don't worry ^^
I have already repaired it more than once in 2k hours of use XD
I'm just tired of taking it apart, repairing it, trying it, putting it back together again XD
I'm still playing a little with it just to finish it, it will serve as a toy for my daughter
I got the G27 from my brother-in-law
I just need to motivate myself to install it
honestly the g920 and g29 are just crap
the g27s are indestructible XD
Very nice
the collection expands haha
what graphics mod you using that looks so real!!!! i want!!!! XD
😂👍
i think earth with mobile phone
is that a new mod? haven’t heard of it
the mods is ( Work iin IRL ) 😂
Does the handbrake work tho
Whit my old logitech pedals.
I have thrustmaster for pedals. 1 gift of a old friends
Sick asf
Man that’s cool haha, Would be cool building something like that for myself
but it’s annoying cause i’d need to switch my screen and shit over to that every time
Oh bloody hell STOP BUYING BEAMERS
xD
It’s a gift from a friend.
it will mainly be used for the parts for the tds that my father gave me and my TD
I need the differential for the tds, cut out the rocker panels and lower front fender because the tds and a little rust in these places ,
the angels eyes ^^
the interior will fit on my TD and certain parts like the oil radiator, the turbo if it's a Garrett
then when it is completely stripped down I will see if I make it a drift project or if it goes to scrap
Can i keep the shell lol
if you want XD
i tell you in 6 month for comming search that XD
sure why not lol im looking for a new missile since peugeot kissed pole
what model was it?
206 4d if im not wrong
with an audi turbo i found on a junkyard
You sir, are a mad man
And I love it
Now I can't help but imagine a 206 zooming past going mach Jesus
Also, is your old non-starting version of the E34 standalone, or is it built on a Wolf frame?
standalone
the kit version of the wolf works because it's just a reskin of wolf
Cause you see, I got that version. So I was wondering if it was a kit version or a standalone version
it had a big dent on the left quarter panel scratched black paint and torn interior
but a nervous little engine and a retard on the wheel
Aaaah alright alright. Still is a nice model!
Why can I totaly relate to that?
no idea hehe
I was going to motivate myself
what or if I avoid screwing up XD
you starting from scratch?
yes I screwed up so much with my old template that I can no longer find the problem XD
suddenly as I had redone a complete chassis I might as well start again from the beginning
hmm weird
meanwhile the chassis will not be paintable
I don't want to worry about it at the moment
🔥
Doesnt it work to get the in game rust and floor material from the game? need help i can help you if you wanna
good question I'm not trying or looking
you want test?
Oh cool, Its easy! Do your floor parts have UV maps?
its all handled in code btw
really nice
public void OnFirstLoad()
{
Debug.Log("Stealing Materials");
Material[] MetalMaterial = new Material[1];
Material[] RustMaterial = new Material[1];
MetalMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<MeshRenderer>().materials[0];
RustMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<CarProperties>().OldMaterial;
Debug.Log("Materials Stolen");
Debug.Log("Applying Metal Material");
/// PartName.Renderer.materials = MetalMaterial;
Debug.Log("Metal Material Applied");
Debug.Log("Applying rust material");
/// PartName.CarProps.OldMaterial = RustMaterial[0];
Debug.Log("Rust Material Applied");
Debug.Log("Setting Up Full Painting");
/// .SetupPart(PartName, PaintingSystem.Types.FullPaintingSupport);
Debug.Log("Full Painting Set Up");
}
put that in first load
or well i should of asked do you have the time for me to show you rn @unborn rock ?
for the moment I model a part for the E30
if you want we can see it together later this evening or tomorrow
Tomorrow sounds good, really after the step above its not to much more, its like changing one variable
But cool the door hinge for the E30 right?
you know this is all Chinese to me XD
unity visual for me it's not logical XD
You just change the junk spawn chance from 0 to 4 on car properties, and you should be good
yep I'll try to do something clean
like the headlight supports I'm happy to see them on the e30 ^^
Hahaha yeah i get ya, Really replace all code in OnFirstLoad and put in that instead, you can copy paste it
and send a screenshot, we'll go from there see how it goes ok?
If you want you can give me a little tutorial ^^
I will create a channel for you on my discord
that way we can all benefit from the tutorials by Dopiz ^^
really i'll only be online at my pc for about a hour more, but i'll be your support assistant by the phone!
I guess could be done
Really someone should make a tutorial series on youtube going deeper into modding other than just parts and standalones, Setting up painting and materials as a example
that would suit me a lot because if I don't have an example to follow I'm struggling ^^
once I understand it's okay but it takes some time to understand the logic of it all ^^
in any case thank you @devout hill sensei for your help
np :)
Really after taking a simpler look at the gibberish it becomes more understandable haha
Trying to make a simplified looking version of the code, really its a lot shorter than what i posted, mainly cause it had debug lines
@unborn rock does this look any more logical to ya?
yep ^^
Haha fair enough! Think you know what to do?
yes with the lines above + the screens I should get by ^^
Yeeep! I'll send the code aswell so you dont gotta type manually lol
public void OnFirstLoad()
{
Material[] MetalMaterial = new Material[1]; /// Does shit idk what lol...
Material[] RustMaterial = new Material[1]; /// Does shit idk what lol...
MetalMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<MeshRenderer>().materials[0]; /// Basically copies the metal material from the chad firewall to look full condition
RustMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<CarProperties>().OldMaterial; /// Basically copies the rust material off the chad firewall for that rust look
PARTNAME.Renderer.materials = MetalMaterial; /// Applies the metal material when in good condition
PARTNAME.CarProps.OldMaterial = RustMaterial[0]; /// Applies the rust material when in ruined condition
PaintingSystem.SetupPart(PARTNAME, PaintingSystem.Types.FullPaintingSupport); /// Sets up painting just like normal!
}
Merci beaucoup Dopiz sensei
Thanks a lot @devout hill sensei
NP does it work?
u tried yet?
nop not yet I'll finish the hinge first
loving the progress on your e34 looks fantastic well done
Does shit idk what lol = creates a new material with a single slot, which is determined by [], so for example, new Material[3] would give you 3 material slots in your new material. (iirc)
Oh cool thanks, Yeah i kinda somewhat understand what it does at the same time didn’t lol, but understand it now
also sir ping me please lol, i randomly go into chats and see hours later that you replied to a text haha
Ah mb haha
would we be able to assemble the car and install a engine
for now it's just 3 chassis pieces
Apart, have fun folding them to see if I'm not wrong about something, there's nothing more 😃
He left @unborn rock
yep he told me in DM
Probably, he continued shit in your thread i thinl :/
yep, said @devout hill sensei
so that my chassis parts are rusty
Do we need three materials in Unity?
Is a direct replacement iirc. So only one for rust.
ok
so either my uvmap is shit
either I didn't put the code correctly
If I use the seemfixer will it change anything?
Seam fixer prob won't do anything, is a Paint3d thing. Could be small UVs or more likely a coding issue, did you add the rust to OldMaterial on the parts CarProps
in unity?
nop
Material[] MetalMaterial = new Material[1]; /// Does shit idk what lol...
Material[] RustMaterial = new Material[1]; /// Does shit idk what lol...
MetalMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<MeshRenderer>().materials[0]; /// Basically copies the metal material from the chad firewall to look full condition
RustMaterial[0] = cachedResources.Load<GameObject>("Firewall07").GetComponent<CarProperties>().OldMaterial; /// Basically copies the rust material off the chad firewall for that rust look
Plancher.Renderer.materials = MetalMaterial; /// Applies the metal material when in good condition
Plancher.CarProps.OldMaterial = RustMaterial[0]; /// Applies the rust material when in ruined condition
PaintingSystem.SetupPart(Plancher, PaintingSystem.Types.FullPaintingSupport); /// Sets up painting just like normal!
Hmm seems correct from a glance
the code is so illogical to me that I do what I am told
The game will outright refuse to apply it if its not 4. I have no idea why 😂
you see it's so illogical at times XD
how can a noob figure out all that?
😂 🤣
it's work
big thanks @hoary remnant Robin Sensei
now I just have to do the rest
Hell yeah sick!
we are in agreement if I want all the chassis parts to be rusty materials, should I do it like that?
roh even the floor no longer rusts 😂
I hate code XD
I'm going to end up paying someone to code for me XD
Imo its cooler to have them rust so we can do some chassi repairs just like vanilla cars
I want to but nothing more this rust
yet I did spawn ruined
in theory it's like the vanilla cars you find on the map
it should be all rusty
oh that annoys me
I'm going to drift on asseto to let off some steam
damn I don't believe it XD
the lines are good
the junkward spawn and on 4
I redid the uvmap of the parts XD
after several tests for this rust bullshit, no change even the floor no longer wants this rust.
I'm fed up with that, I move on to other things
I don't know if it's the uvmap or something else.
at code level it's good
in unity it's good
I'm giving up on rust which doesn't change anything to the gameplay anyway
Weird asf, show code and the junkyard chance
could it be that you have enabled painting on the part? try removing that
try removing this line or putting it on a ///
i go test
similar
I think my uvmap must be so crap that the games can't manage it
uv map.
Uhm wouldnt think thats it, Might? Have you tried remaking it?
im pretty sure its UV map
I had made a projection from view
but maybe it sucks
in unwrap it looks like this
and like that with the cube projection
it seemed to work in this pic? what happened
what if u copy the rust tex from like the wolf or other cars and paste it on yours?
yet everything and the same I had not changed anything
I just added the trunk floor and nothing has worked since.
uhhh weird
what if
remove trunk floor, just try it idk
something in code could break
Hey @unborn rock you dont put debug logs in your mod do you?
put some right after these
idk XD
Okay lemme show you
They are useful to see where your mod dies
put this in modmain/class1 ThisMod.EnableDebug();
there is another line so wait
class 1 too
no
weit
So basically these lines can have pre made error lines that will be put in your logs
so you can tell it to say "Car Parts Have Loaded"
if you put it after where car parts loads, do you understand?
i feel im explaining it bad
yes I see it must be after the lines
Floor = ThisMod.Load(Bundle, "floorUVmap");
TrunkFloor = ThisMod.Load(Bundle, "trunkfloorUVmap");
Tabulate = ThisMod.Load(Bundle, "tablie");
otherwise he will tell me that everything is good even before the parts are loaded
mods die idk for why XD
ok line ThisMod.EnableDebug();
broke my mods XD
wadafak how even
show code
i give you the template directly
i thinks is better XD
Makes sense, Requires a boolean for save disassembler.
So ThisMod.EnableDebug(false);
Should fix it.
You're declaring this mod after using thismod. That will cause an error.
ah
So instead, move ThisMod = ModUtils.RegisterMod(this); above ThisMod.EnableDebug(false);
Should be fine after that 👍
ok there are things to know with all these line priorities
it's worse than the priority on the right for us
Easiest way to remember execution priority is just think of computers reading like humans do, They start from the top and work their way down.
yes this logic I am starting to understand it
the problem is that for me it's that I don't know their sense of priority
I never know which one should be before the other XD
CarProperties.Paintable set to true but missing P3D support on PlancherBMWE34
CarProperties.Washable set to true but no proper material setup on part PlancherBMWE34
CarProperties.Paintable set to true but missing P3D support on TablierBMWE34
CarProperties.Washable set to true but no proper material setup on part TablierBMWE34
CarProperties.Paintable set to true but missing P3D support on PlancherCoffreBMWE34
CarProperties.Washable set to true but no proper material setup on part PlancherCoffreBMWE34
my mod log tell me thats
missing p3d
Normally an objects read lifetime works like this:
If its an object that will be used or accessed in multiple different classes, Then it works like this :
Make Object Reference (GameObject MyObject; for example)
Initialise the object inside the class constructor or class method (Ie MyObject = ThisGameObject;)
Reference object (MyObject.GetComponent<CoolComponent1>().Variable;)
If its a local reference (Something that is only created and used in one method or code line), Then its :
Make and initialize object reference (GameObject MyLocalObject = GameObject.Find("Object1");)
Reference object (MyObject.GetComponent<CoolComponent1>().Variable;)
you half lost me robin sensei
I imagine it must be the easiest to understand
I understand about it
(MyObject.GetComponent<CoolComponent1>().Variable;)
because I used it for the rims, I think
but Class and reference I don't really know what they are
view the time
I'm going to roll one up and go to sleep
tomorrow I'm going to work on my car
I don't really want to wake up at 11am ^^
Many thanks for your advice
(I'm going to have a brain that's going to burn with all this XD)
I'll keep you posted when I put it back tomorrow
I'll give you my lousy template XD
if you want to see where I screwed up to stick my nose in XD
nothing serious
just the village idiot can't get the rust on the parts to work
Very nice
This car is looking amazing man congrats
thanks man
I'm looking for a phase 2 front panel but there aren't any for sale XD
In a short time I will change the wings
the one side straight and twisted
and I have to cut out the rocker panels to change them, they are all rotten with rust
not long ago my father told me why you are bothering with this car XD
I answered it's yours XD
and I want it to become as beautiful as when you bought it
bruh
I have no motivation this afternoon
I just want to sleep
Yk they are selling some 3d printed parts for those cars now that look exactly like the originals
When i got the peugeot from my father i joked abaut making it a rocket
Turns out i did turn it into a rocket loo
yeah I saw that
I'm going to buy bumper strips for the 525i for my brother
but the quality leaves it to your liking
the finishing is not great, the smoothing of the parts and done to the snatch
and the fixings are not put in the right place (well rather shift compared to the origin)
XD
when I have the finances
I put in 530d injectors or injos from any 3l diesel engine
- a bigger turbo (garette preferably)
see how many horses and torque she could get out
I think it comes out a little ready 180hp for the original 143hp
but we didn't change anything about it
just increase the pressure of the original turbo and shift the accumulator a little to increase the flow of diesel to the engine (but you should not overdo it too much on the pressure and flow of diesel because the pilot injector can start to leak by the electric wire XD)
plus this shit costs almost 300euros new XD
ok I understood why it didn't work.
finally I believe
my trunk floor and the firewall had paintabke washable and possible to check
and suddenly it fucked up XD
nicee
and this time you had the names of the pieces in English and French so you had no reason to complain about the translation XD
no more complaining about it being in french
don't worry RB I wasn't talking about you ^^
it's mainly because of the mourners on nexus mods and in Dm
Oh hell yeah nice! You managed to get it to work!
Yes
just me being stupid and ticking off useless stuff that fucks up XD
i wish it was that easy for my s13
yo at the moment between my job as a carpenter and dismantling the donor for my car I don't really have the time or the desire.
when I come home I sleep XD
This weekend I'm dismantling the differential of my TDS to put in the one I dismantled this week
thats a dusssty dif
it's okay and not so dirty
you would have seen the mouth of the kardan screws XD
have to clean everything with gasoline
gas somehow cleans better than proper cleaning stuff lol
all tho break cleaner did a wonder on the oil dirty parts we had when refreshing a golf we bougth
Which one u putting in now? A lsd or welded?
Putain, un autre fançais qui fait des mods de BMW mdr
Je sais pas si tu joue à BeamNG.Drive
Je connais le mec qui à fait le mod de e34
ça doit être une coutume chez les moddeurs français, je vois que ça mdr
C'est clair
Je sais pas pourquoi les français aime autant c'est caisse
J'en ai même 2
Une 320i et une 525i e34 prépa
Perso j'ai une Lada donc bon
mdr
blue is old / brown is new
when I started importing my chassis I realized how horrible it was in games
so I remodeled this shot myself, rather than modifying that of wolf
floors just details basically, not really matter if there is no gaps at least
it's not just the floor
the apron does not join properly
neither does the trunk floor
the whole thing is disgusting, in the blender it seems clean but in the end I don't like it
in the rear bins normally we find the battery on the right
and part of the harness on the left side

At the moment things are not moving forward.
I have a lot of work in carpentry, besides I have some tinkering to do on my TDS (I haven't even fitted the new differential yet)
and I restart the TD so that my wife can move it when I take care of the TDS
Well, then take your time with the mod
E34 on gravel 😂
I love this car, she have evil in engine 😂 
it's a joke XD
these cars will never have an engine light XD
plug inpa XD
It seems to me that the mileage here is twisted
Twitsted?
yes
for the 69?
sorry i don't understand twisted XD
bro wdym yes xd
explain urself
I believe the mileage is as normal as it can get
No twisting of anything ? xd
this is a BMW, this is the kind of car that they don’t just sell them, they squeeze all the juice out of the car and then sell it
It’s a no brainer that the car here is quite a few years old, but if it broke down at 90, then I can believe it
I think someone might've fed you some very biased information xd
Well, the engine runs as if it had already driven 500,000 km.
and in general I won’t argue, maybe it’s true, but I have things to do and I don’t need it
Personally I have nothing to prove, the car I bought 5 or 6 years ago and it had 220k and something
her and stay off work for more than 2 years
the rocker arms are clicking because they haven't seen any oil for 2 years
and I restarted it with the old oil which must also be 2 or 3 years old
Afterwards it may be possible that it was tampered with, but personally I know its mileage and its history
well anything can happen
but the car is still cool
although I also have a cool car
Just so it's said, 269xxxkm for an E34 TDS is not a lot mr merc guy
They can last a lot longer
and here in civilized europe people rarely tinker with the mileage of a vehicle
Yes the engine might've been swapped at a certain point, but I highly doubt it
rolling mileage down is common thing for such cars in eastern europe i guess, in russia at least
im from the uk my 2010 1.6tdi golf has done 312km or 194k in miles it just depends on services etc tbh and how u treat it if you it good it will last
.dll
My bad je cherchais le dll de la e34 @unborn rock
Jme suis tromper de barre de recherche mdrr
@unborn rock
They just get removed after like 3 days from your list, when activity is posted they return
Thx bro you are the best
This isn't abandoned? I thought you were too busy to work on it
Well, it's always in the back of my mind. Of course, I didn't have much time at the moment between work and everything else, but work-wise it's so bad that I'm going to be laid off soon. I have to take the Donatus apart as quickly as possible to empty the shed before returning it to the owner. And then, as soon as all that's over, I'll get back to the full 3D rendering of the car (because I always want it to be as realistic as possible) and learn modding again on mygarage.
I have a probleme doc 
spin the wheeeeeeeeeellllllllll
what did ya win
Rip clock
THATS NORMALLL
stop smoking
Ah that's a easy fix. Just enabled ffb on your direct drive and you'll be fine
Wtf is going on there
If I saw this I would just walk out and never come back
wow, just like on ships ХD