Giter VIP home page Giter VIP logo

imagicthud's Introduction

Imagict Hud

Client-side mod that displays the player's head, nickname, coordinates, indicators, etc. on the in-game HUD.

Please submit issues, improvements, and suggestions here.

The developer is Korean and not proficient in English. We would appreciate it if you could contribute to the translation (Pull request).

Installation

Reporting Issues

Join the Community

Contribute

Please contribute to the translation in one of two ways:

  1. Fork and Pull request

    1. Fork ImagictHud on GitHub
    2. Clone your forked repository (git clone)
    3. Create your feature branch from main branch (git checkout -b my-feature)
    4. Create translation file (en_us.json, ko_kr.json, etc.json)
    5. Translate en_us
    6. Commit your changes (git commit -am 'Add my feature')
    7. Push to the branch (git push origin my-feature)
    8. Pull request to main branch
  2. Local translation and Upload to discord server

    1. Copy en_us.json
    2. Create translation file (en_us, ko_kr, etc)
    3. Translate en_us
    4. Upload file to discord server

License

Reference

Screenshot

screen

screen

head mode (bold/flat)

hud head bold/flat mode

hud config

Installing ModMenu and YetAnotherConfigLib, Sodium allows you to manipulate settings from the GUI screen.

If you want to change the label color without editing the json directly, you will need YetAnotherConfigLib.

Sodium options

yacl options

{
  "hud": {
    "general": {
      "enable_hud": true
    },
    "display": {
      "enable_head": true,
      "enable_local_date_time_label": false,
      "enable_nickname_label": true,
      "enable_coordinates_label": true,
      "enable_biome_label": true
    },
    "head": {
      "head_render_mode": "BOLD" // ["BOLD", "FLAT"]
    },
    "label": {
      "enable_label_frame": false,
      "label_frame_color": -16777216,
      "label_background_color": -12303292,
      "label_backgound_opacity": 70
    },
    "text": {
      "text_color": -1,
      "enable_text_shadows": false,
      "text_opacity": 90,
      "text_align_mode": "CENTER", // ["LEFT", "CENTER"]
      "local_date_time_mode": "DATE_AND_TIME" // ["DATE_AND_TIME", "DATE", "TIME"]
    },
    "layout": {
      "label_width": 91,
      "label_line_spacing": 0,
      "hud_scale": 0,
      "position_x": 0,
      "position_y": 0,
      "offset": 10
    }
  },
  "indicator": {
    "general": {
      "enable_indicator": true
    },
    "display": {
      "attacking_at": false,
      "looking_at": true,
      "damaged_only": false,
      "duration": 10,
      "reach": 20
    },
    "entities": {
      "player_entities": true,
      "self_player_entity": false,
      "passive_entities": true,
      "hostile_entities": true
    }
  }
}

imagicthud's People

Contributors

shihyeon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

kharoontes jmsoup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.