I found a (temporary) solution for the problem with the controller. File: modBoatTweaks\content\scripts\game\vehicles\boat\boatComponent.ws)
I added this to the file else if( currentGear == 1 ) { gearSpeedConst = 4; } directly above this line in 961: else if( currentGear == -1 )
In Line 968 (before the change, after that 972) Modify //deltaDamper.Init(GetLinearVelocityXY(), maxBoatSpeed); to deltaDamper.Init(GetLinearVelocityXY(), maxBoatSpeed);
In the configurationmenu the speedmultiplier must be set to 1, otherwise you cannot steer the boot. If you set the boat maximum speed to 100, you have a rocket.
Now you have 3 different speeds. Left stick forward = slow Press (and hold) accelerate button for medium speed, and press accelerate button twice (and hold) for maximum speed,
idk whats up i just feel like this mod isnt working right.. cant really tell any difference in boat speed regardless of which settings i choose.. maybe i should double check my merges, but it seems the only merge for me is r4player and i dont see any complicated merges there. Anyone else having trouble?
It's been 2 years now its clear the original mod is not updating anymore. I don't think there will be harm done. Besides this mod will help tons of people playing this game in 2025 and in turn keep the game alive for much longer
i get a weird error Error [mod0000_mergedfiles]game\player\r4player.ws(3624): Could not find function 'MonsterCategoryToOilNames' Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code. Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code. Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
hello, sorry to disturb but when I downloaded this mod from you, I got this error Error [modboattweakssi]local\modbtparams.ws(70): 'BTParams' is not a member of 'handle:CR4Player' Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code. Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code. Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
I used the Menu Strings mod but I still don't know what did this
Hello i have a problem with installation when im tryin my best to run the game i have this problem Error [content0]game\player\movement\locomotiondirectcontroller.ws(866): Could not find function 'GetLeftStickSprint' Error [content0]game\gameplay\damage\damagemanagerprocessor.ws(557): Could not find function 'ShouldAutoApplyOilImmediately' Error [content0]game\gameplay\damage\damagemanagerprocessor.ws(562): Could not find function 'ShouldAutoApplyOilImmediately' Error [content0]game\gameplay\effects\effects\other\oil.ws(177): Could not find function 'ShouldAutoApplyOil' Error [content0]game\gameplay\items\spells\quenentity.ws(78): Could not find function 'OnShieldHit' Error [content0]game\player\player.ws(1391): Could not find function 'GetLeftStickSprint' Error [content0]game\explorations\exploration_movement_system\exploration_substates\explorationstatejump.ws(612): Could not find function 'TryPetHorse' Error [content0]game\photomodemanager.ws(108): Could not find function 'ApplyCastSettings' Error [content0]game\photomodemanager.ws(109): Could not find function 'SetPhotoModeHorseKick' Error [content0]game\photomodemanager.ws(126): Could not find function 'ApplyCastSettings' Error [content0]game\player\playerinput.ws(616): Could not find function 'GetLeftStickSprint' Error [content0]game\player\playerinput.ws(2514): Could not find function 'ApplyCastSettings' Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(275): Could not find function 'GetLeftStickSprint' Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(298): Could not find function 'GetLeftStickSprint' Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(338): Could not find function 'GetLeftStickSprint' Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(355): Could not find function 'GetLeftStickSprint' Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(584): Could not find function 'GetLeftStickSprint' Error [content0]game\gui\hud\modules\hudmoduleradialmenu.ws(788): Could not find function 'SetLastSelectedRadialItem' Error [content0]game\gui\main_menu\ingamemenu.ws(1368): Could not find function 'ApplyCastSettings' Error [content0]game\gui\main_menu\ingamemenu.ws(1376): Could not find function 'SetExplCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1378): Could not find function 'SetExplCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1384): Could not find function 'SetCmbtCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1386): Could not find function 'SetCmbtCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1392): Could not find function 'SetHorseCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1394): Could not find function 'SetHorseCamera' Error [content0]game\gui\main_menu\ingamemenu.ws(1400): Could not find function 'SetSoftLockCameraAssist' Error [content0]game\gui\main_menu\ingamemenu.ws(1402): Could not find function 'SetSoftLockCameraAssist' Error [content0]game\gui\main_menu\ingamemenu.ws(1503): Could not find function 'SetLeftStickSprint' Error [content0]game\gui\main_menu\ingamemenu.ws(1505): Could not find function 'SetLeftStickSprint' Error [content0]game\gui\main_menu\ingamemenu.ws(1513): Could not find function 'SetAutoApplyOils' Error [content0]game\gui\main_menu\ingamemenu.ws(1515): Could not find function 'SetAutoApplyOils' Error [content0]game\vehicles\horse\states\exploration.ws(251): Could not find function 'GetPhotoModeHorseKick' Error [content0]game\vehicles\horse\states\exploration.ws(256): Could not find function 'SetPhotoModeHorseKick' Error [content0]game\player\states\vehicles\horseriding.ws(141): Could not find function 'ShouldAutoApplyOil' Error [content0]game\player\states\vehicles\horseriding.ws(403): Could not find function 'GetHorseCamera' please help..
[Could not find function 'name_of_function'] means that you previously installed a mod (auto apply oil is an example) however when you resolved the merge conflict, you accidentally removed that function. you need to carefully and thoroughly check which of the mods you choose in the resolve merge conflict and try not to remove anything you resolved previously.
А mod works with next gen 4.01. it has been checked! If has compilar error - search file boatBodyComponent.ws and comment like this! import statemachine class CBoatBodyComponent extends CRigidMeshComponent { //modBT++ //import var linearDamping : float; //import var angularDamping : float; //import var linearVelocityClamp : float; //modBT--
157 comments
File: modBoatTweaks\content\scripts\game\vehicles\boat\boatComponent.ws)
I added this to the file
else if( currentGear == 1 )
{
gearSpeedConst = 4;
}
directly above this line in 961: else if( currentGear == -1 )
In Line 968 (before the change, after that 972)
Modify
//deltaDamper.Init(GetLinearVelocityXY(), maxBoatSpeed);
to
deltaDamper.Init(GetLinearVelocityXY(), maxBoatSpeed);
In the configurationmenu the speedmultiplier must be set to 1, otherwise you cannot steer the boot.
If you set the boat maximum speed to 100, you have a rocket.
Now you have 3 different speeds. Left stick forward = slow
Press (and hold) accelerate button for medium speed, and
press accelerate button twice (and hold) for maximum speed,
please?
I transferred all the author's code to vanilla files Next Gen
If you don't use it, delete it "gameplay" in modBoatTweaksConfig.xml
displayName="Mods.gameplay.boat_tweaks"> to displayName="Mods.boat_tweaks">
In order not to manually change the files dx11filelist.txt and dx12filelist.txt there is a mod Menu Filelist Updater
[mod0000_mergedfiles]game\player\r4player.ws(3624): Could not find function 'MonsterCategoryToOilNames'
Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
Error [modboattweakssi]local\modbtparams.ws(70): 'BTParams' is not a member of 'handle:CR4Player'
Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
I used the Menu Strings mod but I still don't know what did this
i have a problem with installation when im tryin my best to run the game i have this problem
Error [content0]game\player\movement\locomotiondirectcontroller.ws(866): Could not find function 'GetLeftStickSprint'
Error [content0]game\gameplay\damage\damagemanagerprocessor.ws(557): Could not find function 'ShouldAutoApplyOilImmediately'
Error [content0]game\gameplay\damage\damagemanagerprocessor.ws(562): Could not find function 'ShouldAutoApplyOilImmediately'
Error [content0]game\gameplay\effects\effects\other\oil.ws(177): Could not find function 'ShouldAutoApplyOil'
Error [content0]game\gameplay\items\spells\quenentity.ws(78): Could not find function 'OnShieldHit'
Error [content0]game\player\player.ws(1391): Could not find function 'GetLeftStickSprint'
Error [content0]game\explorations\exploration_movement_system\exploration_substates\explorationstatejump.ws(612): Could not find function 'TryPetHorse'
Error [content0]game\photomodemanager.ws(108): Could not find function 'ApplyCastSettings'
Error [content0]game\photomodemanager.ws(109): Could not find function 'SetPhotoModeHorseKick'
Error [content0]game\photomodemanager.ws(126): Could not find function 'ApplyCastSettings'
Error [content0]game\player\playerinput.ws(616): Could not find function 'GetLeftStickSprint'
Error [content0]game\player\playerinput.ws(2514): Could not find function 'ApplyCastSettings'
Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(275): Could not find function 'GetLeftStickSprint'
Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(298): Could not find function 'GetLeftStickSprint'
Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(338): Could not find function 'GetLeftStickSprint'
Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(355): Could not find function 'GetLeftStickSprint'
Error [content0]game\gui\hud\modules\hudmodulecontrolsfeedback.ws(584): Could not find function 'GetLeftStickSprint'
Error [content0]game\gui\hud\modules\hudmoduleradialmenu.ws(788): Could not find function 'SetLastSelectedRadialItem'
Error [content0]game\gui\main_menu\ingamemenu.ws(1368): Could not find function 'ApplyCastSettings'
Error [content0]game\gui\main_menu\ingamemenu.ws(1376): Could not find function 'SetExplCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1378): Could not find function 'SetExplCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1384): Could not find function 'SetCmbtCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1386): Could not find function 'SetCmbtCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1392): Could not find function 'SetHorseCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1394): Could not find function 'SetHorseCamera'
Error [content0]game\gui\main_menu\ingamemenu.ws(1400): Could not find function 'SetSoftLockCameraAssist'
Error [content0]game\gui\main_menu\ingamemenu.ws(1402): Could not find function 'SetSoftLockCameraAssist'
Error [content0]game\gui\main_menu\ingamemenu.ws(1503): Could not find function 'SetLeftStickSprint'
Error [content0]game\gui\main_menu\ingamemenu.ws(1505): Could not find function 'SetLeftStickSprint'
Error [content0]game\gui\main_menu\ingamemenu.ws(1513): Could not find function 'SetAutoApplyOils'
Error [content0]game\gui\main_menu\ingamemenu.ws(1515): Could not find function 'SetAutoApplyOils'
Error [content0]game\vehicles\horse\states\exploration.ws(251): Could not find function 'GetPhotoModeHorseKick'
Error [content0]game\vehicles\horse\states\exploration.ws(256): Could not find function 'SetPhotoModeHorseKick'
Error [content0]game\player\states\vehicles\horseriding.ws(141): Could not find function 'ShouldAutoApplyOil'
Error [content0]game\player\states\vehicles\horseriding.ws(403): Could not find function 'GetHorseCamera'
please help..
import statemachine class CBoatBodyComponent extends CRigidMeshComponent
{
//modBT++
//import var linearDamping : float;
//import var angularDamping : float;
//import var linearVelocityClamp : float;
//modBT--
default autoState = 'Idle';
....
}