Category Archives: Games

games

Installing TShock Terraria Server on Debian Wheezy

Posted on .

The following is how I installed TShock Terraria Server on a clean Debian Wheezy machine. The same method has been tested working on Ubuntu 12.04 LTS (Precise).

One important difference to other howtos is it does not install mono-complete and the plethora of dependencies that requires (including x11-common). This only installs the required libraries to run, nothing more.

Run these commands individually, this is not to be copy pasted into your shell in full.

Update: A few users are complaining of missing packages, however I have re-run the instructions in a fresh Wheezy guest and found no issues (see transcript of installation here).

Update2: I have successfully tested the following instructions using Ubuntu 12.04 LTS Precise (transcript here)

Update3: Tested working with TShock 4.2

Make sure you are using Debian 7 Wheezy or Ubuntu 12.04 LTS Precise.

Debian init-script

The following init-script can:

  • Connect to the screen console with ./terraria-server connect
  • Exits the server cleanly by issuing the “exit” or “exit-nosave” command to the server console
  • Fits perfectly if installation was made by the above howto

Download
  terraria-init.sh (2.6 KiB, 5,281 hits)

Red Alert 3 – Black screen on startup

Posted on .

If you’ve just installed Red Alert 3 on Windows 7 then you may be presented with a simple black screen on startup, that just freezes there.

  1. Navigate to the Data folder, ie. C:/Program Files/Electronic Arts/Red Alert 3/Data
  2. Rename the Movies folder to “Movies.renamed”
  3. Start up the game
  4. Set your resolution to the same as your desktop
  5. Apply the settings and quit the game
  6. Rename the Movies directory back to “Movies”
  7. Start up the game and it should work

YMMV.

Disable Superweapons in Red Alert 3

Posted on .

Previous versions of Command & Conquerâ„¢ had the ability to disable super weapons, but in Red alert 3 this option is abscent. After much googling for a solution, I spent some time creating my own mod that simply disabled the superweapons.

I like to play turtle vs. the Ai in skirmish, and develop intuitive ways to crush my opponent without having to battle vs. super weapons every 5 minutes.

Created based on SDKv3 and RA3v1.12, it disables the ability to build the weapons for both player and AI.

I created two different mods that disable one or both types of superweapons.

Update: Works in Uprising according to this comment.

Continue reading

Battlefield 2 Widescreen Resolution

Posted on .

Out of the box, Battlefield 2 doesn’t support widescreen resolutions. However it does support setting the resolution on the command-line.

Modify the shortcut to add +szx and +szy resolution parameters,
"C:\Games\Battlefield 2\BF2.exe" +menu 1 +fullscreen 1 +szx 1680 +szy 1050

It also works with 1920×1200 resolution.