Jump to content

Telekinesis (Bluetooth Toy Integration for Fallout4)


Recommended Posts

Posted

i have got it working with version .984 using intiface and a lovense vibrator device. i only have aaf installed. i tried GIFT and had no luck and i using the next gen fallout.

 

will have to try work out how to tweak it so its more on off than mainly on

  • 2 weeks later...
Posted
Quote

Currently, bone tracking only works with FusionGirl and BodyTalk. You can add support for other bodies, by replacing HumanMale/HumanFemale files in F4SE/Telekinesis/Races/ if you know the bones.

 

so for a complete newbie do you know what I have to type in the file for CBBE?

Posted
On 3/5/2025 at 1:48 AM, CertifiedMuskHuffer said:

 

so for a complete newbie do you know what I have to type in the file for CBBE?

 

If I knew I would have added it, I've been kind of absent last few weeks, I will look into it soon. 

  • 1 month later...
Posted
On 3/5/2025 at 1:48 AM, CertifiedMuskHuffer said:

so for a complete newbie do you know what I have to type in the file for CBBE?

 

Just to follow up, I tested the newest version with CBBE and it should work. For this mod, there's no difference between FG and CBBE.

 

If it doesn't work for you, its likely because of the male body type.

  • 5 months later...
Posted (edited)

Hi I cant seem to get this to connect to my intiface. I have managed too do it with on Skyrim. I have tried changing to Websockets and press reconnect but it does not connect. 

Edited by Encogt
Posted
On 10/10/2025 at 9:47 PM, Encogt said:

Hi I cant seem to get this to connect to my intiface. I have managed too do it with on Skyrim. I have tried changing to Websockets and press reconnect but it does not connect. 

 

WIthout any additional info/error logs or a more detailed error description i cant help you.

  • 2 months later...
Posted (edited)
On 10/17/2025 at 6:06 AM, gerroth said:

 

WIthout any additional info/error logs or a more detailed error description i cant help you.

I believe I'm having similar issues here.

 

FO v .984

Telekinesis 2.0rc3-2

Tried with and without the DLL you posted earlier in this thread.

 

F4SE seems to be loading things okay.

 

Quote

plugin Telekinesis.dll (00000001 Telekinesis 02000000) loaded correctly (handle 21)
plugin Telekinesis2.dll (00000001 Telekinesis 02000000) loaded correctly (handle 22)

 

But the TK log is just a stub.

 

Quote

[20:19:43.780] [69684] Telekinesis v2.0.0.0

NOTHING more.  Ever.

 

in MCM I'm able to "Reconnt Now"  and it shows "Connected" on the same screen,

but then no devices are found,  and returning to the TK main screen, I see it's no longer connected.

I've tried: "In-process", "WebSocket" and "None".   (I do recognize "None" is guaranteed to not work, but I was hoping it might log something at least.)

 

My Logging.json is 

Quote

{
  "log_level": "Trace"
}

 

Intiface is running OK,  and connecting with other apps.

 

Edited by -_-_-_-_-_-_
Posted
4 hours ago, -_-_-_-_-_-_ said:

But the TK log is just a stub.

 

NOTHING more.  Ever.

 

So My Games\Fallout4\F4SE\Telekinesis.log contains nothing?

Posted (edited)
On 12/31/2025 at 6:38 AM, gerroth said:

 

So My Games\Fallout4\F4SE\Telekinesis.log contains nothing?

 

It contains: 

Quote

 

[13:27:48.609] [105768] [l] Telekinesis v2.0.0.0

 

 

Sometimes with  [l] sometimes without.

Nothing else.

 

Edited by -_-_-_-_-_-_
Posted
On 12/31/2025 at 6:38 AM, gerroth said:

 

So My Games\Fallout4\F4SE\Telekinesis.log contains nothing?

Any ideas at all what might be happening?

Or how I can dig deeper into the mess?

Posted (edited)
17 hours ago, -_-_-_-_-_-_ said:

Any ideas at all what might be happening?

Or how I can dig deeper into the mess?

 

Do you happen to use non-western unicode characters like chinese, cyrillic, etc?

 

Edit: I'm asking because your log DOES NOT look anything like it should look.

 

Telekinesis.log should look like this: 

 

2026-01-06T01:02:44.247472Z  INFO ThreadId(01) telekinesis::logging: Telekinesis 2 is loading...
2026-01-06T01:02:44.247552Z  INFO ThreadId(01) telekinesis::logging: plugin loaded

 

But your's looks like simple spdlog for c++.

 

 

Edited by gerroth
Posted (edited)
18 hours ago, -_-_-_-_-_-_ said:

Any ideas at all what might be happening?

Or how I can dig deeper into the mess?

 

So only other explanation is that I somehow fucked up the build for 984 (and noone complained for several months).

 

Could you test the older release (Telekinesis-FO4-2.0.rc2.zip) if that has the same issue? That version is reported to work on 984.

 

The DLL that you tested (that I posted in the thread) would not work on its own, it needs the entire version. That's why I'm asking you to install the entire older version.

Edited by gerroth
Posted
On 1/5/2026 at 5:17 PM, gerroth said:

 

So only other explanation is that I somehow fucked up the build for 984 (and noone complained for several months).

 

Could you test the older release (Telekinesis-FO4-2.0.rc2.zip) if that has the same issue? That version is reported to work on 984.

 

The DLL that you tested (that I posted in the thread) would not work on its own, it needs the entire version. That's why I'm asking you to install the entire older version.

Yes, tried the older version.

 

First, disabled/removed telekinesis in Vortex,  then manually searched and removed any telekinesis related files on the system.

THEN installed rc2.    Same issue.    Then disabled/removed and tried rc3.   Same issue.

 

THEN tried on a fresh FO4 instance, no other mods.   rc2 - no change.

It's possible there's something I'm doing inadvertently that breaks things,

but from here it *looks* like a problem with the .984 build.

 

Thanks for your time and effort investigating.

I suspect some of the other people reporting problems may have run into something similar,

so if I can get to the bottom of it, maybe it will help others as well.

 

 

Posted
On 1/5/2026 at 1:50 PM, gerroth said:

 

Do you happen to use non-western unicode characters like chinese, cyrillic, etc?

 

~~~~~~~~~~~

 

But your's looks like simple spdlog for c++.

 

No non-western unicode in my user profile or paths.

 

Posted
On 1/5/2026 at 5:17 PM, gerroth said:

 

So only other explanation is that I somehow fucked up the build for 984 (and noone complained for several months).

 

Could you test the older release (Telekinesis-FO4-2.0.rc2.zip) if that has the same issue? That version is reported to work on 984.

 

The DLL that you tested (that I posted in the thread) would not work on its own, it needs the entire version. That's why I'm asking you to install the entire older version.

WOW!

 

Went through the same steps I previously did,  and now it's working!

 

One of two possibilities seems likely:

  • another mod conflicting with telekinesis
  • Vortex glitching and then mucking up load order 

Starting from a vanilla 984, then adding only the minimal mods needed for TK   (F4SE, MCM, address library) suddenly it began running.

Working backward from my standard modlist,  I started disabling mods until it started loading/running correctly,  but then managed to lose the "master" list so I'm not sure which mod or mods did it.  I now suspect it's a camera mod-  but I still need to figure out which one.

 

Thank you for all your help!

I'll report back when I have some definitive answer (If I ever get one) but as of now TK is working just fine!

 

  • 5 weeks later...
Posted

I've been trying for a few days to get this to work but it just wont connect to interface central, i don't know why, i checked the log (attatched) and it says it couldn't find devices.json, i checked myself and its not their, i then checked the zip file and its not even in there, so i downloaded the old one rc2 and checked and its not there either,

any help would be greatly appreciated

 

Telekinesis.log

Posted
3 hours ago, ur_local_crackhead said:

I've been trying for a few days to get this to work but it just wont connect to interface central, i don't know why, i checked the log (attatched) and it says it couldn't find devices.json, i checked myself and its not their, i then checked the zip file and its not even in there, so i downloaded the old one rc2 and checked and its not there either,

any help would be greatly appreciated

 

Telekinesis.log 197.14 kB · 1 download

 

You configured Intiface and provided Custom:12345 as Hostname:Port.

 

That seems to be the problem, because clearly "Custom" is not a valid hostname.

 

You need to use localhost or 127.0.0.1 as your hostname if you run a local Intiface server. The Intiface server will show you the correct hostname and port once you start it.

 

If you don't need Intiface, you can also just select In-Process connection, thats the suggested default way of using it.

Posted
14 hours ago, gerroth said:

 

You configured Intiface and provided Custom:12345 as Hostname:Port.

 

That seems to be the problem, because clearly "Custom" is not a valid hostname.

 

You need to use localhost or 127.0.0.1 as your hostname if you run a local Intiface server. The Intiface server will show you the correct hostname and port once you start it.

 

If you don't need Intiface, you can also just select In-Process connection, thats the suggested default way of using it.

i already tried it normally, i tried it with name as localhost, intiface server (the default name) , and lastly i tried naming it custom, it doesn't work, i also tried 127.0.0.1 and it didn't work either, and i need interface central because my devices don't natively support windows without it.

any help would be greatly appreciated.

Posted

my game is crashing whenever i try to launch with this mod, does anyone have an idea? i had it in before and it was fine, but it randomly started to crash. Load order below

Spoiler

# This file was automatically generated by Mod Organizer.
Fallout4.esm
DLCRobot.esm
DLCworkshop01.esm
DLCCoast.esm
DLCworkshop02.esm
DLCworkshop03.esm
DLCNukaWorld.esm
ccBGSFO4044-HellfirePowerArmor.esl
ccBGSFO4115-X02.esl
ccBGSFO4116-HeavyFlamer.esl
ccBGSFO4110-WS_Enclave.esl
ccBGSFO4096-AS_Enclave.esl
ccFSVFO4007-Halloween.esl
ccBGSFO4046-TesCan.esl
ccSBJFO4003-Grenade.esl
ccOTMFO4001-Remnants.esl
unofficial fallout 4 patch.esp
REFramework.esm
community fixes merged.esp
TMR_GlitchfinderAIO.esm
fakeInt.esp
fakeInt_Boston.esp
fakeInt_DLC.esp
BloodFixes.esm
Dynamic Activation Key.esp
Hit Those Objects.esm
No Sneaking in Power Armor.esp
YouAndWhatArmy2.esm
Diamond City Supplements.esm
Enhanced Vanilla Water.esm
ppf.esm
AAF.esm
AAFThemes.esl
BakaFramework.esm
TortureDevices.esm
Devious Devices.esm
CWSS Redux.esp
Bememoth Separated Cart.esl
KziitdFetishToolset.esm
INVB_OverlayFramework.esp
Rebuild_SharedResources.esm
HighHeelSounds.esm
ppf-modt.esm
WeaponModFixes-GOTY.esp
Weapon Mod Fixes - CFM Patch.esp
RAW INPUT.esp
Wetness Shader Fix.esp
Fixed Gobo Effects.esp
Flutter Flicker Fixer For Foliage.esp
Extended Fake Interior - CC Enclave Remnants Patch.esp
MidnightCultFix.esp
GeneralAtomicsMrGutsyGuards.esp
GA Galleria Gutsy Voice Fix - UFO4P Patch.esp
Workshop Highlight Fix.esp
Alternative Activation Prompts.esp
Simple FOV Slider.esp
Less Annoying Berry Mentats.esp
Dogmeat Follow Behind.esp
mr Loot Logic and Reduction.esp
Loot Logic and Reduction - UFO4P Patch.esp
Complex Vendors.esp
Simple Everyone's Best Friend.esp
SimplePowerArmorReductionSystem.esp
IntegratedAddons.esp
Keep Radiants In Commonwealth.esp
WhoIsTheGeneral.esp
WTG - KRIC Patch.esp
LegendariesTheyCanUse.esp
dcc-molotov-nerf.esp
MoreWeathervanes.esp
MoreDCBounties.esp
Legendary Mutation Messages Fix.esp
Lightweight Lighting.esp
Gloomy Glass.esp
Targeted Textures.esp
FO4ParticlePatch.esp
ScopeOverlayDOF.esp
DiamondCityBillboards.esp
GoodneighborView.esp
TerrainFrecklesBeGone.esp
FO4LODGen.esp
FOLIP - New LODs.esp
Far Harbor 3d Tree LODs.esp
Optimized Vanilla Tree LODs.esp
NF_Rocks_Fix.esp
TMR Pre-Generated LOD.esp
prp.esp
SettlementMenuManager.esp
CBBE.esp
DD_hider_addon.esp
Devious Devices Addon - High Heels Sound.esp
DiverseBodies.esp
LooksMenu.esp
Vioxsis_Strap-Ons.esp
MYLadyKillerBed.esp
Prisoner Shackles.esp
AAF_GrayAnimations.esp
AAF_CreaturePack01.esp
AAF_CreaturePack02DLC.esp
AAF_DR_creature_pack.esp
AAF_GrayAnimations_Furniture.esp
Mutated Lust.esp
Allnarta AAF Animations.esp
Atomic Lust.esp
BraveAnims.esp
Crazy_Animations_Gun.esp
FO4_AnimationsByLeito.esp
Farelle_Animations.esp
ZaZOut4.esp
Vadermania[AAF_anims].esp
rxl_bp70_animations.esp
RZSex.esp
SavageCabbage_Animations.esp
TBOS-BedroomHymn.esp
AAF_Four-Play_Animations_Crazy6987.esp
BraveAnims_Fix.esp
Deathclaw_nude.esp
ErectionFix_SilverPerv.esp
PenPos.esp
SMBehemoth Loincloth.esp
UAP Moans.esp
Zaz Particle Effects.esp
AkaWaterWorld.esp
GetDirty.esp
GetDirty_NoCleanlinessPatchForCWSS.esp
RealHandcuffs.esp
RealHandcuffs_DD_Compatibility.esp
DD_Bench_Unlock.esp
AAF_Spectators.esp
AAF_Dirty_Sex.esp
AAF_Violate_Feral_Animations.esp
AAF_SEU.esp
AAF_Violate.esp
AAF_Violate_DLC_Patch.esp
TatsAfterRape.esp
DangerousNights.esp
BoundInPublic.esp
ComMoisturizer.esp
ComMoisturizer_GlowPatch.esp
Commonwealth Captives.esp
FP_SexualHarassment.esp
FPAttributes.esp
SlaveTattoos.esp
ProvocativePerks.esp
Raider Pet.esp
le666piercings.esp
dcc-bp-lol.esp
Alex_Stripper_Pole.esp
CRX.esp
Devious Devices Face Morphs.esp
CumOverlays.esp
Slave&ModelPinup.esp
KziitdAnimationPoses.esp
IndecentCaptivity.esp
SpicyAlteredCreatureAnims.esp
StartMeUp.esp
StartMeUpNukaWorldPatch.esp
StartMeUpShaunDefaultAppearance.esp
SilentProtagonist.esp
NAF.esp
Rebuild_Settlements.esp
Rebuild_Settlements_Previs.esp
CheatTerminal.esp
HardcoreHealthOverhaul.esp
SCOURGE.esp
SCOURGE - DLCRobot.esp
SCOURGE - DLCNukaWorld.esp
SCOURGE - DLCCoast.esp
SCOURGE - Fallout4.esp
AAF_BadEnd_Animations.esp
Craftable Bad End Furniture.esp
Crazy_Animation_Rugs.esp
UpToNoGood.esp
KziitdFetishToolset_DD_Compatibility.esp
KFT_Petsuit_Patch_DD.esp
FO4HHS_AAF.esp
bondagegrenade.esp
WLEGG_WastelandEggspansion.esp
WLEGG_PatchAAFSupport.esp
Telekinesis.esp

 

Posted
On 2/7/2026 at 5:54 PM, ur_local_crackhead said:

i already tried it normally, i tried it with name as localhost, intiface server (the default name) , and lastly i tried naming it custom, it doesn't work, i also tried 127.0.0.1 and it didn't work either, and i need interface central because my devices don't natively support windows without it.

any help would be greatly appreciated.

 

I see, cause your log only contains custom:12345

 

Can you post the log when you try to use the real hostname? Something like localhost:12345

 

Posted (edited)
8 hours ago, TwistedBicylePath said:

my game is crashing whenever i try to launch with this mod, does anyone have an idea? i had it in before and it was fine, but it randomly started to crash. Load order below

  Reveal hidden contents

# This file was automatically generated by Mod Organizer.
Fallout4.esm
DLCRobot.esm
DLCworkshop01.esm
DLCCoast.esm
DLCworkshop02.esm
DLCworkshop03.esm
DLCNukaWorld.esm
ccBGSFO4044-HellfirePowerArmor.esl
ccBGSFO4115-X02.esl
ccBGSFO4116-HeavyFlamer.esl
ccBGSFO4110-WS_Enclave.esl
ccBGSFO4096-AS_Enclave.esl
ccFSVFO4007-Halloween.esl
ccBGSFO4046-TesCan.esl
ccSBJFO4003-Grenade.esl
ccOTMFO4001-Remnants.esl
unofficial fallout 4 patch.esp
REFramework.esm
community fixes merged.esp
TMR_GlitchfinderAIO.esm
fakeInt.esp
fakeInt_Boston.esp
fakeInt_DLC.esp
BloodFixes.esm
Dynamic Activation Key.esp
Hit Those Objects.esm
No Sneaking in Power Armor.esp
YouAndWhatArmy2.esm
Diamond City Supplements.esm
Enhanced Vanilla Water.esm
ppf.esm
AAF.esm
AAFThemes.esl
BakaFramework.esm
TortureDevices.esm
Devious Devices.esm
CWSS Redux.esp
Bememoth Separated Cart.esl
KziitdFetishToolset.esm
INVB_OverlayFramework.esp
Rebuild_SharedResources.esm
HighHeelSounds.esm
ppf-modt.esm
WeaponModFixes-GOTY.esp
Weapon Mod Fixes - CFM Patch.esp
RAW INPUT.esp
Wetness Shader Fix.esp
Fixed Gobo Effects.esp
Flutter Flicker Fixer For Foliage.esp
Extended Fake Interior - CC Enclave Remnants Patch.esp
MidnightCultFix.esp
GeneralAtomicsMrGutsyGuards.esp
GA Galleria Gutsy Voice Fix - UFO4P Patch.esp
Workshop Highlight Fix.esp
Alternative Activation Prompts.esp
Simple FOV Slider.esp
Less Annoying Berry Mentats.esp
Dogmeat Follow Behind.esp
mr Loot Logic and Reduction.esp
Loot Logic and Reduction - UFO4P Patch.esp
Complex Vendors.esp
Simple Everyone's Best Friend.esp
SimplePowerArmorReductionSystem.esp
IntegratedAddons.esp
Keep Radiants In Commonwealth.esp
WhoIsTheGeneral.esp
WTG - KRIC Patch.esp
LegendariesTheyCanUse.esp
dcc-molotov-nerf.esp
MoreWeathervanes.esp
MoreDCBounties.esp
Legendary Mutation Messages Fix.esp
Lightweight Lighting.esp
Gloomy Glass.esp
Targeted Textures.esp
FO4ParticlePatch.esp
ScopeOverlayDOF.esp
DiamondCityBillboards.esp
GoodneighborView.esp
TerrainFrecklesBeGone.esp
FO4LODGen.esp
FOLIP - New LODs.esp
Far Harbor 3d Tree LODs.esp
Optimized Vanilla Tree LODs.esp
NF_Rocks_Fix.esp
TMR Pre-Generated LOD.esp
prp.esp
SettlementMenuManager.esp
CBBE.esp
DD_hider_addon.esp
Devious Devices Addon - High Heels Sound.esp
DiverseBodies.esp
LooksMenu.esp
Vioxsis_Strap-Ons.esp
MYLadyKillerBed.esp
Prisoner Shackles.esp
AAF_GrayAnimations.esp
AAF_CreaturePack01.esp
AAF_CreaturePack02DLC.esp
AAF_DR_creature_pack.esp
AAF_GrayAnimations_Furniture.esp
Mutated Lust.esp
Allnarta AAF Animations.esp
Atomic Lust.esp
BraveAnims.esp
Crazy_Animations_Gun.esp
FO4_AnimationsByLeito.esp
Farelle_Animations.esp
ZaZOut4.esp
Vadermania[AAF_anims].esp
rxl_bp70_animations.esp
RZSex.esp
SavageCabbage_Animations.esp
TBOS-BedroomHymn.esp
AAF_Four-Play_Animations_Crazy6987.esp
BraveAnims_Fix.esp
Deathclaw_nude.esp
ErectionFix_SilverPerv.esp
PenPos.esp
SMBehemoth Loincloth.esp
UAP Moans.esp
Zaz Particle Effects.esp
AkaWaterWorld.esp
GetDirty.esp
GetDirty_NoCleanlinessPatchForCWSS.esp
RealHandcuffs.esp
RealHandcuffs_DD_Compatibility.esp
DD_Bench_Unlock.esp
AAF_Spectators.esp
AAF_Dirty_Sex.esp
AAF_Violate_Feral_Animations.esp
AAF_SEU.esp
AAF_Violate.esp
AAF_Violate_DLC_Patch.esp
TatsAfterRape.esp
DangerousNights.esp
BoundInPublic.esp
ComMoisturizer.esp
ComMoisturizer_GlowPatch.esp
Commonwealth Captives.esp
FP_SexualHarassment.esp
FPAttributes.esp
SlaveTattoos.esp
ProvocativePerks.esp
Raider Pet.esp
le666piercings.esp
dcc-bp-lol.esp
Alex_Stripper_Pole.esp
CRX.esp
Devious Devices Face Morphs.esp
CumOverlays.esp
Slave&ModelPinup.esp
KziitdAnimationPoses.esp
IndecentCaptivity.esp
SpicyAlteredCreatureAnims.esp
StartMeUp.esp
StartMeUpNukaWorldPatch.esp
StartMeUpShaunDefaultAppearance.esp
SilentProtagonist.esp
NAF.esp
Rebuild_Settlements.esp
Rebuild_Settlements_Previs.esp
CheatTerminal.esp
HardcoreHealthOverhaul.esp
SCOURGE.esp
SCOURGE - DLCRobot.esp
SCOURGE - DLCNukaWorld.esp
SCOURGE - DLCCoast.esp
SCOURGE - Fallout4.esp
AAF_BadEnd_Animations.esp
Craftable Bad End Furniture.esp
Crazy_Animation_Rugs.esp
UpToNoGood.esp
KziitdFetishToolset_DD_Compatibility.esp
KFT_Petsuit_Patch_DD.esp
FO4HHS_AAF.esp
bondagegrenade.esp
WLEGG_WastelandEggspansion.esp
WLEGG_PatchAAFSupport.esp
Telekinesis.esp

 

 

When does it happen specifically?

 

When you say randomly, do you mean during save-game load or during game?

 

Does it work on a fresh game?

 

Try to:

- Get a proper crashlog via Buffout and post it

- Check if Telekinesis.log already contains something usable (and post it)

- Try disabling or switching various features like bone tracking and check if it goes away (re-install the FOMOD installer to get those settings)

- Try disabling various config files and see if that makes the crash go away.

 

Could be related to some setup issue with body types, so try disabling bone tracking to narrow it down

Edited by gerroth
Posted
On 2/8/2026 at 10:11 PM, gerroth said:

 

I see, cause your log only contains custom:12345

 

Can you post the log when you try to use the real hostname? Something like localhost:12345

 

sorry i just saw you responded, here you go, i noticed it says connected at first but then it disconnects for some reason, i know my interface works fine because it works for other games perfectly fine, so i don't know why its throwing error 10061, i even tried turning off windows firewall and it still don't work. i also included a screenshot off my interface. thanks in advance because if this mod don't work im kinda screwed since GIFT wont work for me due to my fallout refusing to generate papyrus logs for whatever reason.

Screenshot 2026-02-11 235254.png

Telekinesis.log

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...