Jump to content

darkace21

Monster Hunting Team
  • Posts

    368
  • Joined

  • Last visited

Everything posted by darkace21

  1. It's pretty much LoL, just like 100x more toons to choose from and quite a bit more complicated.
  2. make the 3d interface the top portion of your screen position the chat in the lower left, toolbar on the lower right scrunch the action bar (grab the corner and drag it in the opposite direction) and move it beneath the toolbar tear out the backpack interface and put it on the right hand side butting up against the edge of your 3d interface stretch the map to touch the backpack interface turn up the transparency can you explain it to me like im 5?
  3. I'll be a little late since I don't get home from work til 3pm anyways, but I'll be there.
  4. Not ready to start days yet. :[

  5. I'm working on a military base right now, and at least the wireless is complete shit. That's cause you have upwards of 100+ people signing into that wifi a day. Generally, hardlined stuff is ok but its a proxy network so its also quite shitty at times.
  6. I'm in the same boat right now. I think the only time I'll really be on for extended periods is for TMHT events
  7. Here is the article link. http://usnews.nbcnews.com/_news/2013/06/02/18702550-oklahoma-tornado-deaths-include-three-veteran-storm-chasers?lite Sad day for the scientific community.
  8. And I can stream in 720p just fine. :thumbup: And because I'm a Linux-prod, I use some snazzy codestuffs: INRES="1360x768" OUTRES="1360x768" FPS="15" #This varies, I can cope with about 25-30 before lag happens and I lose frames. QUAL="fast" STREAM_KEY=$(cat ~/.twitch_key) avconv \ -f x11grab -s $INRES -r "$FPS" -i :0.0 \ -f alsa -ac 2 -i pulse \ -vcodec libx264 -s $OUTRES -preset $QUAL \ -acodec libmp3lame -ar 44100 -threads 4 -qscale 3 -b 712000 -bufsize 256k \ -f flv "rtmp://live.justin.tv/app/$STREAM_KEY" Here is my info ';D Jelly? what the [bleep]... do you have google fiber or something? This is actually even Wireless =D! Forgot to mention it =S. If I did cable expect it to be around 60% higher! I want your Internet provider.
  9. And I can stream in 720p just fine. :thumbup: And because I'm a Linux-prod, I use some snazzy codestuffs: INRES="1360x768" OUTRES="1360x768" FPS="15" #This varies, I can cope with about 25-30 before lag happens and I lose frames. QUAL="fast" STREAM_KEY=$(cat ~/.twitch_key) avconv \ -f x11grab -s $INRES -r "$FPS" -i :0.0 \ -f alsa -ac 2 -i pulse \ -vcodec libx264 -s $OUTRES -preset $QUAL \ -acodec libmp3lame -ar 44100 -threads 4 -qscale 3 -b 712000 -bufsize 256k \ -f flv "rtmp://live.justin.tv/app/$STREAM_KEY" Here is my info ';D Jelly? what the [bleep]... do you have google fiber or something?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.