Hey, I'd like to dip my toe into putting together a few new orders (rather than behaviors) but the proper approach to adding things to the right click menu isn't immediately apparent to me. I tried pulling down the immediate orders mod as a potential reference, but it relies upon a right click api that seems to have been broken since ~3.2.
Has anyone put together a guide/reference/toolset that I might be able to look towards for building new orders?
Thanks!
[Help] Preferred Method for adding right-click orders?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 603
- Joined: Tue, 15. May 07, 20:43
-
- EGOSOFT
- Posts: 2178
- Joined: Mon, 23. Nov 15, 18:02
Re: [Help] Preferred Method for adding right-click orders?
not sure what the state of UI modding is nowadays, so sorry if this isn't much help, but UI integration for this would require modifying menu_interactmenu.lua
this work by SirNukes looks like it might help: https://www.nexusmods.com/x4foundations/mods/503
haven't worked with it myself, though, so no idea what's involved.
this work by SirNukes looks like it might help: https://www.nexusmods.com/x4foundations/mods/503
haven't worked with it myself, though, so no idea what's involved.
-
- Posts: 603
- Joined: Tue, 15. May 07, 20:43
Re: [Help] Preferred Method for adding right-click orders?
Much obliged!j.harshaw wrote: ↑Tue, 16. Mar 21, 22:45 not sure what the state of UI modding is nowadays, so sorry if this isn't much help, but UI integration for this would require modifying menu_interactmenu.lua
this work by SirNukes looks like it might help: https://www.nexusmods.com/x4foundations/mods/503
haven't worked with it myself, though, so no idea what's involved.
My Contributions to the Community:
X4: Wing Hotkeys
X4: Urgent Orders
X4: Subsystem Targeting Orders
X4: Starbright: Variable Sector Sunlight Values
Landing page with all my mods
X4: Wing Hotkeys
X4: Urgent Orders
X4: Subsystem Targeting Orders
X4: Starbright: Variable Sector Sunlight Values
Landing page with all my mods
-
- EGOSOFT
- Posts: 818
- Joined: Sun, 14. Dec 03, 13:05
Re: [Help] Preferred Method for adding right-click orders?
yup, i second the use of sir nuke's mod support api