
http://scr.hu/0pp2/4sj9e/

Jalpha wrote:I believe in my interpretation of things.
NOOBY93 wrote:Just edit the res files of the damaged segments and put numbers or some other indicators on
NOOBY25%borka wrote:For exact damage numbers the server prolly needs to send you the information (while i don't know whether the server has accurate numbers -> RNG)NOOBY93 wrote:Just edit the res files of the damaged segments and put numbers or some other indicators on
yep put ininstead of
- Code: Select all
 NOOBY
- Code: Select all
 25%
Jalpha wrote:I believe in my interpretation of things.
Config.java
 89   public static boolean showHP = false;
326   showHP = options.getProperty("showHP", "false").equals("true");
410   options.setProperty("showHP", showHP ? "true" : "false");
MapView.java
1292    if (Config.showHP) {
        GobHealth hlt;
     if ((hlt = (GobHealth)((Gob)part.owner).getattr(GobHealth.class)) != null) {
       String f = "\n"+Float.valueOf((float)(hlt.asfloat() * 100.0D)) + "%";
       g.text(f, part.sc().add(10, 20));
             }
1298   } 
MenuGrid.java
327  } else if (list[1].equals("showhp")) {
            Config.showHP = !Config.showHP;
           String str = "Display Buildings Health: " + (Config.showHP ? "ON" :      "OFF");
           this.ui.cons.out.println(str);
            this.ui.slen.error(str);
332           Config.saveOptions();Users browsing this forum: Claude [Bot] and 0 guests