Midway Games, Inc. (formerly Midway Manufacturing) is an American corporation in bankruptcy as of 2009. Founded as an amusement game manufacturer, it was a video game publisher and developer from 1973 to 2009. Midway published and developed titles such as Mortal Kombat, Ms. Pac-Man, Spy Hunter, Tron, Rampage and NBA Jam. Midway also acquired the rights to video games that were originally developed by Williams Electronics and Atari Games, such as Defender, Joust, Robotron 2084, Gauntlet and the Rush series.

Post tutorial RSS Related Tutorials
idTech1: How to easily identify the many different WAD files

idTech1: How to easily identify the many different WAD files

Other Tutorial

Many WAD files have the same name (e.g. DOOM.WAD). The versions can only be differentiated correctly using hash values. Here is my simplified solution...

Advanced BSP Manipulation - Building a 90º Corridor

Advanced BSP Manipulation - Building a 90º Corridor

Unreal Tournament 3 Mapping/Technical 10 comments

A set of 4 Video Tutorials each for a different BSP manipulation method, the first 3 videos are in an Addictive world and the last one in Subtractive...

Unreal 3 Teleporter Tutorial (UTTeleporter)

Unreal 3 Teleporter Tutorial (UTTeleporter)

Unreal Tournament 3 Mapping/Technical 9 comments

Learn how to make a simple two-way teleporter in unreal 3 using the UTTeleporter actor.

TF2 Shading in UT3

TF2 Shading in UT3

Unreal Tournament 3 Textures 60 comments

I'm not going to write much as this should be self explaining to anyone knowing the UT3 materialeditor, all this is based on valves techpapers on TF2

How to make a custom static mesh for Unreal3

How to make a custom static mesh for Unreal3

Unreal Tournament 3 Props Modelling 10 comments

Well this tutorials shows you how to create a static prop, UV,texture and getting it into Unreal 3.

Unreal Learning #7: Game Rules

Unreal Learning #7: Game Rules

Unreal Tournament 3 Server Side Coding 16 comments

This tutorial will show you how to write a mutator that uses Game Rules. The code was written by Erwan 'Xiongmao' Allain for Shee Labs Mutator Week.

Unreal Learning #6: Post Processing

Unreal Learning #6: Post Processing

Unreal Tournament 3 Client Side Coding 11 comments

This tutorial will show you how to write a mutator that uses post processing. The code was written by Luke 'Ambershee' Parkes-Haskell for Shee Labs Mutator...

Unreal Learning #5: Attachments

Unreal Learning #5: Attachments

Unreal Tournament 3 Server Side Coding 13 comments

This tutorial will show you how to write a mutator that attaches a spotlight to a player. The code was written by Luke 'Ambershee' Parkes-Haskell for...

Unreal Learning #4: Advanced Weapons (part 2) - Material Switching

Unreal Learning #4: Advanced Weapons (part 2) - Material Switching

Unreal Tournament 3 Server Side Coding 18 comments

This tutorial is part of a series of three will show you how to create complex materials, and how to program a weapon which can alter them, and a physics...

Unreal Learning #4:  Advanced Weapons (part 1) - Complex Materials

Unreal Learning #4: Advanced Weapons (part 1) - Complex Materials

Unreal Tournament 3 Client Side Coding 11 comments

This tutorial is part of a series of three will show you how to create complex materials, and how to program a weapon which can alter them, and a physics...

Unreal Learning #3: Delving Deeper into UnrealScript

Unreal Learning #3: Delving Deeper into UnrealScript

Unreal Tournament 3 Server Side Coding 7 comments

After having written our first mutator, and created a mutator with a user configuration menu, we'll now take a closer look at the UnrealScript language.

Unreal Learning #2: UT3 Configurable Mutators

Unreal Learning #2: UT3 Configurable Mutators

Unreal Tournament 3 Server Side Coding 57 comments

This second tutorial will teach you how to write a mutator with configurable properties, and how to create and set up a user interface scene for it.

Unreal Learning #1: My First Unreal Tournament 3 Mutator

Unreal Learning #1: My First Unreal Tournament 3 Mutator

Unreal Tournament 3 Server Side Coding 116 comments

A brief tutorial outlining how to write a simple mutator for Unreal Tournament 3. This is a relatively in depth and detailed tutorial, ideal for any budding...