#off-topic

1 messages · Page 318 of 1

brave inlet
#

maybeeeee. plus a gift for Oki at the end

cyan parcel
#

more playtest pls

brazen oar
pearl badge
#

👍

cunning dagger
#

@velvet kettle Your link has been deleted for suspicion, can you explain what's with the link?

cunning dagger
#

nah

cunning dagger
# cunning dagger nah

we already did that, it's just a black loading screen (Do not do that like us unless you are using a secure device or program)

cyan parcel
#

loadingbar finished

cunning dagger
opaque ingot
#

Dayum

#

How do you check account value?

cyan parcel
#

and freeze until i restarted my laptop

cunning dagger
opaque ingot
#

I've got 250k

#

Value

cyan parcel
#

mine probly is cheap asf

#

i think he meant in his locar currency or other currency

opaque ingot
#

Nah

#

in usd

cyan parcel
#

what da fugg

#

little more until i reach tier 2

opaque ingot
cyan parcel
#

a bug?

opaque ingot
#

Cs:go

#

Account

#

Yes.

#

Bank

cunning dagger
#

you are a living bank

cyan parcel
#

must have some crazy rare skins

opaque ingot
#

It's one of my accounts

#

I've got another one that has currently 1.5m usd

cunning dagger
opaque ingot
#

Livin life 😄

cunning dagger
#

private

opaque ingot
#

It's not public inventory

cyan parcel
opaque ingot
#

😄

cyan parcel
#

give a peek 😄

#

closing in fast asf

opaque ingot
#

This is fake xDD

#

Fine.

#

I'm broke on steam

#

😄

cyan parcel
vast crow
peak cypress
#

3 buck KEKP

brave inlet
#

That’s hot

vast crow
#

His account is approaching gasoline prices

brave inlet
#

roach bro sell ur steam account for 1L of gas

vast crow
#

That isn't my account

brave inlet
#

Damn

opaque ingot
cunning dagger
#

lul

opaque ingot
#

It's fake, no way imm too broke.

brave inlet
#

Sadness

#

Fuck that is small

#

Come to australia!

#

It’s way more developed than most people think lmao

vast crow
#

"Small"
That is the population of the capital of my province

cyan parcel
brave inlet
#

Nobody has died from a black widow, red back or funnel web since 1970 relax

#

U learn to swat them away

#

Plus if u got any kinda infestation the spiders eat those fuckers up

#

Nope ahaha

#

Health insurance is like 40usd fortnightly and you’re covered for like fucking everything

#

That’s family health insurance too ahaha

#

I mean we got climates of all types

long gust
#

sounds like it works like over here in switzerland

brave inlet
#

Swamp, rainforest, desert, snow mountains, tundra

opaque ingot
#

my area is infested with black widows , copperhead snakes, and scorpions

brave inlet
#

And we’re a lot more first world than you’d probably expect

peak cypress
cyan parcel
#

i pay 70 cents for 1liters 👍

#

indonesia 😄

#

its for the highest grade of fuel

brave inlet
#

Ahahah

cyan parcel
#

just 52 cents for 1 liters for the mid tier fuel

opaque ingot
#

tf

#

Too cheap

brave inlet
#

Okay so the highest was 50.7°C and lowest was -23°C

#

Charlotte pass

cyan parcel
#

you guys have winter must be nice

brave inlet
#

Mmm but in all fairness australia is just bigger than America I think so we got a lot of land which results in very different places

cyan parcel
#

also animals

brave inlet
#

Mmm I’m used to 40°C averages mid summer where I live, so anything below 10 is pretty fuxking chilly for me

#

I live in a small city called Brisbane if u wanna know more

#

So yeah 2032 olympics gonna be here

cyan parcel
#

i want to go to australia

brave inlet
#

It’s nice!

cyan parcel
#

but my parents doesnt want to 🗿

brave inlet
#

True, who walks weird

#

Very green city

cyan parcel
#

whats wrong with the current one you have is it very trash?

#

or like godtiertrash

brave inlet
#

She built on a swamp lmao

cyan parcel
#

ah i heard of comcast being dogshit

#

BRO that a scam

#

300 euro for 10/100

brave inlet
#

Lmao I was talking about how he walks with his right hand always on his hip and his left hand goes ✌️✋

cyan parcel
#

is that the only isp available in you're area

brave inlet
#

Go look real quick if u want

cyan parcel
#

that sucks

#

fr?

#

bro why does it even exist

#

atleast if its for ppl with 1gb/s get more data cap than dat but if its only 2tb shit gonna be capped after 5 hours

#

there's even an whole subreddit for it lol

#

i wonder if they ever get sued and lost

loud wing
#

Spare change?

opaque ingot
#

Help me help you be a helper

gaunt sinew
leaden ginkgo
#

wait

gaunt sinew
#

wut

leaden ginkgo
#

I have few question about weapon reload

gaunt sinew
leaden ginkgo
# gaunt sinew BOB in action

[Header("Sway Settings")]
[SerializeField] private float smooth;
[SerializeField] private float multiplier;

private void Update()
{
    // get mouse input
    float mouseX = Input.GetAxisRaw("Mouse X") * multiplier;
    float mouseY = Input.GetAxisRaw("Mouse Y") * multiplier;

    // calculate target rotation
    Quaternion rotationX = Quaternion.AngleAxis(-mouseY, Vector3.right);
    Quaternion rotationY = Quaternion.AngleAxis(mouseX, Vector3.up);

    Quaternion targetRotation = rotationX * rotationY;

    // rotate 
    transform.localRotation = Quaternion.Slerp(transform.localRotation, targetRotation, smooth * Time.deltaTime);
}
leaden ginkgo
#

thx for @golden jackal

gaunt sinew
#

i got one tho

leaden ginkgo
#

@gaunt sinew ok so I made a gun animation with character

gaunt sinew
#

ok

leaden ginkgo
#

but gun animation doesnt working

#

lemme open the unity

gaunt sinew
#

ok

#

i gtg in 15min so u gotta hurry up

leaden ginkgo
#

ok 1 min

#

ok so this is my model

#

gun parts are moving

leaden ginkgo
#

but in the unity its not I mean gun parts are not moving

#

same frames

#

@gaunt sinew do you understand or not ?

#

@gaunt sinew never mind my question I have new question about that, is that your gun and character model same object(model)?

gaunt sinew
#

wait

#

did u try to export it as fbx maybe?

leaden ginkgo
gaunt sinew
#

this is the player model im using

leaden ginkgo
gaunt sinew
#

noup

#

im using my own hands lol, still in learning phase with complex animations

#

my gun is attached to the right hand

#

i did the animations in unity tho

leaden ginkgo
#

I understand thank you

leaden ginkgo
atomic wing
#

how do i get my patreon backer role ?

#

already payed 10 usd

summer cypress
#

Imagine if we got a battlebit minecraft server

#

just a random thought that came to mind

slow iris
#

Oki actually had one

#

He hosted it using the server :D

gaunt sinew
#

i dont have a complex game

rain night
#

@primal onyx Give me RUS role

pulsar schooner
clever meadow
#

me on april 7, 11:95 pm

cyan parcel
#

🤔

limber oyster
#

Do it separately

gentle plume
raw steppe
cyan parcel
#

thats sexy

raw steppe
burnt ore
#

russian

gentle plume
#

yes

coarse oriole
burnt ore
#

war thunder makes me sad

opaque ingot
cyan parcel
#

im a soviet main 😎

burnt ore
#

i love tanks and hate freemium cancermodels

opaque ingot
#

t-34’s are so annoying to kill but they cant pierece through my italian m4a1 vito

burnt ore
#

i just want a tank game that does what mech warrior does, like mech warrior 5, but with tanks.

cyan parcel
#

but i love using swedish tanks lately

opaque ingot
#

I main italy

cyan parcel
opaque ingot
#

i only have 30gb disk space left on my laptop and the new war thunder 60gb update is pain

opaque ingot
cyan parcel
#

i maybe gonna be using the premium variant

#

i almost have every premium tanks in soviet tech tree

opaque ingot
#

here is my tank loadout
what i spawn with in order
m4a1 vito - r3 t20 that bredla whatever it scalled anti tank italy

burnt ore
#

it feels like every update war thunder makes economy worse on purpose

cyan parcel
#

@viral sparrow imaybe could surpasse the 50 rank guy today

cyan parcel
opaque ingot
#

its so hard to get Silver lions

burnt ore
#

its intentional, and by design

cyan parcel
#

i got a year worth of premium 💀 gonna expire on may

hoary saffron
#

Off topic but why are you guys closing the game like literally two days after you open them back up? How long are you gonna keep them down

burnt ore
#

its a playtest.

hoary saffron
#

They better not keep it down for another god damn month

burnt ore
#

game is moving to early access after, at some point in the year

opaque ingot
#

i had to wait a whole day for my 3 vehicles to repair cause i has -3400 silver lions

hoary saffron
#

why not just early access now

burnt ore
#

its not ready

cyan parcel
#

i mostly play on 3-5 br

hoary saffron
#

Its fun what more to say, just update as u go

opaque ingot
#

people who keep using kv-2 are just a pain in the ass

hoary saffron
#

Gonna lose fanbase and players if you keep shutting it down

burnt ore
#

theyre working on foundational things, not gameplay related features.

cyan parcel
hoary saffron
#

They need a bigger team :(

opaque ingot
burnt ore
#

theres only one dev, one map designer, one graphic designer

#

the current iteration of bbr is two years old, this is an over 6 year old project

viral sparrow
#

thats the issue with modern games
they release trash then update as they go till its semi playable then dump it n make a new sequel or project etc

opaque ingot
burnt ore
#

if its released now with foundational problems, that would erode a playerbase moreso than just making them wait

opaque ingot
burnt ore
#

we have an early access date of 2022, its comin

opaque ingot
#

its only the american tanks and russians who are a pain everything else is easy to kill

burnt ore
#

but a lot has been done, even since the last public playtest in feb.

cyan parcel
#

most of guys now just use t34

opaque ingot
#

im sick of war thunder im buying premium + silver lions

cyan parcel
#

the germans is kinda good but you gotta A N G L E

burnt ore
#

i just stopped playing war thunder instead of putting up with their crap

#

i quit world of tanks for the same reason, they obviously dont respect their playerbase

opaque ingot
opaque ingot
#

i kill tigers more than i kill t34 and kv-2’s

cyan parcel
#

i only played 2 hours of wt this week

opaque ingot
burnt ore
#

see people expect german tanks in wt to be crazy good because they were strong at the time irl but theyre placed against higher tier tanks in war thunder so they get bullied instead because theyre not fighting dinky little tanks that won by outnumbering them

cyan parcel
#

i play world of warship now 48 hours 🤣

opaque ingot
#

Bro italy destroys germany and anythjng thats not american and soviet

cyan parcel
#

soviet kv2 bias

#

miss a shot just pray that you dont get shot up the but

opaque ingot
#

i cant wait till battlebit releases

burnt ore
opaque ingot
#

if it releases im gonna stop playing other games

#

battlebit

burnt ore
#

duh, reading comprehension lel

#

my brain small sorry im playing bad games and procrastinating

opaque ingot
#

man its 5 am for me and ive been awake since 7 am

burnt ore
#

i did that yesterday

opaque ingot
#

i should probably sleep now

#

@cyan parcel if you ever wanna play i play on console + pc but im lower br on pc and higher on console

cyan parcel
#

why?

#

i mean like why u have 2 platforms

burnt ore
#

either old player and played both, or they dont allow account linking (i know they allow cross platform play though)

gloomy cargo
#

.

fallen zealot
#

Sup

fallen zealot
#

How many more days for the playtest?

cyan parcel
#

oh he dead the bot

viral sparrow
#

RIP bot

cyan parcel
#

rip

vague ridge
#

whoever interested

cyan parcel
vague ridge
#

i think so actually

primal onyx
#

@ocean stag you have been warned for sending sensitive & disturbing content + Sending content about Drug use.

ocean stag
#

oh

true carbon
#

Yo

ocean stag
#

ok didnt know that would consider it but i guess now that i think about it a bit more

true carbon
#

It says that I should be member in battlebit

#

But I am not, anyone has a solution?

#

Your role updated to members it says

opaque ingot
#

i updated

silk pier
#

ceck the files

#

check

frail iris
#

Same here, i also have updated and also check files and it still says that my version does not match with server version

#

Even tho i check files and it said "All files successfully validated"

fallen smelt
cyan parcel
#

pog

#

lmao

#

1 guy made the whole team runs into the wrong way

torn nexus
#

who here has the phobia of Hippopotomonstrosesquipedaliophobia

#

and who has Pneumonoultramicroscopicsilicovolcanoconiosis?

cyan parcel
#

what da fug

peak cypress
cyan parcel
peak cypress
cyan parcel
#

👍

obtuse juniper
torn nexus
#

oh

#

well what about Hippopotomonstrosesquipedaliophobia

torn nexus
#

i might use them in "beat furries in hell simulator"

primal bison
#

where is battle bit-it chat?

vast crow
primal bison
#

:/

#

It's a shame cuz there are a lot of battlebit players from Italy

cunning terrace
#

battlebit is awsome

#

cant wait for release

steep gull
#

yo

opaque ingot
#

why they dont add beatbox into battlebit?

cunning dagger
#

mmm shotguns

obtuse juniper
#

bf1 ResidentSleeper

oak stream
#

TFW the top scorer actually did the objective but had a 1:1 kd.

obtuse juniper
#

just stop

#

kills help with objective

azure oak
#

I like how you can tell who uses snipers just based on the K/D's

obtuse juniper
#

umm

#

no, u cant. People have 6 plus KD's using zero snipers

#

called being good at teh game

cyan parcel
#

bf v is good for me 😅

obtuse juniper
#

stop stop stop

cyan parcel
#

👍

gritty gale
#

hey

#

when does the big playtest start

jagged fable
opaque ingot
#

Bruh I don't see the info anywhere ;-; (nvm that was not meant for me, I'm dumb.)

slow iris
obtuse juniper
#

That is just

#

Typically bf community

peak cypress
wind pasture
#

Yep

cyan parcel
#

also wtf is that spider

wind pasture
#

Just verify files

old owl
#

me be like when oki hosts a small playtest

cyan parcel
#

that spider is fucking huge

compact dust
cyan parcel
#

😱

primal onyx
opaque ingot
cyan parcel
#

i see no politics 🤔

oak stream
#

It kinda is, but Boomers are over 60 by now, so who cares?

viral fossil
brave inlet
silver verge
#

@cyan parcel basically fully mechanized and fully equipped with our own weapons

cyan parcel
#

ah

dense marten
#

There's no way Vietnam has nuclear weapons Larryenteredthechat

torn nexus
silver verge
dense marten
#

ASEAN 1967: Exist to fight the threat Vietnam possesses

ASEAN 2020: Vietnam for president

cyan parcel
#

lmao

dense marten
#

We somehow are really good at making friends with our old enemies

cyan parcel
#

hm why do i think this is againts rule 8 🤔

peak cypress
#

good thing you guys stoped before i say it.

cyan parcel
#

i knew it

celest lintel
#

Haha

cyan parcel
#

its a great thing that i stopped responding

silver verge
#

damn there were already 2 mod in here to stop you guys from violating rule 8

dense marten
#

Rule 8?

silver verge
dense marten
#

It's not politic

#

it's a meme kekw

silver verge
#

history?

dense marten
#

History meme yep

silver verge
#

I mean, this is basically why EnderDroid got banned

cyan parcel
#

its considered as politics so 🤷‍♂️

silver verge
#

yep

dense marten
#

Nah they said he posted a NSFW vid

#

That's what the helper said

silver verge
#

plus that too

cyan parcel
#

its not the only rules he broke tbh

dense marten
#

don't care + didn't ask HyperXD

silver verge
#

I'm still talking with him, he said he wants to be back but it seems it's all over for him
though he did say something about 3 weeks

cyan parcel
#

2 of these guys are gone

cyan parcel
#

for timhouse he got mad for getting warned while arguing in #patreon-backers and the same day he refunded patreon an got banned fo violating the rules

cyan parcel
dense marten
#

I feel like timhouse's pfp already violated like 3 rules of common sense

#

SHEEESH text to speech on discord is so good

silver verge
dense marten
silver verge
#

not gonna lie, I kinda miss him

dense marten
#

Who? Roid?

silver verge
#

haha 🙂 get botted

cyan parcel
#

reeeeeeeeeeeeeee

dense marten
#

dangit

cyan parcel
#

thats the max

crystal heath
opaque ingot
cyan parcel
tawdry crescent
#

Can y’all help me settle a argument? Post a answer in dms. I’m keeping track for 1 week

#

Chuck E. Cheese? Is it a restaurant or childrens entertainment (dms answers because it’s for a poll)

cyan parcel
#

answered

opaque ingot
leaden ginkgo
crystal heath
#

ty

cyan parcel
#

nice sausage you got there

cyan parcel
#

i wonder how that taste 💀

lean portal
#

hahahahahahahahahhaha @daring adder

daring adder
#

kekw\

#

hahqhahah

cyan parcel
#

wat da duck

daring adder
#

Again return to 1 off-topic

cyan parcel
#

now we embrace multilanguage off topic 🙏

lean portal
#

bb ren

crystal heath
lean portal
#

true

cyan parcel
#

i see that ppl in rus chat are talking about something

midnight tusk
#

@wild scroll ну раз отобрали, значит нужно использовать этот канал по назначению

В первый раз?.пнг

#

Запускайте работяг

lean portal
midnight tusk
small harness
#

хелло американ

cyan parcel
#

hello

#

im just going to translate everything you say in google 👍

cunning dagger
#

we have the community all of the world

#

you don't have to say that

cyan parcel
#

for russian this is the first time for me

cunning dagger
#

I see

cyan parcel
#

hard one is trying to translate japanese

lean portal
#

не все русские могут общаться в этом канале, только патреоны могут

cyan parcel
#

oh really?

cunning dagger
#

what?

#

really?

cyan parcel
#

thats sad

lean portal
#

да, спросите у виласкиса или модераторов

cunning dagger
#

yep

cyan parcel
#

i wonder why

cunning dagger
#

I got the announcement now

#

Just a kind reminder

lean portal
cunning dagger
#

no mather what:

#
  1. Absolutely no politics - Do your best to avoid interacting with political discussion and do not begin political discussion(s). If you do then you will be warned and continuing/arguing the warn(s) will result in removal from the discord.
#

Just a reminder

wild scroll
cyan parcel
#

oh is it why the ru off topic got bonked?

cunning dagger
wild scroll
cunning dagger
#

got back now

#

nice

small harness
lean portal
#

вот, умный пчел, сбросил роль и может общаться

cyan parcel
#

very brave guy i see

#

how do you drop the role withouth rejoining 🤔

cunning dagger
#

ask a moderator ?

lean portal
small harness
cyan parcel
#

but da patreon role 🤔

lean portal
#

потому что

cunning dagger
#

closed

cyan parcel
primal mist
#

@lean portal ||sauce|| cough cough

cyan parcel
#

what sauce hot sauce 🤔

lean portal
cyan parcel
#

i got a question is google translate english to russian gud or bad

deft marlin
#

hello here to everyoneE_

cyan parcel
#

👋

lean portal
cyan parcel
deft marlin
#

now, due to force resettel, we'll live here with you

cyan parcel
deft marlin
#

now, more faces to be remebmered

cyan parcel
#

you could use russian if you want to il translate it

deft marlin
#

nah, i would prefer to use eng, at least, i need to practice my writing english

cyan parcel
#

if you want to sure

deft marlin
#

Besides, you're only one for now, who do this. Not everyone will do that

cyan parcel
#

tbh im the guy who always online in the server ask @opaque ingot im active 24/7 am i right

keen scroll
#

I can confirm also.

lean portal
cyan parcel
#

we both gonna practice our english 🤝

cyan parcel
deft marlin
#

but, thing in losing our off topic is sadkittenCry

cyan parcel
#

yea kinda sad i feel it

#

i thought my discord bugged when i see the ru off topic channel gone

deft marlin
#

well, what we can do, if new people just coming to server and breaking rules

cyan parcel
deft marlin
#

yesterday, got 2, that was discriminating guy, that had Z on avatar

cyan parcel
#

got banned?

deft marlin
#

yep, both

cyan parcel
#

well if you want to survive in this discord probly just keep mouth shut from politics

deft marlin
#

and another one started same topic, with other guy and involved the same guy, that was discrimitated yesterday

cyan parcel
#

thats pretty bad

deft marlin
#

and he's still trying to finish his point to admins

cyan parcel
#

hey you're english writing is pretty good in my opinion

cyan parcel
deft marlin
cyan parcel
#

yea it good from my perspective a guy who sometimes chat with an broken english

deft marlin
#

but it still remains to practice speaking eng, that's important one to

cyan parcel
#

speaking is alot harder

midnight tusk
cyan parcel
#

im pretty good at speaking english it just that i have word stutters everytime 💀

#

did my wifi actually die

#

my wifi suddenly having seizure just now

charred sphinx
#

Howdy.

cyan parcel
#

hello Zaxoosh

deft marlin
#

ik, but if English lessons were not based on learning British English, than, it would be easier

charred sphinx
#

Howdy @cyan parcel

cyan parcel
#

Zaxoosh ritual to greet in every english chat

charred sphinx
#

Indeed.

keen scroll
#

Hello Zaxoosh 🙂

charred sphinx
#

Howdy you.

cyan parcel
charred sphinx
charred sphinx
deft marlin
charred sphinx
#

Howdy.

#

Great talk. How is everyone's day so far?

#

I've just been to a restaurant.

#

Very nice indeed.

cyan parcel
charred sphinx
#

Ah I love coding. I'm learning C#.

#

Gotta learn it for my career.

cyan parcel
#

i gotta learn it for school

deft marlin
#

mine good, if not count news, that ru off topic is "dead"

charred sphinx
#

Nice. It's really handy.

charred sphinx
#

It's better that way. Now we've got a multilingual channel.

cyan parcel
#

yes more international friends now 👍

deft marlin
#

I'm about to start learning c++ in school, but i prefer to learn c# and unity

charred sphinx
#

Indeed.

cyan parcel
#

ppl could train their english here too

charred sphinx
#

Indeed.

deft marlin
charred sphinx
#

Indeed.

keen scroll
cyan parcel
#

larry streaming later lets goo

charred sphinx
cyan parcel
#

probly will not watch it its almost 00:00

charred sphinx
deft marlin
cyan parcel
#

ahh

#

today i visited my grandma and go to my middle school reunion and i forgot most of them

deft marlin
#

but that's + for me to be here

#

i realised, like, i came back to start

cyan parcel
#

start?

deft marlin
#

i started talking here(on serv) in patreon channel, on eng, moved to ru, and now here

cyan parcel
#

here overall better we could talk about anything we want 🤣

deft marlin
#

seems, my fate tells me to speak in eng

cyan parcel
#

more you put it into practice the more you will learn about it

deft marlin
#

that's right

cyan parcel
#

i usually practice my speaking by joining random english vc in randoms server just to have a random convo

deft marlin
#

enough reading lore of the games on english, it's time to communicate with other ppl

cyan parcel
#

yes

#

and now im bored

#

now im gonna go to sleep good night

ashen swallow
#

and good night then:)

small harness
#

good night😴

deft marlin
#

oh, good night there

#

i'll just continue to play farming simulator(what the hell i got into...)

deft marlin
#

pc, fs22(pirated)

primal mist
#

how many gbs??

primal mist
deft marlin
#

22gb game, and 14gb installer

#

my friend cultivated it all, and i need to make it "black"(idk how this process names) to finish contract

primal mist
#

idk much about pc games only played android ones

wild scroll
#

@white mortar я 2 раза в бане бывал

#

из-за мемов
Гренадер привет ксатит)

median elbow
#

Praise allah

cunning dagger
#

?ban 499575123754614784 Racist meme + Religious jokes: Rule 1

sick tideBOT
#

dynoSuccess gds agent pro balls#9411 was banned

deft marlin
#

That was fast

lean portal
#

база

sinful oasis
#

i wnat help

#

when i run the game the screen goes black after unity intro

#

how can i fix it plz people help me plz

oak pendant
#

Hi

cunning dagger
sinful oasis
#

where

cunning dagger
#

at the black screen

sinful oasis
#

no

deft marlin
#

It's just black screen and that's all?

cunning dagger
#

hmmm

sinful oasis
#

yeeaaa

deft marlin
#

And game crashes?

sinful oasis
#

nope

#

its just black screen

vast turtle
#

.

sinful oasis
#

i have window 10 with 4 gb ram 2.5 processor i5 inet R 4000 and its a laptop

#

help

cunning dagger
#

with ss

lean portal
brittle forge
lean portal
cunning dagger
timid current
#

Where is off-topic ru?

small harness
deft marlin
#

Его не стало, можно гробик поставить уже, в честь него

Делаем из этого сообщения гробик, в честь памяти существования канала #offtopic-ru🕯️

lean portal
wild scroll
#

Нету

timid current
brittle forge
#

Я приму это за свой счёт kitten2077

lean portal
#

твою я осуждаю

deft marlin
#

Украл комплимент, панимаю

brittle forge
#

На самом деле немного не понимаю прикола убирать руфтопик, ведь теперь если иностранцы захотят побубнеть паралельно с нами (или наоборот), то будет немного неудобно двум сторонам, начнется техасская мазня говном

brittle forge
deft marlin
#

У нас и так актив был не особо большой, не помешаем.
А убрали... Походу виля уже не хочет возится с этим

lean portal
#

модеры не хотят выполнять свою работу, база

deft marlin
#

Может пополнить состав, а то один амиару по сути у нас активничаетliquidThinking
Он ведь два фронта контролирует

small harness
brittle forge
#

Амертум, ты в Арма 2 не играешь?

small harness
#

Не-а

brittle forge
#

Тогда ладно

deft marlin
woven sky
#

As i can see off-topic is now our-topic
HyperXD

deft marlin
#

Always will beE_

small harness
brittle forge
#

Выпал

deft marlin
#

Кста, а чё рен ливнул?

lean portal
#

познал бытие

brittle forge
small harness
#

осваиваемся потихоньку

brittle forge
deft marlin
#

Было их, стало нашеE_

lean portal
#

Сносно тяжело

woven sky
#

Guys speak english please

lean portal
#

мульти лангуаге канал, ладно

rose fossil
#

Мультилангуаге шеннел так в шапке начайника

opaque ingot
#

Please stop talking russian guys, this is an English off-topic channel.

deft marlin
#

Ні, говоріть краще українською, це ж мультимовний канал

alpine sapphire
#

?warn @foggy cedar politics

pure quailBOT
#

[Wagner]Mr.Jambo(идет набор)#9414 has been warned, this is their first warning.

sick tideBOT
#

dynoSuccess [Wagner]Mr.Jambo(идет набор)#9414 has been warned.

hearty estuary
#

no more off topic rus for you

foggy cedar
#

what

hearty estuary
deft marlin
foggy cedar
#

really

quick cobalt
#

Джамба, а скок варнов у тебя?

deft marlin
#

Джамбо, признай, тут правила карают жестче

deft marlin
quick cobalt
#

Не, на этом акке. Уже сказали

deft marlin
#

А, ладно

small harness
#

рекордсмен

hearty estuary
#

никак угомонится не может

lean portal
#

у чела как бы 4 аккаунт у чела уже

hearty estuary
#

🤙

lean portal
#

написал "у чела" два раза

#

я шизофреник или дебил?

hearty estuary
#

русский больной волк солдат + тачанка 🤙 🤙 🤙

timid fog
#

Шизодебил.

foggy cedar
deft marlin
#

Это же можно матюкатца теперь, да?E_

opaque ingot
#

AIEEEE what are these symbols

rose fossil
hearty estuary
deft marlin
#

Hello from ru and uaE_

lean portal
#

в шапке оффтопика и в правилах сервера ничего не написано про маты, это что получается, мы что ли материться можем!! афигеть

sick tideBOT
rose fossil
hearty estuary
#

@woven sky а за што офф топ ру....

deft marlin
#

У виласкиса спроси, он же снёс его

woven sky
small harness
hearty estuary
#

как и в той раз

small harness
deft marlin
#

Там просто 3 челика решили устроить обговор политики

small harness
#

ему как раз одного варна не хватает до бана

opaque ingot
#

Are you trying to curse me with a magic spell?

deft marlin
#

Не, тут можно по сути, я видел как люди спокойно маты юзат на инглише(только не в агресивной форме на чела)

quick cobalt
#

Давайте может спросим мнение эксперта? Амиару например?

opaque ingot
#

why do i have to wait for 11 days just to play?

deft marlin
small harness
deft marlin
quick cobalt
#

Ок, ждем-с

deft marlin
#

Хотя я думаю, что просто виля нас не выносит

deft marlin
outer bane
left mason
#

ня

deft marlin
#

Ичи

lean portal
#

вывернутый вернулся

left mason
#

я мираж

lean portal
#

а я думал нюк

left mason
#

нисан

#

пора не писать сюда еще полгода

hearty estuary
#

согл

lean portal
deft marlin
#

Пришли, что бы уйтиkittenThinking

viral sparrow
#

why have the russians taken over off topic
didnt they have one for themselves before?

oak stream
#

They still do.

#

Oh, it's gone.

viral sparrow
#

yeah i was about to say

oak stream
#

Probably because the bot died before.

viral sparrow
#

strange

slow iris
deft marlin
#

You can forget about ru off-topic

oak stream
#

¯\_(ツ)_/¯

deft marlin
#

He's buriedkittenCry

burnt ore
#

Not sure what deleting it accomplished lol

slow iris
subtle trench
#

Quick question: are playtesters going to be able to keep the game and play it free of charge when a price tag is eventually implemented later on?

woven sky
#

When game hits Early Access playtest is going to be closed

#

As well as Patreon

timid current
slow iris
#

dw it's only 4.3 😔

dim mist
#

To the developers here is the video I found , Asmongold is making something like game contest so you can apply for it https://www.youtube.com/watch?v=c7iljGwwj3s

New OTK show coming soon

► Asmongold's Twitch: https://www.twitch.tv/asmongold
► Asmongold's Main YT Channel: https://www.youtube.com/channel/UCQeRaTukNYft1_6AZPACnog
► Asmongold's Twitter: https://twitter.com/asmongold
► Asmongold's Sub-Reddit: https://www.reddit.com/r/Asmongold/

Thank you all for watching! Stay tuned and subscribe to the of...

▶ Play video
burnt ore
subtle trench
#

Damn thanks for the info

#

I'll still be shelling out the money for it though

viral sparrow
#

for what reason?

cyan parcel
#

politics possibly

burnt ore
#

just seems weird to delete their off topic if it just means it continues here instead

#

seems unproductive

#

(assuming it got deleted for something like that)

opaque ingot
#

It feels weird having the two channels intermingled

oak stream
#

Could commit weird and just do threads.

ashen swallow
#

testing

azure oak
#

Bro their just talking amongst each other, just talk amongst yourselves too

#

No difference

obtuse juniper
#

agree

#

i really dont see what is wrong with other people talking here lol

burnt ore
#

I was moreso just wondering what deleting it accomplished it wasnt a complaint

wild scroll
#

Че тут поцы возомнмли

cyan parcel
#

im dumb

azure oak
#

If you get better discord you can get a translator plugin, just click on the message to translate it

cyan parcel
#

yea ik im installing it later

slow iris
#

Just a warning

azure oak
# slow iris Against Discord TOS

Its against discord tos but discord doesn't regulate it or check if players are using it either, they've made virtually no comment on it

#

Unless you get a message logger and talk about it publicly, it doesn't matter

cyan parcel
#

i only use it for themes ngl

static pawn
#

Like weird api requests or missing headers

azure oak
static pawn
#

Yea

#

By being an injection to the official discord client

azure oak
#

It wouldn't be used if they were doing ban waves of people using better discord or actively speaking against it

static pawn
#

They did give betterdiscord's server more member slots

azure oak
#

that's funny

static pawn
#

Ye idk what is going on in their minds

wild scroll
wet dirge
#

is the game open

static pawn
#

:readfaq:

mystic iris
#

Как же хочеца родной оффтоп

small harness
#

тут тоже весело проводить время

mystic iris
#

Ну реал по приколу

stark raven
#

někdo CZ? 🇨🇿

lean portal
#

Неко тян?

#

Да это я, Фрум мейд неко фута лоли

mystic iris
#

Ясно, чех

lean portal
#

Люблю чешские фильмы

#

Глубокий сюжет...

mystic iris
#

Где благородный молодой человек дает деньги бедным студенткам?
Трагедия достойная оскара

pastel eagle
#

Profilovka Zero Two z Darling in the FranXX?

#

Miluju tohle anime

wild scroll
#

фуу неоль два

small harness
#

и вапще евангелион лучшэ

inland sleet
#

A pochemu vi tut po russian obshaetes? Tut je tolko po English mojno...

inland sleet
#

A

#

Nu ladno

small harness
inland sleet
#

Eto tvoi problemu, esli ty ne ponimaesh moi angelskiy English.

foggy cedar
inland sleet
#

Da, mogu daje choto skazat na anglichanskom

toxic dew
#

ya panimayu ruski nu nisnayu chitait puchomu ya hispanis

mystic iris
#

tebya podbrosili

gray orbit
#

Ogo, tyt sborishe intelektyalov

vital shoal
#

kendi ülkemin kanalı 5 kez kapatıldı

#

cidden çok üzücü, bütün bu diğer ülkeler kanalı off topice çevirmiyor

mystic iris
deft marlin
#

Tyt sid'at tol'ko genii, ne priznanie obshestvom

toxic dew
mystic iris
#

zachem materishsya?

deft marlin
#

ny tyt ved' mogno

mystic iris
#

a transleytniy mat mojno upotreBLYAT`?

deft marlin
#

ya ne znau, no yveren shto mogno

old owl
#

Thats as many subs I got

brittle ibex
#

i've got 11

#

thats more than 5 right

old owl
#

yes

lime wing
#

hard to tell how you get the role.. never seen them mention requirements

old owl
#

Shall I dm oki?

silver verge
#

guess you passed the "requirement" now

old owl
#

about the requirements

lime wing
#

you can DM @mortal stream its his domain

old owl
#

alr

silver verge
#

how about asking one of those online content creators

lime wing
#

never seen any of them write a damn word..

small harness
silver verge
lime wing
#

or ask Larry?
he will start streaming in few minutes

silver verge
#

oh yeah I completely forgot about that

deft marlin
small harness
unkempt kite
#

Content creator role?

wintry abyss
unkempt kite
foggy cedar
quick cobalt
#

Ya odin chitayu takoi tekst s akcentom?

foggy cedar
#

Nas teper ne budut ponimat I me mozem govorit o chem ugodno

mystic iris
#

ksta huinya v tom chto daje perevodchik pokazyvaet pravilnyi transleit

foggy cedar
#

blin

#

Nas raskrili

quick cobalt
#

Tak chto tam s matami? Mozhno ih ispolzovat?

foggy cedar
quick cobalt
#

Normal

lime wing
grand plinth
#

0 bbr content HyperXD

#

no wonder you haven't hit your sub goal

lime wing
#

lol

grand plinth
#

post some BBR and magic will happen

lime wing
#

so if people ask about the role i should just tell them to have xxxx BBIT related videos etc ?

#

before asking see12 or others

grand plinth
#

"plenty" of bbr-videos

#

"enough" views on those videos

#

😃

lime wing
#

alright

#

ill just tell them to up their YT game before asking for BBIT role xD

small harness
mystic iris
#

very huevo

old owl
#

Channel grows to 100k in 1 BB vid

small harness
old owl
#

Just casual gameplay?

#

I mean, I could make commentary vids by talking bout a certain topic with battlebit background gameplay possibly

#

Its just every time oki hosts a Little playtest Im asleep so uh, Im eager for a playtest

lime wing
lean portal
small harness
#

tak eto ne russkiy 4at

lean portal
#

poetomu tut mojno ispol'zovat' bad words

small harness
#

veri gud kittenOki

lean portal
#

mamaaa anarhiyaaaa

#

papaa stakan portveinaa

grand plinth
#

Feedback is also very welcome

old owl
grand plinth
old owl
#

Idk its just when I use obs and record, It doesnt get the full recording

old owl
#

liked it btw and subbed

grand plinth
#

you should be my 60th if Im not mistaken

old owl
#

Indeed

grand plinth
#

if anyone sees this

#

and you think BBR should have shotguns

#

this is why not:

velvet pumice
#

just you with no reflex's xd

grand plinth
#

the 2nd kill

mystic iris
#

@obsidian bobcat Эх,надо же было до чела докопаться
Его в чате никогда даже видно не было

grand plinth
#

what do I do about that?

velvet pumice
#

become a chad like me

#

wake up at 5

#

and become le god in all fps games xd

old owl
#

shotguns would be funny. I just imagine someone using a shotgun at medium-long range

obsidian bobcat
grand plinth
old owl
#

Lol

grand plinth
#

all rushing and taking stance with our muskets

velvet pumice
#

novas do be good

mystic iris
lean portal
lean portal
#

Дать варн, а потом попросить ее убрать. :/
А что собсна не так? варн - это предупреждение, его предупредили, что такие авы нельзя и в следующий раз будет бан.

small harness
#

Можно было просто поросить ее убрать и если бы он ее не убрал, то тогда накинуть варн.

lean portal
#

Попросить её убрать объяснив, что за такое можно получать бан = предупредить
А как мы знаем warn = предупреждение
vilCry

small harness
deft marlin
#

Люди лучше поймут при полученом варне. Та и само значение говорит об этомkittenOki

#

А то сделают, как чел, что сменил одну свастику на другую

small harness
deft marlin
#

Гений, не признанный обществом E_

small harness
#

ну потом его признали

rotund gulch
rotund gulch
lean portal
#

Я считаю, что модеров которые дают так сказать "устные" предупреждения(передаю привет самовару), нужно кикнуть с должности, ибо они обесценивают саму суть варнов

old owl
#

What would be better at medium range? A shotgun or a pistol?

deft marlin
#

И правильно. Надо же людей каратьE_

deft marlin
#

@wild linden ты тут это, не оффтопь там, азамат вернулся, и по башке варном даст

#

Я щас не захожу сильно, я жду пк, когда привезут, моя пекарня начинает задних давать

wild linden
#

Хах, хорошо

#

Понятно, а что за сборка?

deft marlin
#

Пк моего друга, что свалил в лондонE_

opaque ingot
wild linden
wild linden
deft marlin
#

Ну а чё, хоть поиграю с лучшим фпс

opaque ingot
woeful hawk
#

Мне варн прилетел в первый день как я зашёл в дискорд и с матом написал восхищение от игры... кайф...

wild linden
deft marlin
#

Ну а кто доктор, что ты не увидел шапку?kittenOki

opaque ingot
deft marlin
#

Тут поблажек не дают

woeful hawk
#

@deft marlin ну хз первый дискорд, где без предупреждений, дают варн неснимаемый, так ещё за то, что восхитился игрой чрезмерно...

wild linden
# woeful hawk Мне варн прилетел в первый день как я зашёл в дискорд и с матом написал восхищен...

Просто нужно выражаться красиво и без вульгаризмов, попробуй, будешь звучать намного красивее, убедительней и уважать тебя будут больше. Вот представь: работаешь молотком, и тут промахиваешься по пальцам, но не материшься. Люди вокруг так зауважают, что сам будешь диву даваться.

woeful hawk
#

Просто зайди в англоязычный чат и посмотри что там пишут, не получая варны

deft marlin
#

Запрет на мат, будет запретом. Модеров не волнует, что там было. Мат был, варн дали

А что сделать, если у нас люди неадекватные с матами?

lime wing
#

you guys are still mad because of dudes that were warned?

wild linden
#

Only guys who were warned

lean portal
brittle forge
#

Наконец день бана в чате прошел

#

Короче, не пишите никогда "запад" транскрипцией

#

Шизы дискорда посчитали это за оскорбление видимо

mystic iris
#

huya(nichigosebe)

lean portal
#

Ладно

opaque ingot
#

huya(nichigosebe)

zenith marsh
#

hi guys, new here

white oak
#

.

lean portal
#

Выйди

brittle forge
#

Забавно конечно, что авы людей просят менять. Реально модеров заставят каждого человека просматривать на наличие правила 8?

opaque ingot
#

@flat coral

lean portal
#

Да

opaque ingot
#

игра класс друзьям посоветовал

lean portal
#

Но модеры ленивые и если бы была возможность отключить Аватарки, то они бы отключили

opaque ingot
#

что делать если не может писать

#

точнее говорить

azure oak
#

Off-topic-ru exists again but people don't have access to it

#

why? also its interesting reading the translations because my plugin uses google to translate and its absolute ass

cyan parcel
azure oak
cyan parcel
#

well idk about that i only know about the reason it got deleted

azure oak
#

i dont see the effect of removing the channel no matter the issue, it was full on deleted and then brought back and know its restricted so people cant see it

cyan parcel
#

ask vilaskis bout that

azure oak
#

im just interested because it doesnt make sense

cyan parcel
#

idrc about them sending some message in this channel atleast its active 👍

fast rose
#

penis

twilit panther
somber axle
small harness
#

ты версию игры менял ?

somber axle
#

странно стим перезапустил обнова появилась

azure oak
#

Здравствуйте, я использую гугл-переводчик

#

Плагин Discord, который я использую, позволяет мне переводить сообщения прямо из Discord

ocean zodiac
#

ООО, я тоже таким плагином пользуюсь)

rotund gulch
azure oak
# somber axle Подскажите название плагина

Если вы зайдете на лучший сайт разногласий и последуете часто задаваемым вопросам и перейдете к плагинам, вы найдете тот, который говорит переводчик

#

Гугл-переводчик не годится, лол

deft marlin
azure oak
#

Если вы зайдете на лучший сайт discord и последуете FAQ на их сайте, вы сможете загрузить плагины, такие как переводчик.

azure oak
#

Я бы хотел приложить усилия для изучения другого языка, но у меня просто нет времени.

#

Как идут дела?

#

anyone have off topic things to talk about

lime wing
lime wing
#

o i see.. i was actualy wondering yesterday "did i remember it right or wrong that there was RU channel?" xD

brittle forge
cyan parcel
#

только не говорите о политике на этом сервере discord, иначе вы получите удар молотком предупреждений

sick tideBOT