• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Auto Hotkeys

Plugins + Scripts Auto Hotkeys

Download [<1 MB]

Oxlamon

Member
Joined
Dec 15, 2023
Messages
5
Reactions
32
Oxlamon submitted a new resource:

Auto Hotkeys - Create auto hot keys to all buttons/slider/toggles in scene.

Create auto hot keys to all buttons/slider/toggles in scene.
Very usefull to desktop POV passenger mode "gameplay".
Tested in desktop mode only. Work's as session or scene plugin.
Version 1.0beta

Controls:

* Press left control to start.
* Start typing to filter commands or use up/down key to select.
* Release left control to execute or use left/right key to execute now.
* Left/right buttons for change slider value or check/uncheck toggle button.
* Hit...

Read more about this resource...
 
Hello! When I'm trying i'm holding in left ctrl and trying to bind buttons 1-6 and then saving with pagedown it saves but the buttons doesn't work. Does it have to be the numpad keys? I don't have a numpad! :D
 
Hello! When I'm trying i'm holding in left ctrl and trying to bind buttons 1-6 and then saving with pagedown it saves but the buttons doesn't work. Does it have to be the numpad keys? I don't have a numpad! :D
For now it is only numpad numbers, i'll add this in todo list. )
 
Oxlamon updated Auto Hotkeys with a new update entry:

Version 1.1b

# Version 1.1b
+ Added speech recognition (very limited, windows only, it uses Voice input in Unity, tested english only, must be enabled in window settings, privacy and so on)
+ New hot key system
+ Added options (screen position, colors and etc.)
+ Command filter selector (standart and fuzzy for now)
+ Added help tips
+ Allow using this plugin in scene for creators (very experimental!)

# Using
- Add this plugin in your session or scene (experimental)
- Press 'Left Control' to enter in...

Read the rest of this update entry...
 
When I try and load this up I get

!> Compile of Oxlamon.AutoHotKeys.2:/Custom/Scripts/Oxlamon/AutoHotKeys/AutoHotKeys.cs failed. Errors:
!> [CS1061]: Type `FreeControllerV3' does not contain a definition for `MoveYPositionRelativeNoForce' and no extension method `MoveYPositionRelativeNoForce' of type `FreeControllerV3' could be found. Are you missing an assembly reference? in <Unknown> at [751, 29]
!> [CS]: Mono.CSharp.InternalErrorException: (745,22): MVRPlugin.AutoHotKeys.hideAtoms() ---> Mono.CSharp.FatalException: Type `FreeControllerV3' does not contain a definition for `MoveYPositionRelativeNoForce' and no extension method `MoveYPositionRelativeNoForce' of type `FreeControllerV3' could be found. Are you missing an assembly reference?
at Mono.CSharp.Report.Error (Int32 code, Location loc, System.String error) [0x00000] in <filename unknown>:0
at Mono.CSharp.Report.Error (Int32 code, Location loc, System.String format, System.String[] args) [0x00000] in <filename unknown>:0
at Mono.CSharp.MemberAccess.Error_TypeDoesNotContainDefinition (Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, System.String name) [0x00000] in <filename unknown>:0
at Mono.CSharp.MemberAccess.LookupNameExpression (Mono.CSharp.ResolveContext rc, MemberLookupRestrictions restrictions) [0x00000] in <filename unknown>:0
at Mono.CSharp.Invocation.DoResolveInvocation (Mono.CSharp.ResolveContext ec) [0x00000] in <filename unknown>:0
at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.ResolveContext rc) [0x00000] in <filename unknown>:0
at Mono.CSharp.Expression.Resolve (Mono.CSharp.ResolveContext ec, ResolveFlags flags) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Mono.CSharp.Method.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeDefinition.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.ClassOrStruct.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.Class.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeDefinition.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.NamespaceContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.NamespaceContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.ModuleContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.AssemblyDefinition.Emit () [0x00000] in <filename unknown>:0
at DynamicCSharp.Compiler.McsDriver.Compile (System.Reflection.Emit.AssemblyBuilder& assembly, System.AppDomain domain, Boolean generateInMemory) [0x00000] in <filename unknown>:0
at DynamicCSharp.Compiler.McsCompiler.CompileFromSettings (Mono.CSharp.CompilerSettings settings, Boolean generateInMemory) [0x00000] in <filename unknown>:0 in at [0, 0]
 
When I try and load this up I get

!> Compile of Oxlamon.AutoHotKeys.2:/Custom/Scripts/Oxlamon/AutoHotKeys/AutoHotKeys.cs failed. Errors:
!> [CS1061]: Type `FreeControllerV3' does not contain a definition for `MoveYPositionRelativeNoForce' and no extension method `MoveYPositionRelativeNoForce' of type `FreeControllerV3' could be found. Are you missing an assembly reference? in <Unknown> at [751, 29]
!> [CS]: Mono.CSharp.InternalErrorException: (745,22): MVRPlugin.AutoHotKeys.hideAtoms() ---> Mono.CSharp.FatalException: Type `FreeControllerV3' does not contain a definition for `MoveYPositionRelativeNoForce' and no extension method `MoveYPositionRelativeNoForce' of type `FreeControllerV3' could be found. Are you missing an assembly reference?
at Mono.CSharp.Report.Error (Int32 code, Location loc, System.String error) [0x00000] in <filename unknown>:0
at Mono.CSharp.Report.Error (Int32 code, Location loc, System.String format, System.String[] args) [0x00000] in <filename unknown>:0
at Mono.CSharp.MemberAccess.Error_TypeDoesNotContainDefinition (Mono.CSharp.ResolveContext ec, Mono.CSharp.TypeSpec type, System.String name) [0x00000] in <filename unknown>:0
at Mono.CSharp.MemberAccess.LookupNameExpression (Mono.CSharp.ResolveContext rc, MemberLookupRestrictions restrictions) [0x00000] in <filename unknown>:0
at Mono.CSharp.Invocation.DoResolveInvocation (Mono.CSharp.ResolveContext ec) [0x00000] in <filename unknown>:0
at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.ResolveContext rc) [0x00000] in <filename unknown>:0
at Mono.CSharp.Expression.Resolve (Mono.CSharp.ResolveContext ec, ResolveFlags flags) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Mono.CSharp.Method.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeDefinition.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.ClassOrStruct.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.Class.Emit () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeDefinition.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.NamespaceContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.NamespaceContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.ModuleContainer.EmitContainer () [0x00000] in <filename unknown>:0
at Mono.CSharp.AssemblyDefinition.Emit () [0x00000] in <filename unknown>:0
at DynamicCSharp.Compiler.McsDriver.Compile (System.Reflection.Emit.AssemblyBuilder& assembly, System.AppDomain domain, Boolean generateInMemory) [0x00000] in <filename unknown>:0
at DynamicCSharp.Compiler.McsCompiler.CompileFromSettings (Mono.CSharp.CompilerSettings settings, Boolean generateInMemory) [0x00000] in <filename unknown>:0 in at [0, 0]
May be old version of the VAM?
In future version this will be fixed.
 

Similar threads

Plugins + Scripts Auto Aligner
Replies
14
Views
2K
Plugins + Scripts Auto Flash
Replies
43
Views
6K
Plugins + Scripts Auto Bulger
Replies
41
Views
13K
Plugins + Scripts Auto Pupil
Replies
20
Views
4K
Plugins + Scripts Auto Cock
Replies
4
Views
3K
Back
Top Bottom