Official community level contests.
Moderator: Userbase Moderators
|
|
|
|
-
Yoshi678
- Buster Beetle

- Posts: 84
- Joined: Sat Aug 22, 2015 4:40 pm
Postby Yoshi678 » Tue Feb 27, 2018 10:09 am
I've been quite busy with College recently... To hell with it. I can make time for an old hobby of mine. Count me in. I might make this one with SMBX 2, that'll mean learning how that works though I've been a 1.3 purist since it came out so many years ago.
|
|
|
|
|
|
|
|
|
-
Quantumenace
- Chain Chomp

- Posts: 308
- Joined: Mon Dec 28, 2015 2:17 am
Postby Quantumenace » Tue Feb 27, 2018 12:19 pm
Few questions:
-It would be okay to submit the project I've been trying to finish for a really long time, right?
-Do all the judges have fairly decent machines? My level is somewhat demanding on CPU (and maybe GPU depending on how glDraw works)
-The level uses a custom checkpoint system with the same method as multipoints for checking if it was the last level entered. Is there anything in the hub world that might interfere with this?
|
|
|
|
|
|
|
|
|
-
Yoshi678
- Buster Beetle

- Posts: 84
- Joined: Sat Aug 22, 2015 4:40 pm
Postby Yoshi678 » Tue Feb 27, 2018 12:53 pm
Quantumenace wrote:-Do all the judges have fairly decent machines? My level is somewhat demanding on CPU (and maybe GPU depending on how glDraw works)
Question: How the bloody hell do you make SMBX struggle to run in 2018? What did you DO?
|
|
|
|
|
|
|
|
|
-
Akromaly
- Bronze Yoshi Egg

- Posts: 428
- Joined: Sun Mar 12, 2017 8:07 am
- Flair: anemoia
-
Contact:
Postby Akromaly » Tue Feb 27, 2018 12:55 pm
Ok, started my level yesterday, sure 99,999% that I'll do even the least better than SCC.
|
|
|
|
|
|
|
|
|
-
PixelPest
- Link

- Posts: 7111
- Joined: Sun Jul 12, 2015 5:38 pm
- Flair: Tamer of Boom Booms
-
Contact:
Postby PixelPest » Tue Feb 27, 2018 4:32 pm
Quantumenace wrote:-Do all the judges have fairly decent machines? My level is somewhat demanding on CPU (and maybe GPU depending on how glDraw works)
-The level uses a custom checkpoint system with the same method as multipoints for checking if it was the last level entered. Is there anything in the hub world that might interfere with this?
Depends on how much you're using glDraw. Should be fine though. Checkpoint system sounds fine as well
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9891
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Tue Feb 27, 2018 5:37 pm
Quantumenace wrote:Few questions:
-It would be okay to submit the project I've been trying to finish for a really long time, right?
-Do all the judges have fairly decent machines? My level is somewhat demanding on CPU (and maybe GPU depending on how glDraw works)
-The level uses a custom checkpoint system with the same method as multipoints for checking if it was the last level entered. Is there anything in the hub world that might interfere with this?
You've probably already grouped the draw calls to as few as possible, right? One per texture is generally less expensive than one per object per texture and might save you some performance.
glDraw is demanding on CPU, for the record.
|
|
|
|
|
|
|
|
|
-
Quantumenace
- Chain Chomp

- Posts: 308
- Joined: Mon Dec 28, 2015 2:17 am
Postby Quantumenace » Wed Feb 28, 2018 12:30 am
Enjl wrote:You've probably already grouped the draw calls to as few as possible, right? One per texture is generally less expensive than one per object per texture and might save you some performance.
glDraw is demanding on CPU, for the record.
Most of my glDraw calls are either from particles.lua or need to be able to have separate priorities.
Didn't you say your old machine had trouble with the boss in "He's Back"? That one never gets much past 33% on the profiler lag graph for me, but my level gets up into the 40-50% range occasionally.
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9891
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Wed Feb 28, 2018 1:18 am
Quantumenace wrote:Enjl wrote:You've probably already grouped the draw calls to as few as possible, right? One per texture is generally less expensive than one per object per texture and might save you some performance.
glDraw is demanding on CPU, for the record.
Most of my glDraw calls are either from particles.lua or need to be able to have separate priorities.
Didn't you say your old machine had trouble with the boss in "He's Back"? That one never gets much past 33% on the profiler lag graph for me, but my level gets up into the 40-50% range occasionally.
Ahh particles hm. Yes my old pc had lag with He's Back, but only while also recording, so don't worry about that. Sadly this also means I have no idea how much profiler sage would be the actual limit for my old machine. I do remember getting lag in a level with three seperate snow emitters that draw all the time and have a maximum of 150 particles each, though, FWIW. I know Waddle's PC at least didn't lag in that scenario.
|
|
|
|
|
|
|
|
|
-
Cedur
- Link

- Posts: 7073
- Joined: Tue Jun 28, 2016 10:14 am
- Flair: I'm gone, for chess and minesweeper
- Pronouns: he/him
Postby Cedur » Wed Feb 28, 2018 5:54 am
Quantumenace wrote:It would be okay to submit the project I've been trying to finish for a really long time, right?
assuming you mean a standalone level by "project" then yes. (there's no rule that everything has to be started from scratch, it just must not have been published before)
|
|
|
|
|
|
|
|
|
-
Mable
- Luigi

- Posts: 5806
- Joined: Sat Dec 21, 2013 4:23 am
-
Contact:
Postby Mable » Wed Feb 28, 2018 9:04 am
I hope the judges, are ready for a unforgettable, trash level from me
|
|
|
|
|
|
|
|
|
-
Snessy the duck
- Mouser

- Posts: 2699
- Joined: Sat Sep 20, 2014 6:04 am
Postby Snessy the duck » Wed Feb 28, 2018 9:10 am
Mable wrote:I hope the judges, are ready for a unforgettable, trash level from me
Can't wait for Stormhead Sanctuary 2.
|
|
|
|
|
|
|
|
|
-
Yoshi678
- Buster Beetle

- Posts: 84
- Joined: Sat Aug 22, 2015 4:40 pm
Postby Yoshi678 » Wed Feb 28, 2018 12:25 pm
Aye, I definitely have time for this. Maybe you've heard, but a snowstorm unlike any I've seen in my life has gripped pretty much all of Europe. Playing in deep snow for the first time in nearly 10 years felt guuud.
|
|
|
|
|
|
|
|
|
-
Akromaly
- Bronze Yoshi Egg

- Posts: 428
- Joined: Sun Mar 12, 2017 8:07 am
- Flair: anemoia
-
Contact:
Postby Akromaly » Wed Feb 28, 2018 12:28 pm
Yoshi678 wrote:Aye, I definitely have time for this. Maybe you've heard, but a snowstorm unlike any I've seen in my life has gripped pretty much all of Europe. Playing in deep snow for the first time in nearly 10 years felt guuud.
Yeah, I know it, in my country it became quite a meme.
|
|
|
|
|
|
|
|
|
-
ElectriKong
- Bowser

- Posts: 4653
- Joined: Mon Jun 06, 2016 4:32 pm
- Pronouns: he/him
-
Contact:
Postby ElectriKong » Wed Feb 28, 2018 12:48 pm
The snow has not affected my ability to take part in the contest, for better or worse
|
|
|
|
|
|
|
|
|
-
Yoshi678
- Buster Beetle

- Posts: 84
- Joined: Sat Aug 22, 2015 4:40 pm
Postby Yoshi678 » Wed Feb 28, 2018 1:16 pm
AndrewPixel wrote:Yoshi678 wrote:Aye, I definitely have time for this. Maybe you've heard, but a snowstorm unlike any I've seen in my life has gripped pretty much all of Europe. .
Yeah, I know it, in my country it became quite a meme.
Italy? Aye. I hear Rome's been blanketed in it for the first time in over a decade.
|
|
|
|
|
|
|
|
|
-
Akromaly
- Bronze Yoshi Egg

- Posts: 428
- Joined: Sun Mar 12, 2017 8:07 am
- Flair: anemoia
-
Contact:
Postby Akromaly » Wed Feb 28, 2018 3:05 pm
Yoshi678 wrote:AndrewPixel wrote:Yoshi678 wrote:Aye, I definitely have time for this. Maybe you've heard, but a snowstorm unlike any I've seen in my life has gripped pretty much all of Europe. .
Yeah, I know it, in my country it became quite a meme.
Italy? Aye. I hear Rome's been blanketed in it for the first time in over a decade.
Most of my friends got mad posting on instagram things about it lol
|
|
|
|
|
|
|
|
|
-
Alagirez
- Ludwig von Koopa

- Posts: 3621
- Joined: Tue Dec 02, 2014 2:28 am
- Flair: Legalize Awooo!
- Pronouns: He/Him/That wolf
-
Contact:
Postby Alagirez » Fri Mar 02, 2018 10:10 am
Oh cool, another official contest owo
I might join this one.
|
|
|
|
|
|
|
|
|
-
Ryaa
- Pink Yoshi Egg

- Posts: 129
- Joined: Tue Aug 23, 2016 9:38 pm
Postby Ryaa » Fri Mar 02, 2018 6:55 pm
WerewolfGD wrote:Oh cool, another official contest owo
I might join this one.
Do it

|
|
|
|
|
Return to “Level Contests”
Users browsing this forum: No registered users and 3 guests
|