<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fortress-forever.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UBeR</id>
	<title>Fortress Forever Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.fortress-forever.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UBeR"/>
	<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Special:Contributions/UBeR"/>
	<updated>2026-07-26T18:46:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=8931</id>
		<title>User:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=8931"/>
		<updated>2009-01-07T17:46:06Z</updated>

		<summary type="html">&lt;p&gt;UBeR: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a part of the Wiki Standards Team, so if you have any questions and what not, don&amp;#039;t hesitate to contact me.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;3 TFC&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Scripts&amp;diff=8930</id>
		<title>Scripts</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Scripts&amp;diff=8930"/>
		<updated>2009-01-07T17:43:30Z</updated>

		<summary type="html">&lt;p&gt;UBeR: make definition the intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A script is a config file (usually for a specific class) that has key binds that make it easier for you to access class-specific functions.&lt;br /&gt;
&lt;br /&gt;
==General Scripts==&lt;br /&gt;
[[General Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[Cleanup Script]]&amp;#039;&amp;#039;&amp;#039; Very useful!&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==List of Class-Specific Scripts==&lt;br /&gt;
[[Scout Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Sniper Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Soldier Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Demoman Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Medic Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[HWGuy Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Pyro Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Spy Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
[[Engineer Scripts]]&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Making a Script=&lt;br /&gt;
Making a script is nothing more than stringing commands together to achieve a particular result.&lt;br /&gt;
To create a sequence of actions, list your commands followed by a semicolon (;) then a space ( ).&lt;br /&gt;
When listing multiple commands, make sure you use quotation marks (&amp;quot;) to enclose your script!&lt;br /&gt;
&lt;br /&gt;
==Aliases==&lt;br /&gt;
An alias is another name used to define a list of commands, just as &amp;quot;driving a car&amp;quot; is a name for all the activities that make up driving.&lt;br /&gt;
&lt;br /&gt;
===Example: How it should look===&lt;br /&gt;
&amp;lt;pre&amp;gt;alias example &amp;quot;command1; command2; command3&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code creates an alias named example. If we typed example into the console, or executed it in a cfg file, command 1, 2, and 3 would execute in the order listed in the alias.&lt;br /&gt;
&lt;br /&gt;
An alias can also be used to shorten commands for use in scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;alias c4 &amp;quot;command4&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We can use our newly created commands, &amp;#039;&amp;#039;&amp;#039;example&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;c4&amp;#039;&amp;#039;&amp;#039;, in further scripts.&lt;br /&gt;
&amp;lt;pre&amp;gt;alias example2 &amp;quot;example; c4&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This would be a good time to visit the [[Script Reference]] to see what possibilities you can string together.&lt;br /&gt;
&lt;br /&gt;
Now that you&amp;#039;ve got a list of commands in mind, or in best case, already written up, what do you do? You can copy and paste it into the console every time, or you can bind it to a key, using the &amp;#039;&amp;#039;&amp;#039;bind&amp;#039;&amp;#039;&amp;#039; command.&lt;br /&gt;
&lt;br /&gt;
===Example: Detonate dispenser===&lt;br /&gt;
&amp;lt;pre&amp;gt;bind x &amp;quot;detdispenser&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example: Medic Shout + Text===&lt;br /&gt;
&amp;lt;pre&amp;gt;bind x &amp;quot;saveme; say Text here.&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=How to Use the class.cfg file system=&lt;br /&gt;
&lt;br /&gt;
Located in your FortressForever\cfg folder, you will see a .cfg file for each class.&lt;br /&gt;
[example directory picture]&lt;br /&gt;
&lt;br /&gt;
These files are executed when you spawn after dying. They are perfect for storing class-specific key bindings, as well as more advanced scripts. The Userconfig.cfg file is also loaded every time you spawn, because it is listed in the class.cfg. Userconfig.cfg is used for global scripts and aliases.&lt;br /&gt;
&lt;br /&gt;
===List of commands===&lt;br /&gt;
A list of available commands can be found at the [[Script Reference]] page.&lt;br /&gt;
&lt;br /&gt;
===Uh oh! I screwed up one of my config files! What do I do?===&lt;br /&gt;
Relax. Just find the default config listed below for whatever you screwed up and paste it into the config file.&lt;br /&gt;
&lt;br /&gt;
[[Userconfig default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Scout default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Sniper default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Soldier default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Demoman default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Medic default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Hwguy default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Pyro default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Spy default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Engineer default]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Civilian default]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripts]]&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Fortress_Forever_Wiki:Style_and_usage_guidelines&amp;diff=5088</id>
		<title>Fortress Forever Wiki:Style and usage guidelines</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Fortress_Forever_Wiki:Style_and_usage_guidelines&amp;diff=5088"/>
		<updated>2007-12-30T21:00:28Z</updated>

		<summary type="html">&lt;p&gt;UBeR: /* Editing guidelines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;border: 1px solid #b3b3b3; background-color:#e3e3e3; float:right; width:150px; margin-left:10px;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|Note: You can use the [[FFWiki:Sandbox|sandbox]] to experiment with page editing.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
This page contains the consensus opinion for Fortress Forever Wiki policies as well as the style guidelines for editing the pages contained therein.&lt;br /&gt;
&lt;br /&gt;
==Editing guidelines==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Be Bold&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you see something that needs changing, change it! If you do not get it quite right, someone will probably come fix it.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Don&amp;#039;t be Too Bold&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This wiki is not a forum, or a blog, or your own personal webspace. It is a resource for all who come upon it.  If something is your personal opinion, but does not reflect the truth, or at least the position of a majority of users, it probably does not belong here.&lt;br /&gt;
&lt;br /&gt;
==Talk Pages==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;The FF Wiki is not a forum&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Conversations in the talk page should be directly relevant to the content of the associated page.  Please keep off-topic discussion in the forums, or if it is wiki-related material, in a User sub page or talk page.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Conversations should be nested for clarity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Adding a colon ( : ) at the beginning of a reply to another editors comment will make conversations more clear.  For example--&lt;br /&gt;
:This is a single colon used, as with a reply.&lt;br /&gt;
::And this is two used, for a reply to a reply.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Always sign your comments&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Always sign your comments on a page.  If you don&amp;#039;t want anyone to find out what you wrote, you probably shouldn&amp;#039;t have written it in the first place.  You can sign your comments with four tilde&amp;#039;s. &amp;lt;nowiki&amp;gt;( ~~~~ )&amp;lt;/nowiki&amp;gt;  For example--&amp;gt; [[User:Phisionary|Phisionary]] 18:53, 28 December 2007 (CST)&lt;br /&gt;
:Note: Don&amp;#039;t use this notation on regular pages (like I just did), wiki&amp;#039;s are not intended for any one user to express or imply ownership over it&amp;#039;s content.&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=4977</id>
		<title>User:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=4977"/>
		<updated>2007-12-30T06:32:17Z</updated>

		<summary type="html">&lt;p&gt;UBeR: notice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am apart of the Wiki Standards Team, so if you have any questions and what not, don&amp;#039;t hesitate to contact me.&lt;br /&gt;
&lt;br /&gt;
P.S. I fucking own TFC.&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4457</id>
		<title>User talk:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4457"/>
		<updated>2007-12-24T17:38:19Z</updated>

		<summary type="html">&lt;p&gt;UBeR: self rv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{message&lt;br /&gt;
  |bgcolor = #AABBDD&lt;br /&gt;
  | border-color = black&lt;br /&gt;
  | color = black&lt;br /&gt;
  | linkcolor = maroon}}&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4455</id>
		<title>User talk:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4455"/>
		<updated>2007-12-24T17:37:33Z</updated>

		<summary type="html">&lt;p&gt;UBeR: New section: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{message&lt;br /&gt;
  |bgcolor = #AABBDD&lt;br /&gt;
  | border-color = black&lt;br /&gt;
  | color = black&lt;br /&gt;
  | linkcolor = maroon}}&lt;br /&gt;
&lt;br /&gt;
== test ==&lt;br /&gt;
&lt;br /&gt;
test&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4454</id>
		<title>User talk:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User_talk:UBeR&amp;diff=4454"/>
		<updated>2007-12-24T17:36:58Z</updated>

		<summary type="html">&lt;p&gt;UBeR: Talk page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{message&lt;br /&gt;
  |bgcolor = #AABBDD&lt;br /&gt;
  | border-color = black&lt;br /&gt;
  | color = black&lt;br /&gt;
  | linkcolor = maroon}}&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Template:Message&amp;diff=4453</id>
		<title>Template:Message</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Template:Message&amp;diff=4453"/>
		<updated>2007-12-24T17:36:21Z</updated>

		<summary type="html">&lt;p&gt;UBeR: Message template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;plainlinks&amp;quot; style=&amp;quot;&lt;br /&gt;
background-color: {{{bgcolor|LightBlue}}};&lt;br /&gt;
{{#if:{{{extra-style|}}}|{{{extra-style}}};}}&lt;br /&gt;
{{#if:{{{width|}}}|width: {{{width}}};}}&lt;br /&gt;
border: 1px solid RoyalBlue;&lt;br /&gt;
{{#if:{{{border-color|}}}|border-color: {{{border-color}}};}}&lt;br /&gt;
{{#if:{{{color|}}}|color: {{{color}}};}}&lt;br /&gt;
font-weight: bold; &lt;br /&gt;
margin: 2em 0 1em; &lt;br /&gt;
padding: .5em 1em; &lt;br /&gt;
vertical-align: middle; &lt;br /&gt;
clear: both;&lt;br /&gt;
&amp;quot;&amp;gt;Please leave a [{{fullurl:{{ns:3}}:{{PAGENAMEE}}|action=edit&amp;amp;section=new}} &amp;lt;span style=&amp;quot;color: {{{linkcolor|#5a3696}}};&amp;quot;&amp;gt;new message&amp;lt;/span&amp;gt;].&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;NOWIKI&amp;gt;&lt;br /&gt;
 {{&amp;lt;/NOWIKI&amp;gt;{{BASEPAGENAME}}&amp;lt;NOWIKI&amp;gt;&lt;br /&gt;
  | bgcolor      = background color&lt;br /&gt;
  | border-color = border color&lt;br /&gt;
  | color        = text color&lt;br /&gt;
  | linkcolor    = link color (for &amp;quot;new message&amp;quot; link)&lt;br /&gt;
  | extra-style  = extra styles, like -moz-border-radius etc...&lt;br /&gt;
  | width        = box width&lt;br /&gt;
 }}&lt;br /&gt;
&amp;lt;/NOWIKI&amp;gt;&lt;br /&gt;
All parameters are optional, and default to the appearance shown above.&lt;br /&gt;
&lt;br /&gt;
Code copied from Wikipedia&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=4155</id>
		<title>User:UBeR</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=User:UBeR&amp;diff=4155"/>
		<updated>2007-12-11T21:01:29Z</updated>

		<summary type="html">&lt;p&gt;UBeR: yeah boi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I fucking own TFC.&lt;/div&gt;</summary>
		<author><name>UBeR</name></author>
	</entry>
</feed>