Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Syntax corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Killi committed Nov 30, 2018
1 parent 958c5cc commit e1df2a4
Show file tree
Hide file tree
Showing 124 changed files with 2,563 additions and 6,939 deletions.
24 changes: 12 additions & 12 deletions FSBaseMission.lua
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
FSBaseMission = {}

FSBaseMission.INGAME_NOTIFICATION_OK = {
1 = 0.097600
2 = 0.624000
3 = 0.000000
1 = 0.097600,
2 = 0.624000,
3 = 0.000000,
4 = 1.000000
}
FSBaseMission.DEBUG_SHOW_FIELDSTATUS_SIZE = 5.000000
FSBaseMission.USER_STATE_SYNCHRONIZING = 2.000000
FSBaseMission.INGAME_NOTIFICATION_CRITICAL = {
1 = 0.930100
2 = 0.287400
3 = 0.013000
1 = 0.930100,
2 = 0.287400,
3 = 0.013000,
4 = 1.000000
}
FSBaseMission.USER_STATE_LOADING = 1.000000
FSBaseMission.RADIO_ALWAYS = 3.000000
FSBaseMission.USER_STATE_CONNECTED = 3.000000
FSBaseMission.INGAME_NOTIFICATION_GREATDEMAND = {
1 = 1.000000
2 = 1.000000
3 = 1.000000
1 = 1.000000,
2 = 1.000000,
3 = 1.000000,
4 = 1.000000
}
FSBaseMission.USER_STATE_INGAME = 4.000000
FSBaseMission.INGAME_NOTIFICATION_INFO = {
1 = 1.000000
2 = 1.000000
3 = 1.000000
1 = 1.000000,
2 = 1.000000,
3 = 1.000000,
4 = 1.000000
}
FSBaseMission.LIMITED_OBJECT_TYPE_BALE = 1.000000
Expand Down
8 changes: 4 additions & 4 deletions FSCareerMissionInfo.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FSCareerMissionInfo = {}

FSCareerMissionInfo.BUY_PRICE_MULTIPLIER = {
1 = 0.500000
2 = 0.750000
1 = 0.500000,
2 = 0.750000,
3 = 1.000000
}
FSCareerMissionInfo.MaxSavegameSize = 26214400.000000
FSCareerMissionInfo.SavegameRevision = 2.000000
FSCareerMissionInfo.SELL_PRICE_MULTIPLIER = {
1 = 2.000000
2 = 1.500000
1 = 2.000000,
2 = 1.500000,
3 = 1.000000
}

Expand Down
100 changes: 50 additions & 50 deletions GameSettings.lua
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
GameSettings = {}

GameSettings.SETTING = {
USE_COLORBLIND_MODE = "useColorblindMode"
PLAYER_HAIR_INDEX = "playerHairIndex"
MP_LANGUAGE = "mpLanguage"
SHOW_FIELD_INFO = "showFieldInfo"
SHOW_HELP_ICONS = "showHelpIcons"
VOLUME_MASTER = "masterVolume"
RADIO_IS_ACTIVE = "radioIsActive"
PLAYER_ACCESSORY_INDEX = "playerAccessoryIndex"
RESET_CAMERA = "resetCamera"
IS_SOUND_PLAYER_STREAM_ACCESS_ALLOWED = "isSoundPlayerStreamAccessAllowed"
CAMERA_SENSITIVITY = "cameraSensitivity"
NICKNAME = "nickname"
IS_HEAD_TRACKING_ENABLED = "isHeadTrackingEnabled"
HORSE_ABANDON_TIMER_DURATION = "horseAbandonTimerDuration"
JOYSTICK_VIBRATION_ENABLED = "joystickVibrationEnabled"
UI_SCALE = "uiScale"
STEERING_BACK_SPEED = "steeringBackSpeed"
DEFAULT_SERVER_PORT = "defaultServerPort"
FOV_Y = "fovY"
LIGHTS_PROFILE = "lightsProfile"
VOLUME_MUSIC = "musicVolume"
MOTOR_STOP_TIMER_DURATION = "motorStopTimerDuration"
RADIO_VEHICLE_ONLY = "radioVehicleOnly"
REAL_BEACON_LIGHTS = "realBeaconLights"
INGAME_MAP_FILTER = "ingameMapFilter"
USE_FAHRENHEIT = "useFahrenheit"
PLAYER_BODY_INDEX = "playerBodyIndex"
USE_WORLD_CAMERA = "useWorldCamera"
IS_TRAIN_TABBABLE = "isTrainTabbable"
PLAYER_JACKET_INDEX = "playerJacketIndex"
EASY_ARM_CONTROL = "easyArmControl"
VEHICLE_ARM_SENSITIVITY = "vehicleArmSensitivity"
INVERT_Y_LOOK = "invertYLook"
INGAME_MAP_STATE = "ingameMapState"
USE_MILES = "useMiles"
INPUT_HELP_MODE = "inputHelpMode"
VOLUME_ENVIRONMENT = "environmentVolume"
GAMEPAD_ENABLED_SET_BY_USER = "gamepadEnabledSetByUser"
MAX_NUM_MIRRORS = "maxNumMirrors"
PLAYER_MODEL_INDEX = "playerModelIndex"
PLAYER_COLOR_INDEX = "playerColorIndex"
IS_GAMEPAD_ENABLED = "isGamepadEnabled"
VOLUME_GUI = "volumeGUI"
PLAYER_HAT_INDEX = "playerHatIndex"
SHOW_HELP_MENU = "showHelpMenu"
VOLUME_RADIO = "radioVolume"
HEAD_TRACKING_ENABLED_SET_BY_USER = "headTrackingEnabledSetByUser"
MONEY_UNIT = "moneyUnit"
USE_ACRE = "useAcre"
SHOW_TRIGGER_MARKER = "showTriggerMarker"
USE_COLORBLIND_MODE = "useColorblindMode",
PLAYER_HAIR_INDEX = "playerHairIndex",
MP_LANGUAGE = "mpLanguage",
SHOW_FIELD_INFO = "showFieldInfo",
SHOW_HELP_ICONS = "showHelpIcons",
VOLUME_MASTER = "masterVolume",
RADIO_IS_ACTIVE = "radioIsActive",
PLAYER_ACCESSORY_INDEX = "playerAccessoryIndex",
RESET_CAMERA = "resetCamera",
IS_SOUND_PLAYER_STREAM_ACCESS_ALLOWED = "isSoundPlayerStreamAccessAllowed",
CAMERA_SENSITIVITY = "cameraSensitivity",
NICKNAME = "nickname",
IS_HEAD_TRACKING_ENABLED = "isHeadTrackingEnabled",
HORSE_ABANDON_TIMER_DURATION = "horseAbandonTimerDuration",
JOYSTICK_VIBRATION_ENABLED = "joystickVibrationEnabled",
UI_SCALE = "uiScale",
STEERING_BACK_SPEED = "steeringBackSpeed",
DEFAULT_SERVER_PORT = "defaultServerPort",
FOV_Y = "fovY",
LIGHTS_PROFILE = "lightsProfile",
VOLUME_MUSIC = "musicVolume",
MOTOR_STOP_TIMER_DURATION = "motorStopTimerDuration",
RADIO_VEHICLE_ONLY = "radioVehicleOnly",
REAL_BEACON_LIGHTS = "realBeaconLights",
INGAME_MAP_FILTER = "ingameMapFilter",
USE_FAHRENHEIT = "useFahrenheit",
PLAYER_BODY_INDEX = "playerBodyIndex",
USE_WORLD_CAMERA = "useWorldCamera",
IS_TRAIN_TABBABLE = "isTrainTabbable",
PLAYER_JACKET_INDEX = "playerJacketIndex",
EASY_ARM_CONTROL = "easyArmControl",
VEHICLE_ARM_SENSITIVITY = "vehicleArmSensitivity",
INVERT_Y_LOOK = "invertYLook",
INGAME_MAP_STATE = "ingameMapState",
USE_MILES = "useMiles",
INPUT_HELP_MODE = "inputHelpMode",
VOLUME_ENVIRONMENT = "environmentVolume",
GAMEPAD_ENABLED_SET_BY_USER = "gamepadEnabledSetByUser",
MAX_NUM_MIRRORS = "maxNumMirrors",
PLAYER_MODEL_INDEX = "playerModelIndex",
PLAYER_COLOR_INDEX = "playerColorIndex",
IS_GAMEPAD_ENABLED = "isGamepadEnabled",
VOLUME_GUI = "volumeGUI",
PLAYER_HAT_INDEX = "playerHatIndex",
SHOW_HELP_MENU = "showHelpMenu",
VOLUME_RADIO = "radioVolume",
HEAD_TRACKING_ENABLED_SET_BY_USER = "headTrackingEnabledSetByUser",
MONEY_UNIT = "moneyUnit",
USE_ACRE = "useAcre",
SHOW_TRIGGER_MARKER = "showTriggerMarker",
VOLUME_VEHICLE = "vehicleVolume"
}
function GameSettings:getTableValue() end
Expand Down
124 changes: 62 additions & 62 deletions MoneyType.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,158 +2,158 @@ MoneyType = {}

MoneyType.LAST_ID = 31.000000
MoneyType.FIELD_BUY = {
statistic = "fieldPurchase"
title = "finance_fieldPurchase"
statistic = "fieldPurchase",
title = "finance_fieldPurchase",
id = 18.000000
}
MoneyType.PROPERTY_MAINTENANCE = {
statistic = "propertyMaintenance"
title = "finance_propertyMaintenance"
statistic = "propertyMaintenance",
title = "finance_propertyMaintenance",
id = 24.000000
}
MoneyType.SOLD_ANIMALS = {
statistic = "soldAnimals"
title = "finance_soldAnimals"
statistic = "soldAnimals",
title = "finance_soldAnimals",
id = 11.000000
}
MoneyType.SHOP_VEHICLE_SELL = {
statistic = "soldVehicles"
title = "finance_soldVehicles"
statistic = "soldVehicles",
title = "finance_soldVehicles",
id = 3.000000
}
MoneyType.LOAN = {
statistic = "loan"
title = "finance_other"
statistic = "loan",
title = "finance_other",
id = 26.000000
}
MoneyType.OTHER = {
statistic = "other"
title = "finance_other"
statistic = "other",
title = "finance_other",
id = 1.000000
}
MoneyType.TRANSFER = {
statistic = "other"
title = "finance_transfer"
statistic = "other",
title = "finance_transfer",
id = 31.000000
}
MoneyType.SOLD_WOOD = {
statistic = "soldWood"
title = "finance_soldWood"
statistic = "soldWood",
title = "finance_soldWood",
id = 28.000000
}
MoneyType.SHOP_VEHICLE_LEASE = {
statistic = "newVehiclesCost"
title = "finance_vehicleLeasingCost"
statistic = "newVehiclesCost",
title = "finance_vehicleLeasingCost",
id = 4.000000
}
MoneyType.SOLD_MILK = {
statistic = "soldMilk"
title = "finance_soldMilk"
statistic = "soldMilk",
title = "finance_soldMilk",
id = 7.000000
}
MoneyType.SOLD_BALES = {
statistic = "soldBales"
title = "finance_soldBales"
statistic = "soldBales",
title = "finance_soldBales",
id = 29.000000
}
MoneyType.FIELD_SELL = {
statistic = "fieldSelling"
title = "finance_fieldSelling"
statistic = "fieldSelling",
title = "finance_fieldSelling",
id = 19.000000
}
MoneyType.PROPERTY_INCOME = {
statistic = "propertyIncome"
title = "finance_propertyIncome"
statistic = "propertyIncome",
title = "finance_propertyIncome",
id = 25.000000
}
MoneyType.PURCHASE_FERTILIZER = {
statistic = "purchaseFertilizer"
title = "finance_purchaseFertilizer"
statistic = "purchaseFertilizer",
title = "finance_purchaseFertilizer",
id = 15.000000
}
MoneyType.ANIMAL_UPKEEP = {
statistic = "animalUpkeep"
title = "finance_animalUpkeep"
statistic = "animalUpkeep",
title = "finance_animalUpkeep",
id = 13.000000
}
MoneyType.PURCHASE_FUEL = {
statistic = "purchaseFuel"
title = "finance_purchaseFuel"
statistic = "purchaseFuel",
title = "finance_purchaseFuel",
id = 16.000000
}
MoneyType.LEASING_COSTS = {
statistic = "vehicleLeasingCost"
title = "finance_vehicleLeasingCost"
statistic = "vehicleLeasingCost",
title = "finance_vehicleLeasingCost",
id = 20.000000
}
MoneyType.INCOME_BGA = {
statistic = "incomeBga"
title = "finance_incomeBga"
statistic = "incomeBga",
title = "finance_incomeBga",
id = 27.000000
}
MoneyType.PURCHASE_SAPLINGS = {
statistic = "purchaseSaplings"
title = "finance_purchaseSaplings"
statistic = "purchaseSaplings",
title = "finance_purchaseSaplings",
id = 17.000000
}
MoneyType.SHOP_PROPERTY_SELL = {
statistic = "soldBuildings"
title = "finance_soldBuildings"
statistic = "soldBuildings",
title = "finance_soldBuildings",
id = 6.000000
}
MoneyType.VEHICLE_REPAIR = {
statistic = "vehicleRunningCost"
title = "finance_vehicleRunningCost"
statistic = "vehicleRunningCost",
title = "finance_vehicleRunningCost",
id = 23.000000
}
MoneyType.LOAN_INTEREST = {
statistic = "loanInterest"
title = "finance_loanInterest"
statistic = "loanInterest",
title = "finance_loanInterest",
id = 21.000000
}
MoneyType.PURCHASE_SEEDS = {
statistic = "purchaseSeeds"
title = "finance_purchaseSeeds"
statistic = "purchaseSeeds",
title = "finance_purchaseSeeds",
id = 14.000000
}
MoneyType.AI = {
statistic = "wagePayment"
title = "finance_wagePayment"
statistic = "wagePayment",
title = "finance_wagePayment",
id = 9.000000
}
MoneyType.BOUGHT_MATERIALS = {
statistic = "expenses"
title = "finance_other"
statistic = "expenses",
title = "finance_other",
id = 30.000000
}
MoneyType.HARVEST_INCOME = {
statistic = "harvestIncome"
title = "finance_harvestIncome"
statistic = "harvestIncome",
title = "finance_harvestIncome",
id = 8.000000
}
MoneyType.SHOP_PROPERTY_BUY = {
statistic = "constructionCost"
title = "finance_constructionCost"
statistic = "constructionCost",
title = "finance_constructionCost",
id = 5.000000
}
MoneyType.NEW_ANIMALS_COST = {
statistic = "newAnimalsCost"
title = "finance_newAnimalsCost"
statistic = "newAnimalsCost",
title = "finance_newAnimalsCost",
id = 12.000000
}
MoneyType.SHOP_VEHICLE_BUY = {
statistic = "newVehiclesCost"
title = "finance_newVehiclesCost"
statistic = "newVehiclesCost",
title = "finance_newVehiclesCost",
id = 2.000000
}
MoneyType.MISSIONS = {
statistic = "missionIncome"
title = "finance_missionIncome"
statistic = "missionIncome",
title = "finance_missionIncome",
id = 10.000000
}
MoneyType.VEHICLE_RUNNING_COSTS = {
statistic = "vehicleRunningCost"
title = "finance_vehicleRunningCost"
statistic = "vehicleRunningCost",
title = "finance_vehicleRunningCost",
id = 22.000000
}

Expand Down
Loading

0 comments on commit e1df2a4

Please sign in to comment.