Here is a tutorial how to add two ''random'' commands to your actionlist.xmlFirst you'll need to get access to hidden folders on your computer, which is were some vital imvu files is.1) Go to my control panel and open folderoptions, and check "Show hidden folders"
2) Go to (Your computer name) and open Appdata/roaming/imvuclient.
3) right click on actionlist.xml and open as notebook, Or whatever text editing program you prefere.
4) Type
<Category name="NAME">
<Action name="name" pitcherAction="product-id" requiresVIP="false"/>
</Category>Here is what I did, I edited the 2080 Product-ID to 80, and product 80 is a female avatar.
Here is my actionlist code for changing to male or female avatar quickly :
<Category name="Gender">
<Action name="Female" pitcherAction="*use 80" requiresVIP="false"/>
<Action name="Male" pitcherAction="*use 191" requiresVIP="false"/>
</Category>
You can also add another command that makes you male, I think its *use 191)
Save the file and re-start imvu, and you'll be able to change gender faster.Next tutorial at :
https://www.imvumafias.org/community/viewtopic.php?f=18&t=6523
Last edited by
DataMine on Mon Sep 21, 2015 5:09 am, edited 10 times in total.
Reason:
fixed typoes