Lachi wrote:
How to skip a day using an editor:
1. Extract your save (my documents\pcm12\users\your name\database\solo\name of db\
2. Open the table GAM_config
3. Change the date in column gene_i_date (details see below)
4. Copy value from column fkIDstage_current to fkIDstage_last
5. Adjust the stage in fkIDstage_current (details see below)
6. Build CDB using another file name in case you messed up
7. Load the newly build CDB in the game
How to calculate the date:
1. Copy value in column gene_i_date
2. Open this page:
https://www.online...x_time.htm
3. Paste copied value into field marked 'UNIX TimeStamp'
4. Click the submit button
5. In the box below, fill all 6 fields with the output from above but adding one day
6. Click the submit button
7. Copy the output
8. Paste the copied output into the column gene_i_date
How to find the next stage:
1. Write down the new value from gene_i_date (see above)
2. Open the table STA_stage
3. Sort the table on the column gene_i_computed_date
4. In the column gene_i_computed_date, search for the value you wrote down
5. When you found one, write down the value in the first column (IDstage)
5.a) In case you find more then one stage, write down the lowest ID
5.b) If there is none, take the lowest ID from the next day (compare gene_i_month and gene_i_day)
6. Open the table GAM_config
7. Write the ID into the column fkIDstage_current