Car Mechanic Simulator 2018

Car Mechanic Simulator 2018

View Stats:
Nodus May 24, 2018 @ 1:17am
Mod for more car's in junkyard?
I've Seen the modders swiss army knife and see it's included but is there a standalone mod anywhere that does that?
< >
Showing 1-11 of 11 comments
Bunns May 24, 2018 @ 1:29am 
You can do it yourself in a few steps, not to hard to do.

1. Download DNSpy
2. Open Assembly-CSharp-firstpass.dll ( in CMS2018_data/Managed ) in DNSpy
3. Find class JunkYardGenerator
4. Edit class and change line:
float amount = Mathf.Floor(percent / 100f * (float)this.CarSpawnPositions.Length);
to
float amount = 24f;
5. Save module.

Done :)



Nodus May 24, 2018 @ 2:09am 
ah, thank you very much!
General Mayhem II May 24, 2018 @ 2:12pm 
i followed your instructions, but, after editing that line there are 2 buttons at the bottom - compile and cancel - i click compile and i get a ton of errors that need to be rectified before it will compile and save. what am i doing wrong?? thanks
Bunns May 25, 2018 @ 1:49am 
- Did you accidentally delete more code? Left out a semicolon?
- On the left panel, remove all dll's except for this one.
General Mayhem II May 28, 2018 @ 4:03am 
thanks bunns. i guess i had another file in background i did not notice. i really appreciated all the hard work you put into the swiss knife. i really miss your work
RoadFlyer Jun 5, 2018 @ 3:44pm 
Seems like when ever the game updates this has to be done agaihn.
not K 3 Jun 6, 2018 @ 4:16am 
that's why people dont do it anymore
Vert Startail Jun 8, 2018 @ 1:31pm 
did you ever get this working? If not I have and I can share it if needed.
Martini Jul 10, 2018 @ 6:20pm 
please share :)
not K 3 Jul 14, 2018 @ 1:23pm 
that program doesnt change the spawn rate tho
< >
Showing 1-11 of 11 comments
Per page: 1530 50