Kastang Ramblings of a Geek

7Aug/101

Installing and Configuring WoW on Linux

A few months ago I wrote a blog post answering some frequently asked questions about playing World of Warcraft on Linux (more specifically, on Ubuntu). I am making a return to WoW after an extensive break. During my break I did a fresh install of Ubuntu 10.04. I am in the process of reinstalling WoW on my Ubuntu partition. While reinstalling and reconfiguring WoW for my system, I took a few screenshots and notes. Hopefully they will be helpful for anyone who wants to play WoW on Linux.

This guide is tailored to Ubuntu 10.04 users, but should be similar for any Debian based OS users. I like to think everything is fairly straight forward. I assume you have some sort of basic Linux knowledge before attempting this guide. For example, if you do not know how to navigate around in Terminal, you probably shouldn't try this.

Prerequisites

Before installing Wine or WoW a few things need to be done with your system.

  • Update your graphics drivers: Updating your graphic drivers is probably the most important thing to do to ensure stable performance in WoW. Both NVidia and ATI have made great improvement over the past few years in improving the quality of their Linux drivers. Each release seems to increase the stability and performance of their cards.
  • Turn off special effects: If you are using Compiz (or an equivalent) turn it off before trying to play WoW. 9/10 times it will severely diminish performance and cause system lockups. If you use Gnome or KDE, I suggest switching to more lightweight option such as XFCE. This is not mandatory, XFCE my desktop environment of choice. If you want to give XFCE a try, in terminal type: sudo apt-get install xubuntu-desktop

Install and Configuring Wine

Make sure you have the newest version of Wine installed. If you are using Ubuntu, open terminal and type the following:

sudo apt-add-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine

The above commands will install the newest version of Wine on your system. At the time of this writing, the newest version is Wine 1.2. After issuing the above commands, type wine --version in Terminal to make sure you have the newest version available. To check the newest version, head over to WineHQ and check the latest Stable Release version.

Generally speaking the newest version of Wine is always the best. Occasionally a bug will occur in a build in which case you will have to manually install a previous version. World of Warcraft is a very well supported game in the Wine community so the chances of such a bug happening are slim.

For now, only one optional change needs to be made in the Wine Configuration. If you are only using a single monitor system, you can probably skip this. If you are using dual (or more) monitors, you should set an emulate desktop. Type winecfg in terminal. Click the Graphics tab, and check the "Emulate a virtual desktop" checkbox. Enter the screen resolution of the monitor you are going to play WoW on under Desktop Size. What this does is create a virtual desktop for Wine programs to run in. This is sometimes needed because certain games may appear distorted or overlap to a second monitor in full screen mode. If you are using Dual Monitors for example, you will need this activated so you can play correctly in full windowed mode and still be able to access your second monitor while playing WoW.

Installing WoW from Scratch

*If you have WoW installed on a seperate Windows partition you can use it rather then installing from scratch. If you do, ignore the installation instructions below and scroll down to Special Cases at the bottom of this post.

After Wine is installed and configured we can start the installation process. This process is pretty straight forward. I am using the WoW Online installer since I do not own the physical WoW discs. You can download the WoW Installer directly from Battle.net here. If this link does not work, login to your Battle.net account and download the Windows version of the WoW Installer.

After the file downloads, open terminal and navigate to the directory where InstallWoW.exe is located and run:

wine InstallWoW.exe

If this is your first time using Wine, the process may take a few extra seconds while configuration files are created. Your screen may also flicker a few times, don't worry, its normal. If all goes well, a screen should pop up asking which version of WoW you want to install. Select WoLK. You should see the following screen shortly after:

WoW Downloading

WoW Installer downloading the required files to continue.

After the required files are done downloading, you may receive an error about some system components failing the minimum requirements. This is most likely due to Ubuntu not reporting the proper system information.  Ignore any such warnings and click Install.

Ignore any failing minimum requirements warnings.

Next you will be prompted to select an install location for WoW. I personally chose C:\Program Files inside of Wine. You can safely choose whichever directory you want. For future reference, the "C" drive Wine creates is mapped to ~/.wine/drive_c/. In my example, my WoW folder will be: ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/

Choosing the WoW Install Directoy.

The longest part of the install when 7.5 GB of WoLK files are being downloaded and installed. I am receiving pretty constant speeds from Blizzards servers of around 800-900KB/s with spikes sometimes around 1.5MB/s. The install part will take a few hours to complete. I would recommend getting to this step before bed.

WOLK Installing

After the base install of WOLK is done, the game will automatically launch the Blizzard updater and patch WoW to the newest version. If all goes well, this should be done automatically, without issue. In my case, Wine froze while updating to Patch 3.3.3. If the game freezes on you during updating, open terminal and type:

sudo killall wineserver
wine ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/Launcher.exe

The launcher should re-launch and the game should continue to upload without any issues.

Configuring WoW

By now WoW should be installed and fully patched. Before running the game, I recommend editing the Config.wtf file before launching WoW for the first time.

#Copy your original Config file to a new location.
cp ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/WTF/Config.wtf ~
#Remove the original
rm ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/WTF/Config.wtf
#Create a new Config.wtf file and copy the below inside it
vi ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/WTF/Config.wtf

This config file sets all of the performance settings to the lowest possible setting(don't worry, you'll adjust these later. Just for the initial launch it makes life easier), sets OpenGL by default, accepts the TOS and EULA, and sets a low screen resolution.

SET readTOS "1"
SET readEULA "1"
SET readScanning "-1"
SET readContest "-1"
SET readTerminationWithoutNotice "-1"
SET installType "Retail"
SET locale "enUS"
SET movie "0"
SET showToolsUI "1"
SET portal "us"
SET realmList "us.logon.worldofwarcraft.com"
SET patchlist "us.version.worldofwarcraft.com"
SET hwDetect "0"
SET gxWindow "1"
SET gxRefresh "60"
SET gxMultisampleQuality "0.000000"
SET gxFixLag "0"
SET videoOptionsVersion "3"
SET textureFilteringMode "0"
SET Gamma "1.000000"
SET Sound_OutputDriverName "System Default"
SET Sound_MusicVolume "0.40000000596046"
SET Sound_AmbienceVolume "0.60000002384186"
SET farclip "177"
SET particleDensity "0.10000000149012"
SET baseMip "1"
SET environmentDetail "0.5"
SET weatherDensity "0"
SET ffxGlow "0"
SET ffxDeath "0"
SET gxResolution "1024x760"
SET gxApi "opengl"

Now you should be good to boot the game for the first time. You should have a WoW Icon on your Desktop. If you do, double click on it and it will launch the WoW screen. If you do not have a WoW Icon on your desktop, enter the following command in terminal:

wine ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe

If you did not have a WoW Icon on your Desktop, look at the bottom of this post to see how to create an Alias to launch WoW through terminal.

From here it is up to you to configure the settings to your liking. I recommend taking it slow, gradually update the settings until you are happy with the performance. Personally speaking, most of my settings are very similar to the settings I would play with in Windows. Both ATI and NVidia Linux drivers have come a long way in recent years. You should not see much a performance loss between playing on Windows or Linux. In some instances, you may even see a performance boost.

AddOns

Generally speaking, all AddOns will work fine under Linux. Rather then manually installing my AddOns, I prefer having a program do the manual work for me. One of my favorite programs for such a task is WoWMatrix. As far as I know, WoWMatrix is the only AddOn updater I know that offers a native Linux client.

Download WoWMatrix Linux version from WoWMatrix and execute the following commands:

#Navigate to where wowmatrix.tar.gz file was downloaded
tar zxvf wowmatrix.tar.gz
./wowmatrix

If all goes well, WoWMatrix should launch and ask where your WoW folder is located. In the window, right click in the white space and click Show Hidden Files. Navigate to ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/ - After the folder is selected, accept the license agreement. The rest should be self explanatory.

As with configuring your video performance, I recommend gradually adding AddOns. Make sure none cause issues.

Create a Terminal Alias for WoW

If for some reason a Desktop icon was not created, or you do not use a windows manager, you can create an alias to launch WoW via Terminal. If you use bash, add this to your ~/.bash_aliases file:

alias wow='wine ~/.wine/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe'

After changes are made to your aliases file, you will need to apply the changes by typing source ~/.bash_aliases in Terminal. From now on you will be able to type wow in Terminal and the game will execute.

Special Cases

Unless you were previously directed to read this section, skip it.

Using an existing WoW Install:

If you already have WoW installed on a Windows partition, you have two options to choose from:

  • Running WoW directly from your Windows partition.
  • Copying your WoW directory from your Windows partition to your Ubuntu parition.

I am assuming you do not have your Windows partition mounted. If this is the case you will first need to know the which partition your Windows is located:

$ sudo fdisk -l
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      102400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2              13       31871   255897600    7  HPFS/NTFS
/dev/sda3           31871       44648   102631425    5  Extended
/dev/sda5           31871       44029    97654784   83  Linux
/dev/sda6           44029       44527     3998720   82  Linux swap / Solaris
/dev/sda7           44527       44648      975872   83  Linux

Issue the above command. it will display a list off all partitions on your hard drives. Look for the largest NTFS filesystem, this will most likely be your Windows partition. In my case, my Windows partition is located on /dev/sda2.

Now that you know which partition Windows is installed on, execute the following commands:

sudo mkdir -p /media/Windows
#REPLACE /dev/sda2 with your Windows partition.
sudo mount /dev/sda2 /media/Windows

This will create a directory for your Windows partition to reside in then mount the partition to the newly created folder.  I recommend you copy your existing WoW install your Ubuntu partition. For consistency, we will move your WoW folder to Wine virtual directories. This is not necessary though, the WoW folder can be placed anywhere on your Ubuntu HD.

sudo cp -r /media/Windows/path/to/World\ of\ Warcraft/ ~/.wine/drive_c/Program\ Files/

This will take awhile to complete. I suggest starting the copy and walking away for an hour.

If you choose to use your Windows partition to run WoW instead of copying it to Ubuntu, you should automount your NTFS drive on boot. Look up how to by editing your fstab file. I will not cover this in my guide.

Conclusion

If you are at this point, chances are you have a working WoW install. Congratulations!

Tagged as: , 1 Comment
29Jul/102

AWStats on Ubuntu 10.04 Server

Yesterday I finalized moving my websites to my new Linode. With all the base configuration done, it is time to start installing some monitoring and stats tools. AWStats in particular is one of my favorite tools for analyzing web traffic.

This guide assumes you are using Apache2, Ubuntu 10.04(though I would assume to process would be similar for Ubuntu 9.xx), and have root access to your box. Also I assume you have Apache properly setup with a working access.log file.

Installing AWStats

Ubuntu 10.04 has AWStats available in their repositories:

apt-get install awstats

The Ubuntu Repo. does not have the newest version of AWStats. The repo has 6.9 while the newest, stable, version is 6.95. The 6.9 install that Ubuntu provides should be enough for most people. If you wish, you can install the newest version manually and continue following afterwards.

Configuring AWStats

AWStats does offer some sort of automated configuration process. I have never used or tested this function. If you are not comfortable with manual configuration you may want to look up the automated configuration option.

I have multiple domains I wish to track. I needed to make a copy of the default awstats.conf file for each domain. I used the format awstats.mydomain.ext.conf for my configuration file name. In my case, mydomain.ext is kastang.com. You will have to create a copy of awstats.conf for each domain you want to monitor.

cp /etc/awstats/awstats.conf /etc/awstats/awstats.yourdomain.ext.conf

Open awstats.yourdomain.ext.conf, find and modify the following fields:

#Path to access.log for your domain
LogFile="/var/log/apache2/access.log" 
 
#I recommend '1' for more detailed information
LogFormat=1  
 
SiteDomain="yourdomain.ext"
 
HostAliases="localhost 127.0.0.1 yourdomain.ext"

Now we can generate the initial stats for AWStats based off of your existing access.log file. You need to run this command for every domain you have configured.

/usr/lib/cgi-bin/awstats.pl -config=yourdomain.ext -update

Check the output for any errors. If it successfully Finds/Parses your access.log file you should be good to continue. If you have any errors, double check your configuration file and make sure the path to the access.log is correct.

Configuring Apache

After configuring AWStats, we need to tell Apache where to point when the AWStats address is accessed.

Navigate to /etc/apache2/sites-available/. If you have no VirtualHosts setup, you will want to place the following code in 'default'. If you have VirtualHosts setup, add this code inside the VirtualHost tag for each domain you want to monitor.

Alias /awstatsclasses "/usr/share/awstats/lib/"
Alias /awstats-icon/ "/usr/share/awstats/icon/"
Alias /awstatscss "/usr/share/doc/awstats/examples/css"
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
ScriptAlias /awstats/ /usr/lib/cgi-bin/
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch

Reload the Apache configuration:

/etc/init.d/apache2 reload

Check to make sure you do not have and errors or warnings. Depending how you originally setup your Apache config, the /cgi-bin/ ScriptAlias may already be implemented. In this case, just remove that line from the configuration file. (Don't forget to reload the configuration after all changes).

You should now be able to navigate to http://yourdomain.ext/awstats/awstats.pl and see the existing webstats from your access.log file.

Automating AWStats updates

AWStats will not automatically update by default. I cuggest using Cron to automate the process:

Add this to crontab and it will update stats once every three hours. You can adjust the timing to suit your needs. I have seen AWStats update on a weekly basis, daily basis, and even sometimes every couple minutes. You will need to add a separate crontab line for each domain AWStat is monitoring.

0 */3 * * * root /usr/lib/cgi-bin/awstats.pl -config=yourdomain.ext -update >/dev/null

Securing AWStats

If you are at this step, you should have a working AWStats. One issue is AWStats does not come secured by default. They do offer to enable Authentication in the configuration, but I think it is just easier to generate a simple .htaccess file. This method is a quick and dirty method for securing AWStats. If you require a more sophisticated method of securing AWStats, please consult the official documentation.

Navigate to /usr/lib/cgi-bin/ this is where awstats.pl is located.

Create a new .htpasswd file:

htpasswd -cb /path/to/.htpasswd username password

Create a new .htaccess file with the following inside:

AuthName "AWStats Authentication"
AuthType Basic
AuthUserFile /path/to/.htpasswd
Require valid-user

Now if all goes well, when you refresh your browser you will be prompted to enter a username and password to access AWStats.

This should get you to a point where AWStats is usable and (reasonably) secure. From here you can add Plugins or further configure AWStats to fit your individual needs.

Tagged as: , 2 Comments
28Jul/100

My Thoughts on SGU Season 1

NOTE: Season 1 and Season 2 spoilers in this post. Read at your own risk.


SGU 1.0


The first half of SGU was rough in my opinion. I had high expectations for the series even before it aired (which is always a mistake). After watching Air 1/2/3, it was obvious to see SGU would be darker then either SG1 or SGA was. I was fine with that. In fact, I was excited to see a sort of BSG themed Stargate series. After the premier though, things started to go down hill. My main issue was the overuse of communication stones. They took too much from issues surrounding the Destiny too early in the series. The communication stones should have existed only for emergencies (if at all). At times I felt as if I was watching a Lifetime drama during the extended Earth based communication stone scenes. The overuse of the communication stones almost seemed like the writers could not figure out how to write 45 minutes of material without filler space. Some episodes such as Time, were absolutely horrible. SG1 and SGA have both successfully mastered time travel, SGU has failed horribly in this regard. Near the end of Season 1.0, things started to fall into place. In particular Justice. Justice was a very well written episode that would later fuel events in Season 1.5. Most importantly the episode had an amazing cliffhanger. I think this episode alone is what kept quite a few viewers coming back after the mid season break.

Best Episode: Justice
Worst Episode: Time


SGU 1.5


SGU AlienI was happy to see SGU make a comeback after a rocky start. I believe it was a combination of the lesser use of the communication stones, the formal introduction to an alien enemy (and a damn cool looking one at that), space battles, and conflicts between Camile and Young that really had me hooked until the finale. One of my favorite episodes in the entire season was Human. Human showed the much needed background of Rush. It showed how much he sacrificed to get where he is today. It also shows an explanation as to why he is not bothered about never returning to earth again. I believe some episodes should have been extended to more then a single episode, and some events should have been better explained though (see below).

The finale is what really brought the entire season together for me. The revelation of the brainwashes Telford and the invasion of the Lucian Alliance was not expected at all. One important event that I believe will carry into next season is the portrayal of how truly horrible Young is as a military leader. With Telford physically on the ship now (and apparently surviving, see  the Season 2 trailer below), I can imagine him taking over command of the Destiny. I would imagine some of those loyal to Young (Greer, Scott) would try to keep Young in power but would eventually be over powered by civilians and other military personnel. I am not quite sure if Telford taking control would be a good or a bad thing yet as we have never really met the non-brainwashed version of Telford until very recently. Yet again, Stargate pulls out a great cliffhanger (though this one I think is more predictable then the mid-series finale) for the finale.

Things I would like to see next season:

Longer Story Arcs!
The episode “Faith” should not have only consisted of only a single episode. The background of the episode was great: A solar system with a habitable planet that should not exist. If that wasn't enough, there was a man made structure on the planet that conclusively proved that some form of advanced alien live was on the planet before. I understand that the Destiny only had limited time before jumping back into FTL, but it wouldn’t have been impossible to show a few flashbacks of those who decided to stay on the planet. I hate to say it, but perhaps leaving a communication stone behind wouldn't have hurt either. It would have been interesting to see if the aliens ever came. If they did were they friendly or did they brutally murder everyone on the planet? I hope this episode is revisited sometime Season 2.

The Fate of Franklin
Franklin was probably my favorite sub plot so far in SGU. I was shocked to see Franklin vanished after he used the chair. My original reasoning was the ship helped him ascend, but later I realised that would be very unlikey because the ship is millions of years old and Ancients did not have the ability to ascend that many millions of years ago. My second thought was he was integrated into the ships systems. While this is still possible, I would have assumed he would have made some sort of an appearance especially during the invasion of the Lucian Alliance. I had a little hope when the Lucian Alliance member was disintegrated. I thought it was Franklin helping the crew protect the Destiny, but later it was because of the Gamma star and failing shields.

This is a topic that absolutely must be brought up next season. There is no way the writers can just write Franklin off by having him disappear.

Chloe
Chloe needs a clearly defined purpose to be considered a main character. In my opinion Chloe should have been background character from the beginning. During the entire duration of the first season, I can recall one episode where she actually served any type of real purpose. If the writers can not work her into the story in a meaningful way, she should be knocked off the show.

Season 2 Teaser Trailer (SPOILERS):

The Season 2 teaser trailer for SGU was released last week at Comic-Con. The trailer looks very promising, though it does ruin a significant amount regarding this seasons cliffhanger ending.

I have picked out the following bits of information from the trailer: (SPOILERS BELOW)

  • All of the Earth crew leave the Destiny (presumably they are forced out at the beginning of the season) but somehow regain control of the ship again.
  • Rush finds the real bridge. It appears he is not going to tell anyone about it though. Good to see Rush is staying in character.
  • Greer, Telford, Chloe, and TJ  survive the end of Season 1.
  • More Camile Communication Stone drama.
  • Chloe is infected with some Alien bug that is changing her DNA.
  • Rush is working on a highly complicated puzzle (maybe linked to him finding the bridge).
  • Rush says: "Ultimately I control this ship" - Maybe a reference to another Mutiny episode.
  • Young may be forced out of leader of the Destiny.

Season 2 looks like it has a good amount of action associated with it. I am disappointed to see more communication stone drama though. I hope it will be kept at a minimum. With this trailer and other rumors floating around regarding alliances, space battles, finding out Destinys real mission, and SGA cast guest appearances. I think this season will make up for the shortcomings of last season plus some.

Tagged as: No Comments
10Jul/100

Stargate, Doctor Who, Torchwood, and Battlestar Galactica Watching Order

A few weeks ago a friend asked my opinion on the proper watching order of Stargate, Doctor Who, Torchwood, and Battlestar Galactica. I decided to clean up what I sent him and display it for anyone who may find this information handy. I have also included Netflix and Hulu links to material that is available for Instant streaming.


---Stargate---

Stargate consists of:

  • Stargate (1994): Original movie
  • Stargate SG-1 (SG1): 10 Seasons + 2 Movies
  • Stargate Atlantis (SGA): 5 Seasons
  • Stargate Universe (SGU): 1 Season – Continuing October 2010

Watching Order:

When dealing with a total of 16 seasons and 3 movies the correct viewing order can be confusing. I recommend using this website as a basis for your viewing. From my experience, this watching order is the easiest to follow without switching series every episode. Note as of July 2010, Stargate Universe has not been added to the list. It belongs in spot #15.

Quoted from Hixie's Natural Log:

  1. Stargate movie
  2. Stargate SG-1, episodes 1.1 to 8.2
  3. Stargate Atlantis, episodes 1.1 to 1.15
  4. Stargate SG-1, episodes 8.3 to 8.20
  5. Stargate Atlantis, episodes 1.16 to 2.1
  6. Stargate SG-1, episodes 9.1 to 10.2
  7. Stargate Atlantis, episodes 2.2 to 3.4
  8. Stargate SG-1, episodes 10.3 to 10.12
  9. Stargate Atlantis, episodes 3.5 to 3.19
  10. Stargate SG-1, episodes 10.13 to 10.20
  11. Stargate: The Ark of Truth
  12. Stargate Atlantis, episodes 3.20 to 5.1
  13. Stargate: Continuum
  14. Stargate Atlantis, episodes 5.2 onwards.

Stargate SG-1 is available for free on Hulu until at least January 31, 2011. Currently, the complete series of SGA is only available for streaming on Amazon ($1.99 an episode), or the physical DVD which is much cheaper then purchasing each individual episode for $1.99 a piece (or $20-30 a season streaming).



---Doctor Who and Torchwood---

Netflix + Doctor Who + Torchwood = Amazing.

Torchwood can be watched independently from Doctor Who. I personally chose to watch most of Doctor Who first without watching Torchwood in detail. I am half way through Series 2 of Torchwood and have not encountered anything more then minor references to the Doctor Who series.

Watching Order for those who want to watch TW and DW together:

* - Not available on Netflix Instant Streaming or any other known legal streaming source


---Battlestar Galactica---

Battlestar Galactica is much more straight forward then Stargate or Doctor Who/Torchwood combination.

  • Mini-Series/Season 1**
  • Season 2**
  • The Resistance (Webisodes) [Syfy]
  • Season 3**
  • Razor**
  • The Face of the Enemy(Webisodes) [Syfy]
  • Season 4**
  • The Plan**

**Amazon offers streaming episodes of BSG for $1.99 per episode ($9.99 - $12.99 per movie). In many cases it is cheaper to buy the actual DVD new (or used) from Amazon. I would personally recommend picking up the Complete Series of BSG on Blu Ray or DVD. The Complete Series has everything with the exception of "The Face of the Enemy" Webisodes.

28Feb/100

Star Trek NX-01 1/1000 Scale Model

Today I built my 1/1000th scale Star Trek Enterprise NX-01 model kit that has been sitting on my desk for a few weeks. As I am new to model building, I was originally hesitant to purchase this kit after reading the not so great Amazon reviews. Eventually I decided to take the risk and purchase it because the NX-01 is one of my favorite ships from the Enterprise series. This model is the first Star Trek related model I have built, but certainly won't be the last. Other then a few hiccups, the few hours it took to assemble were enjoyable.

What I liked:

  • The attention to detail is very impressive. Round2 really took their time to capture as much of the NX-01 detail as possible.
  • Most of the pieces in the kit are numbered somewhere on the actual piece.
  • The kit includes extras of the extremely small pieces. This was a live saver for myself personally. While assembling the kit, I dropped a piece that I could hardly see in my hand on the rug, there was no chance I would find that piece. Luckily that piece in particular had an extra included in the kit.
  • The kit includes decals for both the Enterprise (NX-01) and Columbia (NX-02). The different deflector dish for the NX-02 is also included in the kit.
  • The directions are on one large sheet of paper and for the most part very easy to understand. On the back side of the direction sheet is the decal instructions and placement diagrams. They are also clear and easy to understand, no need to guess where to place the decals. The direction sheet also includes an optional color chart for the minor details on the ship to add more details.
  • For the most part, the pieces snap together without any issue.

What I didn't like:

  • The kit does not detail how to paint the pattern for the saucer displayed on the box.
  • While the ship is possible to build without glue, a few pieces almost require it. For example, the nacelles will not stay in place without the addition of glue.

Some Tips:

  • A modeling knife and tweezers are an absolute must. Many of the pieces in this kit are less then 1/8th of an inch long. They are very difficult to handle especially if you have fat fingers like I do. Some holes on the saucer are not completely cut through, they need to be cut with the modeling knife before inserting the pieces.
  • Modeling glue is also handy. Even though the kit says it is not required, some items such as the nacelles really need to be glued to keep them from falling off if the slightest movment to the model happens.
  • The nacelles go on after the top and bottom saucer are snapped together. (This was the only confusion on the directions I experienced)
  • Don't try to force any piece in, most should go in without issue. If you put a considerable amount of pressure on any piece, there is a good chance you will break the saucer. If you are having trouble fitting any pieces in, try trimming it with a modeling knife.

Additional Pictures:

Overall, for the price of the kit I am not disappointed with it one bit. Fully assembled, the model is around 9 inches long. I am still deciding if I want to paint the model, for that reason I have decided not put the decals on yet. If I do decide to paint it and it turns out nicely, I may buy the same kit again and put the Columbia deflector dish and decals on it.

My next project will most likely be the much larger 1/350th Star Trek USS Enterprise A (around 32" assembled) unless I can get my hands on a larger scale model of the NX-01. I estimate my next project to take a few months to complete as I plan to attempt to incorporate lighting in it if at all possible.

~