Thema: Addon : Lore
Diskutiere im Interfaceanpassung Forum über Addon : Lore. Die besteht nunmal nicht...
Du bist noch kein Mitglied?
Mitglieder sehen keine störende Werbung und können alle Funktionen des Forums nutzen. Die Registrierung ist kostenlos und es ist keine Bestätigung deiner E-Mail Adresse erforderlich! Schließe dich rund 260.000 Mitgliedern an und sei Teil des größten, deutschen World of Warcraft Forums!
Alt 29.04.2010, 15:48   #11
Level 52
 
Avatar von lolichbinhai
 
Fraktion: Allianz
Realm: Ambossar
Rasse: Menschen
Klasse: Krieger
 
Beiträge: 1.367

AW: Addon : Lore

Die
besteht nunmal nicht
lolichbinhai ist offline  
Alt 29.04.2010, 15:48  
Anzeige
 
 

AW: AW: Addon : Lore

Hast du schon im Lösungsbuch nachgelesen? Eventuell hilft dir das ja weiter...
 
Alt 29.04.2010, 15:49   #12
Level 40
 
Avatar von Ephidel

... ist verliebt
 
Fraktion: Horde
Realm: Forscherliga
Rasse: Blutelfen
Klasse: Todesritter
 
Beiträge: 801

AW: Addon : Lore

ach endlich bist du da lolichbinhai ^^ - kennst ja alle addons... also der GM hat gesagt es is legal.
Hab mich auch bissel im offi forum umgesehen und da gibts massenhaft threads von
dem Addon. Aber bei denen funktioniert der mist -.-

Kannst mir sagen wie ich in Dämonisch sprechen kann, falls du das addon kennst / hast ?
Ephidel ist offline  
Alt 29.04.2010, 15:51   #13
Level 85
 
Avatar von Lupi

... ist abenteuerlustig
 
Fraktion: Horde
Realm: Nefarian
Rasse: Untote
Klasse: Hexenmeister
 
Beiträge: 5.671

AW: Addon : Lore

Zitat:
Zitat von Cyarox Beitrag anzeigen
Solange aber die MÖGLICHKEIT besteht, so mit einem Hordler zu kommunizieren ist es verboten.
TS IST DAS ULTIMATIVE PHÖSE!!1

Abregen, bitte
Lupi ist offline  
Alt 29.04.2010, 15:52   #14
Level 52
 
Avatar von lolichbinhai

... ist erleuchtet
 
Fraktion: Allianz
Realm: Ambossar
Rasse: Menschen
Klasse: Krieger
 
Beiträge: 1.367

AW: Addon : Lore

/lore help

oder


du musst dir die dialect.lua runterladen und ins verzeichnis kopieren.
lolichbinhai ist offline  
Alt 29.04.2010, 15:55   #15
Level 53
 
Avatar von Cyarox

... ist meschugge
 
Fraktion: Allianz
 
Beiträge: 1.396

AW: Addon : Lore

Zitat:
Zitat von Lupi Beitrag anzeigen
TS IST DAS ULTIMATIVE PHÖSE!!1

Abregen, bitte
Ich schreibe fachlich und ruhig.. was dein flame dagegen soll, versteh ich nicht.
Cyarox ist offline  
Alt 29.04.2010, 15:56   #16
Level 40
 
Avatar von Ephidel

... ist verliebt
 
Fraktion: Horde
Realm: Forscherliga
Rasse: Blutelfen
Klasse: Todesritter
 
Beiträge: 801

AW: Addon : Lore

Mhm.. wo finde ich das ? Google schmeißt bei mir nix gescheides raus..

und ma so btw, ich kopier die Anleitung für andere Sprachen ma rein :

Zitat:
Zitat von Anleitung
--- Lore
AddingLanguages ---

AUTHOR: Rook on Earthen Ring (Alliance)


DIALECTS.LUA:
Make sure you have the dialects.lua file in your Lore directory. This file is not packaged with the AddOn if you downloaded it from Curse Gaming; it is available for download on the same page as Lore, however. dialects.lua contains all predefined languages and is the site for any additional languages you choose to add yourself. It is left out of the main Lore download to prevent overwriting your additions/modifications each time Lore is updated.
You can download dialects.lua seperately here:
http://www.curse-gaming.com/mod.php?downid=3634


THE FORMAT:
-LANGUAGE
Languages are stored in a table called Lore_Archive; each language is indexed by its name. This means that to access or define English, you will need to use Lore_Archive["English"].
The format is as follows:

Lore_Archive["Your Language Name"] = {

[1] = { "a", "b" },

[2] = { "ab", "ac", "ad" }

};


-ALTERNATE TITLE
Languages can be given any number of alternate titles. This allows you to use /lore setl your language name or /lore setl additional language name in-game to specify your current language. Note also that the specified language title is the one that appears in your speech tag.
The format is as follows:

Lore_Archive["Additional Language Name"] = Lore_Archive["Your Language Name"];


-KEYWORDS
Languages can have a specified list of keywords; these are words you have designated to not be translated by Lore. This can be used for anything, from important character names and locations to the language names themselves.
Note that you cannot include non-alphabetical characters in keywords, as words are split up by any punctuation or formating marks. This means that when you type quel'thalas, Lore actually sees the words quel and thalas independantly, so defining a keyword "quel'thalas" would be useless.
The format is as follows:

Lore_Archive["Your Language Name"]["keywords"] = { "rook", "party", lore" };


-ALTWORDS
Languages can have a specified list of altwords; these are words you have given specific translations for Lore to change them into. This can be used especially for nouns like class names, monster types and the like.
As with keywords, you cannot include non-alphabetical characters in altwords themselves; however, there is no such restriction on the *resulting* word. You can legally declare an altword "curse" that is allocated to translate into "ui.wow".
Note that while your new words can be any length, making them longer than the old word they are translated from means that full capitalization cannot be applied; characters after the length of the old word will remain lower-case, as there is nothing for Lore to use as a standard for their capitalization.
The format is as follows:

Lore_Archive["Your Language Name"]["altwords"] = {

["old"] = { "rook", "curse", "lore" },

["new"] = { "me", "ui.wow", "huza" }

};



-TRUE DIALECTS
Since Lore version 4.3 it is also possible to create a Dialect rather than Language. In contradiction to Languages,
all it does is translating ALTWORDS and leaving other words as you type them.
You can create the dialect as follows:

Lore_Archive["*Dialect's Name"] = {
};

-- Altwords: Common Dialect
Lore_Archive["*Dialect's Name"]["altwords"] = {

["old"] = { "you", "your", "you're", "my", "i" },

["new"] = { "ye", "yer", "ye're", "me", "me" }

};


Note, that the name of each Dialect has to start with an asterisk (*). This will tell Lore that the specified
language is a dialect and that it should not translate non-dialect words. An example of a dialect name is '*Scottish'.

To activate the language you can type in-game: '/language *Scottish'
To add/remove it from the tablet you can type: '/lore tablet *Scottish'

Also on the tablet you will see the asterisk (this to indicate that it is a dialect you are using, rather than a
language. Translations are NOT sent out with dialects, they appear to everyone as-is.

Dialects also appear to everyone without a language tag. Because it's not a language, just a dialect.




NOTES:

<> "Your Language Name" MUST be capitalized as shown: when checking to see if a language exists, the string that is read in will first be recapitalized with the first letter of each word uppercase and all subsequent letters in each word lowercase.

<> Add one-letter words to [1] = {}, add two-letter words to [2] = {}, etc. To add additional word sizes, continue adding lines [x] = {}. Note that there is a comma following every such line except the last.

<> You can define as many word sizes and as many words per size as you want; the same holds true for the number of keywords and altwords you can create. NOTE: Try to prevent the use of 2 or 4 words, for some mathematical reason Lore always takes the first choice if that is the case.

<> To use your language, add the format shown above to the bottom of dialects.lua and complete it as specified for adding words and word sizes.

<> You can add as much as you like to the existing languages!

<> See dialects.lua and the implemented language for a few examples of the formatting.
Ephidel ist offline  
Alt 29.04.2010, 16:01   #17
Level 85
 
Avatar von Lupi

... ist abenteuerlustig
 
Fraktion: Horde
Realm: Nefarian
Rasse: Untote
Klasse: Hexenmeister
 
Beiträge: 5.671

AW: Addon : Lore

Zitat:
Zitat von Cyarox Beitrag anzeigen
Ich schreibe fachlich und ruhig.. was dein flame dagegen soll, versteh ich nicht.
Du hackst seit 12 Stunden und 3 Posts auf ein und dem selben, in diesem fall einfach nicht zu geltung kommenden Argument rum.... und das weder sachlich (fachlich?) oder ruhig... zumal flame ehr dein Fachgebiet ist :)

Zur Anleitung, mein englisch ist Mies, und zwar richtig, aber steht da nicht was vonwegen "Sie brauchen unsere Archive, um vernünftig mit dem Ding zu arbeiten"?
Lupi ist offline  
Alt 29.04.2010, 16:05   #18
Level 40
 
Avatar von Ephidel

... ist verliebt
 
Fraktion: Horde
Realm: Forscherliga
Rasse: Blutelfen
Klasse: Todesritter
 
Beiträge: 801

AW: Addon : Lore

Mein Englisch is auch mies - darum hab ich ja die verdammten probs^^
Ephidel ist offline  
Alt 29.04.2010, 16:07   #19
Level 52
 
Avatar von lolichbinhai

... ist erleuchtet
 
Fraktion: Allianz
Realm: Ambossar
Rasse: Menschen
Klasse: Krieger
 
Beiträge: 1.367

AW: Addon : Lore

da ist doch sogar link drin... Und so mies ist dein Englisch hoffentlich nicht das du das nicht sehen kannst *g*, Wenn man Addons benutzt und grade solch exotische, dann sollte man Englisch können. Ich bin auch nur in der 8. Klasse und versteh was da steht, naja ok bin aber ehrlichgesagt ein Englisch-Streber *g*
lolichbinhai ist offline  
Alt 29.04.2010, 16:09   #20
Level 40
 
Avatar von Ephidel

... ist verliebt
 
Fraktion: Horde
Realm: Forscherliga
Rasse: Blutelfen
Klasse: Todesritter
 
Beiträge: 801

AW: Addon : Lore

Da ist ein Link drin, wenn man den Anklickt 'Page not Found' und so
Ephidel ist offline  


Ähnliche Themen zu „Addon : Lore”
  • Guide - Was ist ein Addon
    Addons Einführung Hallo, Ich möchte in diesem kleinen Guide den Bereich Addons in WoW etwas vortestellen. Es gibt vermutlich mehr als 1000...
  • Guide Addon
    Hallo WoW Forum-Community, ich habe ein kleines Guide Addon entwickelt und bin nun auf der Suche nach ein paar mutigen Spielern die bereit sind...
  • Addon geht nicht... =(
    Hallo, ich möchte mir ein Addon von der Seite http://www7.popcap.com/promos/wow/ runterladen. Das Addon wurde bei Buffed.de als Addon der Woche...
  • Simples AddOn: ProgrammierProbleme mit Chronos
    Hey Ho Leute, es ist nun schon 3 Uhr und ich könnte kotzen: läuft einfach (fast) nix an meinem AddOn ... Ich versuche einfach nur ein AddOn zu...
  • Target of Target Addon gesucht
    Hallo, ich hatte ein Addon, welches mir neben meinem anvisierten Ziel noch ein kleines Fenster anzeigte, in dem wiederrum dessen Ziel angezeigt...
Stichworte zum Thema Addon : Lore

lore addon wow einstellen dämonisch

,

was bedeutet lore

,

thalassisch addon

,

addon lore

,

lore funktioniert nicht

,

lore addon

,

welche sprachen im lore addon

, addon für thalassisch, wow addons lore