jackhumbert / let_there_be_flight

A flight mod for Cyberpunk 2077
MIT License
489 stars 43 forks source link

REDScript compilation failure #36

Closed cyrusyn closed 2 years ago

cyrusyn commented 2 years ago

With installation of this mod, I am getting this warning when I launch : "REDScript compilation failed. The game will start, but none of the scripts will take effect. This is caused by errors in: - let_there_be_flight.reds. You can try updating or removing these scripts to resolve the issue... When I remove this reds script from R6/scripts folder, the game still crashes here there which never happened before. How can I solve this crash?

jackhumbert commented 2 years ago

Can you look at red4ext/logs/let_there_be_flight.log? It should show why the compilation failed.

cyrusyn commented 2 years ago

This is the log.

[2022-06-14 22:11:12.634] [info] [RED4ext] Starting up [2022-06-14 22:11:14.653] [info] Registering classes & types [2022-06-14 22:11:14.674] [info] Registering functions [2022-06-14 22:12:26.435] [info] FMOD loaded [2022-06-14 22:12:29.671] [info] [FlightController] CreateInstance Started [2022-06-14 22:12:29.671] [info] [RED4ext] New FlightController Instance [2022-06-14 22:12:29.671] [info] [FlightController] Initialize [2022-06-14 22:12:29.671] [info] [RED4ext] New FlightSystem Instance [2022-06-14 22:12:29.671] [info] [FlightSystem] FlightSettings Created [2022-06-14 22:12:29.671] [info] [FlightSystem] FlightAudio Created [2022-06-14 22:12:29.671] [info] [FlightController] CreateInstance Finished [2022-06-14 22:13:35.499] [info] [VehicleFlightContextDecisions] OnAttach [2022-06-14 22:13:35.499] [info] [VehicleFlightContextDecisions] OnVehicleStateChanged: Default [2022-06-14 22:13:35.499] [info] [VehicleFlightContextDecisions] OnAttach [2022-06-14 22:13:35.499] [info] [VehicleFlightContextDecisions] OnVehicleStateChanged: Default [2022-06-14 22:13:42.026] [info] [VehicleFlightContextDecisions] OnDetach [2022-06-14 22:13:42.026] [info] [VehicleFlightContextDecisions] OnDetach [2022-06-14 22:13:44.071] [info] [RED4ext] Shutting down

Is it normal that I have another flight related log file named "flight_control.log" in this folder? I have no idea where this came from. Might be from GTA Travel mod. Here is the contents of this log : [2022-06-14 22:11:12.449] [info] [RED4ext] Starting up [2022-06-14 22:11:14.652] [info] Registering classes & types [2022-06-14 22:11:14.674] [info] Registering functions [2022-06-14 22:12:26.345] [info] FMOD loaded [2022-06-14 22:12:26.450] [info] [FlightSystem] OnUpdate [2022-06-14 22:13:35.529] [info] [RED4ext] New FlightController Instance [2022-06-14 22:13:43.834] [info] [RED4ext] Shutting down

jackhumbert commented 2 years ago

Ah, redscript must have caught the error then. Are you using the most recent release?

flight_control.log was the previous log - you can delete it :)

cyrusyn commented 2 years ago

Yes, my redscript is the latest.

jackhumbert commented 2 years ago

Did you install via the packed zip file? If you could compare your redscript installation to that, we can confirm its version.

cyrusyn commented 2 years ago

I used let_there_be_flight_packed_v0.0.10.zip. Is it possible for me to replace the files to original game system files or do I have to reinstall everything?

This is the redscript log at the vert 1st time of this issue: 2022-06-14T19:23:25.5801129-07:00 [INFO] Compiling files: E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds, E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\config.reds, E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\status_effect_management.reds, E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\utils.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\background.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\events.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\lifepath.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\main.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\text.reds, E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\util.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Hashing\FNV1a64.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Hashing\TDBID64.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Data\EntryType.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Data\GenderNeutralEntry.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Data\GenderSensitiveEntry.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Data\LocalizationEntry.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Data\PlayerGender.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\LocalizationSystem.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Module\ModLocalizationPackage.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Module\ModLocalizationProvider.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Requests\RegisterProviderRequest.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Requests\UpdateGenderRequest.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Requests\UpdateLocaleRequest.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Requests\UpdateTranslationsRequest.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Watchers\LanguageSettingsWatcher.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Localization\Watchers\PlayerGenderWatcher.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkCharacterEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkCharacterEventType.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkCircle.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkFitToContentDirection.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkFocusCause.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkFocusEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkImage.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkScrollArea.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkShape.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkText.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\inkWidget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\textJustificationType.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Natives\textOverflowPolicy.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Registry\RegistrySystem.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Scheduling\ControllerDelayCallback.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\Scheduling\DelaySystem.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\ButtonHints\ButtonHintsEx.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\ButtonHints\Manager\ButtonHintsManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\ButtonHints\Manager\IButtonHintsManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Buttons\CustomButton.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Buttons\HubButton.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Buttons\SimpleButton.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Core\inkCustomController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Core\inkCustomEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Core\inkWidgetHelper.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\CustomPopup.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Events\CustomPopupEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Events\HideCustomPopupEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Events\ShowCustomPopupEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\InGamePopup.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\InGamePopupContent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\InGamePopupFooter.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\InGamePopupHeader.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Manager\CustomPopupAttachCallback.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Manager\CustomPopupAttachRequest.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Manager\CustomPopupManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Manager\CustomPopupNotificationData.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\Manager\ICustomPopupManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Popups\MenuPopup.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\Events\VirtualResolutionChangeEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\Targets\BaseVirtualResolutionTarget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\Targets\VirtualResolutionResizeTarget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\Targets\VirtualResolutionScaleTarget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\VirtualResolutionData.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Screen\VirtualResolutionWatcher.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Styles\ThemeColors.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\HubTextInput.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\Parts\Caret.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\Parts\Selection.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\Parts\TextFlow.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\Parts\TextMeasurer.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\Parts\Viewport.reds, E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\TextInput\TextInput.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightAudio.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightComponentPS.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightContextTransitions.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightControllerUI.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightDevice.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightEvents.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightFx.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightLog.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeDrone.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeFly.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeHover.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeHoverFly.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flightcontrol\FlightMode.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightMode_Standard.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModule.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightNavPath.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightSettings.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightStats.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightSystem.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightTransition.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightTricks.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightUtils.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\hudFLTController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\inkWidgetBuilder.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\OperatorHelpers.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\PID.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\QuickHackFlightMalfunction.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\VehicleHasExplodedEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\vehicleTPPCameraComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_gameuiCrosshairContainerController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_hudCarController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkBorder.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkMask.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkQuadShape.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkWidget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_MinimapContainerController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_Transitions.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_VehicleComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_VehicleObject.reds, E:\CDPR\Cyberpunk2077\r6\scripts\in_world_navigation\InWorldNavigation.reds, E:\CDPR\Cyberpunk2077\r6\scripts\in_world_navigation\OperatorHelpers.reds, E:\CDPR\Cyberpunk2077\r6\scripts\in_world_navigation_MinimapContainerController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Simple Gameplay Bug Fixes\Disable Finishers on Bosses\Disable Finishers on Bosses.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Simple Gameplay Bug Fixes\Disable XP for Killing KO\No XP for Kill KO.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Simple Gameplay Bug Fixes\Projectile Launcher Fixes\Projectile Launcher Fixes.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Simple Gameplay Bug Fixes\Projectiles Tooltip Fix\ProjectilesTooltipFix.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Simple Gameplay Bug Fixes\Weapon Type Icon Fix\Weapon Type Icon Fix.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Street Vendors\InventoryGeneration\DefaultInventoryGeneration.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Street Vendors\street_vendors.reds, E:\CDPR\Cyberpunk2077\r6\scripts\TweakXL\TweakXL.reds, E:\CDPR\Cyberpunk2077\r6\scripts\V2077-CyberpartStore_priced-4029-1-0-2-1647085302\Cyberpart2-atelier-store.reds, E:\CDPR\Cyberpunk2077\r6\scripts\V2077-SP0 - GUNS AND BLADES STORE for NEW WEAPONS MOD-3804-1-0-2-1649882987\spawn0weapons-atelier-store.reds, E:\CDPR\Cyberpunk2077\r6\scripts\V2077-TheDreamShop_VirtualAtelier_2.0.0-2987-2-0-0-1634386327\TDS-atelier-store.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Call Reinforcements\Call Reinforcements.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Fix Car Explosion Force Kill\Fix Car Explosion Force Kill.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Chase AI.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Combat AI.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Despawning Mechanics.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Disable Default Stars System.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Spawning Mechanics.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Star Loss Rework.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Vehicle Damage Fix\Vehicle Damage Fix.reds, E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Vehicle Weapons\Enable Vehicle Weapons.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\AtelierTextButton.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\Browser.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\codeware\inkCustomController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\codeware\inkWidget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\codeware\inkWidgetHelper.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\Computer.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\ItemTooltips.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\WebPage.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\constants.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\items-preview\Backpack.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\items-preview\ItemPreview.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\CurrentPlayerZoneManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\StoresManager.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\texts.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\utils.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\ButtonHints.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds, E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\GarmentItemPreview.reds 2022-06-14T19:23:25.7957628-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5761:1: @replaceMethod(VehicleComponent) ^^^ conflicting method replacement

2022-06-14T19:23:25.7957932-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds:46:1: @addMethod(ScriptedPuppet) ^^^ function might not return a value

2022-06-14T19:23:25.7958024-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds:213:1: @addMethod(UploadFromNPCToPlayerListener) ^^^ function might not return a value

2022-06-14T19:23:25.7958097-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds:216:1: @addMethod(UploadFromNPCToPlayerListener) ^^^ function might not return a value

2022-06-14T19:23:25.7958172-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds:225:3: let securitySystem: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958247-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\ai_hacks.reds:226:3: let securitySystemState: ESecuritySystemState; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958324-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\config.reds:10:1: public func getBaseUploadTimeFromAINetrunnerHack(hack: AINetrunnerHack) -> Float { ^^^ function might not return a value

2022-06-14T19:23:25.795839-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\AINetrunners\config.reds:35:1: public func getHackWeight(hack: AINetrunnerHack) -> Float { ^^^ function might not return a value

2022-06-14T19:23:25.7958464-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\background.reds:80:3: let acc = 0; ^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958537-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\main.reds:5:3: let name = LocKeyToString(characterRecord.DisplayName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958634-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\backgroundScanner\util.reds:11:12: return Equals(GetLocalizedText(locKey), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comparing unrelated types, this is will not be allowed in the future

2022-06-14T19:23:25.7958729-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\codeware\UI\Core\inkCustomController.reds:63:8: if NotEquals(this, this.m_rootWidget.GetControllerByType(this.GetClassName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comparing unrelated types, this is will not be allowed in the future

2022-06-14T19:23:25.7958822-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Street Vendors\street_vendors.reds:170:9: let npc: ref = targetObject as NPCPuppet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958906-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Call Reinforcements\Call Reinforcements.reds:14:4: let affiliation: String = ToString((this.m_requesterPuppet as NPCPuppet).GetAffiliation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7958987-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Call Reinforcements\Call Reinforcements.reds:15:4: let playerStreetCred: Int32 = RoundF(GameInstance.GetStatsSystem(this.m_gameInstance).GetStatValue(Cast(GetPlayer(this.m_gameInstance).GetEntityID()), gamedataStatType.StreetCred)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959072-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Combat AI.reds:183:2: let vehiclePosition: Vector4; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959146-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Spawning Mechanics.reds:61:5: let slot: CName; ^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959217-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\Vehicle Combat\Prevention System\Star Loss Rework.reds:39:2: let slotName: CName; ^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959295-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\atelier\Computer.reds:48:3: let internetData: SInternetData = (this.GetOwner().GetDevicePS() as ComputerControllerPS).GetInternetData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959372-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\items-preview\Backpack.reds:20:3: let itemId = InventoryItemData.GetID(itemData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959442-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\items-preview\Backpack.reds:51:3: let itemId = InventoryItemData.GetID(displayingData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959512-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\items-preview\ItemPreview.reds:16:5: let actionName: ref = e.GetActionName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959581-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:89:5: let i = 0; ^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959649-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:90:5: let isEquipped = false; ^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7959718-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:159:5: let puppet: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960159-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:160:5: let transactionSystem: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960258-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:195:5: let puppet: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.796033-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:196:5: let transactionSystem: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960399-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:205:5: let equipmentData: ref = EquipmentSystem.GetData(puppet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960467-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:227:5: let puppet: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960533-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:228:5: let transactionSystem: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960602-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:260:5: let notificationName = n"base\gameplay\gui\widgets\notifications\item_preview.inkwidget"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960674-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:424:3: public static func OnGarmentPreviewAxisInput(controller: ref, event: ref) -> Bool { ^^^ function might not return a value

2022-06-14T19:23:25.7960742-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:444:5: let parent = controller.GetRootCompoundWidget(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7960809-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\ItemPreviewManager.reds:440:3: public static func OnGarmentPreviewRelativeInput(controller: ref, event: ref) -> Bool { ^^^ function might not return a value

2022-06-14T19:23:25.7960883-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\managers\StoresManager.reds:28:3: private func AddStore(storeID: CName, storeName: String, items: array, prices: array, atlasResource: ResRef, texturePart: CName, opt qualities: array, opt quantities: array) -> Bool { ^^^ function might not return a value

2022-06-14T19:23:25.7960967-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\utils.reds:16:3: let powerLevelItem: Float = itemData.GetStatValueByType(gamedataStatType.PowerLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961039-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\utils.reds:120:3: let finalMessage: String = ""; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961114-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:47:5: let defaultPrice = prices[0]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961184-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:168:3: let statsSystem: ref = GameInstance.GetStatsSystem(this.m_player.GetGame()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961266-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:169:3: let inventorySystem: ref = GameInstance.GetInventoryManager(this.m_player.GetGame()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961339-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:204:5: let itemName = InventoryItemData.GetName(itemData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961406-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:329:5: let isComparable: Bool; ^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961472-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:330:5: let tooltipData: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961543-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:331:5: let tooltipsData: array<ref>; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.796161-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:372:3: let itemDataArray: array<ref>; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961678-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:373:3: let storeID: CName = this.GetVirtualStoreID(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961746-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:413:3: let transactionSystem: ref = GameInstance.GetTransactionSystem(this.m_player.GetGame()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961817-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:414:3: let powerLevelPlayer: Float = statsSystem.GetStatValue(Cast(this.m_player.GetEntityID()), gamedataStatType.PowerLevel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961886-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:415:3: let powerLevelMod: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7961953-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:416:3: let qualityMod: ref; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7962019-07:00 [WARN] At E:\CDPR\Cyberpunk2077\r6\scripts\virtual-aterlier\vendor-preview\FullscreenVendor.reds:632:5: let j: Int32; ^^^^^^^^^^^^^ unused variable

2022-06-14T19:23:25.7962092-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5:1: public class FlightAudioUpdate { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962167-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:20:1: public native class FlightAudio { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962236-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:173:1: public class Vector4Wrapper { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962312-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:177:1: public class OrientationWrapper { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962386-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:182:1: public class FlightComponent extends ScriptableDeviceComponent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962452-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:1165:1: public class VehicleFlightContextEvents extends InputContextTransitionEvents { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.796252-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:1178:1: public class VehicleFlightContextDecisions extends InputContextTransitionDecisions { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962585-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:1244:1: public native class FlightController extends IScriptable { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962653-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:1921:1: public class FlightControllerUI extends inkCanvas { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962718-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2649:1: public class FlightDevice extends GameObject { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962782-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2675:1: public abstract class vehicleFlightEvent extends Event { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962847-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2683:1: public class VehicleFlightActivationEvent extends vehicleFlightEvent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962911-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2686:1: public class VehicleFlightDeactivationEvent extends vehicleFlightEvent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7962974-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2695:1: public class VehicleFlightModeChangeEvent extends vehicleFlightEvent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.796304-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:2700:1: public class FlightFx { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963106-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3211:1: public native class FlightLog { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963176-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3220:1: public class FlightModeDrone extends FlightMode { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963241-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3252:1: public class FlightModeFly extends FlightModeStandard { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963329-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3269:1: public class FlightModeHover extends FlightModeStandard { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963397-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3299:1: public class FlightModeHoverFly extends FlightModeStandard { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963464-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3346:1: public abstract class FlightMode { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963529-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3403:1: public abstract class FlightModeStandard extends FlightMode { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963602-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3488:1: public native class FlightSettings { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963673-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3494:1: public class FlightStats { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963739-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3715:1: public native abstract importonly class IFlightSystem extends IGameSystem { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963805-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3720:1: public native class FlightSystem extends IFlightSystem { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.796387-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3852:1: public class FlightDecisions extends VehicleTransition { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7963936-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3866:1: public class FlightEvents extends VehicleEventsTransition { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964002-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3943:1: public abstract class FlightTrick ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964065-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3961:1: public class FlightTrickAileronRoll extends FlightTrick { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964131-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:3983:1: public class FlightUtils { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964195-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4028:1: public class inkWidgetBuilder { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964261-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4514:1: public class PID { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.796433-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4618:1: public class InputPID extends PID { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964395-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4641:1: public class DualPID extends PID { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964457-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4685:1: public native class vehicleChassisComponent extends IPlacedComponent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964523-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4689:1: native class vehicleTPPCameraComponent extends CameraComponent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964589-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4710:1: public native class vehicleDriveToPointEvent extends Event { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964654-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4716:1: public importonly class EffectSpawnerComponent extends IVisualComponent { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964717-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5661:1: public native class inkQuadShape extends inkBaseShapeWidget { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964782-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5901:1: public native class vehicleFlightHelper extends IScriptable { ^^^ symbol with this name is already defined

2022-06-14T19:23:25.7964856-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:4854:11: .Tint(FlightUtils.Bittersweet()) ^^^^^^^^^^^^^^^^^^^^^^^^^ member Bittersweet not found on FlightUtils

2022-06-14T19:23:25.7964934-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5013:15: .Tint(FlightUtils.ElectricBlue()) ^^^^^^^^^^^^^^^^^^^^^^^^^^ member ElectricBlue not found on FlightUtils

2022-06-14T19:23:25.7965009-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5785:3: this.GetVehicle().GetFlightComponent().hasUpdate = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ member hasUpdate not found on FlightComponent

2022-06-14T19:23:25.7965081-07:00 [ERROR] At E:\CDPR\Cyberpunk2077\r6\scripts\let_there_be_flight.reds:5833:3: this.m_flightComponent.ui_info = EntityResolveComponentsInterface.GetComponent(ri, n"flight_ui_info") as worlduiWidgetComponent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ member ui_info not found on FlightComponent

jackhumbert commented 2 years ago

It looks like you need to delete the flight_control folder & associated files - it was renamed in 0.0.10.

cyrusyn commented 2 years ago

Do these flight_control folder & associated files belong to your mod?

Are these all the files you are talking about or are there more? E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightAudio.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightComponentPS.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightContextTransitions.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightControllerUI.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightDevice.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightEvents.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightFx.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightLog.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeDrone.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeFly.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeHover.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModeHoverFly.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flightcontrol\FlightMode.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightMode_Standard.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightModule.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightNavPath.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightSettings.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightStats.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightSystem.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightTransition.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightTricks.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\FlightUtils.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\hudFLTController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\inkWidgetBuilder.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\OperatorHelpers.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\PID.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\QuickHackFlightMalfunction.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\VehicleHasExplodedEvent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control\vehicleTPPCameraComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_gameuiCrosshairContainerController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_hudCarController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkBorder.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkMask.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkQuadShape.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_inkWidget.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_MinimapContainerController.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_Transitions.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_VehicleComponent.reds, E:\CDPR\Cyberpunk2077\r6\scripts\flight_control_VehicleObject.reds,

jackhumbert commented 2 years ago

Yeah, those are from a previous version.

cyrusyn commented 2 years ago

It seems like this has been fixed. I will keep monitor. Thank you very much.