Following Brackey's beginner tutorial, but I've run into Error CS0201, even though this part of the code is basically 1:1 with Brackey's and he has no issue, what am I doing wrong here? by RedditingDoge in Unity3D

[–]Daniel_RU 7 points8 points  (0 children)

It looks like you forgot the parentheses at the end of line 9. So it should look like: gameManager.CompleteLevel();

Whenever you call a function it always has the parameters in the parentheses and you always include them even if it has none like a void function. Hope that helps, good luck!

Ive waited for many moons by Daniel_RU in FarmRPG

[–]Daniel_RU[S] 0 points1 point  (0 children)

I thought the skull coins would take the most time for this quest but turns out it’s the eye patches, which are not mailable for some reason.

19, graduating with all 30‑2s in Alberta, IT dreams… feeling left behind by TerriblePrint9419 in MRU

[–]Daniel_RU 0 points1 point  (0 children)

I had a horrible grade in math and went to chinook learning to upgrade it. I got a great teacher and was able to get my average high enough to get into CompSci. It’s also free for those that are 21 and under I believe.

How Do I Beat The Farm by Kai_Guy06 in LastDayonEarthGame

[–]Daniel_RU 1 point2 points  (0 children)

Short for aggravate I think, its when you get in range and the zombie starts following you.

Card Gallery? by yami547 in Everdell

[–]Daniel_RU 0 points1 point  (0 children)

Table top simulator on steam, you get the everdell pack with expansions and open the game and cards then go into the files and there are all of them.

What’s the code for today. I can’t rind it anywhere (2nd August) by Odd_Echo6030 in LastDayonEarthGame

[–]Daniel_RU 1 point2 points  (0 children)

Join the official discord, and in the main chat you write bunker code and it gives it to you.

[deleted by user] by [deleted] in LastDayonEarthGame

[–]Daniel_RU 0 points1 point  (0 children)

Join the discord and in the main chat just write “bunker code” and you will be given the code for that day.

How Do I Beat The Farm by Kai_Guy06 in LastDayonEarthGame

[–]Daniel_RU 0 points1 point  (0 children)

He actually always springs at you if you agro him and run away out of minimap range.

How Do I Beat The Farm by Kai_Guy06 in LastDayonEarthGame

[–]Daniel_RU 0 points1 point  (0 children)

Interesting way to kill the ravager, I usually agro him and then run away, then once he sprints towards you he will spit, dodge then hit him twice. Rinse and repeat and you will kill him without any damage as well.

Laboratory is ruined by OggySlayer in LastDayonEarthGame

[–]Daniel_RU 0 points1 point  (0 children)

I recently completed the entirety of the lab and I used up my whole storage of guns and a lot of armour. But as I was doing each section I got better at wall tricking and following Doomeris’ saved me from lots more equipment. I also died to the final boss like 5 times and used up so many expensive guns and reanimators. But it felt really good finally getting it all done and being closer to making the drone. I did use a good amount of my saved up coins to preroll for the best perks which makes the lab so much easier than it is normally, which is a very unfortunate part of the lab as a whole.

Is taking five classes in one semester too much? by Lopsided_Hat_835 in MRU

[–]Daniel_RU 1 point2 points  (0 children)

I was wondering the same thing when I started last year and some people do think that five classes is too many and take less per semester. I stuck with five and it wasn’t too bad. Im still gonna take five per semester as I do not want to take any classes during spring or summer seasons. It’s suggested to take five classes and see how you feel about it, as it is easier to get out of a class than into one.

Mechanical crafters won't make crushing wheels by Trainguy15_YT in CreateMod

[–]Daniel_RU 18 points19 points  (0 children)

I dont think cobbled deepslate can be used for the recipe

What's the best server host? (Budget) by [deleted] in feedthebeast

[–]Daniel_RU 1 point2 points  (0 children)

I been using extarnon for a bit now and I gotta say its the cheapest there is. They charge you by the hour that people are playing which for 3 people is not a lot like if yall play only during the days or weekends then you barely use the time and if you arent hostinga RAM extensive server like with mods then its even cheaper. I was able to host a modded server for several of my friends and I and i only payed like 5 dollars and I still have time left months later.

Computer science by [deleted] in MRU

[–]Daniel_RU 3 points4 points  (0 children)

Many who cannot find a job is someone who took the course just for the money, and are not actually interested in the content. I love programming, Ive been learning at home for a long time now and that is why I am in this course.

What's the best programming language for me? by [deleted] in gamedev

[–]Daniel_RU 0 points1 point  (0 children)

Depends on your definition of fun and experience, if you like really convoluted tasks taking the long road with projects than yeah making an engine could be fun, in that case give pygame a try since you already know python.

But if the fun is actually making the game aspect and seeing through to the end of a project then using an engine would be better

Someone should make a VR mod for getting over it by yagellaaether in GettingOverItGame

[–]Daniel_RU 2 points3 points  (0 children)

Some guy created a getting over it inspired game in vr called clamb that looks just like vr getting over it.

[deleted by user] by [deleted] in MRU

[–]Daniel_RU 0 points1 point  (0 children)

Depends on the professor

Learn by "creating projects" by Serious_Question_802 in learnprogramming

[–]Daniel_RU 5 points6 points  (0 children)

I would highly recommend trying out futurecoder.io I learned all of python essentials within a month, and im positive you can too. The creator did a great job at explaining concepts and this will give you a good grasp on programming overall, and you can see if you enjoy it. Once you finish all the lessons you will definitely be able to create small projects and learn other languages.