- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,111 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
3D Portrait (RV)
- 0 Likes
- Warhammer Online
- 18 Monthly Downloads
- Supports: 1.4.0
- 6,975 Total Downloads
- Updated 11/21/2010
- Created 12/03/2009
- 17 Favorites
- Project Site
- Comments
- Release Type: Release
- License: MIT License
- Newest File: v1.12 Release
About 3D Portrait (RV)
Like it says, it showing your 3D animated portrait.
API_Create3DPortrait() Description: create new portrait window Input:
API_Destroy3DPortrait() Description: destroy portrait window Input:
RVMOD_3DPortrait.API_Create3DPortrait("My3DPortrait", "Root")
-- : place 3D portrait in the middle of the screen ("Root" is the entire screen layer)
WindowAddAnchor("My3DPortrait", "center", "Root", "center", 0, 0)
-- : set 3D portrait dimensions
WindowSetDimensions("My3DPortrait", 200, 200)
Dependencies
- RV Mods Manager (RV) - required for the addon settings access
Known Caveats. Testers Wanted!
- Warior Priest (male) could have some visual issues with a different weapon sets
- Warior Priest (female) could have some visual issues with a different weapon sets
- Swordmaster (male) could have some visual issues with a different weapon sets
- Swordmaster (female) could have some visual issues with a different weapon sets
- Black Ork (male) could have some visual issues with a different weapon sets
- Chosen (male) could have some visual issues
- Warrior (male) could have some visual issues
- Zealot (male), the most messy career and very hard to position, could have some visual issues
API Functions
API_Does3DPortraitExist() Description: checks for registered portrait window Input:- portraitName - window name to be checked
API_Create3DPortrait() Description: create new portrait window Input:
- portraitName - portrait name to be created. It can be used later with the native WAR API Windows funtions like: scaling, sizing, showing, hiding etc.
- parentWindow - parent window or "Root"
API_Destroy3DPortrait() Description: destroy portrait window Input:
- portraitName - portrait name to be destroyed.
API Usage Example
-- : create 3D portraitRVMOD_3DPortrait.API_Create3DPortrait("My3DPortrait", "Root")
-- : place 3D portrait in the middle of the screen ("Root" is the entire screen layer)
WindowAddAnchor("My3DPortrait", "center", "Root", "center", 0, 0)
-- : set 3D portrait dimensions
WindowSetDimensions("My3DPortrait", 200, 200)
v1.12 Release
1. Some code clearance been made
2. This release adapted to work with the 1.4.0 game version
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.12 Release | Release | 1.4.0 | 2,773 | 11/21/2010 |
| v1.11 Release | Release | 1.3.3 | 2,121 | 02/24/2010 |
| v1.1 Release (Hot fix) | Release | 1.3.3 | 1,472 | 12/10/2009 |
| v1.1 Release | Release | 1.3.3 | 177 | 12/10/2009 |
| v1.0 Release | Release | 1.3.1 | 311 | 12/05/2009 |
| v0.5 Beta | Beta | 1.3.1 | 123 | 12/05/2009 |
Top Downloads
-
- Enemy
- Buffs & Debuffs, Unit Frames, Combat, and PvP
- 391 Monthly Downloads
-
- LibSlash
- Development Tools
- 328 Monthly Downloads
-
- Squared
- Unit Frames
- 249 Monthly Downloads
-
- Twister
- Action Bars, Combat, Class, and Buffs & Debuffs
- 243 Monthly Downloads
-
- BuffHead2
- PvP, Combat, and Buffs & Debuffs
- 203 Monthly Downloads

Comments
When I click on 3DPortrait.dds, it comes up as a jumble of words and numbers on Wordpad. Any reason why and how I can fix that?
Will see what I can do :) Thanks for pointing on this issue
I've removed the mod, and uninstalled the game with no change. THanks in advance for your help.
It is just a copy from our private conversation:
This issue definitely not related with the 3D Portrait addon. The only thing it does, just moves your native character window toon into the "avatar" window position at the topleft of the screen. In other words, it is absolutely imposible to change anything but User interface
It could be a 3D world illumination issue. Try to test/place your toon in a different enviroments. If that won't help, I advice you to point Mythic at this problem.
Good luck ;)
Thanks for this MrAngel, i have been waiting for something like this for a long time !!!!!!
thanks for your work!
Yes it can show a little more than just a face. Probably I will implement some more options so everyone could select how much they would like to see.
Unfortunately it is completely imposible to see hostile players and NPC portraits at that moment due to limits. As you can see it is based on your Character window. I just took that 3D scene and created new addon.
Probably it is still possible to show friendly players 3Dportraits too, only untill they allow you to do that (inspect feature). Have to investigate that later ;)
Thanks for comment