#off-topic

1 messages · Page 25 of 1

weak osprey
void quiver
#

I think they should make it more shaky

#

Because in real life the system gets rid of muzzle climb, but the gun shakes in every other direction as a side affect

#

The force of the counterweight in the mechanism causes a lot of vibration

real ice
#

big mag size, recoil isn’t bad, and ttk is fine, but it’s mostly because the ppl who use vectors are likely to be good bc it requires a high rank and the more “meta” guns are likely to be chosen by sweatier players

void quiver
#

I think the Vector is fine

#

If you put the same player with a Scorpion and a Vector against eachother, Scorpion wins every fight

jolly lily
#

Extreme ease of use
TTK isnt the only important factor otherwise the l86 would be king

weak osprey
#

Yet FAL, scar-h, ak-15, p90, groza, arguably honey badger all exist

#

(And "ease of use" doesn't matter CQC, any gun can hit just fine)

hushed ice
#

Imagine waiting 10 years until they add this

#

On what amount of kills you get 60 round magazine?

ember spade
#

I was told they don't have interest in creating a community channel for artworks, so I got the big no

hushed ice
#

This is exactly what happens to any game that has more than 110k sold copies

#

I play another game that is constantly updated and it is not spoiled by popularity like this one

ember spade
#

Think it's not the case. I respect the fact that they wish to continue with a 3 men team, but community artworks is just.. artwork, you know?
Larry is the only 3d artist and I don't want to be an hired artist or get paid, I just wanted to share content for fun. Like that nerf gun I modeled

#

I was suggesting something similar to what valve does with cs:go skins, or other community workshop contributions. It's not their priority atm, and I totally get it, it's just some poor modeled 3d concepts tho xD

hushed ice
#

I love games where you can make mods

#

I truly love games that do that and don't have a single DLC

#

Usually such games are not on steam

ember spade
#

They might do that in the future. Imo mods is a big win win: the community can create unlimited content + the game stays alive forever
Skyrim; minecraft; garry's mod; cs:go; half-life; left 4 dead; portal; fallout
all have active comunity

#

DayZ started as a mod for arma 2, and Dota was a mod of warcraft

hushed ice
#

I heard that dayz is completely dead project

ember spade
#

Yeah, unfortunately thats the true. The reason behind it is Dean "Rocket" Hall, the one who idealized the game took the money and retired

hushed ice
#

You forgot to mention Project Zomboid and RImworld

empty cove
#

even with out i still shoot at the trees

hushed ice
#

Both games that were released in the same week 10 years ago

ember spade
#

Project Zomboid still rocks. And it's actually open for mod creation
The devs of project zomboid like to take it slow, but they have an active workshop in which the community can provide countless options for gameplay

hushed ice
#

I want to play vietkong and be a tunnel rat

#

Did you know that vietkong were actually defending their country from overpowered enemy, like Ukraine does currently?

empty cove
#

did you know napalm

fickle crane
#

hahahhahaha

#

i love the smell of napalm in the morning

fickle crane
#

Sketch i made cause boredom

hushed ice
fickle crane
#

Hahahaha u meant glint?

hushed ice
#

Wait it is not flashlight?

#

I thought they are just super stupid to enable flashlights

fickle crane
#

its called scope glint

vocal idol
void quiver
steel prawn
zealous bane
fickle crane
#

Thank youu for the comments!

verbal halo
#

Guy had no idea

hushed ice
#

Who had no idea?

zealous bane
#

everyone

rapid forge
#

nobody has an idea

alpine dune
#

anime sugestions

shrewd meteor
#

Depends on what you want in an anime.

I guess I’d say: Lupin III , Samurai Champloo, Spy X Family, Mushi-Shi ?

rapid forge
alpine dune
#

Name

vital prism
ember spade
#

Really good. Such a shame they are not interested in creating a art channel

#

Not sure if its cup of tea, but you could do some memes. Specially with mono vector people

severe abyss
#

@frozen breach One of the good things about the secret Farm Bill legalization is the state didn't see it coming at all, and only this month passed a new tax on hemp intended for consumption

#

There still is DEA licensing requirements for hemp growers but it's not as strict as some of the systems in fully legal states

frozen breach
#

The whole market is just topsy turvy. I've honestly grown tired of it over the last ten years to the point that I just don't care anymore. They've made the whole market so much worse than I could have possibly imagined.

sharp crown
#

Unified Extensible Firmware Interface (UEFI, or as acronym) is a specification that defines the architecture of the platform firmware used for booting and its interface for interaction with the operating system. Examples of firmware that implement the specification are AMI Aptio, Phoenix SecureCore, TianoCore EDK II, InsydeH2O. UEFI replaces th...

#

uefi has many levels of support and does support a limited form of data storage in the from of extensions and strings

#

which is why things like the blackLotus bootkit can exist and survive os wipes

main river
sharp crown
#

it serves very much the same role

#

no uefi no boot board firmware needs to exist or you have a brick

main river
sharp crown
#

restore points or vss shadow copies have nothing todo with bios or system firmware

#

that is file-system block level

#

a vss copy is not likely to help if you trash the boot partition nothing about osboot is stored on the board

#

the motherboard loads uefi firmware. the firmware looks for a bootloader in the form of a .efi file located in a fat32 partition named "EFI"

#

all thats changed in terms of inital bootstrap is the motherboard is looking for a file instend of a physical sector

#

theres no backup no user/os data stored in the UEFI/ NAND/ROM that has nothing todo with anything

main river
# sharp crown a vss copy is not likely to help if you trash the boot partition nothing about o...

i think i understand how he did the fix now, he had to have had a second drive or something with an old OS already on it and he booted to that, otherwise i have no idea and am gonna plug in the old sleeper and see what i can recreate of it.

all i remember was that i gave him the statment, he unknowingly followed though, his pc just ---------, and he calls me back via dm from his phone and i had him utalize the bios to get to the restore going, and from what i seen, and he said, it worked.

sharp crown
#

firmware settings like enabled features/'bios options' are stored in .efi file thats written to the nand

#

so when you 'clear cmos" you are just formatting the user writable addresses of the 'nand' chip

pulsar horizon
#

👀 lets go

sharp crown
#

on windows even if /efi/boot.efi exists its still possible to corrupt the bootloader as the the windows BCD is what contains the database of volumes and the location of the os so the motherboard may succeed in calling on boot.efi but something could have been wrong with the bcd database

#

in which case reinstalling the bcd from commandline is usually the fix

#

on uefi systems running on a gpt partition the fixboot /fixmbr command will just rewrite the /efi/boot.efi but will not rebuild the bcd index

#

for that fixboot /rebuildbcd is usually called but you can have issues where if its corrupt the only solution is to manualy delete it and reinstall the bcd by hand

#

for how system restore works see here: https://en.wikipedia.org/wiki/Shadow_Copy

Shadow Copy (also known as Volume Snapshot Service, Volume Shadow Copy Service or VSS) is a technology included in Microsoft Windows that can create backup copies or snapshots of computer files or volumes, even when they are in use. It is implemented as a Windows service called the Volume Shadow Copy service. A software VSS provider service is a...

#

but basicly shadow copies are a kind of verisoning system for the entire VOLUME(By default anyway)

rocky siren
#

Mfs with prestige be like “yo this skin is fire 🔥”

sharp crown
#

generally only the differences between a file are stored as raw data when you execute a system restore those differences are restored

zealous bane
ember spade
rocky siren
ember spade
#

lol

real ice
wide iris
#

Plus it’s not like Russia is exactly the king of competence

quiet python
#

Yo

#

Dumb question. Anyone know a clan with good people who do simulated battles every so often? Or maybe one where they have designated groups that can teach me some stuff?

warm beacon
#

yup

verbal halo
rocky siren
lost echo
deft mirage
waxen loom
#

bein off topic somethin non battlebit, just recently got an extremely powerful lil e-bike, basically an electric dirtbike.. it's gonna be fun

grim gulch
#

Even fps Russia thinks it’s OP

cunning torrent
#

wait i tot his channel is pretty much dead?

short briar
grim gulch
#

I think he got in some legal problems so he’s out of business

cunning torrent
#

sigh, what should i do when the recoil in the game is so high for AR and LMG

grim gulch
cunning torrent
#

yes

#

still jumpy toh

#

even 545 feels like 308

grim gulch
#

Yeah feel you, some issues happens to me with a few guns, but now I uncovered the vector so I’ll farm xp until nerf 🗿

cunning torrent
#

its hard to get that when everyone just laser you and your gun barrel go to sky when you return fire

grim gulch
#

I’ve been rocking the first weapon until level 60 then the p2000, didn’t want to bother with unlocking all new mods for new guns 🤣

cunning torrent
#

yeah the AK 74 is quite pain to use

#

the recoil despite the caliber

grim gulch
#

I’ve got so used to that recoil, but the p2000 it’s a damn blessing

cunning torrent
#

well you cant do anything if your gun just spray up

grim gulch
#

With the vector I don’t even feel it lmao

cunning torrent
#

no shit

#

vector is op

#

i still thinking how to suppress ak recoil when using a med scope

#

burst is kinda hard when you panik

jade spire
#

this is a Tool in the windows Terminal for the Management of data carriers

#

a links forbidden?. uh sry

#

search at the windows support page for Diskpart --> The diskpart command interpreter allows you to manage your computer's drives (disks, partitions, volumes, or virtual disks).

fickle crane
#

i just realised there is spectator mode, bout to make some cinematic trailer with that shid,

weak osprey
peak lake
lost echo
alpine dune
vital prism
#

Brainlet league player can't figure out how a battlefield game works

undone hemlock
#

Oh nvm I see. Headshot ratio.

#

Main issues there looks to be assuming all forms of armour are equally common, all hit locations are equally common and that every shot will always hit the same body part which will mess up the numbers a bit

weak osprey
undone hemlock
#

It changes it a fair bit :)

weak osprey
#

Go ahead then, don't let me stop you

undone hemlock
#

Armour gets quite a bit stronger when you don’t always hit the same place

weak osprey
#

Just dm me if you want the source

undone hemlock
#

Source for what? Is there data there that isn’t gathered from the game

weak osprey
undone hemlock
weak osprey
undone hemlock
weak osprey
undone hemlock
#

Not presented nicely but I think this is up to date from what I have

weak osprey
#

TTE time to empty?

undone hemlock
#

Yeah. Useful when considering the context for kills-per-mag

echo otter
#

did anybody else found that/another easteregg like that yet ?

undone hemlock
echo otter
#

yh was just woundering cause its so fucking random

#

dose the painting have any mening?

meager saddle
upper sentinel
meager saddle
#

oop

rapid forge
#

B

snow forge
vital prism
#

Average battlebit gamer setup whos less than level 30 waiting for vehicles so they can go directly into the frontline and instantly waste them

opaque ingot
#

Am I missing a filter option, or is there no way to filter maps by night/day?

knotty sigil
#

whats the superior chat doing today?

fickle crane
#

just wondering if this type of video is useless and I should make another type of video?

vocal idol
open trench
#

YOOOO MY CLAN WENT THROUGH LETS GO

#

DR HOUSE IS REAL

empty sphinx
snow forge
empty sphinx
#

Ty

open trench
#

it was something like drhousemd or housemd or housemddr i tried multiple so i still dont know what went through

#

one of those tho

willow sequoia
#

ooooo nice!

open trench
#

ty

devout oriole
#

Yo

verbal halo
#

A girl is asking me what a drainer is

open trench
#

I GOT CS2

ember spade
#

can you get me cs2 too? 😔

dense star
#

abada

tough cloud
#

hello everyone from Russia, how did you spend your day?

mellow marlin
#

Hello, I spent it being sad

empty cove
onyx mist
neat valley
unborn mango
onyx mist
neat valley
#

Well that’s strange, but fine

onyx mist
#

He's got like 8 user reports atm lol

empty cove
potent gull
#

Please don’t talk about not off topic things in #off-topic , keep those conversations in channels such as #battlebit-eng 🤓

#

@sand wraith did I do good?

empty cove
#

I think you did good

sacred tulip
#

@heavy spade 51 damage. thats just enough to 1shot un-helmeted players

heavy spade
sacred tulip
#

😩 i was lied to and then i spread misinfo

heavy spade
sacred tulip
#

regardless, i still dont think dmrs 1shotting to the head would necessarily be op. the problem is just straight increasing damage to do that would make them perform better at close ranges where assault rifles and smgs are supposed to be better

#

if it were done i think it should be via damage ramp up to 1shoting at maybe 100-200 meters or so followed by ramping back down at like 400-500 meters or something

rose galleon
graceful root
#

Good Evening/Good Morning
I was browsing the Internet for a while and found such a meme. And due to the fact that it's Off-topic, I'll just leave it here.

verbal halo
#

Incels…

sacred tulip
potent gull
#

if u can hit a leanspammers head or do it with the high mag scope at close range

verbal halo
#

more rizz

rapid forge
#

who up dying their light rn

empty cove
verbal halo
spark tusk
#

should have said no and sent this

onyx mist
#

People are salty
This is my buddy's

empty cove
sterile badge
#

Battlebitters

#

Do we go to taco bell

onyx mist
#

Nah, Chipotle better

sterile badge
#

Chipotle isn't open at midnight

onyx mist
#

It's midnight here too kittenCry

cunning torrent
#

ah fk

onyx mist
cunning torrent
#

i really hate the recoil

#

in the game

sterile badge
#

Nah I'm actually in the flatlands of the country

onyx mist
cunning torrent
#

yeah i do pull down but they move and the whole thing go haywire

#

btw what sensitivity should i put to control the recoil

sterile badge
#

Whatever is most comfortable to use to aim

#

I do suggest using a sensitivity that allows you to use your whole arm, or at least your elbow.

sterile badge
#

As a starting point, I use 75 general sensitivity and 100 Aiming sensitivity with a mouse dpi of 800.

#

The sensitivity in this game can actually go hella low

#

Usually I have to set My sensitivity to 5 or below in most games.

onyx mist
#

Default sens is really slow for it being 100

#

My sens.. is I think 149 at 1400 dpi. But I have a small mousepad

sterile badge
#

💀

#

I get like 14 to 18 inches of space or smth like that

onyx mist
#

I have a big desk but...

sterile badge
#

Maybe more, I'll measure when I'm home

onyx mist
#

I'm used to high sens.

#

Ever since soldier front days

sterile badge
#

Yeah about 18.5 inches of mouse space

onyx mist
#

Sounds like me

cunning torrent
#

burh u all got mouse space?

#

mine less than 10

#

inch

onyx mist
sterile badge
#

Y'all i can feel the carpal tunnel forming when i heard you run 1400 x 149

#

maybe i'm just getting old on god

onyx mist
#

I'm 29

#

Plus I've been playing at high sens since like... 2005??

sterile badge
#

well shit you've got 5 years on me

#

They say once you hit 25 it starts going down hill but i swear i felt it when i hit 22

potent gull
#

Awe you old old!

sterile badge
#

Thanks, I don't hear it from the kids that come in to harass wage slaves every day anyways 👴

potent gull
#

Dats like my upper management, I don’t work with any kind of customer

opaque ingot
#

the fuck is this lol

onyx mist
lost echo
onyx mist
lost echo
onyx mist
fickle crane
#

me when i die in battlebit

onyx mist
onyx mist
onyx mist
#

Based

verbal halo
ember pewter
#

So many games I want to play.

pine dragon
rough stump
fickle crane
#

SAVIN THAT SHID AHAHHA SO FUNNY

unreal bough
rocky siren
#

Also when you hear someone doing that DO NOT SAVE THEM THEY ARE A SKINWALKER

candid island
#

so how are yall doin

hasty goblet
#

the people that play this game are genuinely so stupid, I'll be laying down in cover, and my 3 teammates are standing up right next to me. Then all of a sudden three enemies decide it would be their greatest idea in the world to shoot the guy laying down and not the three easy targets. So when they shoot me instead they give away their positions and die.

#

this happens dozens and dozens of times every single match and it's getting to the point I literally cannot do anything or even play. This is so beyond skill issue and it is genuinely the most annoying thing in the entire world.

void quiver
#

ok lol

wild plover
#

ok lol

sharp pagoda
#

I'm eating hamburger just so you guys know

void quiver
#

🍔

short spade
#

@limpid mango ^^

wide iris
#

TikTok watermark cringe

candid island
#

Wasn't there a ping to let all the mods now people being shits? Cuz this is annoying as fuck to see all this

opaque ingot
#

emergency mod ping

candid island
#

Because at least some of us just want to chat and be normal-ish

timber dragon
#

Sorted

#

Thanks

#

Next time you can @ me freely.

opaque ingot
#

😌

candid island
#

Anyway how are y'all today

wide iris
#

Sweaty. Mowin’ the yard

signal hatch
#

Anyone know how to disable the in game HUD?

candid island
#

know that feeling. i had to walk to the store in like. 40c, exactly 107 f

signal hatch
#

whoops wrong chat

knotty sigil
#

Damn, I got scare for a couple of seconds, waited and then It loaded normally

runic grove
floral violet
#

there's an RTS game idea I've had in my head for a while

#

it's a real-time/turn-based hybrid military strategy game that simulates multiple levels of the military hierarchy, which I call Theaters

#

there's the Territorial Theater, which encompasses gameplay from Team to Platoon level

#

the Regional Theater, encompassing Platoon to Regiment

#

and the National Theater, which encompasses Regiment to Army-level strategy

#

the higher up the hierarchy you're playing, the more turn-based and less real-time your gameplay becomes

opaque ingot
#

nobody told me nighttime frugis looked so pretty

fickle crane
#

me and an enemy sniper went a sniper battle, in the valley from windmill to windmill, took us 10 minutes but both of us got each other. 1,900 m.

#

he got me first then after that I finally got him, after that we tried again but got nothing lol

#

i wonder whats the longest shot (unintentionally) in battlebit

weak osprey
weary citrus
#

@weak osprey i think the trigger might be too big cuz it’s happened to me a few times, it kind of acts like a bouncing betty

#

i’ll be nowhere near the mine(i think) and it’ll blow up on me

weak osprey
#

I'd get less upset if they just explode instantly tbh

weary citrus
#

yeah true

sacred tulip
#

I need more room 😩

median viper
#

Bro get a bigger mouse pad I feel bad for u

main willow
#

Bro got that NYC apartment space

median viper
sacred tulip
median viper
tough briar
#

My mouse pad covers my entire desk

sacred tulip
median viper
sacred tulip
#

honestly, i dont really play shooters often and bbr is the only shooter i really started playing enough that i have actually felt constrained by mouse space

#

like guys, i dont really need too much mouse space to play factorio or rimworld

main willow
#

Well you can always test your luck with a controller lowkey

median viper
#

Mine is pretty nice, ignore how nasty it is

sacred tulip
#

but man am i fealing it in bbr 😩

i also really want to get a larger and better monitor. mine is shit for contrast

median viper
#

Yes I will soon clean it don't bully

main willow
#

I have a giant ass monitor and a gaming laptop it’s kinda funny

#

I think it’s funny

median viper
main willow
median viper
#

Just a small little laptop and a fucking giant monitor

main willow
#

Honestly the laptop is p big, it’s just the fact the monitor is comically large/wide

#

Usually I just use the laptop screen but for games on Switch/Xbox or more casual games I use the monitor IsaSpin

median viper
#

I would do a full pic of my setup but my desk is full of trash so no

#

Actually I'll try brb

#

This what mine looks like, I'd say it's about average

drowsy monolith
median viper
#

ive had a shit setup all my life so im glad to get that comment

drowsy monolith
#

Get some cheapo LED lights (strips or like a lamp) it actually is pretty good for your eyes

median viper
#

theres a lamp on the right of the monitor if u didnt notice

ember spade
#

Made a female soldier

warm kraken
#

does anyone happen to know about any giveaways?

wet otter
plush folio
#

Been working on a engine engine in Vulkan & C11, just thought I'd share https://twitter.com/_dw_03/status/1681814601170661378

Some progress on the Vulkan engine in C. A lot has changed, just finished implementing frame buffers. Next thing I'm going to focus on is camera movement since I can already move objects around the scene.
I didn't expect it to go as well as it has, it's been a blast learning it.

uncut cairn
#

yo i’m gonna clean my pc with canned air for the first time in 7 years lmao, would i need a static discharge device or should i be good freeballing it

void quiver
median viper
void quiver
#

yeah next on the list is cable storage things for under the desk

median viper
#

My cable management is hell

void quiver
#

mine was sorted but i had to move my desk to the other side of the room, and everything got fucked up
havent fixed it yet so im just gonna buy those little hanging platforms to stick stuff into

wild plover
#

I believe in 240 supremacy

wild plover
opaque ingot
#

@glacial temple here man

glacial temple
glacial temple
opaque ingot
#

M4a1 goes crazzzzyyyyyyy

glacial temple
#

yeah like i said earlier people keep raving over the vector meanwhile i can do it on like any gun (maybe not the aug)

left ferry
#

level 200, 135.6 hours played

grim sinew
gaunt junco
#

Rate my fit.

gaunt junco
# rocky siren

Rip. likely got banned cus ur not allow to use help voice clips.

rocky siren
#

If you know you know?

scarlet stone
#

Can you guys hear the Drums of Liberation? It’s almost here…..

fast marten
#

IS THAT A MAN RIDIN A SHRIMP?! 🦐

lost echo
void quiver
#

@delicate niche

wind vapor
young badge
left ferry
jovial quarry
#

for refunds, do you have to wait 24 hours after the refund is accepted or 24 hours after you sent the request

primal gulch
#

oh nah this channel is dead as hell

lunar carbon
jovial quarry
lunar carbon
#

I guess if you have sent the refund request it should work even if it refreshes but don’t take my word on it

jovial quarry
#

i mean its 25 hours after i sent the request right now so i may have to wait another 2 hours

hollow kite
jovial quarry
#

defo will be in 2 hours

dusty flare
#

R/ place just started

#

we should try to get something in there for battlebit

narrow dune
#

After all these years, I finally played the good ol' Cods with my Xbox 360 best friends like we used to! Reminiscing and enjoying the nostalgic experience like its 2013 again 💖This video was fun to do we were dying of laughter half the time 😂😂🤣💯

Shoutout to my brother Kwiv aka NATEDOGG hahah, my brother for life 🥂💯✨

Like and subscribe if you e...

▶ Play video
#

HAPPY THURSDAY

jaunty jewel
opaque ingot
#

Grass is a plant with narrow leaves growing from the base. A common kind of grass is used to cover the ground in a lawn and other places. Grass gets water from the roots in the ground. Grass is usually pigmented with the colour ‘green’. Grasses are monocotyledon, herbaceous plants.

Now you have all readed that you should go touch some grass 🙂

weak osprey
#

I know we shouldn't share about bans/reports etc but this is ridiculous

round gyro
wet otter
weak sparrow
#

It's right there lol

round gyro
wet otter
#

u got vsync on 😭
close that and you will see max fps

round gyro
void quiver
#

my collection of redbull tabs inside a can of redbull
i havent been keeping track but when i fill it in like a few years ill count it all

#

its been going for 4 months i think

autumn kernel
#

I'm just doing some api stuff and there is a test server running lmao

fickle crane
#

my reaction seeing 50 enemies coming to capture D as I defend with only few snipers beside me.

floral violet
#

what if someone learned from their mistakes already? it seems a bit unfair to not allow users to get a second chance from a blank slate

floral violet
#

ah

spark tusk
#

Would like to see battlebit get on there

sacred tulip
#

@merry willow il post here when i find the spot, im actually joining a game to find it since im having issues with finding it on the map

merry willow
#

Sure

sacred tulip
#

if it isnt destroyed, there is a lightpole you can prone on for an even better angle. its a rather risky spot though but it is generally pretty safe if your team is on the south side of the map as the sign protects you from pretty much anyone looking yor way from the north

#

no need for tools to climb it either because it has those boxes nearby

#

they picked frugis so while i am at it these two buildings right here at B are nasty spots to snipe at B from. you can easily headshot anyone who spawns in there and can also cover the rest of the map as a countersniper because those buildings are actually higher than most other buildings on the map

#

@merry willow here are the spots, if you didnt see

merry willow
#

Thanks

tribal siren
#

L96 with all attachments that slow it down the most

#

L96 with all attachments that speed it up the most

autumn niche
#

Originally posted by: @fallen falcon

I've made a cool website that allows you to roll a random loadout - Battlebit Roulette - https://battlebit-roulette.com/

It's got Google Analytics enabled so I can see if it's actually being used, and worth time developing any further - along with a single cookie that gets stored in your browser to keep your player level (manually entered) saved.

fallen falcon
#

Please let me know if you have any issues with the site, or any ideas for it too. More importantly, please tag me if you make a video using a random loadout!

Thanks!

pale crane
#

w h a t

#

3 KILLS ??????

sacred tulip
pale crane
#

Oh

#

So you are telling me that a thing that do bang make people go extinct

weak osprey
grim sinew
#

Griefers maybe, but people who yell out slurs and racist comments deserve a perma with no blank slate

hushed stump
wide iris
wide iris
grim sinew
wide iris
#

And at the end of those years you’d still have to make a new account with all of your past for everyone to see

grim sinew
#

So? Don’t be racist. Ez

wide iris
#

People make mistakes

storm loom
#

r/place x battlebit where?

grim sinew
wide iris
#

Ah, the Battlebit community…

ember pewter
#

emojiP_HLLCoffeeTime RIP /r/Place

verbal halo
smoky sedge
rocky siren
#

We should’ve done something for r/place

#

The main logo for the game with the bullet could’ve been done easily

rocky siren
grim sinew
#

Lmao

wintry crater
fluid axle
#

i havent even left spawn menu and this is a brand new match why am i getting kills

spare nova
#

@empty sphinx this is the yelling time

empty sphinx
#

Wtf , this looks cringe

spare nova
#

Yeah idk why people took to it, maybe it elicits emotions people just can’t express in words. A primal desire to scream

spare nova
short briar
lost echo
grim sinew
#

Anyone know what this is? It’s in the bottom right corner of r/place

thorny finch
eager moss
#

Got the FAL tonight and it's just the funniest meme of a gun lol, glad that there's not only a 7.62 full auto BR but it's amazing as well

#

FAL my beloved.

winter ivy
#

Average Tower of God page

unborn mango
winter ivy
#

Bro trust me when I say

#

Push through it I promise you it's worth it

#

It's genuinely amazing it's a great story

unborn mango
hushed ice
#

What is that

verbal halo
#

Baller af

cunning nexus
scenic fossil
#

☠️

candid island
#

We have no coffee in this house....fate worse than death

dire radish
#

tower of god, much like every other webtoon that gets popular, takes ages to actually go anywhere during its arcs

dapper vigil
#

the one NA server
lol

safe relic
rocky siren
scenic patrol
#

Is this a shitposting chat 🥰😍

jolly lily
jolly lily
opaque ingot
#

e

sacred tulip
frank lantern
opaque ingot
#

hello

hearty bronze
#

we should make a battle bit pixel drawing for R/place

vast turtle
#

Nah

#

I’m og here even talk to one of them devs

narrow dune
#

Here's your first look at Rick and Morty The Anime. #rickandmorty #SDCC2023

Director - Takashi Sano
Animation by Telecom
Produced by Sola Entertainment

Vocalists:
0C  FROM  CODE OF ZERO           
https://codeofzero.aremond.net/      
https://twitter.com/cozcoz_coz

Cameron Earnshaw             
https://linktr.ee/c4msh4w

Composer:
Otonez    ...

▶ Play video
rapid forge
#

damn

rocky siren
verbal halo
#

More like USA the drivers are ass

fluid axle
#

at least you know what to be mad at

dapper gazelle
#

5️⃣

thick slate
#

The leaks were true! Homelander and Omni man, plus others

void quiver
#

they went back to 1?

thick slate
#

(I won’t buy mk1)

verbal halo
#

Well well well

vocal idol
#

i hope so badly that that is fake, the mortal combat roster is getting to fortnight levels with all of the random people they keep adding

#

they got fucking predator for one of the games

potent gull
#

@sand wraith erm buddy I noticed slow mode went up in #battlebit-eng … could you maybe fix my problem Best buddy?

cunning obsidian
#

does anyone know where i can find pfp's of the waddle duck? i've seen so many but i can never find them

thick slate
#

Why wouldn’t you want to play as Jason or homelander in mortal kombat😔😔

#

and only 3 of them are guest characters from different franchises kittenCry

short crypt
#

Hey do you guys have any guns irl? You should post pictures of them!

cunning obsidian
verbal halo
#

Hello my babies

#

Why is it 15 seconds GRAHHHHHHHH.

thick slate
verbal halo
#

It should be

#

Life ruined

drowsy monolith
rocky siren
potent gull
grand jasper
#

This is gonna be nuts. My mom already thinks the world is ending hahahaha

"National Security Subcommittee to Hold Hearing on Unidentified Anomalous Phenomena" (wed at 10a eastern streaming live)

rotund gulch
grand jasper
#

why would they spend 90 years lying (outside of 1 day) and suddenly stop lying about one side and start lying about the other suddenly?

wild plover
#

AUSTIN AUSTIN PLEASE

rotund gulch
#

@dry walrus
Can I poke at you over some ideas for payday 2?

dry walrus
#

Sure

#

I didn't get to play it a lot though because I had nobody to play it with

rotund gulch
dry walrus
#

Oof

#

Looking very forward to playing Payday 3 when that comes out

rotund gulch
# dry walrus Looking very forward to playing Payday 3 when that comes out

I was thinking about like
Implementing something deranged
Armor for enemies in a horde shooter

like:
All enemies wear Armor
Armor cannot be bypassed, but armor piercing weapons deal 2x damage, stacking if their gain AP from other sources (AP+Sniper is 2 sources so you deal 4x armor damage) and also ignore armor gating
Flimsy armor is 40, average armor is 60-80, and tough enemies are 100 or more
So it takes like 2-3 shots to drop a cop, 3-5 to drop a swat dude, and more to defeat elite security dudes or whatever

headshots aren't mandatory and enemies aren't hyper lethal, even at higher difficulties.

dry walrus
rotund gulch
#

At least that's what it looks like
Which is somewhat sad
I think having dozers with sectionalized armor would be hilarious

dire radish
rotund gulch
rotund gulch
dire radish
queen abyss
#

I've seen don't worry

#

The sound of the kill is chefs kiss

dire radish
queen abyss
#

I have a few more clips, like straight up sniping a pixel and killing someone, then his friend

#

And one in labs where I just domed someone, quality clips

sand wraith
#

i really want a damn milkshake

sand wraith
short briar
sand wraith
short briar
#

cant believe you austin

sand wraith
wind vapor
#

@obsidian ridge ❌🧢💯

wind vapor
#

@icy kestrel

robust orchid
#

He's helping

cyan parcel
#

cat

lament oar
#

i dont think i get enough FPS

soft thicket
#

Beyond 3600+ FPS, the differences begin to be imperceptible to most of the general population.

candid island
#

holy frames batman, he's unbeatable

tribal siren
crimson shell
#

least sniper loving bbr player

#

(when kills are more important than winning)

soft thicket
# tribal siren

You’re that guy who styles on me so hard that i decide to call it for the night and good to bed

wild plover
narrow dune
#

美波「ルードルーズダンス」(アニメ「終末のワルキューレⅡ」オープニングテーマ)
Minami「RUDE LOSE DANCE」(Anime「Record of RagnarokⅡ」Opening song)

作詞・作曲:美波
Words & Music: Minami

2023.3.22(WED) 美波 New CD「LOSE LOOSE Day」発売
Minami's New CD "LOSE LOOSE Day" will be released March 22, 2023 (Wed) .
"LOSE LOOSE Day" Streaming platforms→https://minami373.lnk.to/LLDD

"RUDE LOSE DANCE" Strea...

▶ Play video
pulsar lion
copper cosmos
sand wraith
tribal siren
clear iris
#

wtf kekw

opaque ingot
#

<@&1124297323237884005>

sand wraith
sacred crown
#

Why did I get pinged for that

loud wing
#

ping?

thorny finch
zealous bane
winter ivy
green apex
#

yo i been playing this gamee since playtest does that not mean im a vet??

unborn mango
charred tiger
verbal halo
#

Rizzed

fluid roost
#

sheshhhhhhhhh
the riz

narrow dune
#

Long live bionicle, the saviors of lego

crystal prairie
#

@viral sparrow Webpage

viral sparrow
crystal prairie
#

I just run the tab like that, muted and the stream in the lowest quality.

viral sparrow
#

yeah i did that before using this miner

#

just pop devilXD on a pi and your good lol
runs 24/7

crystal prairie
#

Not sure about miners... But it really depends. as I normally have my browser open or I play with a friend who is streamer so I just give him the view

minor vapor
verbal halo
#

Must be fake🤩

pulsar horizon
clear iris
#

@short briar

#

milk skin milk skin

short briar
clear iris
#

there is also a spoiled milk skin 👀

lunar prairie
#

Was playing with no mic plugged in silently in my room killed a player and kid jumped on the mic and started swearing at me with slurs and said I’m going to report you for hate speech BBClown 🌝

#

I love this game 🙂 reminds me of a halo 3 lobby sometimes

crude condor
#

lul

crude condor
#

legos for adults

verbal halo
jovial blade
#

damn bro i had this game on my prev potato pc but i bought a new one and at that time this game had to become not free

icy kestrel
#

!rank

fickle crane
#

Made this for my new video thumbnail

#

Being a heli pilot is great, somehow getting tons of points by capturing and transporting, if have great gunners thats also lot of points. Only disadvantage if theres no gunners and enemy heli have.

wind vapor
#

Oh how far the voice-over work has fallen..😢
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
📺 Twitch ► http://www.twitch.tv/ghostgaminggg
🗣 Discord ► https://discord.gg/MzkAVCy
🐤 Twitter ► https://twitter.com/GhostGamingG
🎼 Music ► https://www.epidemicsound.com/
Thumbnail - https://www.flickr.com/photos/shadowsix/

▶ Play video
#

god I miss the bf3 voice acting. no other game comes close

soft valve
#

how do i know if im veteran?

charred tiger
#

!veteran

cobalt cliffBOT
#

Info What is the Veteran role, and how to get it?

The veteran role is given to people that played in 2016-2017. If you think you Qualify, please DM @cinder pendant with sufficient proof.

swift shard
#

!help

wide iris
wide iris
rocky siren
#

bf1 nailed the voice lines and atmosphere

copper cosmos
wary pumice
#

boys i finally got a 100 kill game

harsh pendant
#

🤯

autumn kernel
#

Linux talk wooo

minor mesa
#

I'm here for it

viral sparrow
#

the best kinda talk lol
or annoying (for windows users)

autumn kernel
#

Or mac users

minor mesa
#

Or chromium users

autumn kernel
#

I heard chromeos is based on linux

opaque ingot
#

windows users happy to clog chat with windows stuff but call linux users "the vegans of computing" who "dont shut up about linux"

viral sparrow
#

mac doesnt exist in my eyes
same with chrome and that 2-5 year life expectency

autumn kernel
minor mesa
#

I think it's based on Linux in the same way Android is based on Linux (kinda but not in the sexy way)

viral sparrow
#

like tbh
i enjoy windows for its ease
but its fun to setup linux to be as easy as windows

autumn kernel
#

As soon as more anticheats support linux the gaming on it will be way better

minor mesa
#

Truuueeee that's the only thing holding it back rn

opaque ingot
#

also better VR support 🙃

autumn kernel
#

Or you get banned by using patches that avoid the anticheat

viral sparrow
#

well the new faceit AC supposedly is looking to support linux
well for battlebit atleast

autumn kernel
#

Yep they said that

viral sparrow
autumn kernel
#

I reinstalled arch 3 times on my main pc

Not happy with the setup every time

minor mesa
#

Yeah I always end up coming back to arch

autumn kernel
#

I tried nix for a while

#

but it's such a hassle to do things

minor mesa
#

I tried going back to a "noobie" distro for a lil bit and it was nice but goddamn I just hate gnome

opaque ingot
#

steamos3 please come faster 🙏

autumn kernel
#

Steamos on desktop or what?

opaque ingot
#

yeah its currently deck only (though there are forks like holoiso to make it kind of work for other systems)

autumn kernel
#

it was a kde flavour iirc

minor mesa
#

That's hot

autumn kernel
#

I also tried kde but It lacked customization, now before you go against me.
The settings are hard to find if you don't read every single thing

minor mesa
#

That's true they do bury quite a bit of stuff so that's fair

autumn rune
#

yo

minor mesa
#

I usually switch between Qtile/KDE/lxde

autumn kernel
#

arch Arch always got my back

viral sparrow
# autumn kernel I reinstalled arch 3 times on my main pc Not happy with the setup every time

I’ve had to do that recently myself
One day grub just killed itself and I had to fix it (that was atleast easy)

Then 1-2 days after that my kernel uninstalled itself or corrupted
So I used my liveUSB checked if the kernel was there
Nothing in the boot folder

So I figured there were more underlying issues so I just reinstalled to be safe
Ran that OS for a decent bit tho lol

opaque ingot
#

archwiki goes harder than my moms belt

minor mesa
#

the ride or die. trying to get a container setup on my android phone but fuckin mirrors are broken or something

autumn kernel
minor mesa
#

been there

viral sparrow
#

Yep lol
Grub I manually messed up
But the kernel I was away when it happened
Goto my PC to see it’s off and when I booted it
Kernel not found

autumn kernel
#

I should take snapshots

#

but that would be boring

viral sparrow
#

Rsync instead

minor mesa
#

true I just keep backups of all my files and those get bounced around as I distro hop

autumn kernel
#

I keep "finishing" my rice, wait 20minutes and I'm deep inside my dotfiles again

viral sparrow
#

lol
i tried to stay away from distro hopping
all i usually do is change my DE if i want a change

minor mesa
#

YUP the cool thing about Qtile is that it's all python, which is like my main language, so I've made a bunch of jank little scripts that change various config stuff

autumn kernel
#

Haven't switched since I hopped on Hyprland

viral sparrow
#

only distros ill use
kali
and arch
(also heard of archblack which interests me alot its just like kali)

autumn kernel
#

I'll add nixos.

BUT only for business stuff where I need a working system

viral sparrow
#

wheres tinyOS lol

autumn kernel
#

tiny who KEK
never heard of it

viral sparrow
#

best OS out there xD

minor mesa
#

Isn't that the one that's like 10MB

autumn kernel
#

website checks out

viral sparrow
#

yeah somewhere in the low low mb

#

great OS to just laugh at

#

i love it lol

minor mesa
#

• 2013: slowly retiring 😭😭😭😭

autumn kernel
#

o7

viral sparrow
#

tails is also real nice to have

minor mesa
#

I used to have a Kali drive but now I just have whatever tools I need for testing on my arch machine

viral sparrow
#

yep thats what ive done too

autumn kernel
#

I swear I read about so many people breaking arch every other day, like what
Are they using the AUR like an appstore or what

viral sparrow
#

reinstalling python2 was a pain tho xD

minor mesa
#

I think I've only ever broke it dicking around w the bootloader

autumn kernel
#

What do you need py2 for

minor mesa
#

A lot of pentesting tools are written in py2

viral sparrow
#

old wifi programs to sum it up

blazing zinc
autumn kernel
#

ah kk

viral sparrow
autumn kernel
#

Looks like blackarch comes with I3?

minor mesa
#

But nowadays it's pretty much getting migrated to py3. When I had to make tools for my pentesting classes it was like "you can use py2 if you want but if you use py3 that's fine"

viral sparrow
#

lol
id change that to XFCE in an instant

autumn kernel
blazing zinc
minor mesa
#

All this talk about wm's bouta have me wasting my Sunday acting up in .config/

autumn kernel
#

rm -rf ~/.config
time for a new rice

viral sparrow
#

i was debating on trying xmonad
but im still iffy on it personally

minor mesa
viral sparrow
#

too many binds to remember xD

autumn kernel
#

that guy

viral sparrow
#

huh?

autumn kernel
#

A friend pinged him and told him to call me candy

viral sparrow
#

discord AI?
oh god

autumn kernel
#

clyde has been around for a bit

#

@modest rain that's him

#

seems like there are no ctf matches rn 😭

minor mesa
#

Yo what program is that??

autumn kernel
#

That's my own api wrapper

viral sparrow
#

👀

autumn kernel
#

wrote a little js test to check

minor mesa
#

That's sick what site is that pulling from?

#

I've just ever seen ctf on like tryhackme

viral sparrow
#

aww
cant post the code here

potent gull
#

@clyde

pulsar violet
#

It's hot outside I do not recommend a range day.

narrow dune
#

【JUMP MV】第6曲目は、
『NARUTO -ナルト-』(岸本斉史)×『シルエット』(KANA-BOON)コラボMVを公開。

★JUMP MV 動画はコチラから
・『NARUTO -ナルト-』×『遥か彼方』ASIAN KUNG-FU GENERATION
https://youtu.be/nsw-ddleSII
・『銀魂』×『修羅』DOES
https://youtu.be/Bbp-5fHZOYE
・『銀魂』×『サムライハート(Some Like It Hot!!)』SPYAIR
https://youtu.be/Z7bw5wBafu8
・『BLEACH』×『*〜アスタリスク〜』ORANGE RANGE
https://youtu.be/GH0zZgI205s
『Dr.STONE...

▶ Play video
cunning nexus
vocal tundra
#

oneday

autumn kernel
#

lmao

faint harness
#

battle bit rule 34

molten glen
#

Just seen the dev in my first CTF game, woo and it was fun as heck

fluid axle
terse widget
#

.

charred tiger
void quiver
#

@verbal halo Make the cheong......

verbal halo
#

delicsious

verbal halo
void quiver
#

Works with any fruit, you can even make them into sodas with carbonated water

#

Some guy on youtube did peaches and he liked it a lot

lost echo
wet otter
#

is it mutlu or multu?

fickle crane
#

Multu

#

i think the YT guy wrong

fringe sapphire
#

@low jacinth got the detective here, my original first account i had sold to someone in my clan i was in a the time when my pc broke, which when i made this account when i built a new one, played a solid 12k hours on this new account cheating the whole time?

#

but yh ima go back to battlebit now lmao

#

dont even bother arguing it bro i was so annoyed i sent a whole book, you aint gotta believe me man shit happens hopefully i get unbanned other than that im just trying to fix my battlebit issue which im pretty sure its fixed after that first guide

low jacinth
fringe sapphire
#

ok then lets just say i did cheat so that discussion can go lmao

low jacinth
#

Why be hypothetical about it? Cmon don’t live in the closet! Own it and strike fear!

fringe sapphire
#

ok lmao

#

ill @ you if i do get unbanned if not then forever remember that Nancy Holloway was a lowlife cheater!

low jacinth
rustic gyro
#

HOMOSEXUAL RELATIONSHIP IS COOL

cyan parcel
#

i didnt post any large messages tho 🤔

still vessel
#

I got it too buddy

#

mods are brazy they really doing god's work HyperXD

waxen heath
#

😂💀

opaque ingot
copper cosmos
#

???????

safe relic
willow sequoia
#

Imagine if that was real

candid island
#

how are yall

stray radish
#

@sand wraith 🥴

sand wraith
stray radish
#

I can eat a fucking building rn I’m hungry asf brb 💀

candid island
#

damn..i just had lunch and that still looks amazing

copper cosmos
candid island
#

i...dont follow but, hey if it's good to you and it makes you happy then. hey parses good i spose

copper cosmos
candid island
#

never played wow. haven't put much time into ff14 because i can't afford the sub since i cant work and just. take care of the house. kinda thing but.

i..heard..parses are..a thing people do? like..damage or something?

copper cosmos
candid island
#

i get that feeling.

rocky siren
green juniper
#

b\

limpid moat
#

aye i have a techy question rq if someone techy could answer it

rocky siren
#

Ok what is the question

limpid moat
#

i need to know what kinda aux cable id need for my headsets mic and audio to be picked up when playing on my pc

#

do i have no choice but to get a split cable? or is there one that doesnt have to split and will pick up both my mic audio and give me audio to my headset?

high hull
#

ok so some minor transit damage, nothing that wont buff out, you'd hardly notice it unless someone told you where the damage was really. also tastes pretty interesting, lemon zest in bread dough is.. something all right.

lost echo
real ice
high hull
#

also thanks, im pretty happy with it (apart from rekting it trying to get it outta the tin. proof of concept worked, thats the important bit)

opaque ingot
#

What the fuck is this thing

real ice
sly copper
#

Soft discord

wide iris
#

Religionism?

wild plover
copper cosmos
wild plover
#

I bought the supporter pack and had it unlocked immediately

copper cosmos
#

aight

wild plover
#

The hammer skins you have to unlock tho

copper cosmos
#

got a bit worried because if it really was 1000 kills barely anyone that has actually bought the pack would be able to use the skin

copper cosmos
wild plover
#

I think 400 is the max

copper cosmos
#

a lot but still achievable

wild plover
#

Theres 3 skins and i think 400 is for the last

placid tusk
onyx mist
onyx mist
twin bridge
#

Hi

faint grotto
#

Hello

granite tendon
#

How to become a sigma in this #motivational short.

HumorousHustler, is a channel made to parodise and make jokes about all the serious grooming and mens health quotes, out there at the moment. We strive to become a place where people can come and have fun and share funny quotes.
Please do Like, follow and subscribe if you enjoy the content.
B...

▶ Play video
narrow dune
#

Song music to listen to right before the match! Happy Monday

narrow dune
#

BRING BACK FUN CLAN OPTIONS FOR THIS GAME

thick slate
#

I may buy squad soon. Anything bad about the game before I do so😔

#

Or things that you guys aren’t a fan of

marsh burrow
#

WHO PINGED

onyx mist
thick slate
cyan parcel
lost echo
azure oak
untold salmon
lethal spear
#

I will live in this channel now

proven pagoda
feral ledge
#

Sai daí brasileiro imundo

proven pagoda
feral ledge
#

Desculpa

lunar prairie
# proven pagoda uh what the fuck

you accidentally grabbed the rope as the helicopter landed, the interaction of the double vault. aparently since it is set to put you at the end of your vault for a wall, it teleported you to the helicopter instead of the other side of the wall. So i guess rope must take priority.

#

probably an unintended interaction

obsidian ridge
cyan parcel
ionic coyote
#

We gotta get a logo up for battlebit on r/place

dreamy marlin
#

hehe, am not even mad, am Tuno, lv 114 about 115, but got this, mostly play on 32vs32 domination, i can 100% sure myself not cheating

wild plover
fair spruce
#

Negus (Ge'ez: ንጉሥ, nəgueś [nɨgueɬ]; cf. Amharic: ነጋሲ negus [negus]) is the word for "king" in the Ethiopian Semitic languages and a title[1] which was usually bestowed upon a ruler of a kingdom or usually a small part within a larger community of separate kingdoms under an Empire by the Negusa Nagast, or "king of kings,"[2] in pre-1974 Ethiopia. The negus is referred to as Al-Najashi (النجاشي) in the Islamic tradition. The title Negus literally translated to Basileus, Greek: βασιλεύς in Ancient Greek, it is widely believed Negus is a variation of this title as the greek title was seen many times in Aksumite currency for the Axumite monarch.
Negus is a noun derived from the Ethiopian Semitic root ngś, meaning "to reign". The title has subsequently been used to translate the word "king" or "emperor" in Biblical and other literature. In more recent times, it was used as an honorific title bestowed on governors of the most important provinces (kingdoms): Gojjam, Begemder, Wello, Tigray and the seaward kingdom, (where the variation Bahri Negasi (Sea King), was the title of the ruler of present-day central Eritrea). The military title "Meridazmatch" was initially used by the rulers of Shewa until the reign of Sahle Selassie, when he and his successors adopted the royal title as well.

#

Laugh pls

narrow dune
main river
#

@ebon mango #1133097168991965304 message

maybe if its gotten as a resupply from the air drop or at one of the captured and controlled points otherwise i couldnt see another way to reasonably add something like that.

#

idk about repair thats a stretch haha

ebon mango
#

could be a decent idea

#

I still think it should be somewhat possible given that armor is likely not lasting more than the first gunfight you have

#

and armor in its current state only increases the time to kill someone by 1-2 bullets at max

main river
#

i do like the though of being able to drop in a "fresh plate" if you will, as you would between engaging debrief and gearing up for new tasking. but not litearrly having support thow a crate and grabbing plates from it, id even stretch with being able to re supply from vics (nobody really gonna bring extra plates to battle thats on you)

#

i do like the idea tho for being able to from air supply drop and or point/base resupply instead of only when you respawn.

jolly lily
round steppe
#

if only I could play literally any other night map for once 😅

opaque ingot
#

River at night is hell

charred tiger
#

Provided to YouTube by Stem Disintermedia Inc.

Nookie · FIDLAR

Nookie

℗ 2023 FIDLAR

Released on: 2023-07-21

Producer: Zachary Carper
Producer: Spencer Hoad
Writer: Wesley Louden Borland
Writer: Leor Dimant
Writer: William Frederick Durst
Writer: Samuel Robert Rivers

Auto-generated by YouTube.

▶ Play video
lost echo
autumn kernel
#

this guy I swear

lost echo
merry willow
lost echo
narrow dune
#

#bungie #ps5 #xbox

Bungie Announced new game Marathon at the PlayStation Showcase today, the trailer also included a QR Code that led to a new ARG Website.

The Website is here
https://sekiguchigenetics.jp/directory

Here is a twitter thread of Screen Grabs from the Site drop me a follow while you are there.

https://twitter.com/GamePassDad...

▶ Play video
#

LETS GO MARATHON!

lethal spear
#

gotta look for some other source, that voice is 🤓

onyx mist
#

@jaunty jewel

#

Usual day

jaunty jewel
#

Fun

potent juniper
#

no way haunted mound on oildunes

onyx mist
jaunty jewel
#

Yeah I might start looking around more at the end of this year after college. I think I went into the wrong field, I can't find a job with my degree already and it's in IT lol

real ice
#

@elfin saffron if body counts are higher and teen pregnancies are lower it means teens are being way more responsible while having sex than they used to be, regardless of what you think ab body counts being higher

jaunty jewel
#

Do abortions count in teen pregnancy stats? I'm curious

real ice
jaunty jewel
wild plover
cunning dagger
#

Thicc boi

wild plover
#

One of these days Larry will hear my pleas

lethal spear
wide iris
narrow dune
#

Welcome to our Weekly Recap #4!

This time with a lot of Larry talking as Oki's Internet died randomly during the Recording, yet still some good insights in Capture the Flag, a bunch of random ideas and fun events in the future.

Chapters:
00:00 CTF Part1
02:16 Intro
04:05 CTF Part2
27:00 Upcoming Events
30:56 Our way with Charity
35:15 Support...

▶ Play video
#

WEEK 4 WOOOOOOOOOO

lethal spear
wide iris
#

Yep

lethal spear
#

"Hey we're making shaders cost over 10x the bright dust. Why? Stupid question!"

#

armor transmog was the only good eververse addition that since shadowkeep, even though it was done lazily

quartz stirrup
mint imp
#

amazing

vital prism
#

multu in a nutshell

lethal spear
# vital prism

a map whose gimmick is meant to be that it has multiple islands
99% of players stay on the same one

lost echo
lost echo
onyx mist
potent gull
#

New map new map new map!!!

errant iron
#

BONG

nova vortex
#

69.69% wtf??

narrow dune
#

PROOOOMOOTttteeeddd!

charred tiger
opaque ingot
#

this the man that made tensatown and lonovo btw :-)

fickle crane
#

playin battlebit while listen to the doors is what i do

wind vapor
narrow dune
vale hare
fickle steeple
#

@viral sparrow yeah basic stuff in bios like xmp everyone is able to change it. But overclocking ram etc weird settings, even to me it is too complex

viral sparrow
#

only time id mess with any bios registry etc
is if i have the knowledge on what im wanting to do

or a guide

#

but ive already done all my XMP, setup virtualization, etc on my bios the day i built my PC

fickle steeple
viral sparrow
#

i personally dont trust PC services/repair companies

fickle steeple
#

Well I got one with high reputation

viral sparrow
#

you can learn from them then on other devices

#

i personally wont let one touch my PC
unless im basically over their shoulder

fickle steeple
#

Well I seen everything they did

#

So i'am not worried

#

@viral sparrow and I don't think so gigachad would scam me

viral sparrow
#

well you know what i got on my PC (somewhat)
so i dont want them copying shit over
or accidently running an EXE that fucks my PC lol

#

since i know what these exe's do xD

#

dont want mr repair dude running memz as a benchmark xD

fickle steeple
#

Isint memz a virus

#

@viral sparrow

viral sparrow
fickle steeple
#

Yeah I know that exe are able to fuckup your pc

autumn kernel
#

cooking rn

opaque ingot
#

PDR-C right?

wind vapor
narrow dune
#

ITS TIME ITS TIME! At long last!

rapid lotus
#

@dark wharf "If you talk about erusean territory"
Erusea is a fictional nation from the ace combat series.

dark wharf
#

No clue what that is lol

#

I thought u were talking about Eritria in Africa lol

rapid lotus
#

no

dark wharf
#

which i didn't even realise existed until recently

rapid lotus
#

dont worry about it

low jacinth
#

@rapid lotus ya still banned?

opaque ingot
#

Jokes are not allowed kittenCry

rapid lotus
#

why would you do that and expect any other result