| 06-01-2006, 03:54 AM | #1 |
I have multiple items with the same name, since they are part of a ui trick. But I want to have different names in the editor just so I can tell them apart. How can I do this? Right now I'm using different categories, but its sort of annoying, anyone have a good suggestion? I'd like something like this to display in game for all three items Potion of Healing But in the editor I want to see something like Potion of Healing (PUA) Potion of Healing (Pitem) Potion of Healing (Bitem) etc. |
| 06-01-2006, 04:22 AM | #2 |
Could you use Illlusion's (?) color code trick? Insert an invisible string before the name. |
| 06-01-2006, 04:28 AM | #3 |
what do you mean? I really don't know. |
| 06-01-2006, 04:46 AM | #4 |
shove |c00000000|r before or after the item name. You can put whatever hexadecimal in instead of 00000000. Maybe not Pua/Pitem/Bitem but you could consistently call them 1/2/3. Another option would be to name them differently, then widgetize the map and kludge something that removes stuff in parentheses from the name, or what have you. |
| 06-01-2006, 05:17 AM | #5 |
Ya I hate how you cant have editor suffix on items. Its plain retarded. Best way is what youve done, is different categories. Maybe for now call them different names, but when you finish ur map return their names to wut they shud be. |
| 06-01-2006, 05:22 AM | #6 |
Uhh, it's the field called "Editor Suffix" I believe >.> EDIT: 'doh! |
| 06-01-2006, 08:18 AM | #7 | |
Quote:
|
| 06-01-2006, 11:34 AM | #8 |
I've tried adding new item classifications, changing the data type of item level to string and enabling editor suffix for items. Unfortunately nothing showed up in the editor tooltips correctly. The color code thing also didn't seem to work very well. :( |
| 06-01-2006, 12:09 PM | #9 |
You can use the ASCII character   at the end of each item. none for the first one.. One space for the second one and two spaces for the last one. |
| 06-02-2006, 08:37 PM | #10 |
You could always name them different names and then when you get everything working change them to their original names... That's the best I've got. |
| 06-02-2006, 09:20 PM | #11 |
nothing to add but I hate that too, I dont know why there isnt a field for it. >_< |
