Coding Tutorials: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Here follows a list of coding-related tutorials for modding any of [[Tripwire Interactive]]'s games.
====[[Creating A Basic Mutator]]====
====[[Creating A Basic Mutator]]====
This tutorial covers the set up of a mutator, compiling the mutator using UCC, an example mutator and further reading.
Covers the set up of a mutator, compiling the mutator using UCC, an example mutator and further reading.
 
====[[Multiplayer Mutators]]====
 
Covers fundamentals of writing mutators that can work in networked multiplayer games.
 
==External Links==
 
* [http://forums.tripwireinteractive.com/showthread.php?t=46134 Modifying Existing Weapons]


====[[An example of a simple mutator]]====
* [http://forums.tripwireinteractive.com/showthread.php?t=43534 Mutator Essentials]


====[[How-to: change properties of an existing weapon]]====
[[Category:Tutorial]]
====[[How-to: change properties of an existing freak]]====

Revision as of 16:58, 21 September 2012

Here follows a list of coding-related tutorials for modding any of Tripwire Interactive's games.

Creating A Basic Mutator

Covers the set up of a mutator, compiling the mutator using UCC, an example mutator and further reading.

Multiplayer Mutators

Covers fundamentals of writing mutators that can work in networked multiplayer games.

External Links