Guild icon
Devathon Public Discord Chat
Text / ontopic
This channel will be used for questions and discussions related to the contest.
Avatar
sherp 03-Nov-16 09:23 AM
How often do we have to push to github?
Avatar
Scarsz lol 03-Nov-16 09:23 AM
often
Avatar
Calucon 03-Nov-16 09:33 AM
i could exaggerate now and say every minute, but no. My rule of thumb is that i push everytime i reached a milestone, made an important change/fix or after having made serveral non crucial fixes. Anyways i think there will be more info about it when the contest start as rule 6 says: "Code will be pushed regularly" so i guess you have to push it every x minutes (i assume about 15-30)
Avatar
sherp 03-Nov-16 12:24 PM
ok sounds good
I don't use git very often (not at all), and when I do use it I only initialize the repository once the first version of the project is done
And then only push on updates
Avatar
shrkn 03-Nov-16 02:26 PM
Just got my first Overwatch Play of the Game
Avatar
Paul Sauve 03-Nov-16 02:36 PM
@shrkn this is the on topic channel 😃
Avatar
shrkn 03-Nov-16 02:36 PM
Oh haha
I can't read :(
Avatar
Markcreator 03-Nov-16 06:09 PM
Is there a specific Bukkit/Spigot build we're supposed to use?
And, where's the line between 'using public code' and referring to online documentation/question threads to look up syntax, for instance?
Avatar
Calucon 03-Nov-16 06:16 PM
@Markcreator you'll get the version of Spigot you're supposed to used when the contest starts.
About your 2nd question: i think it should be fine to look up things like "how to sort an array" or whatever it is your looking for but they don't want you to copy-paste it just from a website (code that's already written there [and accessible to everyone] = public code)
pls note that just my opinion about it, but would be nice if one of the Organizers can confirm it or correct it :)
Avatar
Markcreator 03-Nov-16 06:25 PM
I see. I am assuming all details will be released on the site and social media when the event starts. As for the public code part. Just looking to refer to the plugin.yml format for convenience, getting the onCommand method prototype if I'm feeling especially lazy, that kind of thing. Would they be responding here, or should I reach out at other places, too?
Avatar
Calucon 03-Nov-16 06:32 PM
I'm sure they'll read it soon here and will respond then if necessary. About the examples you named, things like this should be fine in my opinion as they are just the basic "structure" and not operations that the plugin is executing.
Avatar
Deleted User 03-Nov-16 06:33 PM
What MC version will it be fore?
Avatar
Calucon 03-Nov-16 06:34 PM
@Deleted User Alpha 1.0 ofc 😂 no jk, just wait for the contest to start, but i assume 1.9 or 1.10
Avatar
Markcreator 03-Nov-16 06:38 PM
Well, seems like there is very little preparation to do at this point in time, except for trying to sleep decently.
Avatar
MatthewE 03-Nov-16 06:42 PM
Is maven allowed?
Avatar
Calucon 03-Nov-16 06:42 PM
yeah sleep is very important if you plan to work 24h straight or fall asleep and have you code destroyed cuz your head is on the kb ^-^
Avatar
Markcreator 03-Nov-16 06:43 PM
If Maven would be allowed depends on how they require you to push your project to git. As long as it builds by their requirements you should be fine, though.
Avatar
MatthewE 03-Nov-16 06:44 PM
It would be the safest method
Incase they get build errors
Avatar
Calucon 03-Nov-16 06:45 PM
@MatthewE can't think of a reason that speaks agains maven/gradle so i think you should be finr there as i planned to use it aswell
Avatar
MatthewE 03-Nov-16 06:45 PM
Ah
Intellij would be safest
Because I know Evoltr uses it
Avatar
Scarsz lol 03-Nov-16 06:46 PM
@MatthewE maven is specified as what you should use
Avatar
MatthewE 03-Nov-16 06:46 PM
Really?
Are you allowed to test?
use stackoverflow
Avatar
Scarsz lol 03-Nov-16 06:48 PM
don't use substantial length snippets of code and you're fine
Avatar
MatthewE 03-Nov-16 06:49 PM
Like methods?
Like am I allowed to use the centered chat method? (edited)
Avatar
Calucon 03-Nov-16 06:49 PM
@Scarsz lol where is that specified or am i just to stupid to read? Would be nice if you can give me the link to it :)
Avatar
Scarsz lol 03-Nov-16 06:50 PM
the rule is no public code nor libraries
which itself can't really work because obviously almost everyone uses a library some time or another
Avatar
MatthewE 03-Nov-16 06:50 PM
I use json
Avatar
Scarsz lol 03-Nov-16 06:50 PM
I feel like the rule is more "don't use substantial pieces of code & no Minecraft-specific 3rd party libraries"
Avatar
MatthewE 03-Nov-16 06:51 PM
Like minigame API lol
Avatar
Scarsz lol 03-Nov-16 06:51 PM
yeah, exactly
Avatar
MatthewE 03-Nov-16 06:51 PM
Idk who would use that.
Avatar
Scarsz lol 03-Nov-16 06:51 PM
or BarAPI
Avatar
MatthewE 03-Nov-16 06:51 PM
You mean BossBarAPI?
Avatar
Scarsz lol 03-Nov-16 06:51 PM
maybe ProtocolLib will be allowed because it's kind of vague in it's usages
& yeah
Avatar
MatthewE 03-Nov-16 06:51 PM
No.
That's like 3mb
Avatar
Scarsz lol 03-Nov-16 06:52 PM
my main plugin is like 10 lol
Avatar
Avatar
Scarsz lol 03-Nov-16 06:52 PM
memorize it beforehand :)
Avatar
Avatar
Scarsz lol 03-Nov-16 06:53 PM
doable :P
Avatar
MatthewE 03-Nov-16 06:53 PM
wait?
Can you copy code?
Like redo it
Avatar
Calucon 03-Nov-16 06:53 PM
@Scarsz lol i'd say don't use any libs at all and if you really need one ask then and if they say no write it yourself 😂💪 (edited)
Avatar
MatthewE 03-Nov-16 06:53 PM
I think it's fine
They just mean don't use a huge API
Avatar
Scarsz lol 03-Nov-16 06:54 PM
basic shit like Apache commons/gson are more likely than not fine
Avatar
MatthewE 03-Nov-16 06:54 PM
Yeah
I use that all of the time
It's all small stuff
Like using JSON config
it's not that big of a deal (edited)
Just use YAML
Avatar
Scarsz lol 03-Nov-16 06:55 PM
I use JSON for way more than just configs :S
easy object storage
Avatar
MatthewE 03-Nov-16 06:55 PM
Same
Yeah.
Can you configure file templates with you're IDE?
To make things easier ?
Or make an intellij addon
Avatar
Scarsz lol 03-Nov-16 06:56 PM
I'm sure file templates are fine lol
Avatar
Markcreator 03-Nov-16 06:56 PM
Which is why I am hoping for a more operational public statement from the organizers on what exactly is fine, and what is not. There's alot of stuff that would make life easier, but what is okay is not exactly clear right now.
Avatar
MatthewE 03-Nov-16 06:56 PM
Then can't you cheat?
Avatar
Scarsz lol 03-Nov-16 06:56 PM
file templates made completely by you, I mean
Avatar
MatthewE 03-Nov-16 06:56 PM
Like have it generate every file
They should only allow file header
Like
Comments (edited)
Like that
Avatar
Calucon 03-Nov-16 06:59 PM
@Markcreator as it's their first contest i think they haven't thought that questions like this can come up etc, but that's why we're here to ask and make it better in the future (to include answers to a majority of possible questions)
Avatar
MatthewE 03-Nov-16 07:00 PM
Wait do we all get T-Shirts?
Avatar
Calucon 03-Nov-16 07:00 PM
if you submit a valid project then yes according to the website
Avatar
MatthewE 03-Nov-16 07:01 PM
Theirs like 20 people?
Doing it?
Well around 50+?
Avatar
Markcreator 03-Nov-16 07:01 PM
I heard it was triple digits.
Avatar
MatthewE 03-Nov-16 07:02 PM
I'm guessing not all of them will be at a professional level.
Avatar
Calucon 03-Nov-16 07:02 PM
according to their twitter there are several hundreds signed up, but that doesn't say how many actually submit a valid project
Avatar
MatthewE 03-Nov-16 07:02 PM
Yeah.
Paul can we use java 9?
jk
Avatar
Scarsz lol 03-Nov-16 07:06 PM
@MatthewE @Calucon @Markcreator @shrkn we should probably be compiling a list of things we need to clear up, comment on https://docs.google.com/document/d/1SpqUbjY7U-NXlUFCzwHN5xI-i8U4yT7y_r1IM5wi3_w/edit?usp=sharing and I'll add stuff to the list
Allowed to use this method? https://www.spigotmc.org/threads/free-code-sending-perfectly-centered-chat-message.95872/ Libraries allowed? Apache Commons (StringUtils, FileUtils, etc.) Jsoup Gson Help from StackOverflow allowed?
Avatar
MatthewE 03-Nov-16 07:11 PM
kk
Edit perms pls
Avatar
Cameron 03-Nov-16 07:13 PM
@Paul Sauve @Evoltr could you possibly take a look at this when you have a chance? ^
Avatar
Calucon 03-Nov-16 07:13 PM
@Scarsz lol will look at it tomorrow 1:15am here and i have work tomorrow 🙈 but great idea in general to give them a collection of constructive feedback and ideas (edited)
Avatar
Markcreator 03-Nov-16 07:26 PM
Indeed, I commited all questions I had. I will however be on my way now, and check back later. Be well, all!
Avatar
MatthewE 03-Nov-16 09:11 PM
Can we use mongodb driver api?
Avatar
Scarsz lol 03-Nov-16 09:12 PM
I'd assume database drivers are fine tbh
there's not really a reason to go around them
Avatar
MatthewE 03-Nov-16 09:13 PM
Can we google mongo tutorials?
I don't remember the API 100%
I do for SQL
They should do a nexus server for libs
Avatar
LoonyRules 03-Nov-16 09:15 PM
^^
Avatar
Innectic 03-Nov-16 09:15 PM
Where will the theme be annouced? Twitter?
Avatar
MatthewE 03-Nov-16 09:17 PM
Website...
I'm guessing
Avatar
Scarsz lol 03-Nov-16 09:17 PM
likely multiple @everyone's on here
probably in #announcements
Avatar
MatthewE 03-Nov-16 09:17 PM
Are they going to invite all contestant sto a organization?
That's only like 20 people
Out of the like 200
Inb4 hypixel developers win
Avatar
Scarsz lol 03-Nov-16 09:18 PM
was just saying it'd be one of the targets for announcing the project starting
Avatar
MatthewE 03-Nov-16 09:18 PM
Ah.
They followed me on twitter
Avatar
Scarsz lol 03-Nov-16 09:20 PM
didn't follow me :(
Avatar
MatthewE 03-Nov-16 09:21 PM
RIP
I would be happy if I didn't win
Free $10 T-Shirt
Avatar
Scarsz lol 03-Nov-16 09:22 PM
you know what I just thought
there should be a Maven repo containing all of the allowed libraries that are fair play
Avatar
MatthewE 03-Nov-16 09:23 PM
Yeah
No
I came up with it
XD
Avatar
LoonyRules 03-Nov-16 09:23 PM
tbh it'd make sense
Avatar
Scarsz lol 03-Nov-16 09:23 PM
maven pom.xml's should only be allowed to reference one repository
Avatar
MatthewE 03-Nov-16 09:23 PM
Having a system maven lib
is gross
Avatar
Scarsz lol 03-Nov-16 09:23 PM
then that repo can have the correct spigot version and stuff
Avatar
MatthewE 03-Nov-16 09:23 PM
having a local maven dependacy is gross (edited)
Avatar
Scarsz lol 03-Nov-16 09:24 PM
ever heard of Intellij's built in maven wrapper?
Avatar
MatthewE 03-Nov-16 09:24 PM
It's a plugin?
Avatar
Scarsz lol 03-Nov-16 09:24 PM
built in maven wrapper
Avatar
MatthewE 03-Nov-16 09:24 PM
Ah
Yeah.
the .m2 file
Or something
Accept my request to doc
Avatar
Scarsz lol 03-Nov-16 09:27 PM
honestly like the idea of having one single allowed maven repo
Avatar
MatthewE 03-Nov-16 09:27 PM
Yeah.
Avatar
Scarsz lol 03-Nov-16 10:51 PM
<repositories> <repository> <id>Devathon</id> <url>https://raw.githubusercontent.com/Scarsz/Devathon/master/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.devathon</groupId> <artifactId>VaultAPI</artifactId> <version>1.5</version> </dependency> </dependencies>
https://github.com/Scarsz/Devathon
Devathon Maven repository for allowed libraries
crude example of a devathon-managed repository but it works good
Avatar
sherp 03-Nov-16 11:15 PM
Do you have to use maven?
Because I've legit never used it before
Avatar
Scarsz lol 03-Nov-16 11:15 PM
very easy to use if you never have before, very robust tool
built into intellij too
Avatar
sherp 03-Nov-16 11:20 PM
Ok I'll learn it tomorrow
If it's hard I will find you
And make you teach me
Avatar
MatthewE 03-Nov-16 11:20 PM
You need to learn git as well
Avatar
sherp 03-Nov-16 11:21 PM
I know git
Thanks tho
Avatar
Scarsz lol 04-Nov-16 12:34 AM
@Paul Sauve any official answers for the list?
Avatar
Paul Sauve 04-Nov-16 01:24 AM
Basic git and maybe maven
Avatar
Scarsz lol 04-Nov-16 01:25 AM
?
General feedback, can we setup a Maven repository with only the allowed libraries contained within? That way the projects can just have that one repository in their builds as a requirement and there would be no confusion on which libraries could be used. Libraries allowed? Apache Commons (I/O, F...
Avatar
Paul Sauve 04-Nov-16 01:26 AM
1. If you type it
2. If it's in the version of spigot we give you
3. Sure, but remember that code from SO is licensed specifically and your repo must maintain that license
Avatar
Scarsz lol 04-Nov-16 01:27 AM
refer to the actual page
Avatar
LoonyRules 04-Nov-16 01:27 AM
yh
it's more updated
Avatar
Scarsz lol 04-Nov-16 01:27 AM
that cached screenshot is far outdated
Avatar
Paul Sauve 04-Nov-16 01:28 AM
Most of those questions can be answered with logic
Do you have one you specifically want to ask me?
Avatar
Scarsz lol 04-Nov-16 01:28 AM
all of them are questions multiple people have had summarized into a list to make it easier for everyone
was hoping you could answer all of them
Avatar
Paul Sauve 04-Nov-16 01:29 AM
It's late here so I can answer one quick but I'm not answering a document of questions on my phone
Avatar
Scarsz lol 04-Nov-16 01:30 AM
able to use existing helper methods specifically center print or using tutorials on spigot for understanding something
Avatar
Paul Sauve 04-Nov-16 01:30 AM
If you type it
All code in the contest is expected to be written by you
Avatar
Scarsz lol 04-Nov-16 01:31 AM
can we like reference the document, just has to be literally typed by us?
Avatar
Paul Sauve 04-Nov-16 01:31 AM
Yeah
If it came from your hands it's cool
Avatar
Scarsz lol 04-Nov-16 01:32 AM
interesting, assuming that IntelliJ plugin is off bounds too then?
doesn't even help that much besides getting started
Avatar
LoonyRules 04-Nov-16 01:32 AM
That's only to create projects though (edited)
Unless you're talking about Lambok
Avatar
Scarsz lol 04-Nov-16 01:33 AM
one last thing, will compile all the answers tomorrow
is the commit frequently thing just basically saying don't save committing for fucking huge changes
like, commit when you hit a milestone kind of thing
Avatar
Paul Sauve 04-Nov-16 01:33 AM
Yeah
1 commit isn't okay basically
Avatar
Scarsz lol 04-Nov-16 01:34 AM
gotcha
how's the repositories going to work actually, just on our own github accounts and give the links to you guys?
Avatar
LoonyRules 04-Nov-16 01:34 AM
Try and aim for a commit every 2-3 hours or something like that
Avatar
Evoltr 04-Nov-16 01:34 AM
ohai
Repo's will be hosted on our github team
Avatar
Scarsz lol 04-Nov-16 01:35 AM
guessing we'll be marked as contributors to them then?
Avatar
Paul Sauve 04-Nov-16 01:36 AM
Yeah
Avatar
Scarsz lol 04-Nov-16 01:37 AM
guessing the organizations name would be Devathon[year] or something to separate all the contributions then
Avatar
Paul Sauve 04-Nov-16 01:37 AM
No just the repo
Avatar
Scarsz lol 04-Nov-16 01:37 AM
wat
Avatar
Paul Sauve 04-Nov-16 01:38 AM
Paulbgd-2016
Avatar
Scarsz lol 04-Nov-16 01:38 AM
oh so the years just in the name
so summarizing here
- external libraries are completely not allowed; if a library is used inside of the provided spigot jar it's okay to jack that and use it
- using stackoverflow is fine as long as you type it out and do it yourself against copy pasting
- commits frequency should show progress against showing major changes
- following tutorials/helper methods such as center text are able to be utilized as long as we type them out ourselves; referencing from the browser and typing along permitted (edited)
only question left is how plugins will be judged
@Paul Sauve @Evoltr would one of you mind making a FAQ channel so I can paste all this in there
Avatar
Evoltr 04-Nov-16 01:46 AM
Done @Scarsz lol
Avatar
Scarsz lol 04-Nov-16 01:56 AM
@Evoltr say regarding using that plugin for IntelliJ for productivity?
makes creating the project faster + adds a minimal shortcut for event listeners
Avatar
Evoltr 04-Nov-16 01:56 AM
Link?
Avatar
Scarsz lol 04-Nov-16 01:56 AM
also any rubric or something for how plugins will be judged (edited)
Avatar
Evoltr 04-Nov-16 01:56 AM
nvm got it
It's unnecessary really
It makes a template, but we provide you with one
Avatar
Scarsz lol 04-Nov-16 01:58 AM
more for the event handler thing
alt+insert, gives you a little menu to generate an event handler method
nothing really
Avatar
Calucon 04-Nov-16 02:01 AM
imo if it's just generating templates/methods it should be fine. may give a little speed advantage, but nothing that huge
Avatar
Scarsz lol 04-Nov-16 02:01 AM
@Evoltr only thing left is how plugins are gonna be judged, rubric or anything
yeah that's what I was thinking XXL
Avatar
MatthewE 04-Nov-16 06:31 AM
...
You can do github maven repos?
I didn't know that
RIP
I spent like an hour setting up a nexus server
Avatar
MiniDigger 04-Nov-16 06:32 AM
nexus is not that hard, lol
Avatar
MatthewE 04-Nov-16 06:32 AM
ik
Slow PC
I meant was I didn't know you could use girhub for a repo with libs
Avatar
Land 04-Nov-16 08:20 AM
Wasn't the theme supposed to be said today?
Avatar
Calucon 04-Nov-16 08:23 AM
no at the start of he event so in less than 24h 😉
Avatar
CodeBeasty 04-Nov-16 08:41 AM
Make sure to set your alarm clock and eat a good breakfeast!
👌 1
👍 1
Avatar
Paul Sauve 04-Nov-16 09:25 AM
Also feel free to only work part of the event
Even just 12 hours is a lot of time
Avatar
rubik_cube_man 04-Nov-16 09:26 AM
Is there a specific version of bukkit that we have to use?
Avatar
Scarsz lol 04-Nov-16 09:29 AM
@rubik_cube_man #faq
Avatar
rubik_cube_man 04-Nov-16 09:29 AM
Oops, missed that one xD Thanks
Avatar
MatthewE 04-Nov-16 03:27 PM
Doing a test stream
😛
Avatar
Markcreator 04-Nov-16 03:28 PM
I already did ;P
Avatar
MatthewE 04-Nov-16 03:43 PM
Anyone want me to watch me coding a timer?
Avatar
Calucon 04-Nov-16 05:12 PM
Timer t = new Timer(); 😂 sry bad joke
Avatar
Scarsz lol 04-Nov-16 05:12 PM
long startTime = System.currentTimeMillis();
Avatar
Markcreator 04-Nov-16 05:13 PM
#ontopic
Avatar
Avatar
Markcreator 04-Nov-16 05:17 PM
I strongly disagree, to be honest. I wish to see what people can do by themselves, not how well they can intergrate other people's code. Yes, it will allow for more complex or fancy things, but that is not the purpose of the contest to me.
👍 2
Avatar
Scarsz lol 04-Nov-16 05:18 PM
Paul has already said code quality will not be judged
the focus of this contest is not how you code in any fashion
Avatar
Cameron 04-Nov-16 05:18 PM
I feel it goes both ways personally
Avatar
Scarsz lol 04-Nov-16 05:18 PM
it's the end product you achieve
Avatar
Cameron 04-Nov-16 05:18 PM
it allows less experienced people to feel a bit more confident if they have that helping hand
but it also dampens the whole idea of the contest
Avatar
sherp 04-Nov-16 05:49 PM
I'm less experienced compared to everyone here AFAIK
and I'm fine with this rule set
Avatar
Cameron 04-Nov-16 05:49 PM
"AFAIK"?
Avatar
Scarsz lol 04-Nov-16 05:50 PM
as far as I know
Avatar
sherp 04-Nov-16 05:50 PM
As far as I know
Avatar
Cameron 04-Nov-16 05:50 PM
gotcha
Avatar
Notoh 04-Nov-16 05:50 PM
codename i fna
Avatar
Cameron 04-Nov-16 05:50 PM
Im not saying less experienced, im referring to more of less comfortable being judged on without being in their element
@Notoh
Avatar
Notoh 04-Nov-16 05:50 PM
codename 1v1 meh cops vs crims
Avatar
Cameron 04-Nov-16 05:52 PM
@Notoh i would move this to #general :p
Avatar
Notoh 04-Nov-16 05:53 PM
😛
totally forgot channel name
Avatar
Markcreator 04-Nov-16 07:33 PM
I am still awaiting a comment on what the entries will be judged on, unless I missed something.
Avatar
Cameron 04-Nov-16 07:34 PM
same
Avatar
Paul Sauve 04-Nov-16 07:39 PM
wow that poll really made me want to change it
Avatar
Cameron 04-Nov-16 07:39 PM
^sarcasm?
Avatar
Scarsz lol 04-Nov-16 07:39 PM
wasn't suppose to make you want to... lol
Avatar
Markcreator 04-Nov-16 07:39 PM
I am sensing some sarcasm.
Avatar
MatthewE 04-Nov-16 07:39 PM
It was my idea 😛
Avatar
Cameron 04-Nov-16 07:39 PM
i guess it was just to gauge the standing of the contestants
well, 10 of them
Avatar
Scarsz lol 04-Nov-16 07:40 PM
correct
Avatar
MatthewE 04-Nov-16 07:40 PM
For next time?
Next Devathon ?
Avatar
Scarsz lol 04-Nov-16 07:40 PM
more/less
Avatar
MatthewE 04-Nov-16 07:40 PM
Their should be one every 6 months @Paul Sauve
Avatar
Paul Sauve 04-Nov-16 07:40 PM
We're not going to allow 3rd party libraries
Avatar
MatthewE 04-Nov-16 07:40 PM
Next Devathon?
Avatar
Markcreator 04-Nov-16 07:41 PM
I have done some premature brainstorming, are we allowed to force a world/map to the server to use? If so, would there be any constraints on the map-building part?
Avatar
MatthewE 04-Nov-16 07:41 PM
Can I get some friends to help with building @Paul Sauve
Avatar
Markcreator 04-Nov-16 07:42 PM
No teaming, I'm afraid.
Avatar
LoonyRules 04-Nov-16 07:42 PM
What if the world was already built?
Avatar
MatthewE 04-Nov-16 07:42 PM
That's not fair
I can't build for crap.
Avatar
Paul Sauve 04-Nov-16 07:42 PM
It's a plugin, you run it and the plugins works
hoooowever you can generate stuff
and maybe you generate a prebuilt world
Avatar
Cameron 04-Nov-16 07:43 PM
but you cannot use the W/E schematic API
^ just something to keep in mind
Avatar
Paul Sauve 04-Nov-16 07:43 PM
but that's pretty un-user friendly to force a world so that'd probably be bad anyways
Avatar
LoonyRules 04-Nov-16 07:43 PM
true
Avatar
MatthewE 04-Nov-16 07:43 PM
I could code a parser for it (edited)
Avatar
Markcreator 04-Nov-16 07:44 PM
Well, my focus this time around is not to make a broadly-deployable featureset, but to craft an experience.
Avatar
MatthewE 04-Nov-16 07:44 PM
inb4 the theme is modding/hacking
Like .ten
Avatar
Paul Sauve 04-Nov-16 07:44 PM
You guys can force a world however you'd have to be pretty creative to make it user friendly
Avatar
Notoh 04-Nov-16 07:44 PM
Ive made hacked clients on forge
But only to test how mad mineplex's anticheat is
bad
*
Avatar
Cameron 04-Nov-16 07:45 PM
I think im going to write up a few, short library classes for world management, particles, sounds, etc...
just to simplify and know what im walking in with
Avatar
Paul Sauve 04-Nov-16 07:45 PM
then you can't use them in the contest 😉
Avatar
Notoh 04-Nov-16 07:45 PM
Just type em out
Avatar
Cameron 04-Nov-16 07:45 PM
if i retype them i can :0
Avatar
Paul Sauve 04-Nov-16 07:45 PM
by the way, i've written a schematic parser if you check out my github
it's very small
Avatar
MatthewE 04-Nov-16 07:45 PM
Badlion nocheat is dope
@Paul Sauve link (edited)
Avatar
Notoh 04-Nov-16 07:45 PM
Yeah but mineplex AC is cancer
I used my hacked client on there
Avatar
MatthewE 04-Nov-16 07:45 PM
ikr
Avatar
Notoh 04-Nov-16 07:45 PM
Only way I could get banned was by fucking flooding packets
Avatar
MatthewE 04-Nov-16 07:46 PM
I hacked like 2 years ago
Avatar
Notoh 04-Nov-16 07:46 PM
I was playing for over 3 hours
Avatar
Paul Sauve 04-Nov-16 07:46 PM
Avatar
Notoh 04-Nov-16 07:46 PM
And the only way I got banned was accidently pressing my flood packets key
Avatar
Paul Sauve 04-Nov-16 07:46 PM
you'd have to write a NBT parser too though
actually you could use mc's i guess
Avatar
Markcreator 04-Nov-16 07:47 PM
On what OS will the finished products be tested? Might be relevant when working with filepaths.
Avatar
Paul Sauve 04-Nov-16 07:48 PM
no idea
Avatar
Scarsz lol 04-Nov-16 07:48 PM
System.separator
Avatar
Paul Sauve 04-Nov-16 07:48 PM
luckily java is cross compatible
Avatar
Markcreator 04-Nov-16 07:48 PM
Fair point there.
Avatar
Paul Sauve 04-Nov-16 07:48 PM
i'll probably use linux, 2 judges use mostly mac, and the others probably windows
Avatar
Notoh 04-Nov-16 07:48 PM
What are we judged on
?
Avatar
Paul Sauve 04-Nov-16 07:48 PM
if your plugin makes a pink sheep or not
Avatar
Scarsz lol 04-Nov-16 07:49 PM
no rubric's been provided yet, they more or less won't budge on it
Avatar
Notoh 04-Nov-16 07:49 PM
Also I have my fingers crossed that this won't need very complex config files, because config files are my weakness
Avatar
Paul Sauve 04-Nov-16 07:49 PM
well editing config files is also not very user friendly, so :p
Avatar
Notoh 04-Nov-16 07:49 PM
inb4 it involves incredibly complex configs
and making them
Avatar
Blake Gaming 04-Nov-16 07:49 PM
Cant think of something to say so I will casually say hi... hi
Avatar
Paul Sauve 04-Nov-16 07:49 PM
@Blake Gaming please stay on topic
Avatar
Blake Gaming 04-Nov-16 07:49 PM
I dont know the topic tho
Avatar
Notoh 04-Nov-16 07:50 PM
I'm garbage at data structures, anything Object Oriented is ez, but then anything procedural is my weakness
😦
Avatar
Blake Gaming 04-Nov-16 07:50 PM
Im garbage at objective c /( v_v)\ (edited)
Avatar
Notoh 04-Nov-16 07:50 PM
Im actually pretty good
Considering my Dad was the one who taught me a lot of programming
and he was one of the original users of the original C
Avatar
Blake Gaming 04-Nov-16 07:51 PM
Nice!
Avatar
Notoh 04-Nov-16 07:51 PM
And it was ez transition to the objective
Avatar
Blake Gaming 04-Nov-16 07:51 PM
I just started to learn. Pointers are so hard for me, you laugh
Avatar
Notoh 04-Nov-16 07:52 PM
I had the best halloween costume, it was a piece of paper with a stack trace on it taped to my shirt
inb4 on topic reminder
Avatar
Blake Gaming 04-Nov-16 07:52 PM
Java:
int i = 5; System.out.println(i); OUTPUT : 5
C:
int i = 5; int *ip = &i; printf("%x",ip);
It just hurts for me to use 2 variables
Avatar
Markcreator 04-Nov-16 07:53 PM
Could you elaborate on 'user-friendly'? Are we talking in a context of deployment on an everyday server, as I was thinking of pretty much claiming the entire server to deploy a full gamemode/experience, to make something out of the ordinary.
Avatar
Notoh 04-Nov-16 07:53 PM
I can second that, even as C as my first language
Avatar
Paul Sauve 04-Nov-16 07:53 PM
@Markcreator You want other people to use your plugin, so make it easy
Avatar
Blake Gaming 04-Nov-16 07:53 PM
What is the theme for devathon? Coming tomorrow? (edited)
Avatar
Paul Sauve 04-Nov-16 07:53 PM
The theme is "tomorrow"
Avatar
MatthewE 04-Nov-16 07:53 PM
Kk
Avatar
Paul Sauve 04-Nov-16 07:54 PM
nah theme will be announced tomorrow
Avatar
Blake Gaming 04-Nov-16 07:54 PM
gud
Avatar
MatthewE 04-Nov-16 07:54 PM
I already have a plan
Avatar
Notoh 04-Nov-16 07:54 PM
Fun fact: I was playing video games before I knew english
Avatar
Paul Sauve 04-Nov-16 07:54 PM
it's already in the README included in your project template
Avatar
Notoh 04-Nov-16 07:54 PM
its weird
Oh we have one of those?
Avatar
MatthewE 04-Nov-16 07:54 PM
Link
Avatar
Blake Gaming 04-Nov-16 07:54 PM
So we have a template file? (edited)
🆒 1
FeelsSadMan 2
Catdoge 2
Avatar
Notoh 04-Nov-16 07:55 PM
link tempalte
template
@Paul Sauve
Avatar
Markcreator 04-Nov-16 07:55 PM
Allright, thank you for elaborating on what use-case we're focussing on.
Avatar
Blake Gaming 04-Nov-16 07:56 PM
I'm actually all in for the T-shirt to I can hopefully convince my friends that I have somewhat of a life. Also, where is that template file?
Avatar
Notoh 04-Nov-16 07:57 PM
I beg for github page
I lost it
And cant find it
Avatar
MatthewE 04-Nov-16 07:57 PM
Link
@Paul Sauve
Avatar
Markcreator 04-Nov-16 07:58 PM
The readme is included in the github project you'll be added to.
Avatar
Blake Gaming 04-Nov-16 07:58 PM
How nice.
Avatar
Markcreator 04-Nov-16 07:58 PM
So, tomorrow @MatthewE
Avatar
MatthewE 04-Nov-16 07:59 PM
kk
Been trying to find github organization
Avatar
Blake Gaming 04-Nov-16 07:59 PM
tag me if you find it ^w^ *gonna go play some csgo, cya (edited)
Avatar
MatthewE 04-Nov-16 07:59 PM
$5
Or you don't code for 10 hours (edited)
Sure
😛
Avatar
Paul Sauve 04-Nov-16 07:59 PM
what the organization is easy to find lol
Avatar
MatthewE 04-Nov-16 08:00 PM
devathon is not it
GitHub is where people build software. More than 18 million people use GitHub to discover, fork, and contribute to over 46 million projects.
Found it
Avatar
Blake Gaming 04-Nov-16 08:01 PM
boom
thx ❤
Avatar
Paul Sauve 04-Nov-16 08:03 PM
nice
considering it's the exact same as the twitter
Avatar
Blake Gaming 04-Nov-16 08:06 PM
On the devathon.org website, what is that style of gradient where its in "blocks" of colors- you have to look very close. It's like you zoomed in very much, and then rotated the whole thing to the side.
That sentence made no sense, just realised.
Avatar
Notoh 04-Nov-16 08:40 PM
where is the template @Paul Sauve
Avatar
Cameron 04-Nov-16 08:40 PM
@Notoh the template is a git repo
you will be assigned a git repo when the contest begins, that is where you will push code up to
Avatar
Notoh 04-Nov-16 08:41 PM
ohhh
k
Ty
Avatar
Cameron 04-Nov-16 08:41 PM
Avatar
Notoh 04-Nov-16 08:41 PM
Fna level is up 900%
Avatar
Cameron 04-Nov-16 08:41 PM
<33
Avatar
Notoh 04-Nov-16 08:41 PM
Avatar
Blake Gaming 04-Nov-16 08:42 PM
Do they know my github? or did I sign up with it?
Avatar
Notoh 04-Nov-16 08:42 PM
You sign up w/ it
Avatar
Cameron 04-Nov-16 08:42 PM
You signed up with it
Avatar
Blake Gaming 04-Nov-16 08:42 PM
Good
:3
Avatar
Cameron 04-Nov-16 08:42 PM
:p
Avatar
Notoh 04-Nov-16 08:42 PM
xDDDD
Avatar
Deleted User 04-Nov-16 08:42 PM
Oh Chipdev...
Avatar
Blake Gaming 04-Nov-16 08:42 PM
just a normal chipdev
Avatar
Notoh 04-Nov-16 08:42 PM
@Cameron which dev does networking for Hypixel or do you just not bother with most of it?
Avatar
Blake Gaming 04-Nov-16 08:43 PM
its been a w- Nah I did one like 3 minutes ago
Avatar
Cameron 04-Nov-16 08:43 PM
@Notoh wouldnt know
Avatar
Notoh 04-Nov-16 08:43 PM
wait this isnt general
rip
Avatar
Cameron 04-Nov-16 08:43 PM
dont work there
Avatar
heyitsleo 04-Nov-16 08:43 PM
@Notoh codenameflip isn't a hypixel person xd
it's codename_b
Avatar
Blake Gaming 04-Nov-16 08:43 PM
b is senpai
Avatar
Cameron 04-Nov-16 08:43 PM
^
Avatar
Blake Gaming 04-Nov-16 08:43 PM
I looked you up just to check
Avatar
Notoh 04-Nov-16 08:43 PM
rip
LOL
Avatar
Blake Gaming 04-Nov-16 08:43 PM
I love your twitter page image flip
Avatar
Cameron 04-Nov-16 08:43 PM
#general
Avatar
Notoh 04-Nov-16 09:15 PM
@Paul Sauve can my friend join late, he wants to join, but might join late
Avatar
Paul Sauve 04-Nov-16 09:16 PM
he has to be registered before the contest starts
Avatar
Notoh 04-Nov-16 09:16 PM
ok
Avatar
LoonyRules 05-Nov-16 07:15 AM
How are you getting out github accoutns?
Because my github account has a different email to what I signed up with
Avatar
Cameron 05-Nov-16 07:16 AM
Whatever GitHub account you signed up with on github
Avatar
LoonyRules 05-Nov-16 07:16 AM
"How are you getting out github accoutns?"
our* accounts*
Avatar
Deleted User 05-Nov-16 07:16 AM
When you sign up
You sign in to GitHub
Avatar
Cameron 05-Nov-16 07:16 AM
^
Avatar
Deleted User 05-Nov-16 07:16 AM
There they have you
Avatar
LoonyRules 05-Nov-16 07:16 AM
I don't remember doing that O.o
Avatar
Deleted User 05-Nov-16 07:16 AM
in their website
Avatar
Cameron 05-Nov-16 07:16 AM
Oh mai
Avatar
LoonyRules 05-Nov-16 07:17 AM
I must've signed up a long time ago
Avatar
Evoltr 05-Nov-16 07:48 AM
@everyone for the people who are going to stream, if you stream on beam you will get our bot in your channel, it has a few useful commands and stuff 😃
Avatar
benn 05-Nov-16 07:49 AM
hmmm
Avatar
sothatsit 05-Nov-16 07:49 AM
hah @ everyone
Avatar
Deleted User 05-Nov-16 07:49 AM
I would stream to both if OBS LET ME ]\
Avatar
Land 05-Nov-16 07:49 AM
Darn OBS, always being annoying, eh?
Avatar
MatthewE 05-Nov-16 07:49 AM
When?
Avatar
boomboompower 05-Nov-16 07:49 AM
Sk1er you can
Restream is the best way to stream to YouTube, Twitch, Beam Pro, Facebook and 30+ other services simultaneously
Avatar
sothatsit 05-Nov-16 07:50 AM
streaming to 34 services at once xD
Avatar
boomboompower 05-Nov-16 07:50 AM
yep
Avatar
Oliver 05-Nov-16 07:50 AM
@Evoltr How do we find out about these super cool commands?
Avatar
boomboompower 05-Nov-16 07:50 AM
>.> #general for this conversation
^ about streams
Avatar
Paul Sauve 05-Nov-16 07:52 AM
@Oliver well uh, currently !repo gives you a link to the repo
that's about it
I need features to add 😐
Avatar
sothatsit 05-Nov-16 07:52 AM
!uptime
Avatar
Oliver 05-Nov-16 07:52 AM
@Paul Sauve Time remaining would be super cool.
Avatar
Paul Sauve 05-Nov-16 07:52 AM
ooh
Avatar
Oliver 05-Nov-16 07:52 AM
Shouldn't be hard either.
Avatar
Paul Sauve 05-Nov-16 07:52 AM
how did i forgot about that one
alright i'm on it
8 minutes to code it
it's my mini-devathon
Avatar
Autom 05-Nov-16 07:53 AM
command that tells us how much time is left on the devathon? 😃
Avatar
Oliver 05-Nov-16 07:53 AM
@Paul Sauve You'll be disqualified for starting early though, and also not using the right libraries.
Avatar
Paul Sauve 05-Nov-16 07:53 AM
aww
do i have to use the beam api from scratch 😦
nah that's fine their api is awesome
Avatar
boomboompower 05-Nov-16 07:53 AM
You should make a 2016 badge or something, for the website (edited)
Avatar
Oliver 05-Nov-16 07:53 AM
Yep, you can use Gson though as its in Spigot
Avatar
Wes 05-Nov-16 08:09 AM
is it a possibility I could use http://msgpack.org/ ?
Avatar
boomboompower 05-Nov-16 08:10 AM
if it's not in spigot @Wes
then don't think so
you can use GSON
Avatar
Wes 05-Nov-16 08:10 AM
there are allowed libs out of spigot
I was asking if I could use another
Avatar
Markcreator 05-Nov-16 08:13 AM
Can we make our project require multiple users?
Avatar
sothatsit 05-Nov-16 08:14 AM
^ oooh yes, need to know this
mine is pretty cool, but not as fun with one person
Avatar
Markcreator 05-Nov-16 08:15 AM
Exactly that.
Avatar
Pollitoyeye 05-Nov-16 08:19 AM
I think I'll be streaming but I still have to think about what i'll be doing haha.
I have just a question.
Is using external tools for modeling or player heads against the rules?
I mean that's not considered using code right?
Avatar
Cameron 05-Nov-16 08:22 AM
what do we do with the run script?
Avatar
Autom 05-Nov-16 08:24 AM
[14:23:27 WARN]: Plugin `Devathon_Project v1.0.0' uses the space-character (0x20) in its name `Devathon Project' - this is discouraged
tsk tsk
Avatar
OscarWoHA 05-Nov-16 08:25 AM
huhu
Avatar
Paul Sauve 05-Nov-16 08:27 AM
lol
you can change the name
Avatar
Desetude 05-Nov-16 08:30 AM
Will it be judged depending on the concept or the content and how fun it is for users?
Avatar
boomboompower 05-Nov-16 08:47 AM
you run it @Cameron
Avatar
Markcreator 05-Nov-16 08:58 AM
>Do you want to recompile and restart the server? (y/n) yRebuilding project.. bash: mvn: command not found
Would anyone know how to fix this?
Avatar
heyitsleo 05-Nov-16 08:58 AM
make sure mvn is in your path
Avatar
Paul Sauve 05-Nov-16 08:59 AM
uh
does the folder apache-maven-3.2.5 exist inside of the build folder
Avatar
Markcreator 05-Nov-16 09:00 AM
Avatar
blake 05-Nov-16 09:00 AM
Can I modify the gitignore to include .idea? (Otherwise a lot will be committed) (edited)
Avatar
Paul Sauve 05-Nov-16 09:02 AM
yep
👌 1
@Markcreator are you running the command inside of git bash?
Avatar
Markcreator 05-Nov-16 09:03 AM
It's the server script which is run in bash. I tried to directly running mvn and this: https://i.imgur.com/MDsmhZZ.png
I didnt mess with any variables though
Avatar
Paul Sauve 05-Nov-16 09:04 AM
do you have Java installed?
jdk 8?
Avatar
Markcreator 05-Nov-16 09:07 AM
Yep
Avatar
Paul Sauve 05-Nov-16 09:07 AM
Well you might have to add a variable for java since it didn't get added by default
I went to the Environment Variables in 'System' in the control panel and made two new variables, one for user variables and one for system variables. Both were named JAVA_HOME and both pointing to ...
Avatar
Markcreator 05-Nov-16 09:16 AM
Fixed!
'if [ -f "build/apache-maven-3.2.5" ]; then' changed to 'if [ -d "build/apache-maven-3.2.5" ]; then'
Avatar
Paul Sauve 05-Nov-16 09:17 AM
wow you're right
how did i miss that
i'm a bad bash hacker 😦
and now we can't update the repositories
well thanks @Markcreator, I'll pass it on to people having issues with the mvn command
Avatar
Markcreator 05-Nov-16 09:22 AM
^^
Avatar
sherp 05-Nov-16 09:38 AM
Good morning
Time to start :D
Avatar
Paul Sauve 05-Nov-16 09:38 AM
@sherp good luck!
Avatar
Kisu 05-Nov-16 10:42 AM
Morning! I like the choice of theme!
Avatar
OscarWoHA 05-Nov-16 10:43 AM
I have an idea, but it's not really machinery 😦
Avatar
Blake Gaming 05-Nov-16 10:43 AM
I hope
I really really hope
that bots are machinery
Avatar
Andrew 🦃 05-Nov-16 10:43 AM
how will the judges know how to use our plugins
Avatar
Blake Gaming 05-Nov-16 10:43 AM
Well, minecraft runs on a machine, just make a bot that spams "YOUR COMPUTERS IP ADRESS" in chat!?
Avatar
OscarWoHA 05-Nov-16 10:44 AM
That will be up to you to decide @Andrew 🦃
FeelsDabMan 1
Avatar
Kisu 05-Nov-16 10:44 AM
xD
Avatar
Andrew 🦃 05-Nov-16 10:44 AM
ah so can I attach some type of documentation to the github repo?
🇰 1
🇾 1
🇸 1
USAGE.MD
Avatar
Pollitoyeye 05-Nov-16 10:44 AM
Can I post my stream here?
Is that allowed?
Avatar
Blake Gaming 05-Nov-16 10:44 AM
sure
Avatar
OscarWoHA 05-Nov-16 10:44 AM
Have you heard about creating a help-page in-game? 😄
Avatar
Kisu 05-Nov-16 10:44 AM
@Andrew 🦃 I'll probably throw a usage book into mine or a help command
Avatar
Pollitoyeye 05-Nov-16 10:44 AM
Beam Interactive, Inc
Avatar
Andrew 🦃 05-Nov-16 10:44 AM
oo
yeah I'll probably do help
Avatar
Pollitoyeye 05-Nov-16 10:44 AM
Probably you'll hear me speaking in spanish sometimes
Avatar
OscarWoHA 05-Nov-16 10:45 AM
Hablo Español? (i don't really now spanish lol)
Habla mby
Avatar
sherp 05-Nov-16 10:47 AM
um
we're allowed to register commands and listeners and stuff in different files right?
now it's ontopic <3
Avatar
Blake Gaming 05-Nov-16 10:47 AM
I guess
Avatar
OscarWoHA 05-Nov-16 10:47 AM
Yeah ❤
Avatar
sherp 05-Nov-16 10:47 AM
ok ty
Avatar
Blake Gaming 05-Nov-16 10:47 AM
❤ 1
♥ 1
FeelsDabMan 2
Avatar
Kisu 05-Nov-16 10:47 AM
I think that should probably be fine
I don't see why not
Avatar
Kisu 05-Nov-16 11:08 AM
I think I have what I'm going to make figured out..
Avatar
benn 05-Nov-16 11:09 AM
nice
Avatar
Scarsz lol 05-Nov-16 11:14 AM
@Evoltr @Paul Sauve are we allowed to change the readme or not
Avatar
Evoltr 05-Nov-16 11:14 AM
Yes you are
Avatar
Scarsz lol 05-Nov-16 11:14 AM
neat
Avatar
MatthewE 05-Nov-16 11:15 AM
I'm streaming beam.pro/matt11matthew
Avatar
Kisu 05-Nov-16 11:29 AM
for anyone interested in adding a help book, here's how to do it https://i.gyazo.com/a194e2a8e61a9bd031cf545153c6e0a7.png
Avatar
Notoh 05-Nov-16 11:30 AM
ty
not helpful
But interesting
Avatar
MatthewE 05-Nov-16 11:33 AM
obs crashed
...
Avatar
Florian 05-Nov-16 11:40 AM
@Kisu That java conventions
Avatar
Kisu 05-Nov-16 11:42 AM
@Florian I haven't used java in awhile so plz no judge me 😛
Avatar
benn 05-Nov-16 11:42 AM
I think people can handle making a book
Avatar
Paul 05-Nov-16 11:47 AM
@Kisu I'm judging you. 😉
Avatar
Kisu 05-Nov-16 11:47 AM
r00d 😢 😛
Avatar
Paul 05-Nov-16 11:49 AM
😛
Avatar
Kisu 05-Nov-16 11:54 AM
for not using java in a long time, most of my code is working first try 😮
Avatar
Scarsz lol 05-Nov-16 11:56 AM
am I the only one who's maven can't resolve the dependancies
Avatar
Kisu 05-Nov-16 11:56 AM
I think so
Avatar
Scarsz lol 05-Nov-16 11:57 AM
neither. I said the issue. (edited)
maven can't find spigot.
I don't know how it's expected to either, there's no repos.
Avatar
Kisu 05-Nov-16 11:57 AM
have you run run-server.sh?
Avatar
Scarsz lol 05-Nov-16 11:57 AM
multiple times
[INFO] ------------------------------------------------------------------------ [INFO] Building DevathonProject 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.spigotmc:spigot-api:jar:1.10.2-R0.1-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.spigotmc:spigot:jar:1.10.2-R0.1-SNAPSHOT is missing, no dependency information available
Avatar
Kisu 05-Nov-16 11:58 AM
huh, my pom doesn't have any repos but it's running fine
Avatar
Scarsz lol 05-Nov-16 11:58 AM
@Evoltr @Paul Sauve ?
Avatar
Andrew 🦃 05-Nov-16 12:01 PM
@Scarsz lol thats because you did mvn install:install-file
I think
otherwise ignore it
Avatar
Scarsz lol 05-Nov-16 12:01 PM
didn't do that
and that wouldn't cause the pom to just not work
now the start script's maven is saying there's no compiler 🙄
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project DevathonProject: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [ERROR] -> [Help 1]
(edited)
just gonna copy shit myself, start script is too much of an annoyance
Avatar
Kisu 05-Nov-16 12:04 PM
did you do anything besides run-server.sh after cloning?
Avatar
Scarsz lol 05-Nov-16 12:04 PM
no.
Avatar
Kisu 05-Nov-16 12:04 PM
huh weird
Avatar
mycooltortoise 05-Nov-16 01:24 PM
Oh goodness I'm barely about to start rip
Oh god, the first thing that happens when I turn on my workspace computer is "The system is running in low-graphics mode"
Avatar
Paul Sauve 05-Nov-16 01:27 PM
it's fine, pretty much no one will be working the full 24 hours
Avatar
mycooltortoise 05-Nov-16 01:27 PM
Fresh install on the computer real quick hold on
Avatar
Autom 05-Nov-16 01:28 PM
Mang... think i just found a bug in spigot/bukkit 😦
Avatar
mycooltortoise 05-Nov-16 01:29 PM
What would that be?
@Autom
Avatar
Autom 05-Nov-16 01:29 PM
I'm trying custom crafting recipes with custom items, but i can't seem to set the output of the crafting table
Avatar
Paul 05-Nov-16 01:29 PM
Yeah I got that problem a while ago
They need to fix that (if it is a bug)
Avatar
Autom 05-Nov-16 01:30 PM
well poop
there goes a good hour 😛
Avatar
Paul 05-Nov-16 01:30 PM
😛
Avatar
mycooltortoise 05-Nov-16 01:31 PM
God bless fiber, ubuntu download is taking 2 minutes with a torrent
Bless the sun gods for the invention
Avatar
JamesJ 05-Nov-16 01:32 PM
@Paul
Avatar
Paul 05-Nov-16 01:32 PM
LMAO
You pushed it?
Avatar
JamesJ 05-Nov-16 01:32 PM
gotta add some design now
no not yet
still committing tho
Avatar
Paul 05-Nov-16 01:33 PM
Ah
Send me the link once it's done
I wanna see this code lmao
(I'm not competing in this, so I'm irelivant)
Avatar
JamesJ 05-Nov-16 01:35 PM
JamesJ-2016 - This is the repository for your Devathon Project.
@Paul
Avatar
Paul 05-Nov-16 01:36 PM
Oh god 😂
Make it bigger!
Avatar
JamesJ 05-Nov-16 01:37 PM
nah g
5m is big enough
Avatar
Paul 05-Nov-16 01:37 PM
No it isn't!
Avatar
Kisu 05-Nov-16 01:49 PM
I'm making a set of machines that are "more efficient" then vanilla creating techniqes, e.g. a saw gives you 2x the slabs you get from crafting
Avatar
Markcreator 05-Nov-16 04:57 PM
Erm, any organizers around? My PC's internal time is a bit broken.. so the commit times on my repo are weird, can you guys verify and let me know if this will be a problem? (edited)
Avatar
flying gorilla 05-Nov-16 04:59 PM
That should be fine
Avatar
Markcreator 05-Nov-16 05:03 PM
Allright, thanks
Avatar
Pollitoyeye 05-Nov-16 05:27 PM
I made this, not as impressive as others but that's the time I had to do it and took my time to do the armorstand model:
Avatar
spod 05-Nov-16 05:27 PM
looks cool
Avatar
Pollitoyeye 05-Nov-16 05:28 PM
Psdata. Yeah I had to add dubstep, isn't youtube for that? XD
Avatar
Notoh 05-Nov-16 05:29 PM
Cool
It is way more impressive than my hunk of junk
Just the only im decent at is making minigames
and 24 hours is way too short
Avatar
Pollitoyeye 05-Nov-16 05:31 PM
I don't think someone will be 24h coding.
Well you can but you'll start losing faculties
After 6h my head hurts, can't imagine 24h
Avatar
Notoh 05-Nov-16 05:32 PM
im 9 hours in
And still fine
Avatar
Paul 05-Nov-16 05:33 PM
@Pollitoyeye That looks lit af
Avatar
Notoh 05-Nov-16 05:33 PM
My thing is garbage
I Wish I couldve made a minigame
But minigames take weeks to make
Avatar
MiniDigger 05-Nov-16 05:33 PM
they are minigames ;)
Avatar
Notoh 05-Nov-16 05:33 PM
No but like
when I make a minigame
I wanna go the full length
Avatar
Paul 05-Nov-16 05:33 PM
Look @ what this guy made so far https://www.twitch.tv/deanveloper
He did some character from Overwatch
Avatar
Pollitoyeye 05-Nov-16 05:34 PM
Abdul, what's the meaning of "lit af"
I'm from spain
Avatar
Notoh 05-Nov-16 05:34 PM
Awesome
Avatar
Paul 05-Nov-16 05:35 PM
Awesome, cool
Avatar
Pollitoyeye 05-Nov-16 05:35 PM
Google isn't the best translating that
haha
Avatar
Paul 05-Nov-16 05:35 PM
Aha
Avatar
Pollitoyeye 05-Nov-16 05:35 PM
We don't usually study those kinds of words, unfortunately
Avatar
Paul 05-Nov-16 05:35 PM
Yeah, it's slang so you wouldn't 😛
Avatar
Notoh 05-Nov-16 05:35 PM
The only good thing about my plugin is it has really corny pickup lines and self help books
Avatar
Pollitoyeye 05-Nov-16 05:35 PM
Google translation for lit af: power on
GG
Avatar
Paul 05-Nov-16 05:35 PM
LMAO
Avatar
Notoh 05-Nov-16 05:35 PM
the rest of my plugin is the literally what comes out of my butt
crap
Avatar
Pollitoyeye 05-Nov-16 05:36 PM
Do you think people will read the instruction books?
Avatar
MiniDigger 05-Nov-16 05:36 PM
meanwhile this is what I am building
nice machine am I right?
Avatar
Paul 05-Nov-16 05:36 PM
What are you meaning to make it?
Avatar
Pollitoyeye 05-Nov-16 05:36 PM
Is that a machine? XD
Avatar
Paul 05-Nov-16 05:37 PM
Toothpaste generator? 😂
Avatar
MiniDigger 05-Nov-16 05:37 PM
its a robot :D
Avatar
Pollitoyeye 05-Nov-16 05:37 PM
It pretends* to be a robot
Avatar
MiniDigger 05-Nov-16 05:37 PM
and your task is to fix it
Avatar
Pollitoyeye 05-Nov-16 05:37 PM
xDD
Avatar
MiniDigger 05-Nov-16 05:37 PM
I am building bigger stuff too
Avatar
Paul 05-Nov-16 05:37 PM
xD
ok
Avatar
MiniDigger 05-Nov-16 05:37 PM
that is supposed to be the tuturial
Avatar
Pollitoyeye 05-Nov-16 05:37 PM
When devs gotta build.
Avatar
MiniDigger 05-Nov-16 05:38 PM
well, nobody said that ppl are not allowed to build for me so: can somebody build me something? :D
we are only prohibited to share code :D
Avatar
Pollitoyeye 05-Nov-16 05:38 PM
That's true.
Avatar
Cameron 05-Nov-16 05:38 PM
Am I the only one who went for a person of interest reference?!
Avatar
Pollitoyeye 05-Nov-16 05:39 PM
I saw it on spigot.
So.
Avatar
Cameron 05-Nov-16 05:39 PM
?
Avatar
Pollitoyeye 05-Nov-16 05:39 PM
Didn't know what you said, so I invented an answer
Lol, discord tradutions
In spanish playing is splitted
in to words
one for playing games
and another one for playing music
So basically here I say the playing games one
with the IntelliJ Idea word after that
It seems like they are playing a coding game.
Avatar
dean 05-Nov-16 06:02 PM
Oh, didn't notice that you put my stream in here @Paul! Thank you 😃
Avatar
Paul 05-Nov-16 06:02 PM
It's alright 😃
Hope you're enjoying the food haha
Avatar
dean 05-Nov-16 06:03 PM
Haha I am, don't think I'm going to stream when I get back, need to really focus and hunker down to get weapons and hopefully animations
Avatar
Notoh 05-Nov-16 06:24 PM
My plugin won't build wtf
Avatar
Gyllie² 05-Nov-16 06:34 PM
How can I get the bot in my beam stream?
@CodeBeasty
Avatar
Scarsz lol 05-Nov-16 06:47 PM
@Notoh why not
Avatar
Yamakaja 05-Nov-16 06:53 PM
Are you fing kidding me? Why does my minecraft launcher have to break right now?!
Avatar
erik 05-Nov-16 06:55 PM
I havent done frontend development in so long holy fuck
i cant get anything nice done XDD
Avatar
CodeBeasty 05-Nov-16 07:15 PM
@Gyllie² I am pretty sure you have to put #Devathon in the titile
Avatar
Paul Sauve 05-Nov-16 07:20 PM
@Gyllie² it should be in there automatically
oh
you have to have you Beam registered on your account page on https://devathon.org
Avatar
CodeBeasty 05-Nov-16 07:20 PM
^^
Avatar
Paul Sauve 05-Nov-16 07:20 PM
and make sure not to include https://beam.pro, because someone did that and it broke the bot when i initially tested
so it just ignores those
Avatar
Gyllie² 05-Nov-16 07:26 PM
how can I check if it's in?
Avatar
Andrew 🦃 05-Nov-16 08:07 PM
@MiniDigger oh that was what your robot code was about
Avatar
dean 05-Nov-16 08:25 PM
Will interference with normal gameplay be a factor?
Avatar
Scarsz lol 05-Nov-16 08:25 PM
"user friendly"
Avatar
dean 05-Nov-16 08:25 PM
Hmmm okay
Avatar
Andrew 🦃 05-Nov-16 08:27 PM
if this was 48 hours
i would be so happy
Avatar
Kisu 05-Nov-16 08:54 PM
Added another machine - jigsaw for making slabs https://youtu.be/faYw1pj_F80
Avatar
Deleted User 05-Nov-16 09:00 PM
Jeez...
Avatar
dean 05-Nov-16 09:00 PM
Ste.Va can shoot now
Avatar
Gyllie² 05-Nov-16 09:26 PM
is that plugin wise O.o
Avatar
dean 05-Nov-16 09:26 PM
yes
Avatar
Kisu 05-Nov-16 09:27 PM
yup
Avatar
Scarsz lol 05-Nov-16 09:31 PM
@Kisu how the actual fuck do you do that
entities?
well yeah clearly entities
but what specifically
Avatar
Gyllie² 05-Nov-16 09:32 PM
loads of armorstands with blocks i'm guessing
Avatar
dean 05-Nov-16 09:32 PM
He said earlier
resource pack I'm pretty sure
Avatar
Kisu 05-Nov-16 09:32 PM
using a resource pack 😛 making it with entities would take too long lol
Avatar
Scarsz lol 05-Nov-16 09:32 PM
ah right
Avatar
Paul Sauve 05-Nov-16 09:32 PM
resource pack is allowed
Avatar
dean 05-Nov-16 09:32 PM
my steva is with entities lmao (edited)
Avatar
Gyllie² 05-Nov-16 09:32 PM
ohhhh
I just created something with armor stands
but it's very basic
didn't had much time due to work
Avatar
Paul Sauve 05-Nov-16 09:35 PM
We're at 65 people participating so far, can't wait to see the results 😄
Avatar
Notoh 05-Nov-16 09:36 PM
@Paul Sauve my plugin is like 2lines from done
WHere do I post it
?
Also note:
Avatar
Paul Sauve 05-Nov-16 09:36 PM
@Notoh just make sure it's in the devathon repo beforehand
Avatar
Notoh 05-Nov-16 09:36 PM
IT DOES NOT WORK WITH SHELL SCRIPT SERVER, you must run it via the normal batch file
Avatar
Paul Sauve 05-Nov-16 09:36 PM
What doesn't
Avatar
dean 05-Nov-16 09:36 PM
What
Avatar
Notoh 05-Nov-16 09:37 PM
Shell Script server just wouldn't build for me
It would bug and not build every single time
Avatar
dean 05-Nov-16 09:37 PM
Check #announcements
Avatar
Kisu 05-Nov-16 09:37 PM
@Paul Sauve I can't wait to see them too, sounds like people are making interesting stuff 😃
Avatar
Notoh 05-Nov-16 09:37 PM
I tried that dean
Avatar
Paul Sauve 05-Nov-16 09:37 PM
We'll try to get your project to build if it doesn't, but we won't put in too much extra work
Avatar
Notoh 05-Nov-16 09:37 PM
Can I just add a file called REALLYIMPORTANTREADME.txt
Avatar
dean 05-Nov-16 09:37 PM
Not sure why it wouldn't build
Avatar
Notoh 05-Nov-16 09:37 PM
that says use a normal bat
Avatar
Paul Sauve 05-Nov-16 09:37 PM
@Kisu Definitely! My personal favorite is the person who made a 3d printer
Avatar
Notoh 05-Nov-16 09:37 PM
yeah ik its weird
Avatar
Paul Sauve 05-Nov-16 09:38 PM
I don't judge, so my opinions don't matter 😛 (edited)
Avatar
Notoh 05-Nov-16 09:38 PM
Mine is a utility bot that says pickup lines, and reads to you disturbing fanfiction
Avatar
dean 05-Nov-16 09:38 PM
I never asked but I hope a mech counts as a machine
Avatar
Paul Sauve 05-Nov-16 09:38 PM
hahaha
yeah yours is fine dean
Avatar
dean 05-Nov-16 09:38 PM
cool cool
Avatar
Kisu 05-Nov-16 09:38 PM
@Paul Sauve oooh, I want to see that! Was thinking of making one but couldn't figure out a way to
Avatar
Paul Sauve 05-Nov-16 09:38 PM
the theme is pretty open ended, intepret it as you wish
Avatar
Notoh 05-Nov-16 09:38 PM
Also It has a built in coding guide
meta.setPages(Arrays.asList("So you want to learn to program, and here's how.", "Step 1: Install Microsoft Word. Microsoft Word is the only true coding program, and it will make you a better programmer.", "Step 2: Type random gibberish as all coding is gibberish. Because of this all good computer programs are only successful if the dev is lucky", "And you might be wondering then how was the computer invented, and the secret is, Alan Turing, Inventor of the Computer was very high when he made his discovery.", "Step 3: Get lucky. If you accidently type the right thing, rich and famous ez. The End."));
Avatar
Andrew 🦃 05-Nov-16 09:39 PM
Mine has generators, power banks, and powered machines
Avatar
Notoh 05-Nov-16 09:39 PM
Just read that
Its a book
That the bot reads to you
Avatar
Andrew 🦃 05-Nov-16 09:39 PM
@Notoh if u bold code in microsoft word, it runs faster
Avatar
Paul Sauve 05-Nov-16 09:39 PM
You know, i just had an idea for a plugin that reads a book out loud to you :?
Avatar
Notoh 05-Nov-16 09:39 PM
it doesnt read out loud
It just reads it to you
Avatar
Paul Sauve 05-Nov-16 09:39 PM
no it was just my idea
Avatar
dean 05-Nov-16 09:39 PM
That's a huge resource pack
Avatar
Paul Sauve 05-Nov-16 09:39 PM
i guess that's what i'd do if i entered
would be fun to mess with sounds
@dean you done streaming? i was hoping to see where you're at
Avatar
dean 05-Nov-16 09:40 PM
Yeah
Might stream later but I'm cranking some stuff out and don't want to interrupt my flow
Avatar
Notoh 05-Nov-16 09:41 PM
Also guys
help me find more pickup lines
My bot only has 234
23
But thats like barely any
Avatar
dean 05-Nov-16 09:41 PM
I was gonna say 234 is plenty haha
Avatar
Avatar
dean 05-Nov-16 09:55 PM
That's some cool stuff
Avatar
Andrew 🦃 05-Nov-16 09:55 PM
omg
Avatar
Kisu 05-Nov-16 09:55 PM
thanks 😃
Avatar
Andrew 🦃 05-Nov-16 09:55 PM
i wish i had cubik studio right now
Avatar
dean 05-Nov-16 09:56 PM
gotta adjust the colors to make it more dva
Avatar
Deleted User 05-Nov-16 09:56 PM
@Kisu You've done that and I'm here using heads and blocks. Rip
Avatar
Andrew 🦃 05-Nov-16 09:56 PM
Lol i broke my thing
so power banks can output in to each other
two of them outputted to each other
and its crazy right now
Avatar
Kisu 05-Nov-16 09:57 PM
@Andrew 🦃 I'm actually only using Cubik for the conversion, I'm creating them in MagicaVoxel since it's easier to do basic models like that in there, and then using Cubik's import features to convert it to JSON 😃
Avatar
Andrew 🦃 05-Nov-16 09:57 PM
do you have cubik studio?
which recently came out
Avatar
Kisu 05-Nov-16 09:57 PM
yeah, bought a license like 2-3 years ago, this is the first time I've really used it 😂
Avatar
Deleted User 05-Nov-16 10:03 PM
You should do more.
You make some nice models!
Avatar
Kisu 05-Nov-16 10:07 PM
thanks! I've been working on a lot of voxel models like that for a gamedev project I've been working on, so I have lots of practice
Avatar
Avatar
Notoh 05-Nov-16 10:11 PM
Nice
looks cool
Mine is a bot that reads disturbing fanfiction to you and gives you pickup lines
SPeaking of
I need more pickup lines
Avatar
Gyllie² 05-Nov-16 10:12 PM
Well I had a lot more in my mind but no time, only 3 hours 😦
Avatar
Notoh 05-Nov-16 10:12 PM
I've been up for 15 and a half hours
Woke up at 6am
To code
😛
Avatar
Gyllie² 05-Nov-16 10:12 PM
I planned on streaming the full thing but then work came in between
Avatar
Notoh 05-Nov-16 10:13 PM
I streamed the first 2 hours
But then im like nah
Too tired to talk
So ima just code silently
Avatar
Deleted User 05-Nov-16 10:44 PM
Moved over to beam to complete the last part of the event https://beam.pro/bwfcwalshy
Beam Interactive, Inc
Avatar
Yamakaja 06-Nov-16 06:44 AM
Avatar
william 06-Nov-16 07:34 AM
Noice
Avatar
Yamakaja 06-Nov-16 07:51 AM
Avatar
Tang 06-Nov-16 07:55 AM
jesus christ why so small text
Avatar
Yamakaja 06-Nov-16 07:55 AM
Because i like my gui small 😛
Just watch it fullscreen
Avatar
Markcreator 06-Nov-16 08:00 AM
TIMES UP WOW
Avatar
Yamakaja 06-Nov-16 08:00 AM
dun dun DUN
Avatar
MiniDigger 06-Nov-16 08:09 AM
it would be pretty cool if you would setup a test server and stream the judging so we call all see the project of the others in action and see your reactions
Avatar
Andrew 🦃 06-Nov-16 08:10 AM
you should gamemode 3 people that login
so they can spectate
Avatar
Land 06-Nov-16 08:10 AM
Yeah
Just make a Devathon plugin that like onPlayerJoin it gamemode 3's anyone and removes all permissions so nothing can be messed up
Avatar
Cameron 06-Nov-16 08:10 AM
@MiniDigger i agree
@Evoltr how possible wouild that b :>
Avatar
Andrew 🦃 06-Nov-16 08:11 AM
but what if players interfere
with the plugin
Avatar
Land 06-Nov-16 08:11 AM
They can't
Avatar
MiniDigger 06-Nov-16 08:11 AM
how would they in specator mode?
Avatar
Andrew 🦃 06-Nov-16 08:11 AM
i mean someone might use
Avatar
Land 06-Nov-16 08:11 AM
That's why you put them in spectator mode & remove permisisons
Avatar
Andrew 🦃 06-Nov-16 08:11 AM
Bukkit.getPlayers()
and it still shows spectators
Avatar
Land 06-Nov-16 08:11 AM
:/ You're kinda right on that one (edited)
Avatar
Andrew 🦃 06-Nov-16 08:11 AM
and it wasn't designed/tested for multiple people for some reason
Avatar
Land 06-Nov-16 08:11 AM
I think it would be worth it
And if it says that it gets all players in the instructions, they could kick us (edited)
Avatar
sothatsit 06-Nov-16 08:12 AM
My plugin has no permissions though ¯\_(ツ)_/¯
Avatar
MiniDigger 06-Nov-16 08:12 AM
if your plugin only works with one player on the server thats a bug
Avatar
Deleted User 06-Nov-16 08:12 AM
Yeah many don't
Avatar
Cameron 06-Nov-16 08:12 AM
a part of my plugin doesnt even work
came across it 2 minutes before the push access closed
Avatar
Markcreator 06-Nov-16 08:12 AM
I got everything done in the last 3 seconds 👌
👏 3
Avatar
Cameron 06-Nov-16 08:12 AM
^^
Avatar
Andrew 🦃 06-Nov-16 08:12 AM
^^
Avatar
Paul 06-Nov-16 08:32 AM
Devathon is a programming contest that has been on the top of the games listing for the last 12 hours as "Programming". We're a new contest, but we match a lot more of the demographic of Beam than other added programming contests like Ludum Dare.
Avatar
Andrew 🦃 06-Nov-16 08:34 AM
Devathon is a programming contest that has been on the top of the games listing for the last 12 hours as "Programming". We're a new contest, but we match a lot more of the demographic of Beam than other added programming contests like Ludum Dare.
Avatar
Evoltr 06-Nov-16 10:51 AM
@Vanture
Avatar
shrkn 06-Nov-16 10:51 AM
@CodeBeasty do you play minecraft ?
Avatar
CodeBeasty 06-Nov-16 10:52 AM
ya
well sometimes
not that much tho
I play overwatch
I just study all day now
Avatar
Markcreator 06-Nov-16 10:53 AM
@Evoltr
Avatar
CodeBeasty 06-Nov-16 10:53 AM
@shrkn
Avatar
Evoltr 06-Nov-16 10:53 AM
hi
Avatar
shrkn 06-Nov-16 10:53 AM
i saw
Avatar
Markcreator 06-Nov-16 10:53 AM
Pm 😉
Avatar
Scarsz lol 06-Nov-16 10:53 AM
is judging already done
Avatar
Evoltr 06-Nov-16 10:53 AM
yes i saw its all gucci
Avatar
shrkn 06-Nov-16 10:53 AM
@CodeBeasty do you play overwatch on ps4
if you do lets play
Avatar
Markcreator 06-Nov-16 10:53 AM
Avatar
CodeBeasty 06-Nov-16 10:53 AM
"is judging already done" lol
Avatar
shrkn 06-Nov-16 10:53 AM
lol
The latest Tweets from VenturianMC (@VenturianMC). VenturianMC is an upcoming server network. More info coming soon!. Ventu HQ
march 1 2016
then twitter went scarce
which moderator is that joe
kenneth goodin
yes
yeah i play minecraft
all the time
Avatar
flying gorilla 06-Nov-16 10:55 AM
hm?
Avatar
shrkn 06-Nov-16 10:55 AM
@flying gorilla do you be goodin
Avatar
flying gorilla 06-Nov-16 10:55 AM
thas me
Avatar
shrkn 06-Nov-16 10:55 AM
what does "goodin" mean exactly
goodin as in
treats
something else
idk
Avatar
flying gorilla 06-Nov-16 10:55 AM
well see it's my last name
Avatar
shrkn 06-Nov-16 10:56 AM
oh
i like it
Avatar
ducc 06-Nov-16 10:56 AM
this man needs a #ontopic music
Avatar
flying gorilla 06-Nov-16 10:56 AM
hi joe
Avatar
MiniDigger 06-Nov-16 10:56 AM
why did the avg intelligence of the ppl here dropped that low? it was such a friendly place during the contest :O
Avatar
Serializator 06-Nov-16 10:57 AM
Because I just came
Avatar
ducc 06-Nov-16 10:57 AM
its sad i had no idea the contest started (edited)
Avatar
Kisu 06-Nov-16 10:59 AM
good luck guys
Avatar
Notoh 09-Nov-16 05:24 PM
When will we get our scores?
and t shirts
Avatar
Land 09-Nov-16 05:28 PM
Agreed ^
Avatar
Andrew 🦃 09-Nov-16 05:43 PM
^
Literally 0 official updates (edited)
Avatar
benn 09-Nov-16 06:16 PM
Soon™ (edited)
Avatar
𝙹𝚘𝚛𝚍𝚊𝚗 10-Nov-16 03:27 AM
Imagine they come and say ITS A PRANK LMAO and they took every piece of code for hypixel to create a minigames about machines LOL
Avatar
LoonyRules 10-Nov-16 06:15 AM
and how exactly would they've retrieved the Hypixel code? 🤔
Avatar
Pollitoyeye 10-Nov-16 08:19 AM
He meant use the code that contestants did to use it on a hypixel minigame
Avatar
LoonyRules 10-Nov-16 08:49 AM
But no judges are Hypixel devs?
Oh the repo's are public aren't they
So you can view whatever you want
I'm dumb 🤦
Avatar
CodeBeasty 10-Nov-16 08:51 AM
@Pollitoyeye if you put a certain license on the code, it would be illegal for any of the judges or anyone else to use it in their own project.
Avatar
Pollitoyeye 10-Nov-16 08:59 AM
I know, I was just explaining what Aquazus meant to Loony.
Avatar
CodeBeasty 10-Nov-16 08:59 AM
Ok
Avatar
boomboompower 11-Nov-16 01:52 AM
@CodeBeasty so about when we get results?
Avatar
Calucon 11-Nov-16 02:21 AM
@boomboompower i'd say the best answer is the (famous) hypixel SoonTM 😂🙈
Avatar
MiniDigger 11-Nov-16 02:28 AM
its not the famous hypixel SoonTM but the famous blizzard soon™... @Calucon
"Soon™: Copyright 2004-2016 Blizzard Entertainment, Inc. All rights reserved. "Soon" does not imply any particular date, time, decade, century, or millennia in the past, present, and certainly not the future. "Soon" shall make no contract or warranty between Blizzard Entertainment and the end user. "Soon" will arrive some day, Blizzard does guarant
ee that "soon" will be here before the end of time. Maybe. Do not make plans based on "soon" as Blizzard will not be liable for any misuse, use, or even casual glancing at "soon.""
Avatar
Calucon 11-Nov-16 02:30 AM
ah oke, don't know blizzard has this ^-^
Avatar
MiniDigger 11-Nov-16 02:38 AM
you are to young :D
Avatar
Calucon 11-Nov-16 03:24 AM
sure? ;p
Avatar
Evoltr 11-Nov-16 04:58 AM
Soontmtmtmtm
Avatar
JamesJ 21-Nov-16 02:17 PM
any idea when winners will be announced / shirts released?
Avatar
Paul Sauve 21-Nov-16 04:01 PM
@JamesJ We're still working on judging, there's a lot of entries.
Avatar
JamesJ 21-Nov-16 04:02 PM
plz tell me you've sorted those that have entered and those that haven't ;-;
Avatar
Paul Sauve 21-Nov-16 04:03 PM
What are you talking about?
Avatar
JamesJ 21-Nov-16 04:03 PM
the repos that had code pushed to them
and those that didnt
Avatar
Paul Sauve 21-Nov-16 04:03 PM
We know what projects have been pushed too lol..
Avatar
JamesJ 21-Nov-16 04:03 PM
oh thank god
Avatar
!MADSOLADEN 24-Dec-16 04:53 AM
How many of you are judging?
Avatar
Paul Sauve 24-Dec-16 11:46 AM
We have 3 judges
Avatar
Autom 24-Dec-16 03:01 PM
Rip those people 😛 Lots of stuff to go through
Avatar
LucaRallis 16-Feb-17 09:15 PM
When will the next contest be announced?
Avatar
Paul Sauve 16-Feb-17 09:16 PM
Honest answer: I don't know
we still have stuff to finish up from this contest before we can even start planning the next one
then we have to find sponsors which is definitely the hardest part
luckily though since this contest went pretty well we have a base to advertise ourselves to sponsors this time around 😄
Avatar
Kisu 16-Feb-17 09:41 PM
👍
Avatar
LucaRallis 16-Feb-17 09:42 PM
Well I'm super interested in helping judge the next one so keep an eye out for a message after you release the next ones date.
Avatar
Autom 18-Feb-17 03:51 AM
I kinda do feel like creativity and originality were somewhat similar 😛
👍 1
Avatar
LucaRallis 18-Feb-17 07:42 PM
Yeah, I think that the categories for judging should be changed.
👍 1
Avatar
Paul Sauve 21-Feb-17 01:49 PM
@LucaRallis Any ideas then?
Creativity was more so how creative you'd go with the theme
Originality is just originality
Avatar
Autom 21-Feb-17 04:34 PM
i really dont want to make it sound bad, you all did a great job. but I think all three judging categories were flawed. creativity and originality feel really similar, and implementation was more like style/user experience. My suggestion would be to merge originality and creativity together, call it creativity. Then implementation, could be kept, but i dont think any judge will have time to actually look at how things are implemented. Rather I'd change it to how things were presented to the player, like instructions, visual and auditive effects, general user experience. Maybe I'd call that Presentation. Lastly I'd introduce a new category, to do with the depth, intricacy, does it have a number of interesting features, how "complete" does it feel. I'd call that one Complexity. Just my two cents. Maybe this helps, maybe not. In any case, it was a great event and I'm looking forward to the next one!
Avatar
sothatsit 21-Feb-17 06:14 PM
A category for complexity seems stupid. Personally I would value simplicity over complexity any day...
Avatar
Autom 21-Feb-17 06:39 PM
Alright, i understand, maybe i'm not using the correct wording. I just thought that a plugin with more things to do should get more points. This can be in multiple ways of course, not just adding more different things, but just expanding on one concept adds depth too. Idk I'm just sharing my ideas :)
Avatar
LucaRallis 21-Feb-17 09:57 PM
I agree with @Autom
Avatar
Paul Sauve 23-Feb-17 01:20 AM
@Autom I don't think you understand the categories based off what I understand from your message
implementation isn't "did you use OOP structures in your code and keep things using a small amount of memory" it's "When I run your code, does it work like I expect it to (and more importantly, does it work)"
Implementation is supposed to be style/user experience, no one wants to use a buggy plugins that works only in a specific way (edited)
Presentation doesn't quite work because it doesn't quite cover how well it works
Creativity covers what you define "complexity", did you come up with a flushed out idea?
Implementation exists because you should be able to get 2/3 points for having an amazing idea even if you're not that good of a programmer.
I do agree however that originality is covered pretty well by creativity. If anyone has a suggestion for a 3rd thing to judge for that isn't complexity, I'd love to hear it.
Avatar
Autom 23-Feb-17 10:37 AM
Ah yea I understand, thanks for clarifying 😃
Avatar
Red_Epicness 15-Mar-20 09:03 PM
Devathon 2020
?
Avatar
Evoltr 16-Mar-20 07:34 AM
mayb
Exported 988 message(s)