Hi guys,
Just a low-priority question. If I modify my en_US, or whatever other folder to make a modified language option for the game client will it work?
Specifically I would like to modify quest text just for my client.
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?p=3224117&t=467599"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
Hi guys,
Just a low-priority question. If I modify my en_US, or whatever other folder to make a modified language option for the game client will it work?
Specifically I would like to modify quest text just for my client.
Quest text is sent to you by the server, so if you wanted to change what the quests say you should write an addon.
Thanks Shred for responding. I ended up finding this out by looking in the database files within my client. The profanity table was pretty funny.