Remove Upkeep Text

Status
Not open for further replies.
Level 3
Joined
Nov 14, 2010
Messages
34
Hello, maybe this is a easy issue to solve, but I can't figure out how to remove the Upkeep text at the right upper corner of the game screen. If you didn't understand where is it, I can make a ScreenShot of it.

By the way, I just don't want to remove it, I want to change some things to "By Akhetaton" and other things..
 
Level 17
Joined
Jan 21, 2010
Messages
2,111
Use note pad
Write these:
[FrameDef]
UPKEEP_NONE=your message here
RESOURCE_UBERTIP_UPKEEP=your message here
RESOURCE_UBERTIP_GOLD=your message here
RESOURCE_UBERTIP_LUMBER=(DO NOT FILL)
COLON_GOLD_INCOME_RATE=Your message here
COLON_FOOD_MAX(PROVIDED/USED)=(DO NOT FILL)

For colon food, cnp the colon_food_and fill the after underscore with provided and used

For do not fill, just let it empty

And replace your message here with the text you want to add in the game
 
Level 3
Joined
Nov 14, 2010
Messages
34
It doesn't work... isn't there any way to change it from Gameplay Interface? I decided to put SS anyway..

Legend:
Green - Already Solved
Red - Main Problem
Blue - Text to remove/change

edit: wait I think I am doing it :p
but I don't understand the "COLON_FOOD/GOLD" lines..
can anyone gimme a SS that shows the text u put and then the SS of the game ?
Thx
 

Attachments

  • Upkeep text Prob..jpg
    Upkeep text Prob..jpg
    272 KB · Views: 544
Level 17
Joined
Jan 21, 2010
Messages
2,111
COLON_GOLD_INCOME_RATE= this is the ''100%'' i open some map with mpqs brower and i see they imported the war3mapskin,i export that, and i see they use colon gold income rate to remove the 100%
COLON_FOOD_MAX_PROVIDED= just let this empty
COLON_FOOD_MAX_USED= let this part empty too.
Then you done,
 
Level 2
Joined
Nov 8, 2009
Messages
17
I have this problem too, and i couldn't get it to work either. I tried following the above instructions (thanks a lot for them!) but it still looked like in the screenshot.

And Maker, changing the text to |c22222222 didn't do anything at all for me.

Could someone post a more comprehensive instruction? Again, it looks like on the screenshot for me.
 
An other way is to edit the file "SkinMetaData.slk" (from a Warcraft's mpq) or "SkinMetaDataAddon.slk" (from the JNGP's umswe) and add a line for those datas (copy/paste a line and put a new id in the 1st colon, the data's name in the 2nd colon, "FrameDefDefault" in the 6th colon and a big value in the 14th colon). It enables the edition of the fields in the WE (Advanced -> Gameplay Interface).

If you use umswe's file, you have to enable umswe, of course. And it may corrupt the map's "war3mapSkin.txt" if there was one before you did all this (not a big deal but someone told me that the strings' case were f*cked up using this method).
 
Maker is right, work with Game interface. Set following fields as listed:

Text - General - Upkeep is determined by.. to |c22222222
Text - General - No Upkeep to |c22222222
Text - General - Low Upkeep to |c22222222
Text - General - High Upkeep to |c22222222
Text '|N%d-%dFood: %s|R.. to |c22222222

Last one, Text - General - Gold Income Rate to |c00101c29 (slighty less notice able than previous one). However that '100%' you can not remove completely, or I don't know about it, although changing that field value into written string will help you making it more invisible.
 
Status
Not open for further replies.
Top