lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > General Authoring Discussion (L)

Reply
Thread Tools Display Modes
  #11  
Unread 05-20-2013, 10:48 PM
Thurallor's Avatar
Thurallor Thurallor is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2013
Posts: 202
Okay, I think I fixed it.

I'm updating the attachment in the OP. Please give it a try.

Thanks,
Thurallor
Reply With Quote
  #12  
Unread 05-21-2013, 07:47 AM
Elrigh's Avatar
Elrigh Elrigh is offline
The Unscathed
 
Join Date: May 2007
Location: Kaiserslautern, Germany
Posts: 16
Just downloaded and noticed the new Files in the Turbine Folder. I already have that Folder and the Files. They are recommended for Tonicbars - to be precise: Tonicbars recommends Dragbar which requires Turbine Utils.

Not sure what happens, when I overwrite these Files now. Worst case: Tonicbars not working anymore.

Well, like we say in German: "Probieren geht über Studieren" - not sure how to translate it - Googletrans says "The Proof is in the Pudding"

Anyway, Beta-Tester Elrigh reports for Duty! *salute*
Reply With Quote
  #13  
Unread 05-21-2013, 08:58 AM
Elrigh's Avatar
Elrigh Elrigh is offline
The Unscathed
 
Join Date: May 2007
Location: Kaiserslautern, Germany
Posts: 16
Thumbs up Working

Buffbars - working - check
Tonicbars - working - check

Sequencebar - working initially
Configuring, logging out, logging in, still there.

Works perfect as far as I can see at the Moment. Thanx for the good Work, my Kindhip and I appreciate that! And thank you for the other Thread, ALL German Players appreciate that I'm sure. =)

One thing I noticed: Changes to "Cursorstyle" seems to do nothing or nothing I can see.

Edit: Will add german translation suggestions later.
Reply With Quote
  #14  
Unread 05-21-2013, 11:33 AM
Elrigh's Avatar
Elrigh Elrigh is offline
The Unscathed
 
Join Date: May 2007
Location: Kaiserslautern, Germany
Posts: 16
Code:
Hide - Ausblenden
Lock Position - Verankern
Edit Sequence - Editieren (Sequenz ändern)
Duplicate - Klonen
Delete - Löschen
Settings - Einstellungen (Optionen)
 - Orientation - Ausrichtung 
   - Up - Aufwärts
   - Down - Abwärts
   - Left - Links
   - Right - Rechts
  - Height - Höhe
    - Add 5 Slots - 5 Slots hinzu (5 Slots hinzufügen)
    - Add 1 Slot - 1 Slot hinzu (1 Slot hinzufügen)
    - Remove 1 Slot - 1 Slot entfernen
    - Remove 5 Slots - 5 Slots entfernen
   - Cursor - Cursor
     - Style - Style
       - Small Square Glow - klein, quadratisch
       - Large Square Glow - groß, quadratisch
       - Small Round Glow - klein, rund
     - Home Position - Position
       - Slot 2 - Slot 2
       - Slot 3 - Slot 3
       - Slot 4 - Slot 4
       - Slot 5 - Slot 5
  - Caption - Name
     - Edit... - Edit...
     - Hide Caption - Name verbergen
     - Position - Position
       - Top - Oben
       - Bottom - Unten
- "New Group" Group - "Neue Gruppe" erzeugen
  - Hide Group - Gruppe ausblenden
  - Duplicate Group - Gruppe klonen
  - Delete Group - Gruppe löschen
  - Create Bar - Neue Leiste erzeugen
  - Group Settings - Gruppenoptionen
    - Bars move together - Leisten gemeinsam bewegen
- Global Operations - Globale Einstellungen
  - Hide all - Alle ausblenden
  - Create Group - Gruppe erzeugen
  - Global Settings - Globale Einstellungen
    - Animation - Animation
      - Disabled - aus
      - Fast - Schnell
      - Slow - langsam
      - Very slow - sehr langsam
Reply With Quote
  #15  
Unread 05-21-2013, 10:28 PM
Thurallor's Avatar
Thurallor Thurallor is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2013
Posts: 202
Thumbs up

Thanks for the translations. I'm working on adding the localization now.

I've also noticed several bugs. I'll upload a new version in the next couple of days.
Reply With Quote
  #16  
Unread 05-22-2013, 11:36 PM
Thurallor's Avatar
Thurallor Thurallor is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2013
Posts: 202
Post

I found a couple of bugs, which I've now fixed. Unfortunately it means your existing .plugindata file is invalid and will have to be deleted.
  • If you included multiple lines in a bar name by pressing the [ENTER] key, the saved data may not have reloaded correctly.
  • When duplicating (cloning) a bar or group, the new bar/group was given the same ID as the old group. This caused much strange behavior, such as when you tried to delete a bar, it could delete a different bar instead.
  • When editing the name of a bar or group, the cursor could move spontaneously, making it very hard to type what you intended.
  • Using the "arrange bars" feature, bars with different cursor styles were not properly aligned with each other.
  • The plugin will now save no more often than every 15 seconds. I'm hoping this will increase stability of the client.

I'm still working on localization. I have implemented the framework, but I have not modified the plugin to use it yet. There are a few additional things I need you to translate. I used Google Translate on them, so they are probably laughably wrong. Would you mind taking a look at the Locale.lua file, and checking all of the strings that are marked "[de]"?

Also, I'm not sure about the capitalization. I know in German nouns are always capitalized, even in the middle of a sentence. But what is the practice for capitalizing words in a context menu?

Quote:
Just downloaded and noticed the new Files in the Turbine Folder. I already have that Folder and the Files. They are recommended for Tonicbars - to be precise: Tonicbars recommends Dragbar which requires Turbine Utils.
I just included these files in here so my plugin won't depend on the user installing them separately. As long as you leave them inside the Plugins/Thurallor folder, they will not be used by any other plugin, so you don't have to worry about breaking TonicBars.

Quote:
Originally Posted by Elrigh
One thing I noticed: Changes to "Cursorstyle" seems to do nothing or nothing I can see.
I forgot to answer this.

The cursor style differences are very subtle:
I am completely open to including additional cursor styles that are more dramatically different, but it's not a high priority for me to design them right now. If you have a specific preference, I could add it.
Reply With Quote
  #17  
Unread 05-25-2013, 12:02 AM
Thurallor's Avatar
Thurallor Thurallor is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2013
Posts: 202
Updates

Updates in v0.4:
  • Mostly localized for German. Some things still need translating. If so, they will be followed by a dagger symbol (†) in the game. I would appreciate any further translation help you can give. Also, if anyone would be kind enough to do a French translation, that would be appreciated.
  • The "animation speed" option is now bar-specific, rather than global.
  • Clicking on a shortcut in the sequence editor no longer executes the shortcut.
  • Dragging a shortcut to the sequence editor will now copy the shortcut, instead of moving it from its original location.
  • Dragging an icon over a bar will no longer automatically open the sequence editor (which was annoying), although dropping an icon onto it will.
  • You can now have a bar with only one slot in it. If you disable the animation, and hide the caption, it is now possible to create a very compact, fast build swapper.

You may need to delete your .plugindata file again when you upgrade to this version.

I will soon be ready to upload an initial release in the Downloads section. I think I've got all of the major bugs worked out, and I don't foresee people having to delete/recreate their .plugindata in the future.

Last edited by Thurallor : 05-25-2013 at 12:04 AM.
Reply With Quote
  #18  
Unread 05-25-2013, 02:21 PM
Elrigh's Avatar
Elrigh Elrigh is offline
The Unscathed
 
Join Date: May 2007
Location: Kaiserslautern, Germany
Posts: 16
Still works fine for me.

"Drag Icons here from your Inventory or skills. Right-Click for other Actions."
"Ziehe die Icons von Gegenständen oder Skills in die Felder. Rechts-Klick für andere Aktionen."

"Insert Empty Slot" - "Leeren Slot einfügen"

"Delete Slot" - "Slot löschen"

"Create Speacial Slot" - "Speziellen Slot erzeugen"
Whats that for?

In the Main Menue "Editieren" is the german word for "Edit", "Sequenz ändern" stands for "Chance Sequence". No need to use both, I would prefer "Sequenz ändern"

Einstellungen > Beschriftung > Position
"Links" instead of "Linken" and "Rechts" instead of "Rechten"
Reply With Quote
  #19  
Unread 05-25-2013, 05:32 PM
Thurallor's Avatar
Thurallor Thurallor is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2013
Posts: 202
Quote:
Originally Posted by Elrigh
"Create Speacial Slot" - "Speziellen Slot erzeugen"
Whats that for?
It's not implemented yet, and I'm not quite sure what it will be. It could include:
  • Create shortcuts for "emotes".
  • Create shortcuts for opening/closing bars.
  • Create conditional jumps within a sequence (e.g. "Go to slot #5 if Morale < 20 %").
  • Include all of the slots from another bar (allowing you to compose small subsequences into larger sequences).

Thanks for the translations.
Reply With Quote
  #20  
Unread 05-26-2013, 10:16 AM
Riggie1000's Avatar
Riggie1000 Riggie1000 is offline
The Undefeated
 
Join Date: Jan 2012
Posts: 6
Thumbs up

Quote:
Originally Posted by Elrigh
"Ziehe die Icons von Gegenständen oder Skills in die Felder."

"Insert Empty Slot" - "Leeren Slot einfügen"

"Delete Slot" - "Slot löschen"

"Create Speacial Slot" - "Speziellen Slot erzeugen"
I would prefer either the word "Slots" or "Felder", but not both of them. "Felder" is just the german version. But it's often used the english one instead caused by the world language.
Just as you can use "Fertigkeiten" instead of "skills" and "Symbole" for "icons".
But you don't have to. Nearly everyone that can install a plugin will understand the english versions for these words.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:34 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui