This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Change fatigue text  (Read 1280 times)

Filipsons

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 220
    • View Profile
Change fatigue text
« on: October 13, 2013, 11:30:34 am »
Hello,

I looking for TuT how to change fatigue text



I want change this. But I dont know, if its DBC or LUA.
Thanks for any tips.

Filipsons
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: Change fatigue text
« Reply #1 on: October 13, 2013, 12:16:56 pm »
It´s Lua:

  • Open dataxxXXpatch-xxXX-3.mpq
  • Navigate to InterfaceFrameXML
  • Extract GlobalStrings.lua
  • When extracted open it and look for ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE. Change the text after the = to whatever you want (don´t forget the quotes)
  • Pack it.

Code: [Select]
ACTION_ENVIRONMENTAL_DAMAGE_FATIGUE = "PLACE YOUR TEXT  HERE";
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Filipsons

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 220
    • View Profile
Re: Change fatigue text
« Reply #2 on: October 13, 2013, 05:16:38 pm »
It works! Thanks you Osler!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »