Is it possible to add new pick lists on the character creation screen? I know we can easily (enough) add new values to existing lists like difficulty settings, but can I make entirely new ones?
I want to make an addon that lets you choose a characters "background" with minor buffs / penalties, basically what did you do before you went down your professions path
I have a desire to modify the character create screen
Moderator: Moderator
Re: I have a desire to modify the character create screen
bump
anyone have any ideas? Any idea how intensive modifying the UI (if its even possible via an addon) would be?
I'm assuming I need...
1. a new .lua laying out my new type, and the choices available (like sex.lua or any of the race ones)
2. entry (superload?) into descriptors.lua making it an option and setting any restriction(s) I might want
3. for adding this as a new option into the UI and defining its position..?
4+ ???
anyone have any ideas? Any idea how intensive modifying the UI (if its even possible via an addon) would be?
I'm assuming I need...
1. a new .lua laying out my new type, and the choices available (like sex.lua or any of the race ones)
2. entry (superload?) into descriptors.lua making it an option and setting any restriction(s) I might want
3. for adding this as a new option into the UI and defining its position..?
4+ ???
Re: I have a desire to modify the character create screen
I don't know how to answer your questions but I must say I am surprised you had to bump it. This looks like a cool idea, and I hope you do implement it.
-
- Uruivellas
- Posts: 708
- Joined: Wed Apr 30, 2008 5:55 pm
Re: I have a desire to modify the character create screen
You want to take a look at "tome/dialogs/Birther.lua". If you just want to add a new drop down box like difficulty it doesn't look like it'll be too hard. It doesn't seem well setup for addons though, so allowing for compatibility with future addons is gonna be tough.
Addons: Arcane Blade Tweaks, Fallen Race, Monk Class, Weapons Pack
Currently working on Elementals. It's a big project, so any help would be appreciated.
Currently working on Elementals. It's a big project, so any help would be appreciated.
