Open your Vice City root folder and locate nipi.ini . Here are the optimal tuning settings:

// Store the tuning setup file in the database db.query('INSERT INTO tuning_setups SET ?', file: tuningSetupFile, user_id: userMetadata.id, description: userMetadata.description, tags: userMetadata.tags , (err, results) => if (err) res.status(500).send( message: 'Error uploading tuning setup file' ); else res.send( message: 'Tuning setup file uploaded successfully' );