- 165
- Italy
That's for removing all tags. I suppose Vintagedriver wants to remove only some specific tags.Following the instructions in this thread,
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.
In this case you have to replace them one by one changing "a" with
a. Find what: "tag_to_remove,"
Replace tag_to_remove and remember that in "find what" you have to write also the quotes and comma.
Last edited: