#dev-general

1 messages ยท Page 548 of 1

ocean quartz
#

From your example you already have a custom class ItemWrapper lol

obtuse gale
#

SerializableItemStack extends ItemStack :^)

#

hurr durr bukkit api should not be implemented by plugins

ocean quartz
#

Kek

#

Imagine making classes final

half harness
# ocean quartz From your example you already have a custom class `ItemWrapper` lol
data class ItemWrapper (
    val material: Material, val amount: Int, val potionType: PotionType? = null,
    val potionAmplifier: Int = 1, val enchants: List<Enchantment> = listOf()
)
```but now to use ur lib i'd need to make *another* class, something like this: ```kt
data class ItemWrapperForConfig (
    var material: String = "" /* Errors if I don't have a default value? */, var amount: Int = 1, var potionType: String? = null,
    var potionAmplifier: Int = 1, var enchants: List<String> = listOf()
)
distant sun
#

Man not spain is so small lol

ocean quartz
#

It's pretty tiny

distant sun
#

Did spain run out of disk and not spain become a thing? :))

stuck harbor
#

lol not as small as germany's hair

#

aka denmark

distant sun
#

They didnt had enough claim blocks

stuck harbor
#

what about andorra?

distant sun
#

And someone stole their land

onyx loom
#

is not spain bigger than uk ๐Ÿค”

distant sun
#

Probably not

ocean quartz
half harness
ocean quartz
obtuse gale
#

Not spain was spain????

#

what a scam

ocean quartz
half harness
#

Enchantment is not an enum

ocean quartz
#

Enchantment should be a bean, if bukkit did it well

distant sun
#

@ocean quartz ic

half harness
#

and #toString would output Enchantment[minecraft:fire_protection, PROTECTION_FIRE], which isn't exactly user friendly

ocean quartz
#

Which i won't put my hopes too high

half harness
#

assuming

#

wait

#

watit

#

waht

#

hsjndf

#

im confused

#

my brain

ocean quartz
half harness
#

what is a bean exactly

onyx loom
#

baked bean

obtuse gale
ocean quartz
steel heart
#

record PES_Blush

#

Or actually no

obtuse gale
#

@half harness you can probably get away with the Registry.ENCHANTMENT and use the (proper) namedspaced keys for it (e.g. the one you just showed minecraft:fire_protection)

half harness
#

uhhhhhhhhhhhhhhhhhhh

ocean quartz
#

Record would be a bean too i think

steel heart
#

Is it tho?

#

I mean no setters

obtuse gale
#

oh Enchantment.getByKey(NamespacedKey) is a thing

#

neat

ocean quartz
#

Does records not have setter? I was sure it had

obtuse gale
#

java records?

#

no

ocean quartz
#

Oh that's sad

obtuse gale
#

they are immutable

#

they are meant to be unmodifiable data carriers

steel heart
#

You canโ€™t have additional fields also

obtuse gale
#

stateless

steel heart
#

So kinda sadge

obtuse gale
#

everything that represents the record is what goes in it

steel heart
#

Indeed

ocean quartz
#

Dkim, just try it, see if it breaks

obtuse gale
#

1.ancient.shit?

half harness
#

yes

obtuse gale
#

smh

steel heart
#

Though wouldnโ€™t be too bad from my pov PES2_Shrug

static zealot
#

can someone recommend me a small or easy to use particle lib? I just need a couple particle effects. like a tornado or some shit

#

that could work on 1.12 ๐Ÿฅฒ

ocean quartz
#

I think Nicole has it

static zealot
#

couldn't find it

steel heart
#

mf-particles

static zealot
#

know playerparticles is nice but it has its own thing. no special libs

ocean quartz
#

@prisma wave Idk when you sent it or if it was you, but i had it open and just looked at it, this is cursed lmao

static zealot
ocean quartz
#

Huh i guess she doesn't, i thought that was a thing thonking

prisma wave
#

the interop doesn't look very nice

steel heart
#

Still Matt monopoly wouldnโ€™t be that bad

ocean quartz
#

Too many things on my plate ๐Ÿ˜ฉ

#

If anyone wants to join the monopoly and make it sure ๐Ÿ‘€

prisma wave
#

why is getLogger an annotation?!??

steel heart
#

If it was in Java Matt

distant sun
#

What monopoly?

ocean quartz
ocean quartz
distant sun
#

Lol

steel heart
#

Mf gui was in kotlin?

ocean quartz
#

Nope, Java

steel heart
#

YAY

old wyvern
distant sun
#

I wanted to use guava on a lib and that shit has 3mb ??

old wyvern
#

Config, Commands, Guis

distant sun
#

All I needed is X.tryParse :(

ocean quartz
#

Don't forget messages ๐Ÿ˜Œ

old wyvern
#

๐Ÿ˜Œ

distant sun
#

Chat

#

Oh wait, thats not a thing

old wyvern
#

Soon to take over kyori???!

merry gate
#

Hello, does someone know the equation to skip 2 slots after every 7 slots in an gui? I got this, but this doesnt work: java for (int i = 0; i < 54; i++) { if ((i + 1) % 7 == 0) { i++; } }

static zealot
#

so no small lib for that?

ocean quartz
#

Nah i don't really want to compete, i just like having simple things to use

#

@onyx loom ๐Ÿฅฒ

distant sun
#

@merry gate if you want to fill borders, you can keep a list of these or if slot % 9 == 0 and then can just do something for that slot and slot - 1 (right side)

distant sun
#

@ocean quartz I just want a chat plugin :((

#

You force me to pr ess

old wyvern
#

No more impure gradle bs

distant sun
#

And HOPE they will accept

ocean quartz
old wyvern
#

triumph-build should support only pure functions ๐Ÿ˜Œ

ocean quartz
#

I'll try working on it soon Gaby, needed some changes first but couldn't find the time for them

half harness
#

triumph-kotlin ๐Ÿ˜Œ

old wyvern
#

Actually

#

please make triumph-elara

#

๐Ÿฅฒ

steel heart
obtuse gale
#

(triumph clojure) ๐Ÿ˜Œ

distant sun
#

Triumph-pt

old wyvern
#

๐Ÿ˜ฎ

#

That needs to be a thing

#

The logo should be an outline of trump's face

half harness
#

I have 35 items in my shop.. alone, (more in upgrades shop), this is gonna be a pain ๐Ÿ˜ญ
i wonder if anyone would change the configuration anyways tho

ocean quartz
ocean quartz
#

@onyx loom Yeah as I thought, a plugin cannot provide the details to implement another plugin because by that time no plugin is added yet ๐Ÿฅฒ

static zealot
#

good

ocean quartz
#

So shadow("version") not gonna happen

static zealot
#

btw did anyone find out how to make gradle 7.0 or 7.0.1 default ?

#

bcz my projects still start with 6.8 ๐Ÿฅฒ

old wyvern
#

Cant you abuse apply for that matt?

static zealot
#

oh also I could use this now smh

steel heart
#

Matt why not fork shadowjar and create mattjar

distant sun
#

Dont give him more work!!

onyx loom
#

๐Ÿ˜ฉ

ocean quartz
distant sun
#

time to make an iij plugin

ocean quartz
#

Nope, since it'll check for shadow before the plugin is applied

old wyvern
#

yea

ocean quartz
#

Sadge

old wyvern
#

@ocean quartz Shall I make that gradle plugin change to have the dependency be added with implementation slimjar("version")?

ocean quartz
#

Ah yeah, go for it, sorry i've been inactive on the project

old wyvern
#

yea thats fine

distant sun
#

any up to date jda lib?

#

commands and maybe embed menus

obtuse gale
#

doesn't jda have slash cmds already?

ocean quartz
#

Yeah

steel heart
#

It has buttons also now

distant sun
#

isn't there a limited amount of commands that a bot can register per guild?

lunar cypress
#

there is

distant sun
#

also, I dont think I want slash commands for everything

lunar cypress
#

no one forces you to use them

distant sun
#

ik johnny but I was asking for a commands lib and em mentioned slash commands xd

steel heart
#

I believe cloud got some nice framework classes for it

lunar cypress
#

Well that's the most obvious thing one could assume you were talking about

distant sun
#

let me rephrase that then

old wyvern
distant sun
#

"is there an up to data lib for legacy jda commands and maybe menu builders?"

old wyvern
#

๐Ÿ˜Œ

distant sun
#

probably menus can be done with buttons

steel heart
obtuse gale
#

ah yes

#

comic sans

old wyvern
#

Why does that logo give ms-word text-art vibes

ocean quartz
#

Lmao

distant sun
#

do I want to use this cloud shit?

frail glade
#

I've personally been considering moving from ACF to it lately.

#

I've started using it in a few projects and it works great.

obtuse gale
#

"this cloud shit"

hallow crane
#

Which is the best command framework

#

ACF? Brigaider? Cloud? Matt's?

frail glade
#

I mean they all do different things. Cloud integrates Brig and some other stuff.

#

I'd say they have their own use-cases.

hallow crane
#

and matt's integrates ACF

frail glade
#

If you want something simplistic and to the point, Matt or ACF. I'd say Matt's because it's still actively being worked on whereas ACF is a little behind.

#

If you need to do more advanced stuff, cloud is probably your best bet.

hallow crane
#

Thanks for the info

#

I was using my own, but I'll switch to cloud soon

frail glade
#

Yeah I used to use my own before I started using ACF a few years ago.

hallow crane
#

Is there a good message library anyone knows of?

onyx loom
#

mf-msg fingerguns

hallow crane
#

I developed my own to use adventure and it has a fromConfigurationSection method with a custom config section parser

old wyvern
#

triumph-message

hallow crane
#

that's markdown

old wyvern
hallow crane
#

"markdown messages for bukkit"

old wyvern
#

It implements markdown to get the same features

onyx loom
#

what are u after then

hallow crane
#

Well I am after the ability to do something from a config section

#

ig markdown would work

#

but also it needs to have placeholderapi support

old wyvern
#
This is a library that allows you to parse simple Markdown messages (based on Discord's) into a JSON message or string.
#

It lets to convert it to a adventure component I think

#

Not completely sure on that tho

#

Might want to ask matt

half harness
hallow crane
#

I mean't placeholder not placeholderapi

onyx loom
#

its all built around the components i think yugi

hallow crane
#

I wanna be able to do message.replaceArgs("arg1", "replacement")

old wyvern
half harness
#

you can do whateverMethodMfMsgDoes(config.getString("a").replace("%epic%", "epic"))

#

ยฏ_(ใƒ„)_/ยฏ

hallow crane
#

that interferes with text

#

since it's markdown

obtuse gale
#

wat

half harness
#

wdym

hallow crane
#

can you do hover text with also click events?

#

opening urls and stuff

obtuse gale
#

i think so

hallow crane
#

is it bungee compatible too?

obtuse gale
#

i think it "compiles" to adventure components

half harness
#

bungee?

hallow crane
#

ah so it is then

distant sun
obtuse gale
#

and with them you also have the text replacement api

hallow crane
#

and how long into the future will matt's framework stuff be maintained?

#

I just want to be sure I am switching to something that won't go dead next year

onyx loom
#

if he stops maintaining, i will take over ๐Ÿ™‚

hallow crane
#

okay cool

onyx loom
#

kali-msg
kali-cmds
hehe

old wyvern
#

Matt's been maintaining libraries for a long time now

#

I'd doubt he would drop support any time soon

distant sun
#

if he doesn't we will just go to not spain and make him continue

onyx loom
#

this

old wyvern
#

xD

ocean quartz
half harness
#

15 lines

#

๐Ÿ˜ฉ

distant sun
#

row column ๐Ÿคข

half harness
#

well

#

you can also do slot

#

but i just did row column for example

distant sun
#

that reminds me of chest commands with x-pos and y-pos

half harness
ocean quartz
hallow crane
#

I read that somewhere

distant sun
ocean quartz
old wyvern
#

matt's is a fork of acf

ocean quartz
ocean quartz
old wyvern
#

oh you rewrote it?

distant sun
#

talking about forks, imma make a spoon repo and see how you will guys fork that ๐Ÿค”

hallow crane
#

I read somewhere it was a fork

ocean quartz
#

It never was, i made it from scratch cuz i didn't like ACF's system

distant sun
#

you can just open the code and see it has nothing in common

old wyvern
#

ohh

hallow crane
#

MF is a command annotation framework for Spigot plugins based on ACF. This framework is meant to be simpler to use and more customizable. With this, your parameters are the command's arguments!

distant sun
#

or just believe what random people say lol

ocean quartz
#

based

old wyvern
#

I remember you telling me it was a fork as well for some reason

obtuse gale
#

baded

hallow crane
#

based

old wyvern
#

Mandela Effect

hallow crane
#

based means from

old wyvern
distant sun
#

no

ocean quartz
#

It definitely doesn't

hallow crane
#

based means derived

distant sun
#

based can also means "inspired"

obtuse gale
#

^

hallow crane
#

Based is a slang term that originally meant to be addicted to crack cocaine

obtuse gale
#

based

#

lmao

old wyvern
#

base-d

distant sun
#

but yeah, usually based is used as "derived"

#

but no, mf is definitely not a fork of acf

hallow crane
#

I usually say my iphone is based on ios

#

android phones are based on linux or something

frail glade
#

Okay but Android is an OS and iPhone is not an OS.

distant sun
#

lmao yako

hallow crane
#

^^^ ^ ^

#

typo

ocean quartz
hallow crane
#

or android phones are based on android

distant sun
#

wrong usage of 'based'

old wyvern
#

Android (the OS) just uses the linux kernal

hallow crane
#

multiple definitions

distant sun
hallow crane
#

you could also say Linux is based on Unix

ocean quartz
#

Literally the only thing in common is the fact that it used annotations

hallow crane
#

even though linux doesn't use unix

old wyvern
#

Apple is based on Bananas

hallow crane
#

apple is based on money

old wyvern
#

Money is based on Economy

obtuse gale
#

economy is based

hallow crane
#

economy is based on monke

distant sun
#

when the fuck will jetbrains fix the groovy gradle implementation smh

frail glade
#

?

distant sun
#

you know ... warnings everywhere and shit

ocean quartz
#

KTS perfect highlights, better syntax, no warnings, completion ๐Ÿ˜Œ

distant sun
#

fuck you too matt, right after jetbrains

frail glade
#

Converter when

ocean quartz
#

Sounds like a fun thing to write ๐Ÿ˜ฎ

distant sun
nimble wigeon
#

I need to ask an expโ€™d Dev a Question about the price of a possible plugin idea, not sure how hard it would be nor how much it would cost.

half harness
#

๐Ÿฅฒ this is what happens when i upgrade from kotlin 1.4 -> 1.5

cinder flare
#

wow almost like they changed the method name

astral python
#

Hi guys, do you know any free mc server hosting service that allows me to edit the plugins folder? I don't have enough RAM to have minecraft 1.17 and intelliJ running at the same time and I need to practice a little with spigot api thepig

dense dew
#

idk what about oracle thing? idk much about it but i heard about it

#

this should be without any limits ig

astral python
#

lmao that's too good to be true 24gbRAM? need to check that

dense dew
#

xd

#

ig it is

half harness
dense dew
#

gg

half harness
#

๐Ÿคฆ while reading the file in this one part i put "item-category" instead of config.getString("item-category") aaaaaaaa

#

took me like 15 minutes to realize it

#

and it broke my entire shop

#

but now its fixed so now its all configurable!!! ๐Ÿ˜„

hot hull
#

Yaml

#

Fucking disgusting

sly sonnet
#

json?

#

in plain text documents?

old wyvern
#

elon

quiet depot
sly sonnet
#

plugin configuration

quiet depot
#

yaml is the best choice because that's what people are used to

sly sonnet
#

frosty says yaml bad so

#

i have to hear the better alternative if it's so bad

quiet depot
#

idk

hot hull
#

Hocon, toml, legit so many other better alternatives

quiet depot
#

maybe like hocon or toml or somethiung

hot hull
#

If the user is too dumb to figure it out, then oh well he doesn't need to use the plugin

quiet depot
#

but i'm of the opinion there's no point at all using these alternative formats because users are usually dumb and can only just grasp yaml

hot hull
#

Seems like a them issue

cinder flare
#

Until they join your support discord and have used tabs instead of spaces smiling_face_with_3_tears

hot hull
#

And then you kindly tell them to fuck off

obtuse gale
steel heart
#

I mean toml is kinda just yaml without nesting

#

And hocon is also just yaml with another syntax (arguably more or less readable depending on the reader)

hot hull
#

Hocon is 100% better than yaml readability wise, and there's nothing to prove otherwise

steel heart
#

Why is that?

#

Itโ€™s not even that big of difference

#

Some more curly brackets and = instead of :

hot hull
#

Much more readable

steel heart
#

What is more readable?

hot hull
#

Everything my guy

steel heart
#

Donโ€™t make it hate yaml cause of the sake of it

hot hull
#

Anyhow, imagine not using an adapter styled design so the user can pick which format they want to use

#

Where Mythical Creatures tho conclure

steel heart
#

Iโ€™m on vacation so will have to wait a week :/

hot hull
hot hull
steel heart
#

Uh some Spanish island

hot hull
#

"some spanish island" lmao

steel heart
#

Also frosty I am out of ideas for mythologicalcretaures

hot hull
#

Griffin

steel heart
#

So if you got anything you wanna add, lmk lol

#

Oo

hot hull
#

Phoenix

steel heart
#

Thatโ€™s added

#

Altho not final with the mechanics of it

hot hull
#

I'll make a list when I get home

#

How many you need

steel heart
#

Letโ€™s say 10

hot hull
#

20 it is

steel heart
#

Lmao sure

#

Ty

steel heart
static zealot
#

dragons? xD

steel heart
#

Yeah

#

Adding wyverns for now

static zealot
#

btw mc will be a mod?

#

or what will it be

hot hull
#

Your imagination Blitz

steel heart
#

It will be a spigot client mod for 1.7.10 users

static zealot
#

@ocean quartz you can't set aliases for subcommands right? I'd need a new method for that and just set the sub command to what I wanted the alias to be

hot hull
#

Can't you just add another annotation to the same method?

static zealot
#

oh

#

didn't think about that. will have to try

#

and see

static zealot
#

the annotation is not repeatable is what it says

#

but ty tho

#

its just a debug/test command so I'll just make it the shortest possible xD and not deal with it

distant sun
#

Im pretty sure you can have aliases for subcommands

static zealot
#

I mean the annotation does compile when I set it to a method so it might work. will have to try.

#

I Just remember trying a while ago and it not working but I do have a bad memory

static zealot
#

oh nice. ty

#

btw there is no video or anything displaying the xparticle animations? bcz that's what I'm making rn xD a command to test all of them but they're a lot xD

distant sun
#

Idk

eternal compass
#

Hehe

golden sun
#

@fluid crag

#

[Service] KitsPreview bukkit/spigot plugin for 1.17...

#

This ad

#

Quite confusing, are you looking for a DM menu? or.. a plugin that like... is the gui?

#

DM = DeluxeMenu

half harness
#

i think he just wants someone to make a DeluxeMenus copy but activate on the specific command arg... that's a lot of work that can be simplified to a plugin that relays the command to another command that actives deluxemenus

#

idk im confused

fluid crag
#

A plugin

#

A new and updated KitsPreview to be exact

half harness
#

btw, making sure, is /kitspreview an EssentialsX command?

golden sun
#

I think but I don't know why you can't just do this in DeluxeMenu

half harness
#

yea same

#

it's probably cheaper to do so too

fluid crag
#

I would but not when I have 30+ kits

#

It's very time consuming

half harness
#

i mean... wouldn't you still have to do it with this plugin request?

#

or are you asking us to look into EssentialsX's files

golden sun
#

And if that's the case...
Just a reminder...
Java programmers in the United States make an average $34.92 per hour.

#

Or you can pay someone to do the DeluxeMenu Configuration

half harness
#

ยฏ_(ใƒ„)_/ยฏ

golden sun
#

Yeah but I'm just saying like... don't forget to pay for what they are doing. Under paying isn't good. It's a bad thing going around the MC development market and it's annoying

#

It's essentially scamming

half harness
#

#off-topic message i mean.. frosty said 15-20 an hour, which is half of what you said, and piggy still said this

#

since lets say I worked on a plugin for 15 hours, (about 3-5 days), then I'd have to charge about $450, wheras another dev might charge $10

golden sun
#

Well yeah obviously. I'm not saying pay $35 an hour. Those are usually trained and developers who know java extremely well.
Most people doing MC development are beginner-average

half harness
#

are you calling me beginner-average ๐Ÿ˜”

#

well i guess im average

static zealot
#

dkim. you're not on piggy's level tho

golden sun
#

compared to the people working on like hypixel who are insane good. Yes

cinder flare
half harness
half harness
#

im just looking for plugin ideas :)))

#

i like coding

#

but at the same time I wouldn't want to code something that already exists

golden sun
#

I mean I just did web development for very cheap bc I am a beginner.
I charged $1,000 when I probably could have charged somewhere around $2,500-$3,000

half harness
#

and if I do a commission, then it's a win-win for both the client and myself, I get a plugin idea, and the client gets the plugin!

#

but if I charge $100 for a plugin that would take about 15 hours, then it'd be a loss-loss, since another dev would probably do it instead for cheaper ๐Ÿ˜”

golden sun
#

Something I wanna start doing is updating old open source plugins

static zealot
#

do that if you want to live in pain for the rest of your life only

#

๐Ÿฅฒ

half harness
#

๐Ÿฅฒ

lunar cypress
#

damn

#

you were quicker than me

half harness
#

who?

golden sun
#

oof

lunar cypress
#

I was about to ask whether you were sure you had enough life energy for that

half harness
#

lol

static zealot
#

I know from experience smh xD

golden sun
lunar cypress
#

If yes, your coworkers at any job will love you

static zealot
#

to your open source old plugins update take

golden sun
#

ah

half harness
#

i'd rather just recode the old plugins

#

:))

golden sun
#

I mean ๐Ÿคทโ€โ™‚๏ธ just bug fixing. I am demented and like bug fixing

half harness
#

what

#

fix my bugs plz

#

๐ŸŽ‰

golden sun
#

pay me plz

half harness
#

uh

#

nvm dont fix my bugs plz

#

๐Ÿ˜„

golden sun
#

๐Ÿ„

#

moo

#

yeh

#

xD

half harness
#

๐Ÿท

golden sun
#

๐Ÿ˜ฎ

#

I actually live next to a cow (steer)

#

his name is dave

half harness
#

steer?

cinder flare
golden sun
#

Dave the cow

half harness
#

๐Ÿฅ“

golden sun
#

Moo

#

No, no pigs, only 1 cow

half harness
#

๐Ÿ‡ฒ ๐Ÿ‡ด ๐Ÿ‡ด

#

๐Ÿฎ ๐Ÿ„ ๐Ÿ„ ๐Ÿ„ ๐Ÿ„

golden sun
#

Yes

#

Good cows

#

He moo's at me every morning when I go to work

half harness
#

xD

quiet depot
#

oink

golden sun
#

๐Ÿ˜ฎ

#

oh lord

half harness
#

๐Ÿ˜ฎ

golden sun
#

it's a pig

half harness
#

WiredOrange

golden sun
#

Yeh

half harness
#

๐Ÿ‘€

golden sun
#

It's not my cow, nor pig

#

just the neighbor

#

well

half harness
#

but what if piggypiglet is your neighbor

#

๐Ÿท

golden sun
#

I have a crazy lady as a neighbor. if you wanna count that

half harness
#

๐Ÿคฃ

golden sun
#

she cleans her car about everyday, mows her lawn at like 10pm

half harness
#

piggy are you a crazy lady

golden sun
#

walks around with a flashlight looking at the grass at like 3 am

half harness
#

O_o

golden sun
#

yeh she is crazy

quiet depot
#

i am not a lady

old wyvern
#

๐Ÿ˜ฉ

onyx loom
#

are u sure

quiet depot
#

and i live in western australia

#

and i don't own any animals

old wyvern
#

Darn discord embeds

quiet depot
#

apart from this little furry fuck that runs around and barks at the neighbours

golden sun
static zealot
half harness
golden sun
#

Okay so he brought up the subject

hot hull
#

10$ being on the low af side

jovial warren
#

@prisma wave I think your repo is down again

static zealot
#

yes @prisma wave

#

I think your repo is down again as well

cinder flare
#

Mister Britten, down once again

half harness
#

hi bardy

quiet depot
#

@prisma wave good chance your repo is down

old wyvern
#

yes @prisma wave
What blitz, bardy and the pig said

half harness
#

@Admins

There's people spam pinging โ€ผ๏ธ

jovial warren
#

I should probably setup reposilite on the Krypton server at this point and use that lol

golden sun
#

@prisma wave From the sounds of it, your repo.. it just might be down

#

thats a maybe

quiet depot
#

le krypton server

quiet depot
#

u using oracle vps question mark

old wyvern
#

๐Ÿ˜Œ

jovial warren
#

no lol

static zealot
#

its free

#

and works

half harness
static zealot
#

for most people

#

except not me

#

bcz I'm to cool for them

old wyvern
#

sad blitz

half harness
#

at least i think i saw it

cinder flare
#

dude bm is probably gonna freak out when he sees like 8 pings

golden sun
#

lmao

half harness
#

๐Ÿคฃ

old wyvern
golden sun
#

it was the pigs fault

half harness
#

@prisma wave I believe that your repository is down, just wanted to let you know ๐Ÿฅฐ

golden sun
#

AYE WAIT
PiggyPiglet
We gotta chat. When I was 8, I had the swine flu. That is your fault. You made me miss Halloween.

quiet depot
#

i have no regrets

cinder flare
#

maybe he was saving you without your knowledge

static zealot
cinder flare
#

maybe you were destined to be murdered that halloween and he spared you

golden sun
#

๐Ÿฅ“๐Ÿฅ“๐Ÿฅ“๐Ÿฅ“๐Ÿฅ“

quiet depot
#

wired if you went out that night

#

you would've been drenched, frank heffley style

golden sun
#

I mean if I had perished, then I wouldn't be swimming in student loans tho

#

so ๐Ÿคทโ€โ™‚๏ธ

old wyvern
#

True

quiet depot
#

just pay them off

#

... ||(oh yeah I just used the ..., deal with it...)||

golden sun
#

Oh right, duh.. Forgot to do that

old wyvern
#

Sell yourself, ez

golden sun
#

Let me get in my Koenigsegg and go do that

old wyvern
jovial warren
#

@quiet depot you got any idea how to set up Reposilite with Docker btw? or should I just not bother using Docker?

old wyvern
#

reposilite has it on its readme

quiet depot
#

don't u just run the docker compose file

lunar cypress
#

just run it 4Head

jovial warren
#

oh is there a compose file somewhere?

static zealot
#

5head

#

6

#

7

#

heads

old wyvern
jovial warren
#

ah yes, I got it

static zealot
quiet depot
#

what's a koenigsegg

static zealot
#

its an egg

lunar cypress
#

car manufacturer

static zealot
#

its a car

#

manufacture r

#

yes

#

google knows a lot

cinder flare
#

egg

#

๐Ÿฅš

quiet depot
#

i see

old wyvern
#

koenigseggs

static zealot
lunar cypress
#

I only know this because of Need for Speed

quiet depot
#

is that a movie

static zealot
#

and a game

lunar cypress
#

this man

old wyvern
#

๐Ÿ‘€

static zealot
#

a lot of games

#

actually

old wyvern
#

Are you joking? xD

onyx loom
#

:bruh:

static zealot
onyx loom
#

NFS has been around for like 20 years lol

quiet depot
#

I recognise the name

#

just didn't know what it actually was

static zealot
#

only? I swear its been around for longer. but what do I Know.. I'm only 19.

cinder flare
#

speed for need

old wyvern
#

Racing game

static zealot
#

games*

#

and movies

quiet depot
#

oh thought it was drug related

static zealot
#

or movie

old wyvern
#

Theres only 1 movie

old wyvern
#

Lend me some speed and ill let you know

quiet depot
#

so frankly i am very excited

static zealot
#

need for speed was one of the first games I've ever played on a PC but never got into it that much

quiet depot
#

because mr valve said they're going to have every windows game work on linux

#

by the time steamdeck arrives

golden sun
#

HA

static zealot
#

o

#

wai

golden sun
#

funny

static zealot
#

t

golden sun
#

That won't happen

static zealot
#

what's steamdeck?

cinder flare
#

they actually are working a lot on porting anticheats

static zealot
#

do you know how many games already work on linux?

cinder flare
#

EAC is already pretty close from the rumors

golden sun
#

?

old wyvern
#

I can ditch windows then!!

lunar cypress
#

same

cinder flare
#

right

static zealot
quiet depot
#

i basically only need 1 game to work on linux before I can uninstall windows

cinder flare
#

good thing I just setup gentoo ayy

static zealot
#

I do miss it tho

golden sun
lunar cypress
#

KEKWait valorant

static zealot
#

bcz I only play minecraft now

quiet depot
#

and there's a VERY good chance that game will work before others

static zealot
quiet depot
#

because it's like one of the most popular games on steam

cinder flare
quiet depot
#

rust

golden sun
#

They also claim that other game launchers will work such as Origin and Epic

cinder flare
#

actually I think farming sim already works

golden sun
#

it does

old wyvern
cinder flare
#

hell eyah

quiet depot
#

I don't think they claimed those launchers specifically..

#

because I don't believe epic works on linux

#

(who would willingly use epic anyway)

cinder flare
#

i mean really anticheats are the only thing holding us back at this point

static zealot
golden sun
#

If I can play MSFS on this... xD

old wyvern
#

xD

quiet depot
#

ok that'd be really good

static zealot
#

I also hide my csgo under an adobe illustartor icon

golden sun
prisma wave
#

what the fuck

static zealot
#

lmao

quiet depot
#

I'd love to have the xbox launcher thing on linux

cinder flare
#

once we get like EAC and a few other big anticheats, I think we will actually have a good majority

obtuse gale
cinder flare
static zealot
golden sun
old wyvern
prisma wave
#

aaaaa

old wyvern
#

Free games everyweek

static zealot
#

that's another 4 pings lmaoo

golden sun
#

I turned off the ping**

quiet depot
#

i'm an epic hater

golden sun
#

bc I'm nice

cinder flare
#

i didn't

cinder flare
old wyvern
#

I turned off the pig**

static zealot
golden sun
prisma wave
#

10 pings

#

in the last 5 minutes

static zealot
#

I got a lot of great games for free

#

from them

obtuse gale
#

smh

static zealot
#

so why wouldn't I use it xd

old wyvern
cinder flare
#

epic as a company is terrible

golden sun
static zealot
#

man hate it or love it, the free games are great

cinder flare
#

their exclusives are exactly the problem with consoles

golden sun
quiet depot
#

because it's not steam lol

cinder flare
#

and they are bringing it to the pc landscape

quiet depot
#

that's why I hate it

old wyvern
#

Unreal engine + Free games, absolute love

quiet depot
#

if you want some actual reasons though

onyx loom
#

the free games are the only thing epic has going for them

golden sun
#

that's a long url

cinder flare
cinder flare
#

they're a terrible company, they make a terrible app store, and a terrible game

old wyvern
#

So many free games

quiet depot
#

aren't the free games just random indie games

static zealot
#

I have more games on epic store than on steam ..

#

and I Played more of those

#

as well

#

well actually no

static zealot
#

I Played more on steam

golden sun
#

I have a few games on epic bc they don't get released on steam

old wyvern
#

GTA5 was free a few mnths back

static zealot
#

but they gave away, control, batman series

#

gta 5

cinder flare
#

I refuse to download the Epic Launcher

static zealot
#

exactly

cinder flare
#

i will wait patiently for their shitty exclusivity to end

static zealot
#

also

golden sun
frail glade
#

Interesting. This was the first week they had a set of free games I already had from another week they put them out free.

static zealot
#

assassin creeds game

cinder flare
#

they haven't had anything worth it to me

static zealot
#

??

golden sun
#

I see

static zealot
#

Batman series, Control

golden sun
#

said the blind man

static zealot
#

GTA5

cinder flare
#

don't like the batman series

lunar cypress
old wyvern
#

Control

cinder flare
#

never heard of control

static zealot
#

whatttT???/

golden sun
#

who doesn't own GTA 5 at this point ngl...

static zealot
#

you're crazy star. and control is like a new cool game

#

well not new anymore

#

xD

golden sun
#

Never heard of control either

static zealot
#

but its cool.

old wyvern
golden sun
#

ugh... videos

cinder flare
#

well it's on PS4 and Epic

#

so it can't be that good

old wyvern
#

me

lunar cypress
#

Epic has had a lot of AAA games for free

#

Just Cause 4

#

Hitman 2016

static zealot
#

oh yeah

#

forgot about those

old wyvern
onyx loom
#

control is a pretty big game

static zealot
#

its great man. if you have to much money then sure. dk but I don't. so for me its great

cinder flare
#

well maybe I will look into it once it comes to a not-garbage launcher

old wyvern
#

I played it on my friend's PC like an year or so ago

lunar cypress
#

but besides, anyone who brushes off anything that doesn't have EA or Ubisoft on its cover as "random indie games" doesn't know what they're talking about anyway

old wyvern
#

xD

static zealot
quiet depot
#

i mean that shouldn't have been what clued you in lol

#

i basically said I hate epic just for the sake of it

golden sun
#

meh, control looks ok

static zealot
#

ok xD

onyx loom
quiet depot
#

anyway

#

back to the original point

#

I don't think you can even run epic games on linux

cinder flare
#

nah probs not

quiet depot
#

and I don't think proton is trying to fix that

cinder flare
#

but the day EAC is ported to linux is a day of glorious celebration

#

90% of the broken games on linux I want to play are using EAC

prisma wave
static zealot
quiet depot
#

epic anti cheat

#

no

#

easy anti cheat

onyx loom
#

easy

cinder flare
static zealot
#

oh

quiet depot
#

owned by epic games

#

basically epic anti cheat

prisma wave
#

epic games

cinder flare
#

EAC IS OWNED BY EPIC

prisma wave
#

where games are epicness

cinder flare
#

WHAT

onyx loom
#

epic gamer

golden sun
#

Epic owns the east african community?

#

jerks...

onyx loom
#

yes

cinder flare
#

well shit

quiet depot
#

epic bought the east african community in 2018

cinder flare
#

i now have even more reason to hate them

old wyvern
prisma wave
#

๐Ÿฅถ

golden sun
#

dang...

And all of this really has to do with development to be in the #dev-general

old wyvern
#

๐ŸŒž

onyx loom
#

speaking of slavery

golden sun
#

uh

#

o.o

#

whistles

onyx loom
#

jamaica is trying to get compensation from the uk government or smth

static zealot
golden sun
#

Lmao

quiet depot
golden sun
#

aight aight

#

makes sense now

static zealot
#

so you shouldn't be here @golden sun xD

golden sun
#

๐Ÿ˜ฎ

old wyvern
half harness
#

xD

golden sun
#

I develop

static zealot
#

gottem gooodd lmaoo

#

gotteeem

#

so funny

old wyvern
cinder flare
static zealot
#

speaking of them

old wyvern
cinder flare
#

ah hmmm

golden sun
cinder flare
#

i really hate them

golden sun
#

xD

cinder flare
#

like a lot more now

old wyvern
#

lmao why

quiet depot
#

what the fuck is that

golden sun
#

Shush

cinder flare
#

they own EAC and Unreal?

#

come on dude

quiet depot
#

wait I think I made a plugin like this

static zealot
#

well didn't they make both?

cinder flare
static zealot
#

or did they buy them?

cinder flare
#

China

old wyvern
golden sun
#

It's a GoatSim inspired plugin. Use bugs to make a released software

ocean quartz
static zealot
cinder flare
#

and for being epic store

static zealot
#

or the tencent company

#

I guess

lunar cypress
#

mfw the us owns something

cinder flare
#

and for being owned by tencent

old wyvern
cinder flare
#

no i like both of those

static zealot
#

he doesn't like epic store

#

and he likes those

cinder flare
#

and i am very disappointed to learn that epic is involved with them

static zealot
#

and that's how US works

#

if someone you don't like owns something you like

#

you hate them even more

old wyvern
#

lmao

static zealot
#

not hate them less

cinder flare
#

why would i hate them less

#

they are probably the reason EAC isn't on linux

quiet depot
static zealot
#

bcz they own and develop cool things?

cinder flare
#

unreal's not that bad actually tho

quiet depot
#

basically similarities is: weird trees

onyx loom
#

tim sweeney: linux bad !!!

cinder flare
old wyvern
#

Unreal is supposedly better than Unity, by a large fold

static zealot
#

It is

cinder flare
golden sun
old wyvern
#

It also has a pretty good visual scripting language as an alternative to cpp

cinder flare
#

ease-of-use especially for a lot of people

old wyvern
#

It support c# as well I think, not sure

onyx loom
#

id say its pretty obvious just by looking at the games that come out using unreal

quiet depot
#

no

onyx loom
#

altho, im unsure of what games use unity tbh

golden sun
#

Oh

cinder flare
#

i mean if you're looking at like graphics quality kali

old wyvern
quiet depot
#

is mine

onyx loom
#

yeah

golden sun
#

Ah

static zealot
old wyvern
#

The visual scripting lang is pretty close to unity's particle engine

#

So pretty good

cinder flare
golden sun
#

Oh wait I seriously thought you changed your name and profile picture bc of the convo we were having. Apparently not

cinder flare
#

that's the graph

golden sun
#

That is a graph indeed

static zealot
old wyvern
#

graph of what?

cinder flare
#

so there are certainly pros and cons

#

game engine market share?

#

what else would that graph be

static zealot
#

ugh that's bcz every small game developer uses unity?

cinder flare
#

percent of grapes in a bushel?

quiet depot
#

lol no

#

piggypiglet has been my handle for yonks

old wyvern
#

Oh thats just because Unity has a lot of stupid random bs games made on it

golden sun
cinder flare
onyx loom
#

can we get a graph of the market share for AAA games ๐Ÿ˜ƒ

old wyvern
#

It lowers the bar a bit too much to the point where it ruins its own name

quiet depot
#

what about source engine hmmm

onyx loom
#

lol

cinder flare
#

you guys are trying to look at the top margin of games

static zealot
onyx loom
#

well yes

cinder flare
#

that's not representative of what's the better engine

onyx loom
#

because obviously big budget games good

golden sun
#

Didn't Unreal 5 just come out or something

cinder flare
#

plenty of amazing games have been made in both

onyx loom
#

idk if its came out

golden sun
#

I mean the FrostBite engine is nutty awesome

cinder flare
#

im just saying that the only quality to look at shouldn't be graphics

static zealot
#

@quiet depot was this intentional? bcz if it was I salute you

old wyvern
#

never said unity is bad, I have jsut heard from people who have used unreal that its much better to use

golden sun
#

It's all about graphics

static zealot
cinder flare
#

unity's ease-of-use, low barrier to entry, and cheap model make it a good engine for a lot of people

quiet depot
#

not intentional, I actually have 103

static zealot
#

well i know you have more

#

just thought you made some private

old wyvern
#

A good engine isnt neccessarily the one with the lowest entry barrier

quiet depot
#

but I might keep it as 69

static zealot
#

just to make sure public ones are 69 xd

cinder flare
#

People weigh things differently

quiet depot
#

ok guys you're looking at the wrong metrics

cinder flare
#

There's a lot to consider

old wyvern
#

As i said, graphics is not the only thing Im talking about

quiet depot
#

the only metrics that matters is whether you can
i) bhop
ii) surf on slopes
in which case, source obviously wins

static zealot
#

man I Love farming xp while not even being involved in the conversation

old wyvern
#

Its scripting engine is very powerful

cinder flare
#

Barrier to entry isn't the only thing I'm talking about

golden sun
#

Humans have 5 senses.. correct?
Smell, Touch, Sight, Hearing, and Taste.
Video games remove 3 of the 5
Leaves you with 2.
You need to make sure the engine has AMAZING sight and sound. You need to be able make such amazing advances with just these two to make an awesome experience

cinder flare
#

I'm sure Unity has a good scripting engine considering how far its come

old wyvern
cinder flare
#

I mean everything else

old wyvern
cinder flare
#

Like we're looking at all facets of engines here

#

and you guys are like "unreal look pretty it better"

golden sun
#

yes

#

it good

old wyvern
#

Its not just us

quiet depot
#

i saw some tech thing that can simulate like 19 million tastes

cinder flare
golden sun
#

pretty picture = good game

static zealot
#

19 million tastes?

cinder flare
#

i'll buy it

old wyvern
#

Pretty much anyone from my course dept will say unreal is better than unity

cinder flare
#

huh I mean all right

golden sun
#

o.o

quiet depot
#

maybe

old wyvern
#

I personally havent used it, but a lot of my friends do

quiet depot
#

next problem is texture

old wyvern
#

Currently Im just using Unity for my assignments

golden sun
#

I mean in wall-e everything was milkshakes so... not hard if we do that

cinder flare
#

i didn't like that message he deleted

quiet depot
#

idk what ur talking about

golden sun
old wyvern
#

xD

static zealot
#

can't wait for that piggy.

old wyvern
#

lmao

static zealot
#

xD

cinder flare
#

๐Ÿ‘€

quiet depot
#

WOAH

#

photoshop

static zealot
#

LET'S NOT DO THAT

#

star

golden sun
#

Damn, you faked that message really fast

static zealot
#

oops

#

soorry caps

#

xD

cinder flare
golden sun
#

jeez, star is really good at that

cinder flare
static zealot
golden sun
#

Ah ah i see

static zealot
#

omg yes

#

please