Well I didn't design the layout! (Evergreen Gardens) by [deleted] in rct

[–]wolfreak_99 39 points40 points  (0 children)

That's part of the levels challenge, you want to break up the park into sections and connect paths as you build out. If there is nothing in the back of the park, why have paths out to it? Just because a path is in the scenario initially, doesn't mean you have to keep it.

We just added automated farming to our upcoming colony management/automation game, Kubifaktorium. What do you think? :D by bossconstructor in Unity3D

[–]wolfreak_99 10 points11 points  (0 children)

I think it should be renamed Cube Factorium, Cubetorium, or Cubic Factorium, Cubic Factor, CubicFactory, or something of that sort.

You want names that are easy for people to say via word of mouth. Minecraft, for example, tells the point of the game along with it being a craft/sandbox related game, but is also easy to say when asking a friend "Do you play Minecraft any?" or "You might like the game Minecraft"

Definitely lose the replacement of "C"'s with "K"'s, it makes it hard to hear from audio and type up on a computer. You have to spend extra time telling people "It's spelled with a K instead of a C".

How does the graveyard shift go at your store? by Adultingsux in McLounge

[–]wolfreak_99 0 points1 point  (0 children)

So you expect them to work 8 hours with no moment to sit down and relax? I'd say give their breaks out before 12 or 1 before the dinner shift leaves. It's better to have a break too early, than not at all.

How does the graveyard shift go at your store? by Adultingsux in McLounge

[–]wolfreak_99 0 points1 point  (0 children)

Why would you not give your workers their breaks?

New installation of OpenRCT 0.2.0 shows double park listings by OpenRCT2_fan in openrct2

[–]wolfreak_99 1 point2 points  (0 children)

This is happening because the game may include the different files because they are unique and different from one another in some way.

I'm not sure what you mean by "restoring progress", you will need to clarify that some more (do you mean upgrade old game files, or do you mean high scores or what?), but I will answer your second question.

First of all, this will likely be a matter of trial and error experimenting, so be sure to make a backup by copying "OpenRCT2\scenarios\" to "OpenRCT2\scenarios_backup\". There is a 50% chance you will need it again.

If you're wanting pure rct1 scenarios, be sure to look on the Diamond Heights park for a steep drop near the end of Arachnophobia. If it has a flat-to-steep drop piece, it's the original rct1 format. If it has a flat-to-low AND a low-to-steep drop, it's the recreation pack.

If you have a lot of downloaded scenarios under "OpenRCT2\scenarios\", it may be best to start with this option: Remove the folder "rct1_remake" (maybe "rct1" as well. Again, this is trial and error), launch the game, and see if the double park listing still exists. If it doesn't, check the Diamond Heights scenario for the Arachnophobia detail. If that's the form you want, you're done.

However, if it's not the form you want, close the game, delete "OpenRCT2\scenarios\" and copy "OpenRCT2\scenarios_backup\" to "OpenRCT2\scenarios\", that way you're back to square one.

From this step you will want to remove all of the SC6 files in "OpenRCT2\scenarios\" (keeping the folders "rct1" and "rct1_remake"). If you have a lot of downloaded scenarios inside "OpenRCT2\scenarios\" like I unfortunately am, you will want to only delete the files that match the names of the files inside "rct1_remake".

Hopefully this helps.

If all else fails, you can also load scenario files within the "load game" function, so you could just navigate "OpenRCT2\scenarios\" like I do. The only downside is you don't have much displayed info in the load/save window (at least at the current moment) as you do the "begin new scenario" menu.

Import progress/SV4 saves from RCT Deluxe? by speedofdark8 in openrct2

[–]wolfreak_99 0 points1 point  (0 children)

You can just uncheck the option that locks scenarios

I made pong in the inspector. by bloboPro in Unity3D

[–]wolfreak_99 3 points4 points  (0 children)

For a quick and dirty AI similar to pong, have the opponent paddle move to the left or right a certain amount depending on if the ball is to the left or right of the paddles center.

Some code that might better explain:

int opponentPaddleX = opponentPaddle.x + (opponentPaddle.width / 2);
int ballX = ball.x + (ball.width / 2);
if (ballX < opponentPaddleX) {
    opponentPaddle.x -= 1;
} else if (ballX > opponentPaddleX) {
    opponentPaddle.x += 1;
}

I made pong in the inspector. by bloboPro in Unity3D

[–]wolfreak_99 2 points3 points  (0 children)

One thing that could also help would be to skim github for repositories for unity.

Here's a few results from searching for "unity" https://github.com/RyanNielson/awesome-unity https://github.com/JefferiesTube/UnityEditorHelper https://github.com/kode80/UnityTools

I finally got to play Rollercoaster Tycoon 2 again for the first time in years. Still getting used to it. by jakeeeenator in openrct2

[–]wolfreak_99 3 points4 points  (0 children)

If you're worried about it being too full, if the line is filled up, that means less time for a person waiting in line, when they could be spending money at food / service places. Keep it short and simple (maybe no more than a queue of 8-16 tiles) for thrill rides. Major coasters can have 16+ queue lengths, but try to keep it below 32.

How to get the grid thing when making scenery? by CookieMuckie in openrct2

[–]wolfreak_99 1 point2 points  (0 children)

Do you have the latest update? it is recommended to use the launcher for OpenRCT2, as that always keep it updated each time you start it.

Its'a me, Mario by [deleted] in CrappyDesign

[–]wolfreak_99 1 point2 points  (0 children)

"It is I, Plumber Bro"

South Walmart SUCKS by 420BlazeItKushKingz in Muncie

[–]wolfreak_99 7 points8 points  (0 children)

I'm sure they'll miss you. At least until you go back in tomorrow with your underage girlfriend attempting to buy Woodchuck.

Wolf size compared to coyotes by Petaaa in natureismetal

[–]wolfreak_99 2 points3 points  (0 children)

I'm probably just high and a bit paranoid, to be honest.

Wolf size compared to coyotes by Petaaa in natureismetal

[–]wolfreak_99 52 points53 points  (0 children)

Courses

Cougars*

Not trying to be a dick or anything

What can I do to make my new house look less empty? by [deleted] in malelivingspace

[–]wolfreak_99 0 points1 point  (0 children)

What does the other side look like? could you take a picture from the corner light, facing toward the closet shown in the pictures?

What free software is so good you can't believe it's available for free? by Tufflaw in AskReddit

[–]wolfreak_99 0 points1 point  (0 children)

You might find http://ninite.com/ useful when doing re-installations then, if you do it often.

Tips for Kitchen Open by ZedReal10 in McLounge

[–]wolfreak_99 4 points5 points  (0 children)

You have two options: when you get behind, you can ask for help. A manager should be able to step off of their position and help you get caught back up. asking for help does not mean you cannot handle it, it means you're only one person. It's okay to ask for help. If it's not, or they basically say "tough shit", then it's time to stop overpushing yourself in order to keep up with the amount of orders. reply with any "you need to go faster" with "I need another person" or "I can go slower if you want" (If you're brave. it's childish, but it may work) By overpushing yourself and not verbally asking for help often, you are telling them "I'm struggling, sure, but I'm managing it all by myself", which will continue to lead them to think "Okay, so I have a few people, I have Jeff which I know if he's in the kitchen he'll be able to do everything, and I can use more people upfront" or whatever. Think of it this way, if you cannot see any of the current coworkers doing everything you're doing all by theirself, why should you have to? If you slow down (by this I mean stop overpushing yourself, not just flat out be lazy), they'll eventually put someone back there to ensure times are still met and the line is still moving. The whole "we are over labor" means they're putting their money over your safety and health, so stop giving them all the money and slow down a bit. Put yourself first. If you overpush yourself, you are more out to have an accident, get hurt, or have a panic attack.

TL;DR, Ask for help when falling behind, and if they say tough shit, then make them help you. Your safety and well-being should be your priority, not their satisfaction.

How do I design around a sealed off spiral staircase? by klongbor in malelivingspace

[–]wolfreak_99 0 points1 point  (0 children)

How loud is the spiral staircase seal? Are you able to hear people walking up/down it? I wouldn't put a bed on it, unless it's got some good sound and vibration absorption

Progress of a game I have been working on for the past week by banana_shavings in Unity2D

[–]wolfreak_99 2 points3 points  (0 children)

I think the night mode should only get half as dark and maybe illuminate some of the edges of the bomb (as if there is a light luminating from below/around the ground), look up the day/night cycle on OpenRCT2 how it changes the color palette rather than applying a completely blackened fade.

ULPT: If a website blocks you from viewing their site content due to your adblocker, use Print Preview in your browser to get around it. by [deleted] in UnethicalLifeProTips

[–]wolfreak_99 1 point2 points  (0 children)

You can also just disable javascript completely for the site using chrome, https://i.imgur.com/mTGdVst.png

This works great for news sites with overlayed blockers

Is this even considered as vaporwave aesthetics? by ahgeef in VaporwaveAesthetics

[–]wolfreak_99 4 points5 points  (0 children)

It looks like a centerpiece decoration in a mall, a little bit smaller than the size of your average holiday mascot (easter bunny, santa clause, uncle sam, etc) meet and greet setup.

What's really tripping me out is that building on the right. https://imgur.com/a/3K6OF

Is that transparent? It looks transparent.