Author Topic: Client-Side Camouflage  (Read 1148 times)

Basically you would press a button to enable it. You would then have your entire body turned to the color of what you are standing on. This could be a playertype or client-side, but it needs to happen!

would be neat, and probably possible, except the player can only change the avatar every so often, which was implemented to combat the rainbow avatar script

not necessarily what you're looking for, but a way to do this:

https://forum.blockland.us/index.php?topic=75964.0
get that, get the color of the brick and select it on your paint can, then say the command

then download the hexcode to RGB gui (I don't know where you can find it), type in the hexcode and get the RGB value

go into avatar options and create a new color that matches the RGB value

done

hope that helps

There's a much better way to do this client-side by using these interesting functions: initClientBrickSearch(Point3F pos, Point3F boxSize), ClientBrickSearchNext()

All someone has to do is grab the first brick that's under them, get the color id and find the color from the table, then automatically apply it to the avatar.

Results:


Note: You will have to fix your avatar when you disable this
This has a keybind to toggle in Controls under "Camo"

Download
« Last Edit: December 27, 2016, 10:35:21 PM by Kyuande »

There's a much better way to do this client-side by using these interesting functions: initClientBrickSearch(Point3F pos, Point3F boxSize), ClientBrickSearchNext()

All someone has to do is grab the first brick that's under them, get the color id and find the color from the table, then automatically apply it to the avatar.

Results:
[img height=600]http://image.prntscr.com/image/232e32c9d116468f8fb6e3db6836b4bc.png[mg]

Note: You will have to fix your avatar when you disable this
This has a keybind to toggle in Controls under "Camo"

Download
Thanks. Locking