This AddOn is the backported version of ConsolePort 1.9.17 for World of Warcraft - Wrath of the Lich King legacy client (3.3.5a).
Beware that the World of Warcraft 3.3.5a client is old and it's no longer supported, this project has been created only for learning purposes (Lua programming).
I have ported it long time ago and never released, now I'm finally sharing what I was able to do. It may not have complete ConsolePort 1.9.17 functionality parity due to missing functions in the old client Lua API implementation but I believe it is in an usable state, but it has not been extensively tested (raids, instances, battlegrounds) so there might be bugs but I believe I've fixed most if not all game breaking bugs.
- ConsolePortLK is a port to work on a World of Warcraft Lua API older than it supports (WoW 3.3.5a 12340).
- Implemented workarounds for missing WoW API functions needed for this addon to work.
The original project is here: https://github.com/seblindfors/ConsolePort
This project is not affiliated in anyway with the original project, please do not ask the author of ConsolePort about issues regarding this version.
ConsolePortLK is an interface add-on for World of Warcraft that will give you a handful of nifty features in order to let you play the game on a controller - without inconvenience.
Consisting of several modules, ConsolePortLK is a fully-fledged solution to handling all the quirks in a game where gamepad support was not intended, including interface navigation, custom-tailored UI elements to assist in gameplay. You will need a controller mapping software to use this AddOn. the original project used a app called WoWmapper which already did the mapping automatically, I basically forked and updated WoWmapper to have a better integration with the Wrath of the Lich King (3.3.5a) client using it's older memory reading functions and increase controller compatibility, however it's not required, you can use any controller mapping software.
- Download Latest Version
- Unpack the Zip file
- Copy (or drag and drop) all of the extracted folders (ConsolePort, ConsolePortBar, etc.) into your Wow-Directory\Interface\AddOns
- Download WoWmapperX
- Start WoWmapperX and connect your controller.
- Restart WoW
/cp Show all addon commands in the chatbox
/cp actionbar Modify controller actionbar
/cp config Open the configuration panel
/cp cvar (Advanced) list of console variables
/cp help Help & Tutorials
/cp recalibrate Recalibrate your controller
/cp resetall Full addon reset (irreversible)
/cp type Change controller type
Make sure you're using the latest version of ConsolePort
Describe your issue in as much detail as possible.
If your issue is graphical, please take some screenshots to illustrate it.
What were you doing when the problem occurred?
Explain how people can reproduce the issue.
ConsolePort relies mostly on RestrictedEnvironment functions and SecureHandlers, most of those we're implemented into the game client after patch 3.0, so no. I'm not saying that it is completely impossible to port because I don't know but as far I know there is no alternatives to RestrictedEnvironment on older clients, it seems like that there is an alternative to SecureHandlers implemented in patch 2.0 but the documentation about it is scarce and I do not have any interest in porting it to older versions.
ConsolePortLK has only been made taking in consideration default WoW API for 3.3.5a, if you are trying to use this AddOn in a heavily modded client it may work, but you can't be surprised if it doesn't since it relies heavily on sensitive secure APIs, changes in these might break everything.
If somehow it doesn't work for you in a customized client, don't expect fast changes in this AddOn just to support it unless someone with enough interest send pull requests fixing these issues when they happen, because customized clients can be a moving target and may get new modifications that break old stuff.