Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.56 KB

setup-new-mechanic-location.md

File metadata and controls

48 lines (26 loc) · 1.56 KB
description
How to correctly create a new mechanic

Setup New Mechanic Location

Owned Mechanic
  1. Navigate to /jg-mechanic/config/config.luaand locate line 135:

  1. This is a decently large section. We are going to highlight and copy from line 135to line 229
  1. Line 229 should be the second last bracket with in the Config.MechanicLocations table. Add a , to the end of the bracket },:

  1. Now we're going to paste the copied lscustoms under line 228 to add a duplicate entry
  1. Change the name of the newly added lscustoms to your desired name and change the job, locations, shops and stashes coords
  2. Save and Restart jg-mechanic. You have now successfully added a new owned location
Self-Service Mechanic
  1. Navigate to /jg-mechanic/config/config.luaand locate line 106:

  1. We are now going to highlight and copy from line 106to line 134:
  1. 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 },:

  1. Now we're going to paste the copied bennys under line 228 to add a duplicate entry
  1. Change the name of the newly added bennys to your desired name and change the job and locations
  2. Save and Restart jg-mechanic. You have now successfully added a new owned location