Skip to content

Commit

Permalink
Update to profile import code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlaa committed Jan 18, 2025
1 parent 9124b6b commit 230bf2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Collection of my custom mods for the [KuiNameplates](https://www.curseforge.com/
| kui.purge-position.lua | Repositions the purge auras to the right side of the nameplate. |
| kui.target-border.lua | Adds a white border around the nameplate if it is your current target. |
| kui.text-position.lua | Repositions the unit and spell text to the left side. Ignores health text. |
| kui.friendlynameplate-nonstack | Disables stacking for friendly nameplates, so your enemy nameplates so still accordingly. |

## How do I install/use it?
1. Navigate to the latest release page on the right hand side
Expand All @@ -17,12 +18,12 @@ Collection of my custom mods for the [KuiNameplates](https://www.curseforge.com/
4. Restart or reload your World of Warcraft client and enable it in the addons menu

## Example in action
![Arlaa UI](https://i.ibb.co/5kpkYsx/Wo-WScrn-Shot-011725-233945.jpg)
![Arlaa UI](https://i.ibb.co/RYZt8tr/Wo-WScrn-Shot-011825-201502.jpg)

## Use the profile above
If you want to try it out with my personal profile, import it by using the following command:
**/knp import**

```
Arlaa{auras_centre=false,auras_icon_normal_size=35,auras_icon_squareness=0.8,auras_offset=2,auras_purge_size=38,bar_animation=2,bar_texture=Atrocity,bot_vertical_offset=6,castbar_colour={1=0.965,2=0.714,3=0},castbar_detach_combine=false,castbar_detach_nameonly=true,castbar_detach_offset=-1,castbar_detach_width=230,castbar_height=20,castbar_icon=false,castbar_name_vertical_offset=2.5,castbar_shield=false,castbar_showfriend=false,castbar_unin_colour={1=0.557,2=0.557,3=0.557},classpowers_enable=false,clickthrough_friend=true,colour_hated={1=0.7,2=0.2,3=0.1,4=1},colour_player_class=true,colour_tapped={1=0.839,2=0.839,3=0.839,4=1},cvar_disable_alpha=false,cvar_enable=true,cvar_name_only=true,cvar_show_friendly_npcs=true,execute_enabled=false,fade_non_target_alpha=1,font_face=PT Sans Narrow Bold,font_size_normal=14,font_size_small=14,frame_glow_threat=false,frame_height=28,frame_target_size=false,frame_width=230,glow_as_shadow=false,health_text=true,health_text_hostile_dmg=6,health_text_hostile_max=6,hide_names=false,name_vertical_offset=6,nameonly_health_colour=false,nameonly_target=false,target_arrows_size=40,target_glow=false,target_glow_colour={1=0.302,2=0.702,3=1,4=1}}
Arlaa{auras_centre=false,auras_icon_normal_size=35,auras_icon_squareness=0.8,auras_offset=2,auras_purge_size=38,bar_animation=2,bar_texture=Atrocity,bot_vertical_offset=6,castbar_colour={1=0.965,2=0.714,3=0},castbar_detach_combine=false,castbar_detach_nameonly=true,castbar_detach_offset=-1,castbar_detach_width=230,castbar_height=20,castbar_icon=false,castbar_name_vertical_offset=2.5,castbar_shield=false,castbar_showfriend=false,castbar_unin_colour={1=0.557,2=0.557,3=0.557},classpowers_enable=false,clickthrough_friend=true,colour_friendly={1=0.2,2=0.6,3=0.1,4=1},colour_hated={1=0.7,2=0.2,3=0.1,4=1},colour_player={1=0.2,2=0.5,3=0.9,4=1},colour_player_class=true,colour_tapped={1=0.839,2=0.839,3=0.839,4=1},cvar_disable_alpha=false,cvar_enable=true,cvar_name_only=true,cvar_show_friendly_npcs=true,execute_enabled=false,fade_non_target_alpha=1,font_face=PT Sans Narrow Bold,font_size_normal=14,font_size_small=14,frame_glow_threat=false,frame_height=28,frame_target_size=false,frame_width=230,glow_as_shadow=false,health_text=true,health_text_hostile_dmg=6,health_text_hostile_max=6,hide_names=false,name_vertical_offset=6,nameonly_health_colour=false,target_arrows_size=40,target_glow=false,target_glow_colour={1=0.302,2=0.702,3=1,4=1}}
```

0 comments on commit 230bf2b

Please sign in to comment.