Code Monkey home page Code Monkey logo

hudrevampv2's Introduction

hello yes am @EladNLG

Northstar contributor

unprofessional, hobbyist developer

doesn't know how to use git

if your code is buggy it's probably because of me

if northstar crashed because of a peacekraber, it's definitely me

Anurag's GitHub stats

Top Langs

hudrevampv2's People

Contributors

eladnlg avatar headassbtw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hudrevampv2's Issues

Crash on SP - Healthbar out of range

during cutscenes where a boss titan appears or BT is unembarkable the sp boots back to menu
for some reason doesn't happen on the first few levels, but happens consistently on boomtown

happens on void function TitanHealthBar( var panel, entity ent ) specifically Hud_SetPos( healthbar, screenPos.x - (size.x - baseBarWidth + width) / 2, screenPos.y - size.y )

band-aid fix:

if (screenPos.x < 0 || screenPos.y < 0)
        {
            return;
        }

however this makes it so the healthbar won't appear at all on that particular entity

Weird compatibility issue with vanilla+ (RUI Error when loading into some game modes)

So when playing with vanilla + on vanilla servers with the mod i get rui related errors while loading in some modes
image also happens on the ctf game mode and i get kicked when i get these and cant even interact with the main menu anymore im at not sure if these 2 are the modes its happening on but good luck fixing that i really enjoy the d2 ui much better than the original ❤️❤️

Anti-alias the health bar

Hello, big fan of this mod! However, one thing that is bugging me is how aliased the health bar is.

Is there anything that can be done about this, or should I just solve it using reshade?

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.