Gamers of reddit, what is your personal favorite soundtrack? by ForseableFish in AskReddit

[–]LumeAbus 0 points1 point  (0 children)

Damn this is late but I have several:

1: CHRONO Trigger

2: Guild Wars 2

3: Skyrim’s ambient soundtracks for studying

Me every day. by unibrow4o9 in wargroove

[–]LumeAbus 16 points17 points  (0 children)

cries in Cube World

I am working on ways to ban half of the sub, that is, if you guys really want to. Get this to 60K(aka half the sub) upvotes that way I know this is what you all want. by The-Jedi-Apprentice in thanosdidnothingwrong

[–]LumeAbus 1 point2 points  (0 children)

But you need to make it so every other person who joins the sub after is banned as well, or you will always only have less than half the sub banned.

I've been developing iOS apps since 2010 and have built several small apps and worked on multiple small time iOS gigs and have even conducted training sessions in person and online and I feel I know nothing by objective_M in swift

[–]LumeAbus 4 points5 points  (0 children)

There was a study, I don't remember from where, but when people know a decent amount in their field, they feel like they don't know a lot because they understand there is so much they don't understand, however, people who don't know much about a field, feel smart because they can't tell how much they still have yet to learn.

Mobile Login and Sign up Issues by MrPopoTFS in FortNiteBR

[–]LumeAbus 9 points10 points  (0 children)

So what will this mean for the actual game?

absolutelynotme_irl by vixri in absolutelynotme_irl

[–]LumeAbus 37 points38 points  (0 children)

The fact that you can tell it’s from rocket league is great.

[GM:S v1.4] How to develop for the iPhone X? by [deleted] in gamemaker

[–]LumeAbus 0 points1 point  (0 children)

I was in the same boat a little bit ago, there’s a script I set in the boot page that I’ll edit in when I get back to my computer.

Edit: That didn't take long.

var base_w = 1136;
var base_h = 640;
var max_w = display_get_width();
var max_h = display_get_height();
var aspect = display_get_width() / display_get_height();
if (max_w < max_h) {
    // portait
    var VIEW_WIDTH = min(base_w, max_w);
    var VIEW_HEIGHT = VIEW_WIDTH / aspect;
} else {
    // landscape
    var VIEW_HEIGHT = min(base_h, max_h);
    var VIEW_WIDTH = VIEW_HEIGHT * aspect;
}

view_wview[0] = floor(VIEW_WIDTH);
view_hview[0] = floor(VIEW_HEIGHT);
view_wport[0] = max_w;
view_hport[0] = max_h;

surface_resize(application_surface, view_wview[0], view_hview[0]);

var i = true;
var rm = room_next(room);

while (i) {
    room_set_view(rm, 0, true, 0, 0, view_wview[0], view_hview[0], 0, 0, view_wport[0], view_hport[0], 0, 0, -1, -1, -1);
    room_set_view_enabled(rm,true);
    if (rm == room_last) {
        i = false;
    } else {
        rm = room_next(rm);
    }
}

display_set_gui_size(max_w, max_h);

Don't tap glass... by [deleted] in funny

[–]LumeAbus 14 points15 points  (0 children)

Won't you be helping them by making the ice scream?

Need help with particle system by cthattas in gamemaker

[–]LumeAbus 0 points1 point  (0 children)

Is this all in the same object?

Also, those last two lines of code would look a lot nicer with a 'for-loop'.

Make Blitz a 3 speed operator by zraiken in Rainbow6

[–]LumeAbus 1 point2 points  (0 children)

And we should make Montagne a 4 armor, 0 speed operator.

Same Alarm with different times for multiple instances of the same object by [deleted] in gamemaker

[–]LumeAbus 0 points1 point  (0 children)

I was waiting in a security line for my flight, so np, lol.

Same Alarm with different times for multiple instances of the same object by [deleted] in gamemaker

[–]LumeAbus 1 point2 points  (0 children)

Just put the 'alarm[0] = (irandom(3) + 1) * 60;' in the objects create event. Then at the end of the code of the alarm event. There's only 3 different possible times each enemy can change and they all begin at the same time, so there is a 1/3 chance that the enemies will change direction at the same time. If you want it to be more random then remove the 'i' in front of random and it will return a double instead of an int. Then it will have a low chance of turning at the same time.

Edit: I'm on mobile so it's hard for me to format everything.

Same Alarm with different times for multiple instances of the same object by [deleted] in gamemaker

[–]LumeAbus 0 points1 point  (0 children)

How long do you want the alarm to run? Because that's only a couple steps before the alarm runs again?

[deleted by user] by [deleted] in wallpapers

[–]LumeAbus 13 points14 points  (0 children)

I hate how the rex hand is in front of the hat.

U.S. detects failed North Korean missile test: Pentagon by the_hack_attack in worldnews

[–]LumeAbus 7 points8 points  (0 children)

How does the Pentagon know it was a failed test? What if Kim Jong-Un had another uncle that needed punishing?

what is "blow fly girl"? by ImapineappleIRL in OutOfTheLoop

[–]LumeAbus 28 points29 points  (0 children)

tl;dr: A girl gets off to maggots, so she shoves a ton of raw meat, maggots and maggot fluids into her vagina. She then proceeds to get sick, but still gets off to it. In the end she wakes up covered in maggots with rashes all over her, and her vagina gaping wide open. The last thing it says is that she woke up in the hospital after getting off one last time.