OOTP Developments Forums

OOTP Developments Forums (https://forums.ootpdevelopments.com//index.php)
-   Bug Reports Forum (https://forums.ootpdevelopments.com//forumdisplay.php?f=3908)
-   -   Extra "scout_value" column in coaches.csv (https://forums.ootpdevelopments.com//showthread.php?t=266465)

maddog7800 05-06-2016 05:13 PM

Extra "scout_value" column in coaches.csv
 
I'm really enjoying the new version, but I have minor issue. The coaches.csv in the csv export has an extra "scout_value" column with no data in it. I use a csv reader that can't handle the duplicate header name - would it be possible to remove that column from the csv dump? Definitely not a show-stopper, but I thought I would ask. Thanks for the great game!

mchris41 03-01-2017 01:07 PM

This also happens when exporting SQL.

Code:

CREATE TABLE IF NOT EXISTS `coaches` (`coach_id` INT, `first_name` VARCHAR(50), `last_name` VARCHAR(50), `nick_name` VARCHAR(50), `age` SMALLINT, `date_of_birth` DATE, `city_of_birth_id` INT, `nation_id` INT, `weight` SMALLINT, `height` SMALLINT, `position` SMALLINT, `experience` SMALLINT, `occupation` SMALLINT, `team_id` INT, `former_player_id` INT, `quick_left` SMALLINT, `contract_salary` INT, `contract_years` SMALLINT, `contract_extension_salary` INT, `contract_extension_years` SMALLINT, `scout_major` SMALLINT, `scout_minor` SMALLINT, `scout_international` SMALLINT, `scout_amateur` SMALLINT, `scout_amateur_preference` SMALLINT, `teach_hitting` SMALLINT, `teach_pitching` SMALLINT, `teach_fielding` SMALLINT, `handle_veterans` SMALLINT, `handle_rookies` SMALLINT, `handle_players` SMALLINT, `strategy_knowledge` SMALLINT, `heal_legs` SMALLINT, `heal_arms` SMALLINT, `heal_back` SMALLINT, `heal_other` SMALLINT, `heal_rest` SMALLINT, `management_style` SMALLINT, `personality` SMALLINT, `hitting_focus` SMALLINT, `pitching_focus` SMALLINT, `training_focus` SMALLINT, `teach_running` SMALLINT, `prevent_legs` SMALLINT, `prevent_arms` SMALLINT, `prevent_back` SMALLINT, `prevent_other` SMALLINT, `stealing` INT, `running` INT, `pinchrun` INT, `pinchhit_pos` INT, `pinchhit_pitch` INT, `hook_start` INT, `hook_relief` INT, `closer` INT, `lr_matchup` INT, `bunt_hit` INT, `bunt` INT, `hit_run` INT, `run_hit` INT, `squeeze` INT, `pitch_around` INT, `intentional_walk` INT, `hold_runner` INT, `guard_lines` INT, `infield_in` INT, `outfield_in` INT, `corners_in` INT, `shift_if` INT, `shift_of` INT, `num_pitchers` SMALLINT, `num_hitters` SMALLINT, `favor_speed_to_power` INT, `favor_avg_to_obp` INT, `favor_defense_to_offense` INT, `favor_pitching_to_hitting` INT, `favor_veterans_to_prospects` INT, `trade_aggressiveness` INT, `player_loyalty` INT, `trade_frequency` INT, `trade_preference` INT, `value_stats` INT, `value_this_year` INT, `value_last_year` INT, `value_two_years` INT, `draft_value` INT, `intl_fa_value` INT, `develop_value` INT, `scout_value` INT, `manager_value` SMALLINT, `pitching_coach_value` SMALLINT, `hitting_coach_value` SMALLINT, `scout_value` SMALLINT, `doctor_value` SMALLINT, `busy` TINYINT, `type` INT, `data` INT, `days_left` INT, PRIMARY KEY (`coach_id`));

mchris41 12-11-2019 04:04 PM

It looks like this may have been resolved in OOTP19.


All times are GMT -4. The time now is 05:30 AM.

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright © 2020 Out of the Park Developments