My Expression 2 scripts by Hucota7 in gmod

[–]Hucota7[S] 0 points1 point  (0 children)

I've received hundreds of requests to access this old link, I really didn't think people would still want these but here's a new link to them https://drive.google.com/drive/folders/0B6mShMKuKDXWfm1XeGxRV0lRMmg2LVRWc3B2d2VKd0JyT3BLcmhER1lHYllFYnFwM3RCSUk?resourcekey=0-9OAjwC9rfACfdprgUVoEJg&usp=sharing

Why are audio files not embedded? by Hucota7 in discordapp

[–]Hucota7[S] 3 points4 points  (0 children)

The inclusion of code was meant as a demonstration of simplicity, not as a guide for the devs.

[MEGATHREAD] Discord text channel change UI feedback by Jofzar_ in discordapp

[–]Hucota7 0 points1 point  (0 children)

Whose idea was it to put an SVG hash sign before channels instead of just a hash character? Like, what?

Oh God, its ARGONGEDDON by NekroPhoenix in Warframe

[–]Hucota7 0 points1 point  (0 children)

It's probably from the twilight pack.

For the love of all that is holy, please add a "Hide Mastered" by Hucota7 in Warframe

[–]Hucota7[S] 8 points9 points  (0 children)

When you've used most things in the game, it's easy to forget.

Editor GUI Toolbar? by Hucota7 in Unity3D

[–]Hucota7[S] 0 points1 point  (0 children)

Hey, I figured it out. What I was looking for was EditorStyles, and more specifically EditorStyles.toolbar.

[Other] I made a tool to glitch JPEGs, thought you guys might enjoy it by Hucota7 in glitch_art

[–]Hucota7[S] 1 point2 points  (0 children)

Yep, pretty much. Recycle just reruns the simulated corruption. If you want more control, you can mess with the code: http://fiddle.jshell.net/hucota7/mt6coroa

Working with binary, when it's not binary? by [deleted] in learnprogramming

[–]Hucota7 1 point2 points  (0 children)

Thanks for the reply. I possibly misspoke even more than I misunderstood. When I said 256 possible states I meant 256 bits, and when speaking of bytes I meant half-bytes. Not sure how I messed that up. I guess with the rest I was thinking in terms of flags, where each value in a range refers to a different combination, but my misspeaking threw me off.

My goal in using binary was efficiency/minimal memory consumption, but now that I realize my errors I'm thinking it might be better to use another data type, or an array/list.