Killing Floor (modding): Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
 
(36 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==Programing==
==Getting Started==


==Level Design==
Follow these steps to obtain the Killing Floor Software Development Kit (SDK):


====[[Introduction - Getting Started]]====
#Launch Steam while logged into an account that owns Killing Floor (and has it installed)
====[[Planning & Mapping Theory]]====
#Navigate to the Library page on Steam
====[[Tutorials]]====
#Select "Tools" from the drop down box above the account's owned game titles
====[[Community]]====
#Select and download Killing Floor SDK


==3d Art==
This will download all the files necessary to run the SDK. It is launched the same as any other game, except that is is located in the ''tools'' section.


==Animation==
===Familiarization===
 
Here follows a list of topics that one should be familiar with before trying to attempt any modding.
 
*[[Mutator]]
*[[Gametype]]
 
==Topics==
 
===General Information===
 
*[[Tutorials]]
*[[Version Mismatches]]
*[[Packages]]
*[[Glossary]]
 
===2D Art===
 
(Edit me!)
 
===3D Assets and Animation===
 
=====[[Exporting and Importing]]=====
Information regarding the exporting from common 3D applications and importing into KFEditor.
 
===Level Design===
 
*[[Introduction - Getting Started]]
*[[Planning & Mapping Theory]]
*[[Tutorials (Killing Floor)|Tutorials]] 
*[[Tools]]
*[[Community]]
 
===Playable Characters ===
*[[Technical Requirements]]
*[[Character Concepts]]
*[[Character Modeling]]
*[[3rd Person Texturing]]
*[[1st Person Texturing]]
*[[Vertex Weighting (Skinning)]]
*[[ActorX Skeletal Mesh Export]]
*[[Engine Skeletal Mesh Import & Setup]]
*[[Engine Skeletal Mesh LOD Import & Setup]]
*[[Engine Material Setup]]
*[[Profile Texture Creation]]
*[[Creating Gore Limbs assets and script]]
*[[Creating Species Script]]
*[[Creating a Premium Character Particle Effect]]
*[[Creating UPL File]]
*[[Naming your character and writing a bio]]
*[[Compiling your script files]]
*[[Character Submission Checklist]]
 
===Coding===
 
*[[Programming Tools]]
*[[Tutorials#Coding|Tutorials]]
 
===Steam Workshop===
*[[Killing Floor Steam Workshop#Uploading|Uploading]]
*[[Killing Floor Steam Workshop#Uploading|Downloading]]
{{KFDevNavBox}}
[[Category:Killing Floor]]

Latest revision as of 17:37, 5 November 2013

Getting Started

Follow these steps to obtain the Killing Floor Software Development Kit (SDK):

  1. Launch Steam while logged into an account that owns Killing Floor (and has it installed)
  2. Navigate to the Library page on Steam
  3. Select "Tools" from the drop down box above the account's owned game titles
  4. Select and download Killing Floor SDK

This will download all the files necessary to run the SDK. It is launched the same as any other game, except that is is located in the tools section.

Familiarization

Here follows a list of topics that one should be familiar with before trying to attempt any modding.

Topics

General Information

2D Art

(Edit me!)

3D Assets and Animation

Exporting and Importing

Information regarding the exporting from common 3D applications and importing into KFEditor.

Level Design

Playable Characters

Coding

Steam Workshop