Setup New Mechanic Location
How to correctly create a new mechanic
Owned Mechanic
Navigate to
/jg-mechanic/config/config.lua
and locate line 135:
This is a decently large section. We are going to highlight and copy from line
135
to line229
Line 229 should be the second last bracket with in the
Config.MechanicLocations
table. Add a,
to the end of the bracket},
:
Now we're going to paste the copied lscustoms under line 228 to add a duplicate entry
Change the name of the newly added lscustoms to your desired name and change the job, locations, shops and stashes coords
Save and Restart jg-mechanic. You have now successfully added a new owned location
Self-Service Mechanic
Navigate to
/jg-mechanic/config/config.lua
and locate line 106:
We are now going to highlight and copy from line
106
to line134
:
Now navigate to line 228, this should be the second last bracket of the
Config.MechanicLocations
table, Add a,
to the end of the bracket},
:
Now we're going to paste the copied bennys under line 228 to add a duplicate entry
Change the name of the newly added bennys to your desired name and change the job and locations
Save and Restart jg-mechanic. You have now successfully added a new owned location
Last updated
Was this helpful?