View Single Post
Old 03-31-2016, 11:02 PM   #2
NoOne
Banned
 
Join Date: Apr 2015
Posts: 7,273
Infractions: 0/1 (3)
temp fix until they do something:

export players to csv - without headers.

remove all "//" lines from file (comments - turn off word wrap, and use find/F3 to cycle through them)

import csv to a spreadsheet program.

find the Year of Birth column - it will be the obvious column of data.

fix YoB... you can do this en masse or tailored to individuals.

if all players are off an equal amount, this will be easy to fix. use a column on nother sheet to reference the first YoB value, and subtract or add what you need. then Fill that formula down as many rows as playerIDs. copy and "Paste Special" - text/numbers only. delete the extra worksheet(s). export to csv file. import back into game with corrected YoB.

if not, it may not be worth your effort. you'd have to do it by hand per individual. doesn't sound like fun to me.
NoOne is offline   Reply With Quote