Difference between revisions of "Main Page"

From The Powder Toy
Jump to: navigation, search
m (Force a line break)
m (test edit)
(39 intermediate revisions by 13 users not shown)
Line 4: Line 4:
  
 
==  Element Categories  ==
 
==  Element Categories  ==
{| class="wikitable" style="text-align: center; width: 100%;"
+
{| class="wikitable" style="text-align: center; width:100%; margin: 1em auto 1em auto"
 
|-
 
|-
| [[File:Walls Menu.png|link=Elements:Walls]]
+
| width=250px | [[File:Walls Menu.png|link=Elements:Walls]]
 
[[Elements:Walls|Walls]]
 
[[Elements:Walls|Walls]]
| [[File:Electronics Menu.png|link=Elements:Electronics]]
+
| width=250px |  [[File:Electronics Menu.png|link=Elements:Electronics]]
 
[[Elements:Electronics|Electronics]]
 
[[Elements:Electronics|Electronics]]
| [[File:Powered Materials Menu.png|link=Elements:Powered materials]]
+
| width=250px | [[File:Powered Materials Menu.png|link=Elements:Powered materials]]
 
[[Elements:Powered_materials|Powered Materials]]
 
[[Elements:Powered_materials|Powered Materials]]
 
|-
 
|-
 
| [[File:Sensors Menu.png|link=Elements:Sensors]]
 
| [[File:Sensors Menu.png|link=Elements:Sensors]]
 
[[Elements:Sensors|Sensors]]
 
[[Elements:Sensors|Sensors]]
| [[File:Force Creating Menu.png|link=Elements:Force Creating]]
+
| [[File:Force Creating Menu.png|link=Elements:Force]]
[[Elements:Force_Creating|Force Creating]]
+
[[Elements:Force_Creating|Force]]
 
| [[File:Explosives Menu.png|link=Elements:Explosives]]
 
| [[File:Explosives Menu.png|link=Elements:Explosives]]
 
[[Elements:Explosives|Explosives]]
 
[[Elements:Explosives|Explosives]]
Line 40: Line 40:
 
|
 
|
 
|}
 
|}
 +
 +
[[Element Page Template]] - Use this as a generic template if adding element pages
  
 
==  General  ==
 
==  General  ==
[[The hud]]
+
[[HUD|The HUD]]
  
 
[[Display modes]]
 
[[Display modes]]
Line 60: Line 62:
 
[[Powder Toy Lua API|Lua API]]
 
[[Powder Toy Lua API|Lua API]]
  
[[Faq]]
+
[[FAQ]]
  
 
==  Usage Tutorials  ==
 
==  Usage Tutorials  ==
Line 69: Line 71:
 
[[General usage tutorials]]
 
[[General usage tutorials]]
  
==  How to Build  ==
+
==  Powder Toy Development Help  ==
 +
 
 +
====  How to Build  ====
 
'''Please make sure you are able to compile a clean, unmodified source before attempting to make your own modifications. This will help people to help you.'''
 
'''Please make sure you are able to compile a clean, unmodified source before attempting to make your own modifications. This will help people to help you.'''
  
 
{| class="wikitable" style="text-align: center; width: 100%"
 
{| class="wikitable" style="text-align: center; width: 100%"
| [[File:Windows.png|64px|link=Compiling tpt++ with Visual studio]]
+
|
 +
[[File:Windows.png|64px|Compiling for Windows|link=Compiling_tpt++_with_Visual_studio]]
  
[[Compiling tpt++ with Visual studio|Compiling for Windows]]
+
[[Compiling_tpt++_with_Visual_studio|Compiling for Windows]]
 
||
 
||
 
[[File:Tux.png|64px|link=Compiling TPT++ on debian/ubuntu]]
 
[[File:Tux.png|64px|link=Compiling TPT++ on debian/ubuntu]]
Line 85: Line 90:
 
[[Compiling_for_OS_X|Compiling for OS X]]
 
[[Compiling_for_OS_X|Compiling for OS X]]
 
|}
 
|}
=== Other guides ===
+
 
 +
==== Alternate Build Guides ====
 +
[[Compiling for Windows with scons]]
  
 
[[Compiling for Raspberry Pi]]
 
[[Compiling for Raspberry Pi]]
  
== Powder Toy Development Help  ==
+
[[Compiling for Windows on Linux]]
[[Coding-tutorial]]  <br />
+
 
[http://boxmein.x10.mx/tptelements/ Element coding 'template' for TPT++]
+
[[Compiling for Mac on Linux]]
 +
 
 +
==== Development Guides ====
 +
[[Coding-tutorial]]
  
 +
[http://tptelements.boxmein.net/ Element coding 'template' for TPT++]
  
 
[[Variables| Variables in source]]
 
[[Variables| Variables in source]]
Line 99: Line 110:
  
 
[[How To Add an Icon to Menus]]
 
[[How To Add an Icon to Menus]]
 +
 +
[[Scons command line flags]]
  
 
==  Other  ==
 
==  Other  ==
Line 117: Line 130:
 
[https://twitter.com/PowderToy The Powder Toy's Twitter]
 
[https://twitter.com/PowderToy The Powder Toy's Twitter]
  
[https://github.com/FacialTurd/The-Powder-Toy Github page for latest source]
+
[https://github.com/ThePowderToy/The-Powder-Toy Github page for latest source]
  
'''IRC: server: irc.freenode.net, channel: #powder, port number: 6667'''
+
'''IRC: server: irc.freenode.net, channel: #powder, port number: 6697 (SSL)'''
  
 
[[Alternate language wiki pages]]
 
[[Alternate language wiki pages]]
 
<!-- bagels -->
 

Revision as of 20:32, 20 May 2018

Language: English  • Deutsch • español • français • हिन्दी • 日本語 • 한국어 • polski • русский • svenska • 中文 • 中文(简体)‎

Welcome to the Powder Toy Wiki. Read here for help or explanations on elements and the program in general.

Element Categories

Walls Menu.png

Walls

Electronics Menu.png

Electronics

Powered Materials Menu.png

Powered Materials

Sensors Menu.png

Sensors

Force Creating Menu.png

Force

Explosives Menu.png

Explosives

Gasses Menu.png

Gasses

Liquids Menu.png

Liquids

Powders Menu.png

Powders

Solids Menu.png

Solids

Radioactive Menu.png

Radioactive

Special Menu.png

Special

Life Menu.png

Life

Tools Menu.png

Tools

Element Page Template - Use this as a generic template if adding element pages

General

The HUD

Display modes

Compatibility mode

Using the console

Element conductivities

Glitches

Hotkeys

Saves

Lua API

FAQ

Usage Tutorials

Website usage tutorials

Element usage tutorials

General usage tutorials

Powder Toy Development Help

How to Build

Please make sure you are able to compile a clean, unmodified source before attempting to make your own modifications. This will help people to help you.

Compiling for Windows

Compiling for Windows

Tux.png

Compiling for Linux

Apple.png

Compiling for OS X

Alternate Build Guides

Compiling for Windows with scons

Compiling for Raspberry Pi

Compiling for Windows on Linux

Compiling for Mac on Linux

Development Guides

Coding-tutorial

Element coding 'template' for TPT++

Variables in source

Functions in source

How To Add an Icon to Menus

Scons command line flags

Other

Notable users

Mod collection

Previously requested elements

Syntax help

IRC Setup

Youtube channel

The Powder Toy on Facebook

The Powder Toy's Twitter

Github page for latest source

IRC: server: irc.freenode.net, channel: #powder, port number: 6697 (SSL)

Alternate language wiki pages