#dev-general
1 messages ยท Page 548 of 1
SerializableItemStack extends ItemStack :^)
hurr durr bukkit api should not be implemented by plugins
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()
)
Man not spain is so small lol
It's pretty tiny
Did spain run out of disk and not spain become a thing? :))
They didnt had enough claim blocks
what about andorra?
And someone stole their land
is not spain bigger than uk ๐ค
Probably not
Just add default values to the first one
but then how would ur lib serialize and deserialize Material? and PotionType? and also Enchantment
Not spain was spain quite a few times in the history of the country
If they are enums it'll just get the value
Enchantment is not an enum
Enchantment should be a bean, if bukkit did it well
@ocean quartz ic
and #toString would output Enchantment[minecraft:fire_protection, PROTECTION_FIRE], which isn't exactly user friendly
Which i won't put my hopes too high
Probably about the same size as england ish
what is a bean exactly
baked bean
These pictures of cat toe beans are the definition of adorable. Which photo of cat jelly beans is your favorite?
What you'd call a data class or POJO
@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)
uhhhhhhhhhhhhhhhhhhh
Record would be a bean too i think
Does records not have setter? I was sure it had
Oh that's sad
You canโt have additional fields also
stateless
So kinda sadge
i mean.. that's the point
everything that represents the record is what goes in it
Indeed
Dkim, just try it, see if it breaks
what version is that?
1.ancient.shit?
yes
smh
Though wouldnโt be too bad from my pov 
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 ๐ฅฒ
I think Nicole has it
couldn't find it
mf-particles
know playerparticles is nice but it has its own thing. no special libs
@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
too many ideas xD
it's uh... not great
Huh i guess she doesn't, i thought that was a thing 
the interop doesn't look very nice
Too many things on my plate ๐ฉ
If anyone wants to join the monopoly and make it sure ๐
why is getLogger an annotation?!??
If it was in Java Matt
What monopoly?
I mean the libs are mostly Java, except the core
My libs xD
BM calls it a monopoly
Lol
Mf gui was in kotlin?
Nope, Java
YAY
Clearly a play to dominate the market!!
I wanted to use guava on a lib and that shit has 3mb ??
Config, Commands, Guis
All I needed is X.tryParse :(
Don't forget messages ๐
๐
Soon to take over kyori???!
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++; } }
so no small lib for that?
Nah i don't really want to compete, i just like having simple things to use
@onyx loom ๐ฅฒ
@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)
triumph-build when??
No more impure gradle bs
And HOPE they will accept
Soonโข๏ธ
triumph-build should support only pure functions ๐
I'll try working on it soon Gaby, needed some changes first but couldn't find the time for them
triumph-kotlin ๐

(triumph clojure) ๐
Triumph-pt
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
Lmao
@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 ๐ฅฒ
good
So shadow("version") not gonna happen
btw did anyone find out how to make gradle 7.0 or 7.0.1 default ?
bcz my projects still start with 6.8 ๐ฅฒ
Cant you abuse apply for that matt?
Matt why not fork shadowjar and create mattjar
Dont give him more work!!
Not at the time of the plugin applying, i could in theory add it later but this doesn't work
time to make an iij plugin
that doesnt?
oh right
true
Nope, since it'll check for shadow before the plugin is applied
yea
Sadge
Thanks ^^
@ocean quartz Shall I make that gradle plugin change to have the dependency be added with implementation slimjar("version")?
Ah yeah, go for it, sorry i've been inactive on the project
yea thats fine
doesn't jda have slash cmds already?
Yeah
It has buttons also now
isn't there a limited amount of commands that a bot can register per guild?
there is
also, I dont think I want slash commands for everything
no one forces you to use them
ik johnny but I was asking for a commands lib and em mentioned slash commands xd
I believe cloud got some nice framework classes for it
Well that's the most obvious thing one could assume you were talking about
let me rephrase that then
triumph-cmds
"is there an up to data lib for legacy jda commands and maybe menu builders?"
๐
probably menus can be done with buttons
Why does that logo give ms-word text-art vibes
Lmao
do I want to use this cloud shit?
I've personally been considering moving from ACF to it lately.
I've started using it in a few projects and it works great.
"this cloud shit"
I mean they all do different things. Cloud integrates Brig and some other stuff.
I'd say they have their own use-cases.
and matt's integrates ACF
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.
Yeah I used to use my own before I started using ACF a few years ago.
Is there a good message library anyone knows of?
mf-msg 
I developed my own to use adventure and it has a fromConfigurationSection method with a custom config section parser
triumph-message
that's markdown
"markdown messages for bukkit"
It implements markdown to get the same features
what are u after then
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
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
i mean the library itself doesn't
I mean't placeholder not placeholderapi
its all built around the components i think yugi
I wanna be able to do message.replaceArgs("arg1", "replacement")
I see
you can do whateverMethodMfMsgDoes(config.getString("a").replace("%epic%", "epic"))
ยฏ_(ใ)_/ยฏ
wat
wdym
i think so
is it bungee compatible too?
i think it "compiles" to adventure components
bungee?
ah so it is then
yes
and with them you also have the text replacement api
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
if he stops maintaining, i will take over ๐
okay cool
kali-msg
kali-cmds
hehe
Matt's been maintaining libraries for a long time now
I'd doubt he would drop support any time soon
if he doesn't we will just go to not spain and make him continue
this
xD
https://i.imgur.com/LEbJUVU.png huiadjsnk this is just one item for my bedwars shop
15 lines
๐ฉ
row column ๐คข
that reminds me of chest commands with x-pos and y-pos
What does that even mean? Lol
I read that somewhere
that you should stop being lazy and work
You did not lol
matt's is a fork of acf
I should ๐
It isn't xD
oh you rewrote it?
talking about forks, imma make a spoon repo and see how you will guys fork that ๐ค
I read somewhere it was a fork
It never was, i made it from scratch cuz i didn't like ACF's system
you can just open the code and see it has nothing in common
ohh
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!
or just believe what random people say lol
based
I remember you telling me it was a fork as well for some reason
baded
based
Mandela Effect
based means from
no
It definitely doesn't
based means derived
based can also means "inspired"
^
Based is a slang term that originally meant to be addicted to crack cocaine
base-d
but yeah, usually based is used as "derived"
but no, mf is definitely not a fork of acf
I usually say my iphone is based on ios
android phones are based on linux or something
Okay but Android is an OS and iPhone is not an OS.
lmao yako
or android phones are based on android
wrong usage of 'based'
Android (the OS) just uses the linux kernal
multiple definitions
big brain yugi
you could also say Linux is based on Unix
Literally the only thing in common is the fact that it used annotations
even though linux doesn't use unix
Apple is based on Bananas
apple is based on money
Money is based on Economy
economy is based
economy is based on monke
when the fuck will jetbrains fix the groovy gradle implementation smh
?
you know ... warnings everywhere and shit
KTS perfect highlights, better syntax, no warnings, completion ๐
fuck you too matt, right after jetbrains
Converter when
Sounds like a fun thing to write ๐ฎ
https://i.imgur.com/6MgsWZ8.png working on a little thing ๐
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.
๐ฅฒ this is what happens when i upgrade from kotlin 1.4 -> 1.5
wow almost like they changed the method name
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 
idk what about oracle thing? idk much about it but i heard about it
this should be without any limits ig
lmao that's too good to be true 24gbRAM? need to check that
https://paste.helpch.at/yejuqoxije.yaml
finally done adding menu items to a config file
|| im not sure if it was worth the time ๐ฉ ||
gg
๐คฆ 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!!! ๐
what do you suggest to use instead?
json?
in plain text documents?
elon
depends on what ur using it for
plugin configuration
yaml is the best choice because that's what people are used to
idk
Hocon, toml, legit so many other better alternatives
maybe like hocon or toml or somethiung
If the user is too dumb to figure it out, then oh well he doesn't need to use the plugin
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
Seems like a them issue
Until they join your support discord and have used tabs instead of spaces 
And then you kindly tell them to fuck off
Eh doesent matter much
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)
Hocon is 100% better than yaml readability wise, and there's nothing to prove otherwise
Why is that?
Itโs not even that big of difference
Some more curly brackets and = instead of :
Much more readable
What is more readable?
Everything my guy
Donโt make it hate yaml cause of the sake of it
Anyhow, imagine not using an adapter styled design so the user can pick which format they want to use
Where Mythical Creatures tho conclure
Iโm on vacation so will have to wait a week :/
Don't get me wrong, yaml okay for what it is, but I prefer other stuff
Where you vacationing?
Uh some Spanish island
"some spanish island" lmao
Also frosty I am out of ideas for mythologicalcretaures
Griffin
Phoenix
Letโs say 10
20 it is
yaml 
This is the con of hocon arguably also 
pterodactyl? but I guess that's not mythological. nvm.
dragons? xD
Your imagination Blitz
It will be a spigot client mod for 1.7.10 users
oh ok. ty
@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
Can't you just add another annotation to the same method?
ah nah. it doesn't even compile
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
Im pretty sure you can have aliases for subcommands
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
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
Idk
@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
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
btw, making sure, is /kitspreview an EssentialsX command?
I think but I don't know why you can't just do this in DeluxeMenu
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
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
this is a commission - if devs charged that much for a commission like this then people would just go to other freelancers
ยฏ_(ใ)_/ยฏ
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
#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
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
dkim. you're not on piggy's level tho
compared to the people working on like hypixel who are insane good. Yes
yes, and also: willing to do it for extremely cheap
ik
๐
im just looking for plugin ideas :)))
i like coding
but at the same time I wouldn't want to code something that already exists
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
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 ๐
Something I wanna start doing is updating old open source plugins
๐ฅฒ
who?
oof
I was about to ask whether you were sure you had enough life energy for that
lol
I know from experience smh xD
who was this in reference to?
If yes, your coworkers at any job will love you
to your open source old plugins update take
ah
I mean ๐คทโโ๏ธ just bug fixing. I am demented and like bug fixing
pay me plz
๐ท
steer?

Dave the cow
๐ฅ
xD
oink
๐ฎ
it's a pig
WiredOrange
Yeh
I have a crazy lady as a neighbor. if you wanna count that
๐คฃ
she cleans her car about everyday, mows her lawn at like 10pm
piggy are you a crazy lady
walks around with a flashlight looking at the grass at like 3 am
O_o
yeh she is crazy
i am not a lady
15 hours * 10$/h
๐ฉ
are u sure
Darn discord embeds
apart from this little furry fuck that runs around and barks at the neighbours
well that would be bad bc you are an animal and if an animal owns an animal well... thats another subject
that would be called slavery in your case would it not?
you mean 15 hours * 0.50$/h?
Okay so he brought up the subject
10$ being on the low af side
@prisma wave I think your repo is down again
Mister Britten, down once again
hi bardy
@prisma wave good chance your repo is down
yes @prisma wave
What blitz, bardy and the pig said
@Admins
There's people spam pinging โผ๏ธ
I should probably setup reposilite on the Krypton server at this point and use that lol
le krypton server
where?
u using oracle vps question mark
๐
just get oracle vps smh
no lol
Not sure, can't find it, although I saw it a minute ago... ๐ค
sad blitz
at least i think i saw it
dude bm is probably gonna freak out when he sees like 8 pings
lmao
๐คฃ
oh @prisma wave dont panic
it was the pigs fault
@prisma wave I believe that your repository is down, just wanted to let you know ๐ฅฐ
AYE WAIT
PiggyPiglet
We gotta chat. When I was 8, I had the swine flu. That is your fault. You made me miss Halloween.
i have no regrets
maybe he was saving you without your knowledge
who's halloween? and does this flue just make you miss people?
maybe you were destined to be murdered that halloween and he spared you
๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ
What if that was only a less effective variant and now you're immune?
I mean if I had perished, then I wouldn't be swimming in student loans tho
so ๐คทโโ๏ธ
True
Oh right, duh.. Forgot to do that
Sell yourself, ez
Let me get in my Koenigsegg and go do that
ok....
.....
@quiet depot you got any idea how to set up Reposilite with Docker btw? or should I just not bother using Docker?
reposilite has it on its readme
don't u just run the docker compose file
just run it 4Head
oh is there a compose file somewhere?
Reposilite defines two types of builds:
ah yes, I got it

what's a koenigsegg
its an egg
car manufacturer
i see
koenigseggs
๐
I only know this because of Need for Speed
is that a movie
and a game
this man
๐
Are you joking? xD
:bruh:

NFS has been around for like 20 years lol
only? I swear its been around for longer. but what do I Know.. I'm only 19.
speed for need
Racing game
oh thought it was drug related
or movie
Theres only 1 movie
Maybe
Lend me some speed and ill let you know
so frankly i am very excited
need for speed was one of the first games I've ever played on a PC but never got into it that much
because mr valve said they're going to have every windows game work on linux
by the time steamdeck arrives
HA
funny
t
That won't happen
what's steamdeck?
they actually are working a lot on porting anticheats
๐ฎ
why not?
do you know how many games already work on linux?
EAC is already pretty close from the rumors
I can ditch windows then!!
same
right
I already did 
i basically only need 1 game to work on linux before I can uninstall windows
good thing I just setup gentoo ayy
I do miss it tho
Not enough yet
KEKWait valorant
bcz I only play minecraft now
and there's a VERY good chance that game will work before others

because it's like one of the most popular games on steam
you play Farming Sim 19 too?!?!?
rust
They also claim that other game launchers will work such as Origin and Epic
actually I think farming sim already works
hell eyah
I don't think they claimed those launchers specifically..
because I don't believe epic works on linux
(who would willingly use epic anyway)
i mean really anticheats are the only thing holding us back at this point
ah yes. xD good one
If I can play MSFS on this... xD
xD
ok that'd be really good
I also hide my csgo under an adobe illustartor icon
I have a few games on there that I use
what the fuck
lmao
I'd love to have the xbox launcher thing on linux
once we get like EAC and a few other big anticheats, I think we will actually have a good majority
yes
I KNEW IT
star called it xD
lmaooo
Why wouldnt people?
aaaaa
Free games everyweek
that's another 4 pings lmaoo
I turned off the ping**
i'm an epic hater
bc I'm nice
i didn't
agreed
I turned off the pig**
I DO. And did for months now
what are you an epic hater of?
so why wouldn't I use it xd
Why tho?
epic as a company is terrible
idk why not.
man hate it or love it, the free games are great
their exclusives are exactly the problem with consoles
better than origin
because it's not steam lol
and they are bringing it to the pc landscape
that's why I hate it
Unreal engine + Free games, absolute love
if you want some actual reasons though
the free games are the only thing epic has going for them
that's a long url
meh I don't care that much honestly, especially since EA games are on game pass
exactly
they're a terrible company, they make a terrible app store, and a terrible game
So many free games
aren't the free games just random indie games
its enough to get me to use their store tho. and as soon as they'll stop giving them I won't use it. but that doesn't mean I hate it
I have more games on epic store than on steam ..
and I Played more of those
as well
well actually no
I Played more on steam
I have a few games on epic bc they don't get released on steam
GTA5 was free a few mnths back
I refuse to download the Epic Launcher
exactly
i will wait patiently for their shitty exclusivity to end
also
what if they have a game that is on there and not on steam
Interesting. This was the first week they had a set of free games I already had from another week they put them out free.
assassin creeds game
I will wait
they haven't had anything worth it to me
??
I see
Batman series, Control
said the blind man
GTA5
ah yes, a true appreciator of the art
Control
never heard of control
whatttT???/
who doesn't own GTA 5 at this point ngl...
Never heard of control either
but its cool.
https://store.playstation.com/en-us/product/UP4040-CUSA11461_00-CONTROLDELUXEPO1
The wait is finally over! We're thrilled to announce that Control is available 27th August on PlayStation 4.
Get ready to explore a world unknown in this all-new action adventure from Remedy Entertainment and 505 Games.
You play as Jesse Faden, a new Director of...
ugh... videos
its pretty good
control is a pretty big game
its great man. if you have to much money then sure. dk but I don't. so for me its great
well maybe I will look into it once it comes to a not-garbage launcher
I played it on my friend's PC like an year or so ago
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
xD

i mean that shouldn't have been what clued you in lol
i basically said I hate epic just for the sake of it
meh, control looks ok
ok xD
downloading games using EGS ๐ท
anyway
back to the original point
I don't think you can even run epic games on linux
nah probs not
and I don't think proton is trying to fix that
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
Control.Monad
eac? East african community?
easy
that's the one
oh
epic games
EAC IS OWNED BY EPIC
where games are epicness
WHAT
epic gamer
yes
well shit
epic bought the east african community in 2018
i now have even more reason to hate them
Would that be considered attempt on slavery?
๐ฅถ
dang...
And all of this really has to do with development to be in the #dev-general
๐
speaking of slavery
jamaica is trying to get compensation from the uk government or smth
#dev-general is the off-topic for developers
Lmao
epic refused to comment on this
so you shouldn't be here @golden sun xD
๐ฎ
Well the company provides one of the most well-known game engine
xD
I develop
๐ฎ
don't tell me they own unity too
speaking of them
No, Only unreal
ah hmmm
https://www.spigotmc.org/resources/frankentree-1-9-1-17.78267/
See, published developer
i really hate them
xD
like a lot more now
lmao why
what the fuck is that
Shush
wait I think I made a plugin like this
well didn't they make both?
or did they buy them?
China
uh?
It's a GoatSim inspired plugin. Use bugs to make a released software
They own basically everything
he hates epic store for owning unreal engine and the anti cheat
and for being epic store
mfw the us owns something
and for being owned by tencent
As in he doesnt like both of those?
no i like both of those
and i am very disappointed to learn that epic is involved with them
and that's how US works
if someone you don't like owns something you like
you hate them even more
lmao
not hate them less
not quite the same but I made a plugin somewhat like it
bcz they own and develop cool things?
unreal's not that bad actually tho
basically similarities is: weird trees
tim sweeney: linux bad !!!
owning cool things is not a quality trait
Unreal is supposedly better than Unity, by a large fold
It is
i mean it all depends on what you're measuring
Not true
A lot of people don't like Jeff Bezos but really like amazon
It also has a pretty good visual scripting language as an alternative to cpp
ease-of-use especially for a lot of people
It support c# as well I think, not sure
id say its pretty obvious just by looking at the games that come out using unreal
Is this your GitHub?
no
altho, im unsure of what games use unity tbh
Oh
i mean if you're looking at like graphics quality kali
Id say its pretty user friendly at its current point
yeah
Ah
kinda trash. don't go there. you might lose your last brain cells
Oh wait I seriously thought you changed your name and profile picture bc of the convo we were having. Apparently not
that's the graph
That is a graph indeed
for?
graph of what?
so there are certainly pros and cons
game engine market share?
what else would that graph be
ugh that's bcz every small game developer uses unity?
percent of grapes in a bushel?
Oh thats just because Unity has a lot of stupid random bs games made on it
It's not just a graph... Star said it was THE Graph
i mean did you ever ask why
can we get a graph of the market share for AAA games ๐
It lowers the bar a bit too much to the point where it ruins its own name
what about source engine hmmm
lol
you guys are trying to look at the top margin of games
yeah. also did u know that unreal is used to make scenes in movies and such? for example the mandalorian had scenes made in unreal engine
well yes
that's not representative of what's the better engine
because obviously big budget games good
Didn't Unreal 5 just come out or something
plenty of amazing games have been made in both
idk if its came out
I mean the FrostBite engine is nutty awesome
im just saying that the only quality to look at shouldn't be graphics
@quiet depot was this intentional? bcz if it was I salute you
Disagree
never said unity is bad, I have jsut heard from people who have used unreal that its much better to use
It's all about graphics
well we're talking about graphics now
unity's ease-of-use, low barrier to entry, and cheap model make it a good engine for a lot of people
not intentional, I actually have 103
A good engine isnt neccessarily the one with the lowest entry barrier
but I might keep it as 69
just to make sure public ones are 69 xd
A good engine isn't necessarily the one with the best graphics
People weigh things differently
ok guys you're looking at the wrong metrics
There's a lot to consider
As i said, graphics is not the only thing Im talking about
the only metrics that matters is whether you can
i) bhop
ii) surf on slopes
in which case, source obviously wins
man I Love farming xp while not even being involved in the conversation
Its scripting engine is very powerful
Barrier to entry isn't the only thing I'm talking about
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
I'm sure Unity has a good scripting engine considering how far its come
What else are you talking about then?
I mean everything else
It has no general visual scripting engine atm
Like we're looking at all facets of engines here
and you guys are like "unreal look pretty it better"
Its not just us
i saw some tech thing that can simulate like 19 million tastes
put it in a vive right now
pretty picture = good game
19 million tastes?
i'll buy it
Pretty much anyone from my course dept will say unreal is better than unity
huh I mean all right
can it replicate the taste of raw pig meat?
o.o
maybe
I personally havent used it, but a lot of my friends do
next problem is texture
Currently Im just using Unity for my assignments
I mean in wall-e everything was milkshakes so... not hard if we do that
hey wait a second
i didn't like that message he deleted
idk what ur talking about
i didn't see anything
can't wait for that piggy.
lmao
xD
๐
Damn, you faked that message really fast

im a wizard at inspect element what can I say
nah. it was just inspect element.
Ah ah i see