- 4,142
- Ottawa
Following the instructions in this thread,I want to reorganize my track and car tags. Any notepad++ users who I can ask for a question about removing all specific TAGs from cars and tracks? As I have lots of tags that are frequently showing up, while I do not use them, like the tags with the modders name, RWD, FWD, historic, vintage, circuit etc. Did try an attempt but without results, so I guess I do something wrong.
1. Open Notepad++
2. Select Find in Files tab and enter the following...
a. Find what: "tags":.+?],
b. Replace with: "tags": "",
FOR CARS
c. Filters: *ui_car.json
d. Directory: C:\STEAM\steamapps\common\assettocorsa\content\cars
FOR TRACKS
c. Filters: *ui_track.json
d. Directory: C:\STEAM\steamapps\common\assettocorsa\content\tracks
3. In Search Mode select 'Regular expression' and 'matches newline'
4. Check the boxes for 'In all sub-folders', 'Transparency' and 'On losing focus'
5. Finally, click the 'Replace in Files' button
I successfully removed all the tag I wanted in one shot.
Last edited: