Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SUSHI

Pages: 1 2 [3] 4 5 6 7 8 ... 16
31
Off Topic / Re: [blogland] fleas are eating me alive
« on: November 09, 2017, 04:27:26 AM »
Collect them in a bag and sell them at a flea market.  :cookieMonster:

32
Off Topic / Re: Post real life pictures of yourself.
« on: November 08, 2017, 11:05:30 PM »
you look good, but can you look this good?

[please imagine that there's a picture of me looking really good in a maid outfit here cause i don't own one]

I will legitimately buy you a maid dress if you promise to post pics here ;)

33
Off Topic / Re: Post real life pictures of yourself.
« on: November 08, 2017, 10:15:57 PM »
[img ]https://i.imgur.com/O0Om6tX.jpg[/img]


34
Add-Ons / Re: e
« on: November 06, 2017, 08:55:39 AM »
Make an '@' and we'll be able to port roguelikes to Blockland.

35
cia mondays glow in the dark

Exactly. It makes them easier to evade at night. Terry has this in the bag.

36
Games / Re: Land of Dran (GUI preview, page 7)
« on: November 04, 2017, 11:27:58 AM »
arrays start at 1

Non-zero based indexing might be the single worst design decision any programming language could make. It's not even a minor inconvenience, it's a catalyst for a major disaster. The lack of operators such as ++ or += and no continue are also turnoffs. I'll be fair to Lua for not having shorthand operators because I'm pretty sure it uses a single-pass compiler.

37
Modification Help / Re: How would I make a death sound with multiple sounds
« on: November 03, 2017, 01:02:22 PM »
Something like this should work.

Code: [Select]
datablock AudioProfile( sfxDeath0 )
{
    fileName = "./death0.wav";
    description = audioClosest3d;
   
    preload = false;
};

datablock AudioProfile( sfxDeath1 )
{
    fileName = "./death1.wav";
    description = audioClosest3d;
   
    preload = false;
};

package CustomDeathSounds
{
    function player::playDeathCry( %obj )
    {
        %obj.playAudio( 0, "sfxDeath" @ getRandom( 0, 1 ) );
    }
};
activatePackage( CustomDeathSounds );

You can also change the pain sounds by packaging player::playPain.

38
Off Topic / Re: [blogland] trying to get out of this low state
« on: November 01, 2017, 09:54:18 PM »
i mean if hill was really a nihilist he probably wouldn't care about being poor as stuff in the future

He's not even close to being nihilistic. The ideal nihilist wouldn't let morality hold them back from getting the things they want. He's just being pessimistic.

39
Off Topic / Re: [blogland] trying to get out of this low state
« on: November 01, 2017, 05:19:32 AM »
Your dignity and allowance aren't going to pay for a new guitar and tons of fancy effects pedals. You have to grow a spine and be a little dishonest in your interview. You're out of your mind if you think that telling an interviewer that you have difficulty accurately taking directions is going to convey a good work ethic and ability to get things done.

40
Games / Re: do any guitarists here play rocksmith?
« on: October 31, 2017, 06:42:41 AM »
really tempted to buy it, pretty sure it works with my sisters guitar???

is it a hello kitty strat?

41
Off Topic / Re: candy love thread
« on: October 24, 2017, 02:02:05 PM »
peach rings

42
Games / Re: do any guitarists here play rocksmith?
« on: October 22, 2017, 11:07:09 AM »
I play a Gibson Sonex and an OBG Les Paul Custom. The Sonex is my 'grumpy guitar' that can take the intense abuse I deliver to instruments in a bad mood. I usually play into a vintage Sunn Model T on half stack. Eventually, I want to run it with another amplifier in parallel to aid in my conquest of never getting invited to a neighborhood barbecue again... I don't use/own many pedals and my typical board (the cold, hard floor) has a tuner into some distortion or fuzz with delay and reverb for drone sessions.



[img width=500 ]https://i.imgur.com/3NShGh3.jpg[/img]
(paired with my old frontman 10g)

i bought this at a flea market today for $75 and i have no loving clue what this beast is. i've been trying to research it and so far i found out DSP stands for "digital signal processing" and not much else. is this a rare amp or something? i can hardly find anything about it.

Looks like it just has some more built in effects compared to a standard champion.

43
Off Topic / Re: Stung by a wasp
« on: October 15, 2017, 08:36:44 PM »
wasps are the bug equivalent of cancer.

Wasps are actually pretty beneficial to the ecosystem. Some are excellent at controlling population which is valuable to farmers because they can eat insects who destroy crops. Some are also pollinators and we would not have figs in particular without them. Furthermore, they're a great source of food to birds.

44
Games / Re: do any guitarists here play rocksmith?
« on: October 15, 2017, 07:57:45 PM »
To be honest the cable is really good quality, I've had the game for quite a while and it still works perfectly.

It seems the cables are hit and miss. The first one I used didn't leave me with a good first impression of quality. It lasted about a month of minor use before it begun making an infuriating buzzing sound and completely losing connectivity. The cable is not that expensive but I can't justify spending money on one if I can just use my audio interface.

45
Off Topic / Re: are you suicidal?
« on: October 15, 2017, 02:08:36 PM »

Pages: 1 2 [3] 4 5 6 7 8 ... 16