First Person World of Warcraft (My Setup)

Post Reply
User avatar
Rfelleto
Posts: 25

First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri Nov 24, 2023 7:09 pm

Hi all,

I have decided to post my first person view addon setup to encourage other people to try playing this way or to get some suggestions to improve my world of warcraft / skyrim experience.

The current two improvements I would like to make would be:
- Cross hair - I can use a power aura to make a cross hair in the middle of the screen, but to make it so I can interact and target monster with it seems to be a much bigger endeavor. I would welcome any ideas.

- Make mobs healthbars more visible when they are clumped near you. This seems to be hard as well since all nameplates are located above the enemies heads. That diablo addon that retail has with the stylized enemy health bars would be AMAZING for first person view but alas there doesn't seem to be a 1.12 counterpart.

The addons I used for my setup were:
- Shagu (UI and plates)
- Extraresourcebars
- Macro for mouselook

Let me know your thoughts!

Image

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Sun Nov 26, 2023 6:33 am

I managed to use power auras to add a crosshairs icon to the middle of the screen. It is not interactable though. If anyone with experience with lua code could help me develop an addon that makes the cursor static in the middle of the screen and still able to look around that would be heaven on earth.

Image

User avatar
Wilczan
Posts: 68
Likes: 1 time

Re: First Person World of Warcraft (My Setup)

Post by Wilczan » Sun Nov 26, 2023 12:00 pm

Sorry but your images does not show up.

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Tue Nov 28, 2023 3:47 pm

Wilczan wrote:
Sun Nov 26, 2023 12:00 pm
Sorry but your images does not show up.
Thank you for letting me know!

I will provide a direct link maybe it will show up now.
https://imgbb.com/2Ktpsj3


Update: I was able to find a Mlooklock addon that works that it's just amazing for what I'm trying to accomplish. However, I'm very new to the whole addon coding with lua stuff. What I want to do is to show the crosshair while the player has mouselooking activated and make it dissapear when the mouselook is disabled. I copied this from another addon with a similar functionality but I can't get it to work. Does anyone have any advice? Any help would be greatly appreciated:

https://media.discordapp.net/attachment ... height=364

https://media.discordapp.net/attachment ... height=323

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Thu Nov 30, 2023 12:15 am

Here is the addon for mouselook with a crosshair added when mouselooking. I can't make the crosshair interact with the game (maybe a good lua coder can help) so far. I have tried a lot of commands to no avail. Sorry T-T

https://github.com/rfelleto/Mlooklock

User avatar
Amani
Posts: 23

Re: First Person World of Warcraft (My Setup)

Post by Amani » Thu Nov 30, 2023 1:26 am

interesting,like the way goblins see this world xD

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Thu Nov 30, 2023 3:19 am

It's an interesting way to play for sure. Reminds me of old school EQ

I have got to be honest, I'm playing a druid and when I shapeshift is kind of difficult. Maybe I can try messing around with camera controls a bit, but I think that 11200 environment is very limiting with the camera. Hence, why we don't have a dynamic cam addon.

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri Dec 01, 2023 12:01 am

Okay so I sort of made possible it possible for the "crosshair" to target the nearest enemy when you left click. It was only possible with autohotkey. I posted the file in the discord addon section. So the correct setup would be:

1. Download Mlooklock (with crosshair) at https://github.com/rfelleto/Mlooklock
- version with no crosshair here: https://www.wowinterface.com/downloads/ ... kLock.html

2. Download Autohotkeys here: https://www.autohotkey.com

3. Download the Autohotkey script at https://github.com/rfelleto/Firstperson---Attack

4. Run the script by double clicking.

5. Enter Wow

6. Go to the Keybindings section to set a keybind for Mlooklock momentary Mouselook.

7. Press the keybind you selected and you should be in permanent mouselook unless you right click or hold the keybind you selected. With the autohotkey script running you should target enemies you left click.

Plans: Make a target nearest friendly target on click.

User avatar
Nullnvoid
Posts: 12

Re: First Person World of Warcraft (My Setup)

Post by Nullnvoid » Sun Dec 03, 2023 12:04 am

Make a target nearest friendly target on click.

I do not think thats possible in the version of the client turtlewow uses.

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Mon Apr 01, 2024 4:52 pm

After a long hiatus.

It is true I cannot bind that function to left-click in turtle wow.

Only way to do it is through autohot key set to make left click emulate the tab key. That's the best I managed to do.

Ibux
Posts: 386
Has liked: 2 times

Re: First Person World of Warcraft (My Setup)

Post by Ibux » Mon Apr 01, 2024 6:48 pm

Rfelleto wrote:
Mon Apr 01, 2024 4:52 pm
After a long hiatus.

It is true I cannot bind that function to left-click in turtle wow.

Only way to do it is through autohot key set to make left click emulate the tab key. That's the best I managed to do.
maybe you can use something like clique?
https://github.com/Lexiebean/Clique

Juansaba
Posts: 2

Re: First Person World of Warcraft (My Setup)

Post by Juansaba » Tue Apr 16, 2024 11:58 pm

Hi everyone! I would love to play in FP but i love to see my character animations, is there any addon for that? I know im asking a lot heh.

xoxo

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri May 10, 2024 12:40 am

Juansaba wrote:
Tue Apr 16, 2024 11:58 pm
Hi everyone! I would love to play in FP but i love to see my character animations, is there any addon for that? I know im asking a lot heh.

xoxo
Hey I'm no programmer just a guy with a dream xD

I do like seeing my character sometimes so I recommend using some quest text addon when talking with NPCs

I use that one that shows your character like "speaking" to the NPC and that usually scratches my itch to see my character. But since wow was never "intended" to be player first person I don't think there is any way to show character animations. Sorry :(

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri May 10, 2024 12:41 am

Ibux wrote:
Mon Apr 01, 2024 6:48 pm
Rfelleto wrote:
Mon Apr 01, 2024 4:52 pm
After a long hiatus.

It is true I cannot bind that function to left-click in turtle wow.

Only way to do it is through autohot key set to make left click emulate the tab key. That's the best I managed to do.
maybe you can use something like clique?
https://github.com/Lexiebean/Clique
I never used it. I will give it a shot. Sorry back to wow after a long hiatus and I will pick up the project again. I suck at this sorry.

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri May 10, 2024 12:43 am

I honestly wish I could push the camera up with some addon in classic. I agree that the perspective can be too close to the ground at time.

Ibux
Posts: 386
Has liked: 2 times

Re: First Person World of Warcraft (My Setup)

Post by Ibux » Fri May 10, 2024 3:19 am

this VR mod would be a cool mod for first person.



sadly it only works on 3.3.5a private servers: https://github.com/ProjectMimer/WoVR

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri May 10, 2024 12:46 pm

I saw this yesterday!

Really hope this gets some traction and someone more capable than I starts working on an addon.

Let me tell you 3.3.5a is miles easier than making addons to 1.12. I have to scour the internet looking for guides because the code that work today just doesn't work in 1.12 environment.

User avatar
Rfelleto
Posts: 25

Re: First Person World of Warcraft (My Setup)

Post by Rfelleto » Fri May 17, 2024 11:24 pm

Updated: Fixed the nasty errors with the addon. Shouldn't be any lua errors popping up

I reccommend using the first person addon with the warcraft III UI. Looks beautiful and immersive.

Next: Try to make the crosshair dissapear when I left click and disable Mouselook.

Image

Post Reply