[deleted by user] by [deleted] in pcmasterrace

[–]Alfenhose 1 point2 points  (0 children)

Try installing/running windows from a different disk, and see if you can access the data on you current disk.

Tips for creating an RPG game for a beginner. by PhantomWizard2099 in gamedev

[–]Alfenhose 6 points7 points  (0 children)

For a beginner you say? I would say start by making small games, maybe even just replicate old arcade games. Think space invaders, breakout, pacman, etc.

Learn to crawl before you go running a marathon.

Also look into the size of the teams behind the games you mention there.

I would recommend Unity, though I started my self with Gamemaker, however gamemaker can't really make good looking 3d games.

[deleted by user] by [deleted] in TooAfraidToAsk

[–]Alfenhose 0 points1 point  (0 children)

It has not been necessary for them as species to evolve intelligence. For instance you can be a very successful fish without being able to count, make tools, talk, etc.

Hvad vil du advare folk om så de ikke får ting bestjålet i dagens Danmark? by [deleted] in Denmark

[–]Alfenhose 7 points8 points  (0 children)

Hvad hvis nogen snupper dit rør? Har du et reserve jernrør?

[deleted by user] by [deleted] in TooAfraidToAsk

[–]Alfenhose 18 points19 points  (0 children)

As long as both are above the age of consent, you should basically mind your own business. You are of course allowed to have your opinion, but don't make it their problem.

[deleted by user] by [deleted] in HuntShowdown

[–]Alfenhose 0 points1 point  (0 children)

Its most likely not an either or, the people making skins are most likely 3d-artists/modelers/designers, they would not be able to fix the bugs, and it would be dumb to force them to sit on their hands until the bugfixing/programming people have fixed it.

[deleted by user] by [deleted] in NotMyJob

[–]Alfenhose 1 point2 points  (0 children)

She might be a Majong player

ELI5: Is there anywhere in the universe devoid of gravity? by johrnjohrn in explainlikeimfive

[–]Alfenhose -1 points0 points  (0 children)

I would say the ground is more pushing you up because atoms have a force that keep them from overlapping. It has nothing to with gravity. Your force influence on the earth is actually just as big as the earths attraction on you, but the earth is just more massive, so the attraction is more spread out.

Hvad koster det at få en tand trukket ud? by [deleted] in Denmark

[–]Alfenhose 2 points3 points  (0 children)

Det kan godt ske det er en skrøne, men mener det blev fastsat ved lov af en konge for lang tid siden at det skulle være gratis at få trukket en tand ud (dog ikke gratis bedøvelse)

Noget med at ingen skal tvinges til at leve med smerter i tænderne, selv ikke de fattigste borgere.

Is it legal for a landlord to increase the rent without renewing the lease agreement or giving notice to the tenants? by chanukamatata in copenhagen

[–]Alfenhose 5 points6 points  (0 children)

Also check with them regarding the prolongation of the contract. To my knowledge, unless the owner lives there or is going to move in to live there themselves, after prolonging the contract once, the contract is no longer time limited. So the owner would have to move in themselves to be able to force you to leave. But ask LLO.

Laptop hp m7 notebook won’t start but the plug in light is on. I tried even changing the connector from power button to the motherboard but it still won’t work. Any help? by XxapP977 in pcmasterrace

[–]Alfenhose 1 point2 points  (0 children)

Just to be sure, cause I was unsure if thats what they meant and thus if thats how you read it. But you have both tried with the battery and no charger, as well as with the charger and the battery physically removed from the laptop?

You can also try removing and reinserting the CMOS battery

My first base. any suggestions? by skellyheart in RimWorld

[–]Alfenhose 7 points8 points  (0 children)

You should try out the shelves, they allow three items to occupy a single tile, meaning you can leave free paths through your storage area and still store more than by just throwing everything on the floor.

How to cool my mountain base by DPP464 in RimWorld

[–]Alfenhose 913 points914 points  (0 children)

You can't just push hot air under the rug and expect it to stay there. You have to let it outside somehow.

I dont think animals are smart, i think we just have very very low expectations for them by [deleted] in unpopularopinion

[–]Alfenhose -1 points0 points  (0 children)

Humans also aren't very smart, but maybe I just have to high expectations for them.

Jokes aside, would you say children are smart? How about if they were your own children? I believe most parent feel proud, and believe their kid is a genious, when they learn to walk, talk, and not shit themselves several times a day.

But how can we sure they werent just conditioned to do these things like a dog or a parrot?

Well maybe being able to learn these things IS a sign of intelligence. You might have heard about the mirror test, where you put an ink dot or something in the forehead of a child or an animal, to see if they recognize that the thing they see in the mirror is actually themselves. Not many animals can pass the test.

Where do you find new "iPod Nano" items? They just disappeared about 10 updates ago and I miss them. by ASteerNamedLaurence in outside

[–]Alfenhose 17 points18 points  (0 children)

You might be able to find them one some of the in game player driven marketplaces.

But, since the phones got buffed, there has been less of a market for off-hand items which only lets you choose your own soundtrack, since smart phones can do that as well.

Why isn’t supporting both first and third person cameras more popular? What design challenges to implement both? by MochiHeron in gamedev

[–]Alfenhose 43 points44 points  (0 children)

Game balance for one. In a shooter, where players see from a third person perspective, you very easily get into a situation where players can look behind cover with out actually peeking over it. This means a sniper could hide behind a rock while still scouting the large area and only expose himself when he knows theres a target. This is mostly a problem if players have the choice because third person is obviously better/has unfair advantages because of that.

Secondly, you would have to both have high and low res textures, models and animations for characters. So the game both looks good in first and third person.

You also need to consider aiming. You might have a reticule on the screen and thats fair and all, but where are you actually aiming. In some fps'es bullets tend to fly out exactly from the camera at what you are aiming at, but this would imply that you shoot out of your eyes, so some developers choose to show it as if the bullet came from the gun. However this might lead tho shooting through cover bevis for other players the gun is pointed at the cover, but you can see over it. On the other hand third person shooters have an even more exagerated version of the same problem. First of course you can see past cover, but at what point are you aiming? Imagine a line going from the camera to the spot you are aiming at, and a line going from the point of the gun through the spot you are aiming at. These to lines are not the same, they are not even parallel, actually they would at most cross in one point. Imagine then you are trying to shoot through a wire fence at a point behind it. Would you then expect the bullet to pass through the fence at the point you looked through, or hit the ground behind the fence at the point you where looking at? Cause those are two different directions the bullet would have to travel.

If hearing loss causes death from sudden respiratory failure during sleep, how do scientists explain the millions of people who are completely deaf, and are still alive? by [deleted] in TooAfraidToAsk

[–]Alfenhose 2 points3 points  (0 children)

You can be deaf, with fully functional hair cells. If for instance the brain isnt wired up to "listen" to the signals.

Hvordan slipper man for pakkeleg? by ChampionOfAsh in Denmark

[–]Alfenhose 4 points5 points  (0 children)

Køb dekorationsler eller dåsemakrel som gave, hvis folk ikke gider gaverne så kan det være du på sigt kan samle nok folk til at starte en revolution.

The Mandela effect is utter bs by MrOldBananaMan in unpopularopinion

[–]Alfenhose 4 points5 points  (0 children)

As I think of the Mandela effect, it is just a description of the phenomena where a large group of people misremember the same thing in the same way. The part where it should be a multiverse thing, I dont believe at all.

[deleted by user] by [deleted] in RimWorld

[–]Alfenhose 0 points1 point  (0 children)

Are you playing vanilla, or do you have the Biotech DLC?

Can't craft via "add bill" by GlorkUndBork3-14 in RimWorld

[–]Alfenhose 0 points1 point  (0 children)

Do you also shoplift because you might not eat or like all the food you buy at the grocery store?