ctrl + H

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

ctrl + H

Postby A684 » Sat Jan 26, 2013 12:01 pm

Hello everyone, and do not tell me how to do that when you press ctrl + H in the Ender client, instead of the objects were blue squares instead of red? 0_o
Many thanks in advance)



I'm sorry if something is not properly written, (google tranlate)
A684
 
Posts: 14
Joined: Sat Jan 01, 2011 1:47 pm

Re: ctrl + H

Postby borka » Sat Jan 26, 2013 12:12 pm

Blue squares shown in other (probably private / частный Union ) custom client not Ender when crtl+h

viewtopic.php?f=7&t=22981&start=2310#p385405
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: ctrl + H

Postby aghmed » Thu Jan 31, 2013 3:14 pm

file haven/mapview.java
line 1261
g.chcolor(255, 0, 0, 128);

valkues (0-255)
g.chcolor(amountOfRed, Blue, Green, transparency);

this should work also:
int colorR=(int)((Math.random()*1000)%255);
int colorB=(int)((Math.random()*1000)%255);
int colorG=(int)((Math.random()*1000)%255);

g.chcolor(colorR, colorB, colorG, 128);
and you have Disco hiding :D (change color ALL time)

you just need to find a way to compile it :)
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: ctrl + H

Postby A684 » Wed Feb 06, 2013 1:25 pm

hmm, thank you)))))
and how to make the people on the radar's display such pieces?) http://puu.sh/1YihE
thanks in advance)
A684
 
Posts: 14
Joined: Sat Jan 01, 2011 1:47 pm


Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 0 guests