19 November, 2017

DCS: Chuck's Guide

Now that you've picked your plane you've likely looked into the in-game tutorials. But are you really going to be able to remember everything when you start playing campaigns, online multiplayer, or making your own missions? Eventually you will but in the mean time you'll want a quick guide.

You could do what I originally did and write down every little thing in a notebook and try to follow that... but it gets difficult when you start using aircraft with lots of switches or with Multi-Functional Displays. So the best thing to use is Chuck's Guide to the various DCS planes.

His guides were extremely helpful to me when I start flying new planes or go back to one that I haven't flown in a while. Some of the guides are a bit old and might not hold fully to current iteration of the plane but the startup, radar, and weapons implementation are usually still faithful.

There are only 2 guides that I am aware of that have some small problem here or there. Those are the Viggen and the Mig-21bis guides. It's natural for the Viggen guide to be off simply because the plane is still in early access and things are going to change. I'm certain once the Viggen is complete Chuck will create a new guide that will reflect the completed state of the aircraft. The Mig-21bis guide is only off on one aspect: Landing. This is due to Eagle Dynamics changing how DCS World itself works while working up to version 2.5. I'm unsure why Magnitude has not kept up with the changes and updated the Mig-21 but they seem to be focusing entirely on either making a new module which they have not announced yet or they are still dealing with some internal strife left over from their split with Heatblur.

The landing part of the Mig-21 guide that is currently incorrect is easily corrected. On page 41 the guide states to be at 0-5 degrees angle of attack at touchdown. This is currently incorrect. Magnitude had posted a landing video, which I linked to in a previous post, where they say you need to be at 10 degrees angle of attack, as shown by the UUA dial, upon touchdown. That's the only problem for that guide. Everything else is still accurate and you're good to go.

Here's the video again:

I hope this has been useful to all of you. I know this is kind of a short post. Next time I'll be posting the video's that have helped me remember Basic Flight Maneuvers. This will be helpful in combat no matter what plane you chose... except maybe the helicopters. See you next time.

13 November, 2017

Violin String Types

Today I'll be going over the different string types and letting you know which I have been using. Keep in mind that the quality of the string is very important. A more expensive steel string will likely give a better sound than cheaper gut strings. But, it would not sound as good as an expensive gut string.

The first type of string has been used for centuries. That would be the Gut string. As the name suggests, the strings core is made out of animal (specifically sheep not cat) intestine. Now that doesn't mean that the string is one giant line of intestine. Instead it has silver or copper lines entwined along the length so when you pick up the string you're handling silver or copper, so no need to be grossed out if someone recommends that you use that kind. Gut strings don't stretch very easily so you'll spend a lot of time retuning your violin until they finally do stretch.

Gut strings have 2 different types, thin and thick. The thin strings will have a brighter sound but won't be heard very well in a large area. The thick strings won't be as bright as thin strings but will carry the sound through larger areas. I have not used gut strings personally but many people who play classical music prefer using them.

The second string type is Steel. This is the string type you'll likely have on your violin the moment you buy it. With these strings you have a core of steel instead of animal gut. The ones you have on a newly bought violin are likely cheaper ones which, in my personal opinion, have a very "tinny" sound. Better quality steel strings do  have a good bright sound but I only like using them for my E string.

The final string type is Synthetic. These use nylons and composites instead of gut for the core and are still wrapped in silver or copper. These ones produce the best sound to my ears and you save poor little Lamb Chop from becoming a musical instrument.

Doesn't she look happy?

These are the types of strings I prefer for the G, D, and A strings on my violin. They just have a nicer sound compared to the steel strings and they stretch a lot easier compared to the gut strings. I was originally very unsure about using synthetic strings because the term "synthetic" often brings up bad images of shoddy work and easily breaking items. But in this case it works very well.

I've tried a number of different strings made by different companies and here's the ones I personally like:

Fiddlerman Synthetic Strings:

Pirastro gold Steel E-String:





Next time I talk about the violin I'll give you a quick rundown on the different rosin types. Until then, pick up some strings and see what you prefer. Each person likes a different sound after all. 😊

05 November, 2017

Unity Tutorial 2: Space Shooter

We are now on the second tutorial for Unity: The Space Shooter game.

This is where we start to run into problems. I've looked through and found that there are problems with the code between when the videos were made (2013) and now. There are 2 ways to go about figuring this out quickly and with as little headache as possible. First is to look at the comments section of each video (time consuming but helpful since people give explanations). Second is to go into the pre-made game folder and copy the codes from there (faster by far but there's no explanations).

Here's the video's. I hope they're helpful.

Introduction - 00 - Space Shooter - Unity Official Tutorials:


Setting up the project - 01 - Space Shooter - Unity Official Tutorials:

The player gameobject - 02 - Space Shooter - Unity Official Tutorials:

Camera and lighting - 03 - Space Shooter - Unity Official Tutorials:

Adding a background - 04 - Space Shooter - Unity Official Tutorials:

Moving the Player - 05 - Space Shooter - Unity Official Tutorials:

Creating shots - 06 - Space Shooter - Unity Official Tutorials:

Shooting shots - 07 - Space Shooter - Unity Official Tutorials:

Boundary - 08 - Space Shooter - Unity Official Tutorials:

Creating hazards - 09 - Space Shooter - Unity Official Tutorials:

Explosions - 10 - Space Shooter - Unity Official Tutorials:

Game Controller - 11 - Space Shooter - Unity Official Tutorials:

Spawning waves - 12 - Space Shooter - Unity Official Tutorials:

Audio - 13 - Space Shooter - Unity Official Tutorials:

Counting Points - 14 - Space Shooter - Unity Official Tutorials:

Ending the game - 15 - Space Shooter - Unity Official Tutorials:

Building the game - 16 - Space Shooter - Unity Official Tutorials:


Those are all the videos for this tutorial. Remember if you find that a certain code is not working properly to go into the completed game file in Unity and compare that code to what you have. You'll find the problem and the correct code.

Next time I'll post the videos to the Survival Shooter Tutorial.