<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.twcenter.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gigbot</id>
	<title>TWC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.twcenter.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gigbot"/>
	<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Special:Contributions/Gigbot"/>
	<updated>2026-06-11T11:45:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86921</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86921"/>
		<updated>2024-02-13T08:56:44Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassable Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassable Terrain==&lt;br /&gt;
The following types of terrain are impassable by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey (64, 64, 64) - M2TW only, not available in RTW/RR&lt;br /&gt;
:Impassable Sea - Dark Blue (0, 0, 64) - M2TW only, not available in RTW/RR -- works only on land tiles despite the name&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassable terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassable terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassable terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86919</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86919"/>
		<updated>2024-02-12T12:38:13Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassable Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassable Terrain==&lt;br /&gt;
The following types of terrain are impassable by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey (64, 64, 64)&lt;br /&gt;
:Impassable Sea - Dark Blue (0, 0, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassable terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassable terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassable terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86918</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86918"/>
		<updated>2024-02-12T12:36:54Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassible Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassable Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey (64, 64, 64)&lt;br /&gt;
:Impassable Sea - Dark Blue (0, 0, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86917</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86917"/>
		<updated>2024-02-12T12:34:35Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassible Land Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassible Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey (64, 64, 64)&lt;br /&gt;
:Impassable Sea - Dark Blue (0, 0, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86916</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86916"/>
		<updated>2024-02-12T10:30:06Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassible Land Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassible Land Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey (64, 64, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86915</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86915"/>
		<updated>2024-02-12T10:29:49Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassible Land Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassible Land Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land - Medium Grey(64, 64, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86914</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86914"/>
		<updated>2024-02-12T10:27:49Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Other Land Ground Types */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassible Land Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land (64, 64, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0) - uses texture of fertility low&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86913</id>
		<title>Map ground types.tga</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Map_ground_types.tga&amp;diff=86913"/>
		<updated>2024-02-12T10:25:15Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Impassible Land Terrain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:map_ground_types.tga}}&lt;br /&gt;
[[Image:Map_ground_types.jpg|right| Enlarged section of the vanilla M2TW map_ground_types.tga]]&lt;br /&gt;
&lt;br /&gt;
The map_ground_types.tga is the tga that controls both the type of terrain displayed on the campaign map and on the [[battle map]].&lt;br /&gt;
&lt;br /&gt;
Map_ground_types.tga will be found in the &#039;&#039;data/world/maps/base&#039;&#039; folder of a [[vanilla]] installation, it may also be placed in the &#039;&#039;data/world/maps/campaign/campaign_name&#039;&#039; folder if the other map files are copied there as well.  &lt;br /&gt;
&lt;br /&gt;
Note that the map_ground_types.tga does not determine the amount or shape of sea shown on the campaign map.  The coastline shown in [[map_heights.tga]] is the one that determines where land and sea are placed, if there is any discrepancy between the files a default ground type is used for the incorrectly designated areas.  For instance if an island exists in map_heights.tga but is marked as sea in map_ground_types.tga it will still appear on the campaign map but with a default fertile terrain type.&lt;br /&gt;
&lt;br /&gt;
==Size==&lt;br /&gt;
The map_ground_types.tga must be twice the size of map_regions.tga plus one pixel on each axis.  So   if map_regions.tga is 100 x 100 pixels then map_heights.tga must be 201 x 201 pixels.&lt;br /&gt;
&lt;br /&gt;
==Key to colours==&lt;br /&gt;
The following key is taken from Myrddraal&#039;s tutorial [http://forums.totalwar.org/vb/showthread.php?t=50437 Making a New Campaign Map]&amp;lt;br&amp;gt;&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
:Beach - White (255, 255, 255)&lt;br /&gt;
&lt;br /&gt;
==Impassible Land Terrain==&lt;br /&gt;
The following types of terrain are impassible by units.&lt;br /&gt;
:Forest Dense - Dark Green (0, 64, 0)&lt;br /&gt;
:Mountains High - Light Brown (196, 128, 128)&lt;br /&gt;
:Mountains Low - Brown (98, 65, 65)&lt;br /&gt;
:Impassable Land (64, 64, 64)&lt;br /&gt;
&lt;br /&gt;
City and port positions in map_regions.tga should not coincide with areas of impassible terrain.&lt;br /&gt;
Resource, watchtower and starting unit coordinates in descr_strat.txt should also not be located in areas of impassible terrain.&lt;br /&gt;
&lt;br /&gt;
Use of mountain types effects the way the heights are rendered on the campaign map.  Using &#039;mountains low&#039; gives a smoothing effect and heights will appear lowered.  Using &#039;mountains high&#039; gives a peaked effect making heights appear greater, the .cas model for mountains high also places peaks randomly so they will not necessarily tie up with your highest points. &lt;br /&gt;
&lt;br /&gt;
(For RTW only: Very large areas of impassible terrain can cause the same &#039;[[Landmass Crash]]&#039; problem as having too large a sea area.)&lt;br /&gt;
&lt;br /&gt;
==Other Land Ground Types==&lt;br /&gt;
:Fertile Low - Grey-Blue (0, 128, 128)&lt;br /&gt;
:Fertile Medium - Light Green (96, 160, 64)&lt;br /&gt;
:Fertile High - Olive (101, 124, 0)&lt;br /&gt;
The above are fairly obviously fertile ground types, a small area of fertile ground is needed for each region. The areas of fertile terrain on the campaign map will be displayed with an overlay of a different tga when farms are built in a region, see [[#Visual_Effects_on_Campaign_Map| Visual Effects on Campaign Map]].&lt;br /&gt;
&lt;br /&gt;
:Wilderness - Black (0, 0, 0)&lt;br /&gt;
:Hills - Olive-Brown (128, 128, 64)&lt;br /&gt;
:Forest Sparse - Green (0, 128, 0)&lt;br /&gt;
:Swamp - Bright Green (0, 255, 128)&lt;br /&gt;
:Beach - White (0, 0, 0)&lt;br /&gt;
Are the passable but non-fertile terrain types. They have various effects on both the campaign and battle maps.  Swamp for example drastically slows down armies movement speed on the campaign map.&lt;br /&gt;
Use of &#039;hills&#039; terrain increases the apparent effect of heights on the campaign and battle map.&lt;br /&gt;
&lt;br /&gt;
==Sea Ground Types==&lt;br /&gt;
The different types of sea &#039;ground type&#039; affect the movement of boats.&lt;br /&gt;
:Ocean - Dark Maroon (64, 0, 0)&lt;br /&gt;
:Sea Deep - Dark Red (128, 0, 0)&lt;br /&gt;
:Sea Shallow - Red (196, 0, 0)&lt;br /&gt;
&lt;br /&gt;
Sea shallow allows greater movement than sea deep.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RTW the ocean ground type is impassible by ships and also therefore prevents the spawning of rebel (pirate) ships.  For that reason it is best used for small lakes which don&#039;t have ports and to block of areas of the map you don&#039;t want accessible.&lt;br /&gt;
&lt;br /&gt;
The area between Europe and America in M2TW is the ocean ground type. Only ship types with the ocean_going tag in descr_ship.txt can traverse ocean tiles.&lt;br /&gt;
&lt;br /&gt;
==Visual Effects on Campaign Map==&lt;br /&gt;
The files used as &#039;textures&#039; to paint the campaign map when it is rendered are mainly contained in &lt;br /&gt;
&#039;&#039;data/terrain/aerial_map/ground_types&#039;&#039; folder.  These files are referenced from descr_aerial_map_ground_types.txt two short excerpt from that file shows how the climate as defined on [[map_climates.tga]] and the ground type combine to determine which tga is used. &lt;br /&gt;
 &lt;br /&gt;
 climate semi_arid&lt;br /&gt;
 {&lt;br /&gt;
   cultivated_low	middle_east_farm.tga&lt;br /&gt;
   cultivated_medium	middle_east_farm.tga&lt;br /&gt;
   cultivated_high	middle_east_farm.tga&lt;br /&gt;
   fertility_low	        fertility_5.tga&lt;br /&gt;
Each climate type has a separate list of all the ground types below it.  Different tga&#039;s can be used for the same ground type under each of the different climates.  The tga specified for cultivated_low will replace the one used for fertility_low when farms are built in a region, cultivated_medium replaces fertility_medium etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:RTW Campaign Map Modding]]&lt;br /&gt;
[[Category:M2TW Campaign Map Modding]]&lt;br /&gt;
[[Category:RTW Files]]&lt;br /&gt;
[[Category:M2TW Files]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79847</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79847"/>
		<updated>2020-03-01T06:12:17Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: teal&amp;quot;&amp;gt;Gigantus&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: teal&amp;quot;&amp;gt;&#039;&#039;&#039;Divus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [https://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Ornamentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[https://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] https://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and now still serves as Admin Emeritus. Following his &amp;quot;[https://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus.png|30px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:CMS Blog Bronze.png|38px]] || [[The CMS Blogger award]] || Awarded for having posted at the least 5 blogs of minimum 500 words. Received on November 20, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor. Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModService.png|50px]] || [[Modding Service Award]] || Participated within a workshop section with distinction over the span of 6 months and released a hosted modification. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:LEGIO501.png|50px]] || [[ Legio 501st Modder]] || Awarded for a remarkable act that benefits TWC modding community. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79846</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79846"/>
		<updated>2020-03-01T06:10:01Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: teal&amp;quot;&amp;gt;&#039;&#039;Gigantus&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: teal&amp;quot;&amp;gt;&#039;&#039;&#039;Divus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [https://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Ornamentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[https://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] https://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and now still serves as Admin Emeritus. Following his &amp;quot;[https://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus.png|30px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:CMS Blog Bronze.png|38px]] || [[The CMS Blogger award]] || Awarded for having posted at the least 5 blogs of minimum 500 words. Received on November 20, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor. Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModService.png|50px]] || [[Modding Service Award]] || Participated within a workshop section with distinction over the span of 6 months and released a hosted modification. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:LEGIO501.png|50px]] || [[ Legio 501st Modder]] || Awarded for a remarkable act that benefits TWC modding community. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79176</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79176"/>
		<updated>2020-01-17T05:00:30Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus.png|30px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:CMS Blog Bronze.png|38px]] || [[The CMS Blogger award]] || Awarded for having posted at the least 5 blogs of minimum 500 words. Received on November 20, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor. Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModService.png|50px]] || [[Modding Service Award]] || Participated within a workshop section with distinction over the span of 6 months and released a hosted modification. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:LEGIO501.png|50px]] || [[ Legio 501st Modder]] || Awarded for a remarkable act that benefits TWC modding community. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:CMS_Blog_Bronze.png&amp;diff=79175</id>
		<title>File:CMS Blog Bronze.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:CMS_Blog_Bronze.png&amp;diff=79175"/>
		<updated>2020-01-17T04:53:09Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: CMS BLOG Bronze large resized to 50*38&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
CMS BLOG Bronze large resized to 50*38&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79174</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79174"/>
		<updated>2020-01-17T04:42:33Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus.png|40px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor. Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModService.png|50px]] || [[Modding Service Award]] || Participated within a workshop section with distinction over the span of 6 months and released a hosted modification. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:LEGIO501.png|50px]] || [[ Legio 501st Modder (Gold)]] || Awarded for a remarkable act that benefits TWC modding community. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:Novus.png&amp;diff=79173</id>
		<title>File:Novus.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:Novus.png&amp;diff=79173"/>
		<updated>2020-01-17T04:40:39Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: novus_large resized to 50*30 (no border area)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
novus_large resized to 50*30 (no border area)&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79172</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79172"/>
		<updated>2020-01-17T04:35:24Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor. Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModService.png|50px]] || [[Modding Service Award]] || Participated within a workshop section with distinction over the span of 6 months and released a hosted modification. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:LEGIO501.png|50px]] || [[ Legio 501st Modder (Gold)]] || Awarded for a remarkable act that benefits TWC modding community. Received on October 04, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:LEGIO501.png&amp;diff=79171</id>
		<title>File:LEGIO501.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:LEGIO501.png&amp;diff=79171"/>
		<updated>2020-01-17T04:32:57Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: Legio501 GB reduced to 50*50&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Legio501 GB reduced to 50*50&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:ModService.png&amp;diff=79170</id>
		<title>File:ModService.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:ModService.png&amp;diff=79170"/>
		<updated>2020-01-17T04:30:56Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: ModServiceBig reduced to 50*50&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
ModServiceBig reduced to 50*50&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79169</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79169"/>
		<updated>2020-01-17T03:45:12Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79168</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79168"/>
		<updated>2020-01-17T03:44:32Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801333 Creating a World - Desktop Shortcuts for the Kingdoms Campaigns]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79167</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79167"/>
		<updated>2020-01-17T03:42:22Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?561640 Creating a World - Named Forts]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79166</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=79166"/>
		<updated>2020-01-17T03:38:50Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?585726 Creating a World - The BinEditor]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801440 Creating a World - Developer&#039;s Setup Kit for Animation Editing]&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?801425 Creating a World - Developer&#039;s Setup Kit for Sound Editing]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77872</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77872"/>
		<updated>2019-07-28T05:01:40Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?593134 1648 - Thirty Years of War] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798765 Rule Brittania] - ported to Steam&lt;br /&gt;
*[https://www.twcenter.net/forums/showthread.php?798859 Kingdom of the Scots] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77871</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77871"/>
		<updated>2019-07-28T04:54:20Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
*[[Rule Brittania]] - ported to Steam&lt;br /&gt;
*[[Kingdom of the Scots]] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77766</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77766"/>
		<updated>2019-07-18T09:40:38Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance Total War]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign Mod]] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77765</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77765"/>
		<updated>2019-07-18T09:37:39Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Renaissance]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[La Guerre de Cent Ans]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[Kingdoms Grand Campaign]] - ported to Steam&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77483</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77483"/>
		<updated>2019-06-28T08:54:32Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds Across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77482</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77482"/>
		<updated>2019-06-28T08:52:45Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The Long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77481</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77481"/>
		<updated>2019-06-28T08:49:05Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Current Ranks held */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Artifex.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Citizen.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:3K_Patrician.png|100px]] || [[Patrician]] is an honorary title and user group reserved for those who hold one of the large medals, and also for former Administrators who served for at least six months. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Admin Emeritus&amp;lt;/span&amp;gt; || Retired Hexagon member retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Emeritus&amp;lt;/span&amp;gt; || Retired Senior Moderation staffer retained for advice&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: #008000&amp;quot;&amp;gt;Modding Emeritus&amp;lt;/span&amp;gt; || Retired Senior Modding staffer retained for advice&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77477</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77477"/>
		<updated>2019-06-27T15:25:51Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Current Ranks held */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[Patriarch]] || [[Patriarch]] Text to added&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[Admin Emeritus]] || [[Admin Emeritus]] Text to added&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[Moderation Emeritus]] || [[Moderation Emeritus]] Text to added&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[Modding Emeritus]] || [[Modding Emeritus]] Text to added&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77476</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77476"/>
		<updated>2019-06-27T15:12:15Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [[Site Award]] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Divus]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77475</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77475"/>
		<updated>2019-06-27T14:13:40Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Divus_medium.png|50px]] || [[Divus]] || Awarded for distinguished contributions to the community and exceptional service to TWC as an administrator. Received on May 24, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Wiki-contributor-medium-bronze.png|50px]] || [[TWC Wiki Editor Award]] || Awarded for merit and time served as a non-staffer Wiki Editor Received on May 11, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ModStaff_Medium_Bronze.png|50px]] || [[Modding Staff&#039;s Anvil]] || Awarded for merit and time served in Modding Staff. Received on June 19, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:Divus_medium.png&amp;diff=77474</id>
		<title>File:Divus medium.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:Divus_medium.png&amp;diff=77474"/>
		<updated>2019-06-27T14:11:53Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:ModStaff_Medium_Bronze.png&amp;diff=77473</id>
		<title>File:ModStaff Medium Bronze.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:ModStaff_Medium_Bronze.png&amp;diff=77473"/>
		<updated>2019-06-27T14:10:53Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:Wiki-contributor-medium-bronze.png&amp;diff=77472</id>
		<title>File:Wiki-contributor-medium-bronze.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:Wiki-contributor-medium-bronze.png&amp;diff=77472"/>
		<updated>2019-06-27T14:04:46Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77471</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77471"/>
		<updated>2019-06-27T13:54:45Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[For King or Country]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77470</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77470"/>
		<updated>2019-06-27T13:52:20Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77469</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77469"/>
		<updated>2019-06-27T13:51:35Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77468</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77468"/>
		<updated>2019-06-27T13:50:52Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Modding Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?795778 Creating a World - Black Settlement Fix for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?791937 Creating a World - Fixing the &amp;quot;Failed to Initialise Audio System&amp;quot; Error]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?785849 Creating a World - The Recruit Limit Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77467</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77467"/>
		<updated>2019-06-27T13:46:20Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Current Ranks held */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77466</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77466"/>
		<updated>2019-06-27T13:46:10Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Former Ranks held */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77465</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77465"/>
		<updated>2019-06-27T13:44:54Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
*[[Clouds across Europe]] - ported to Steam and Kingdoms&lt;br /&gt;
*[[The long Road]] - ported to Steam and Kingdoms&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77464</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=77464"/>
		<updated>2019-06-27T13:42:34Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2018 Site Award small.png]] || [https://wiki.twcenter.net/index.php?title=Site_Awards Site Award] || Awarded for winning the Funniest Member, Staff Award and Most Helpful Member in the 2018 Site Awards. Received on February 15th, 2019.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:2018_Site_Award_small.png&amp;diff=77463</id>
		<title>File:2018 Site Award small.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:2018_Site_Award_small.png&amp;diff=77463"/>
		<updated>2019-06-27T13:41:44Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: Gigbot uploaded a new version of File:2018 Site Award small.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:2018_Site_Award_small.png&amp;diff=77462</id>
		<title>File:2018 Site Award small.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:2018_Site_Award_small.png&amp;diff=77462"/>
		<updated>2019-06-27T13:38:54Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=73395</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=73395"/>
		<updated>2018-12-27T09:39:02Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Current Ranks held */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011. Resigned November 22, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:people]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=73394</id>
		<title>Gigantus</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Gigantus&amp;diff=73394"/>
		<updated>2018-12-27T09:37:50Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* Awards Achieved */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{member|name=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Gigantus&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|avatarimagelocation=Gig&#039;s Avatar.gif&lt;br /&gt;
|mainrank=&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&#039;&#039;&#039;Administrator&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
|ranks=[[Administrator]], [[Artifex]], [[Citizen]]&lt;br /&gt;
|patron=[[Nicholas Rush]]&lt;br /&gt;
|patronof=none&lt;br /&gt;
}}&lt;br /&gt;
=History=&lt;br /&gt;
=== The Birth ===&lt;br /&gt;
Mighty [http://www.twcenter.net/forums/member.php?u=14940 Gigantus] Joined TWC on August 29, 2006. No one knows what dragged Gigantus here but when he joined Mother TWC knew that she has found her lost child that will now guide his TWC brothers out of the modding darkness &amp;amp; make her proud.&lt;br /&gt;
&lt;br /&gt;
=== The Struggle ===&lt;br /&gt;
Gig&#039;s involvement with computers is at least as old as that great movie and hasn&#039;t diminished since. From his first Amiga 64 over that chunky 8086 he has been fascinated by the capabilities of those calculators. And then he met RTW!. The child in him was enthralled with this strategy game. The more you get, the more you want - After enthusiastically beating back the unwashed heathen on his favorite bridge near Masilia he decided that he wanted more. And RTR gave it to him, the game experience and that nagging desire to see what makes this thing tick.&lt;br /&gt;
:Not that he actually managed to get something working on his own, but he found about 172 ways how not to mod. While he was still lost in that first modding jungle along came M2TW. And there was light in his modding darkness! his first steps dabbling with the map were met with varying success, but the fora helped. Soon he joined up with the mod leader of PRO DEO ET REGE and helped him make his map. Then he continued and worked on various mods like Last Kingdom (Oranmentum), Rise of Empires, Ferrum Aeternum etc.&lt;br /&gt;
&lt;br /&gt;
In between these mods he started the releasing of &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot;, a series of tutorials for modding noobs this was the turning point of his modding career.&lt;br /&gt;
&lt;br /&gt;
=== Rise to Fame ===&lt;br /&gt;
There is no actual event that can be called upon as a reason for his fame as there are many. One could conclude that due to his caring, dedication, and effort to make the TW community a better place, at his own expense, one small step at a time is the primary reason. He can be called the king of the Mod Workshop, helping new modders and old modders alike to solve their problems, always concluding with his trademark gesture &amp;quot;[http://www.youtube.com/watch?v=T3iYzyDQ3hQ One is glad to be of service] http://www.twcenter.net/forums/images/smilies/emoticons/buba8qe.gif&amp;quot;. If you&#039;re wondering... &amp;quot;So what? The workshop doesn&#039;t create mods for me to play, those posts aren&#039;t showing shiny models and textures for my drooling pleasure. What gives?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:What gives is that all modders get their start and get their help from the culture that is encouraged by the workshop. Without the tutorials to reference and the community to appeal to when you run up against a nasty CTD, many modders would be stuck, frustrated with their problem and without a body to turn to. And the central pillar of this culture in the M2 Workshop is Gigantus. Those posts aren&#039;t work being put into a mod that is going to get him recognition or acclaim. They&#039;re entirely selfless acts to help facilitate the work of other modders, so that they may succeed in their projects and produce the works which we can then enjoy.&lt;br /&gt;
&lt;br /&gt;
He reached cloud no. 9 when he received an [[Opifex]] medal (On Dec 24, 2009) as a token of appreciation for all the work he has done for the community in a plethora of ways, some tangible, and many intangible.&lt;br /&gt;
&lt;br /&gt;
= Present Endeavors =&lt;br /&gt;
Gigantus was an [[Administrator]] and faithfully executes the responsibilities thereof. Following his &amp;quot;[http://www.twcenter.net/forums/tags.php?tag=creating+a+world Creating a World]&amp;quot; series he continues to aid new modders through the forums. He is also known to help new modders via private messages although this is not recommended unless for very specific inquires.&lt;br /&gt;
&lt;br /&gt;
= Modding Contributions =&lt;br /&gt;
So you really wanna know? Of course you do. He has served the modding community by many means whether by the means of modding tutorials or working for various development teams.&lt;br /&gt;
&lt;br /&gt;
===Modding Tutorials===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=208570 Creating a World - Basic mapping from Scratch]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=410461 Creating a World - Mod Install for Steam]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=225194 Creating a World - Adding a new Faction]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346170 Creating a World - Character Portraits, Creation and Use]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=174024 Creating a World - Adding detailed Regions]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=346783 Creating a World - Working with the Demis online Mapper]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=304177 Creating a World - Functional Grape Shot]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=295845 Creating a World - Replacing Strat Models]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=224335 Creating a World - Height Map with 3Dem]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=181697 Creating a World - Using the Install Creator]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=212674 Creating a World - Registry Entries for the Launcher]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=561640 Creating a World - Named Forts]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=572483 Creating a World - Killing Characters multiple Ways]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=631276 Creating a World - Importing Units from another Mod ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=643718 Creating a World - Faction Limits for Agents]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?663024 Creating a World - Unit Sprite Generating]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?667241 Creating a World - LOD reduction without texture loss ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?688368 Creating a World - Converting Install Disk to Steam ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?691356 Preserving a World - Basic modelling with Autodesk ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?696575 Creating a World - Disasters and the add_events command ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?702927 Creating a World - Building and maintaining unique Buildings ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?707820 Creating a World - Advanced recruiting with event counters ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?708773 Creating a World - Fixing the &#039;Box Graphic&#039; Bug ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?714887 Creating a World - Using Kingdom Campaigns as Mod Base ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?741786 Creating a World - Starting RTW Mods the Batch Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?745692 Creating a World - Starting Steam Mods the easy Way ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?749098 Creating a World - Moving Steam&#039;s Game Library ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748456 Creating a World - Steam Install for SS 6.3 and 6.4 ]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?748601 Creating a World - Steam Install for TATW 3.0 and 3.2 ]&lt;br /&gt;
&lt;br /&gt;
===Modding Resources===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=352216 Creating a World - Bare Geomod]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=357896 Creating a World - Gig&#039;s Map Collection]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=399622 Creating a World - High Resolution Screenshots]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=168944 Creating a World - Bare Kingdoms]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=360228 Creating a World - The Geomod Manual by gig]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=170327 Creating a World - Stone Forts on the Battle Map]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=196382 Formatted modeldb Files for all Campaigns - Kingdoms &amp;amp; Vanilla 1.5]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=539149 Creating a World - Editable Settlement Faction Symbols]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?606609 Creating a World - Accelerating Stratmap Animations via Script]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?629329 Creating a World - Fixing square Projectile Trails]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?635725 Creating a World - Changing hidden Keyboard Settings]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?636796 Creating a World - Converted battle, tooltips, shared and strat TXT Files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650584 Creating a World - Instant garrisons and their disbandment]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?650050 The mystery of the missing reinforcement portrait solved]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?677656 Creating a World - 29 Factions on selection display]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?703242 Creating a World - Implementing custom campaigns for single player and hotseat]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=270926 Creating a World - Reduced City Textures]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=200653 Creating a World - Map Templates with Worldwind]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=287046 Creating a World - Adding a Culture]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?735800 Creating a World - Reduced City Textures for EBII]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?746123 Creating a World - Script and Fort fixes for Kingdom Campaigns]&lt;br /&gt;
&lt;br /&gt;
===Modding Tools===&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=176031 Creating a World - Name Converter for data\text files]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=550619 Creating a World - Unpacking the Game]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=585726 Creating a World - The BinEditor]&lt;br /&gt;
*[http://www.twcenter.net/forums/showthread.php?t=748756 Creating a World - Java Script for lower case Conversion]&lt;br /&gt;
&lt;br /&gt;
===Mods===&lt;br /&gt;
Gigantus has worked for various mods, the list is given below:&lt;br /&gt;
*[[Falcom Total War]] - Mapping&lt;br /&gt;
*[[PRO DEO ET REGE]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Regions &amp;amp; Provinces Mod]] - Coding, Scripting, Bug fixing&lt;br /&gt;
*[[1648 - Thirty Years of War]] - Mapping, Coding, Scripting&lt;br /&gt;
*[[Africa: Total War]] - Mapping&lt;br /&gt;
*[[Dragolance: Total War-Takhisis Rising]] - Mapping&lt;br /&gt;
*[[East of Rome]] - Mapping&lt;br /&gt;
*[[Ferrum Aeternum]] - Mapping&lt;br /&gt;
*[[The Last Kingdom]] - Mapping&lt;br /&gt;
*[[Latinokratia|Latinokratia: Rebuilding the Empire]] - Mapping&lt;br /&gt;
*[[Paeninsula Italica]] - Beta Tester&lt;br /&gt;
*[[Wrath of the Norsemen]] - Mapping&lt;br /&gt;
*[[Ornamentum]] - Coding, Scripting&lt;br /&gt;
*[[Invasio Barbarorum]] - Mapping&lt;br /&gt;
*[[Claimants, Heirs, and Conquerors]] - Mapping&lt;br /&gt;
*[[Shizoku no Sensō]] - Mapping&lt;br /&gt;
*[[Rise of Three Kingdoms]] - Team Leader&lt;br /&gt;
*[[The H.E.L.P. Project]] - Member&lt;br /&gt;
*[[Europa Barbarorum II]] - Scripting, Testing&lt;br /&gt;
&lt;br /&gt;
= Total War games owned =&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Box Art&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Romebox.jpg|50px]] || [[Rome: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:RTWBIBA.JPG|50px]] || [[Barbarian Invasion|Rome: Total War Barbarian Invasion]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWBA.jpg|50px]] || [[Medieval 2: Total War]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TWKBA.jpg|50px]] || [[Medieval II: Total War Kingdoms|Medieval 2: Total War Kingdoms]]&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Empire Total War cover art.jpg|50px]] || [[Empire: Total War]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Ranks And Awards=&lt;br /&gt;
=== Current Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Administrator radadir.png|100px]] || Administers TWC and TWC forums, a job not meant for a faint-hearted person. Promoted officially on October 18, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Artifex radadir.png|100px]] || An [[Artifex]] is someone who earned their rank through modding a TW game. Rank Achieved on 16 Aug, 2008.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Citizen radadir.png|100px]] || [[Citizen]] is special rank is given as a reward by the CdeC to those members who make a significant contribution to the Forum.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Former Ranks held ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Rank&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Moderator.png|100px]] || [[Moderator]]s form the body which performs the vast majority of day-to-day front-line site moderation.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | &amp;lt;span style=&amp;quot;color: navy&amp;quot;&amp;gt;Moderation Mentor&amp;lt;/span&amp;gt; || Mentors usually aid young moderators who are not familiar with their tasks and powers, they provide guidance and help to moderators whenever they require.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awards Achieved ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! &#039;&#039;&#039;Award&#039;&#039;&#039; !! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Reason&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Opifex_large.png|50px]] || [[Opifex]] || Awarded for exceptional modding or other TW-related contributions to the board. Received on Dec 24, 2009.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 09.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Mentor (M2TW)&#039; category in the 2009 Modder Awards. Received on Feb 20, 2010.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:M2TW Maward 10.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Favorite Mapper (M2TW)&#039; category in the 2010 Modder Awards. Received on February 13, 2011.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2011 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2011 Modder Awards. Received on May 03, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2012 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Tutor (M2TW)&#039; category in the 2012 Modder Awards. Received on Jan 17, 2014.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod Award 2013 M2TW.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;Most popular Modder (M2TW)&#039; category in the 2013 Modder Awards. Received on May 06, 2015&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ME_75X75_14.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2014 Modder Awards. Received on October 26, 2016&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2015 m2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2015 Modder Awards. Received on January 03, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2016 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2016 Modder Awards. Received on June 08, 2017&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2017 med2 large.png|50px]] || [[Modding Award]] || Awarded for winning the &#039;second runner up in Most Popular Modder&#039; category in the 2017 Modder Awards. Received on July 13, 2018&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:2011large.site.award.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2011 Site Awards. Received on February 07, 2012.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Twc trophy 2012.png|50px]] || [[Site award]] || Awarded for winning the &#039;Best Mentor&#039; category in the 2012 Site Awards. Received on January 01, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:SiteAward_LG_15.png|50px]] || [[Site award]] || Awarded for winning the &amp;quot;Most Helpful Member&amp;quot; category in the 2015 Site Awards. Received on May 30, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2016_small2.png|50px]] || [[Site award]] || Awarded  for winning the Best Technical Poster, the Most Helpful Member and the TWC Staff Awards in the 2016 Site Awards. Received on February 27, 2017.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Site_2017_large.png|50px]] || [[Site award]] || Awarded for winning Most Helpful Member &amp;amp; TWC Staff Award in the 2017 Site Awards. Received on February 09, 2018.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Mod_Mace_Amethyst_large.png|45px]] || [[Moderator&#039;s Mace]] || Awarded for time served as a Moderator for more than three years. Received on May 15, 2013.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Novus_large.png|50px]] || [[Novus]] || Awarded on June 24, 2014 for exceptional contributions to the site in the capacity of a staff member.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:Loincloth large rahl.png|35px]] || [[Asterix&#039;s Loincloth]] || Awarded on January 21, 2015 for demonstrating purity of mind and spirit on TWC, in the pursuit of humor and good times for all members. &lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:10 year.png|50px]] || [[TWC Milestone Award]] || Awarded for having been on TWC for 10 years and accumulating more then 10,000 posts. Received on September 07, 2016.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; | [[File:ScriptAwardGd_bg.png|50px]] || [[Scriptorium Contributor&#039;s Medal]] || Awarded to the utmost contributors to the Scriptorium archives, having authored five or more articles now in the Scriptorium. Received on August 28, 2017.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:people]]&lt;br /&gt;
[[Category:Famous Modders]]&lt;br /&gt;
[[Category:Citizen]]&lt;br /&gt;
[[Category:Novus]]&lt;br /&gt;
[[Category:Asterix&#039;s Loincloth]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:2017_med2_large.png&amp;diff=73392</id>
		<title>File:2017 med2 large.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:2017_med2_large.png&amp;diff=73392"/>
		<updated>2018-12-27T09:35:37Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: uploaded a new version of &amp;amp;quot;File:2017 med2 large.png&amp;amp;quot;: Reverted to version as of 09:42, 17 November 2018&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2017 M2TW Modding Award&lt;br /&gt;
&lt;br /&gt;
[[Category:TWC Medal and Award Images]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=File:2017_med2_large.png&amp;diff=73391</id>
		<title>File:2017 med2 large.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=File:2017_med2_large.png&amp;diff=73391"/>
		<updated>2018-12-27T09:34:25Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: uploaded a new version of &amp;amp;quot;File:2017 med2 large.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2017 M2TW Modding Award&lt;br /&gt;
&lt;br /&gt;
[[Category:TWC Medal and Award Images]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Staff&amp;diff=72663</id>
		<title>Staff</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Staff&amp;diff=72663"/>
		<updated>2018-11-09T09:08:44Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* {{Modding Colour|text=Modding Staff}} */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;TWC Staff are in charge of running various parts of the site.  They currently fall into six major categories: Hex (aka Administration), Moderation, Technical, Tribunal, Content, and Gaming.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For more information about the site, see also:&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[Total War Center]]&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[TWC Official:Terms of Service|Terms of Service]]&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[TWC:FAQ|FAQ]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= The Staff of Total War Center =&lt;br /&gt;
&amp;lt;!--PLEASE DON&#039;T CHANGE THE TITLE ABOVE - It&#039;s used as a #link from the forum--&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:70%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:100%; padding: 0.5em; border:1px solid #6c6c6c; background:#EDEBEB&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Hexagon Council|{{Admin Colour|text=Hexagon Council (Administration)}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[[GrnEyedDvl | {{Admin Colour|text=GrnEyedDvl}}]] - Site Owner &amp;amp; Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?23386{{Admin Colour|text=Squid}}] - Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?12850{{Admin Colour|text=pannonian}}] - Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}] - Technical Hex &amp;amp; Content Art&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?65910{{Admin Colour|text=Tango12345}}] - Moderator Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?97029{{Admin Colour|text=lolIsuck}}] - Moderator Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Competitions and Awards Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14940{{Admin Colour|text=Gigantus}}] - Modding Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}] - Gaming Hex&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Moderation Staff|{{Moderator Colour|text=Moderators}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?97029{{Admin Colour|text=lolIsuck}}] - Overseer&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?65910{{Admin Colour|text=Tango12345}}] - Overseer&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?396788{{Moderator Colour|text=Abdülmecid I}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?38654{{Moderator Colour|text=alhoon}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?542692{{Moderator Colour|text=Belthasar Bolton}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36954{{Moderator Colour|text=chriscase}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?90254{{Moderator Colour|text=TheDarkKnight}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?49652{{Moderator Colour|text=Katsumoto de Voltaire}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Moderator Colour|text=Lifthrasir}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?563882{{Moderator Colour|text=NorseThing}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?102075{{Moderator Colour|text=Paleologos}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36087{{Moderator Colour|text=♔Greek Strategos♔}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Modding Staff|{{Modding Colour|text=Modding Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14940{{Admin Colour|text=Gigantus}}] - Modding Hex &amp;amp; Modding Staff Director - Main area M2TW&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?43977{{Modding Colour|text=Axalon}}] - Main areas STW, MTW&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?107541{{Modding Colour|text=Leonardo}}] - Main area Downloads&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?74886{{Modding Colour|text=Magister Militum Flavius Aetius}}] &lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?115779{{Modding Colour|text=Pikestance}}] - Main area TWA&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?77696{{Modding Colour|text=Steph}}] - Main areas NTW, Warhammer&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?10263{{Modding Colour|text=Van Zandt}}] - Main areas RTW, M2TW&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?278816{{Modding Colour|text=SharpEyed}}] - Main areas TWA, Rome2&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?243573{{Modding Colour|text=King Athelstan}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?559173{{Modding Colour|text=Gyrosmeister}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?131396{{Modding Colour|text=z3n}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Technical Staff|{{Tech Colour|text=Technical Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?21866{{Admin Colour|text=GrnEyedDvl}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?12850{{Admin Colour|text=pannonian}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?23386{{Admin Colour|text=Squid}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14571{{Tech Colour|text=Augustus Lucifer}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Tribune|{{Black Colour|text=Tribunes}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?169922{{Black Colour|text=Dante Von Hespburg}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?27614{{Black Colour|text=Jom}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?50444{{Black Colour|text=Tiberios}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Content Staff|{{Content Colour|text=Content Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}] - Content Art Hex&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=Content Artists}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Content Colour|text=Lifthrasir}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?65699{{Content Colour|text=cedric37}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?102075{{Content Colour|text=paleologos}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Critic&#039;s Quill|{{Content Colour|text=The Critic&#039;s Quill &amp;amp; Writers&#039; Study}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Content Colour|text=Alwyn}}] - Content Director&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?410442{{Content Colour|text=Caillagh de Bodemloze}}] - Deputy Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?32817{{Content Colour|text=Darkan}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?495381r{{Content Colour|text=theSilentKiller}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?302154{{Content Colour|text=Turkafinwë}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Eagle Standard|{{Content Colour|text=The Eagle Standard}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36306{{Content Colour|text=♔Old Dragoon♔}}] - Content Director&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Deputy Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?77237{{Content Colour|text=Garbad}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?57302{{Content Colour|text=La♔De♔Da♔Brigadier Graham}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?25300{{Content Colour|text=Lord William}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?235336{{Content Colour|text=Theramines}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Gamer&#039;s Gazette|{{Content Colour|text=The Gamer&#039;s Gazette}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?68964-irontaino{{Content Colour|text=irontaino}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Helios|{{Content Colour|text=The Helios}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?169922{{Content Colour|text=Dante Von Hespburg}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?90254{{Content Colour|text=TheDarkKnight}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?35571{{Content Colour|text=isa0005}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?82426{{Content Colour|text=Narf}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?120089{{Content Colour|text=Quintus Hortensius Hortalus}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?10263{{Content Colour|text=Van Zandt}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Hub}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?480830{{Content Colour|text=Benjin}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?527374{{Content Colour|text=BlackFire Forge}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Content Colour|text=King Athelstan}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Illustrator}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Content Colour|text=Lifthrasir}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[News Team|{{Content Colour|text=The News Team}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?410442{{Content Colour|text=Caillagh de Bodemloze}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Picture &amp;amp; Video Competitions}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Content Colour|text=King Athelstan}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Scriptorium|{{Content Colour|text=The Scriptorium}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?183879{{Content Colour|text=joerock22}}] - Chief Librarian&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?73851{{Content Colour|text=Maximus IV}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The TWC Facebook Team}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?56254{{Content Colour|text=Noif de Bodemloze}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The TWC Twitter Team}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?61336{{Content Colour|text=Gunny}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[TWC_Wiki|{{Content Colour|text=The TWC Wiki Team}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?9390{{Content Colour|text=makanyane}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?278816{{Content Colour|text=SharpEyed}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[TWC University|{{Content Colour|text=The University}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?125689{{Content Colour|text=General Brewster}}] - The Dean&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Gaming Staff|{{Gaming Colour|text=Gaming Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}] - Gaming Hex&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Gaming Colour|text=Play by Post RPGs}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?94104{{Gaming Colour|text=Lucius Malfoy}}] - Gaming Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?45705{{Gaming Colour|text=Barry Goldwater}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?135633{{Gaming Colour|text=Gandalfus}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?125689{{Gaming Colour|text=General Brewster}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Gaming Colour|text=Total War Hotseats}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?385929{{Gaming Colour|text=BerryKnight}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?357620{{Gaming Colour|text=General Dragon.}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?183879{{Gaming Colour|text=joerock22}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Gaming Colour|text=King Athelstan}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?545114{{Gaming Colour|text=Mergor}}]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description of Roles=&lt;br /&gt;
:&#039;&#039;Descriptions below have been taken from this [http://www.twcenter.net/forums/showthread.php?780569-The-Staff-of-Total-War-Center&amp;amp;p=15554950&amp;amp;viewfull=1#post15554950 post] by [http://www.twcenter.net/forums/member.php?315099 Commissar Caligula_]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=={{Admin Colour|text=Hexagon Council (Administration)}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Hexagon Council]]&#039;&#039;&#039; or ‘Hex’ are the main body which performs the day-to-day administration of Total War Center and its forums. They are the highest rank of staff on Total War Center and can be contacted should you have any concerns or questions that you feel other staff cannot answer.&lt;br /&gt;
&#039;&#039;&#039;If you wish to suggest new features for Total War Center, please refer to the [http://www.twcenter.net/forums/forumdisplay.php?9-Questions-amp-Suggestions Questions &amp;amp; Suggestions] fora.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt; &lt;br /&gt;
‎[[File:Administrator_radadir.png‎]]&lt;br /&gt;
&lt;br /&gt;
=={{Moderator Colour|text=Moderation}}==&lt;br /&gt;
&#039;&#039;&#039;[[Moderator]]s&#039;&#039;&#039; form the body which performs the vast majority of day-to-day front-line moderation and they work to ensure the [[TWC Official:Terms of Service|Terms of Service]] are upheld. Global Moderators are Moderators who have moderating powers over most forums on TWC. While regular Moderators usually only moderate one forum or set of forums (e.g. the M2TW forums), Global Moderators are trusted with moderating powers in most forums. They are chosen from existing Moderators and share a badge with other Moderators.&lt;br /&gt;
&#039;&#039;&#039;If you wish to appeal a decision made by a moderator, refer to the [http://www.twcenter.net/forums/forumdisplay.php?146-The-Tribunal Tribunal] or the [http://www.twcenter.net/forums/forumdisplay.php?1309-Praetorium Praetorium].&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Moderators can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Moderator.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Modding Colour|text=Modding Staff}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Modding Staff]]&#039;&#039;&#039; aim to make TWC a great place for both modders and mod-users! As well as helping modders in any way they can, the Modding Staff help users find answers to queries about mods and modding and work to keep TWC&#039;s information about mods and downloads up to date.&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Modding staff badge.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Tech Colour|text=Technical Staff}}==&lt;br /&gt;
Total War Center&#039;s &#039;&#039;&#039;[[Technical Staff]]&#039;&#039;&#039; fix technical problems on the site, ensure that it runs smoothly and may add, configure or remove features if necessary.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;If you wish to conduct informed technical discussions related to TWC&#039;s software, hardware, or similar issues, refer to the [http://www.twcenter.net/forums/forumdisplay.php?321-Technical-Bazaar Technical Bazaar.] For things like &amp;quot;Why doesn&#039;t this feature work?&amp;quot; or &amp;quot;I found something wrong&amp;quot;, please use [http://www.twcenter.net/forums/forumdisplay.php?9-Questions-amp-Suggestions Questions &amp;amp; Suggestions] instead.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Technical_staff_radadir.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Black Colour|text=Tribunes}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Tribune]]s&#039;&#039;&#039; form the Tribunal, a body which exists to provide those members of TWC who have been punished by the Moderation Branch with a place to request the reversal of their punishment. This is in no way a guarantee that the punishment will be removed, but every case presented will be reviewed by a panel of three judges. Tribunes are appointed by Hex to serve indefinitely, and are answerable only to [http://www.twcenter.net/forums/member.php?21866-GrnEyedDvl{{Admin Colour|text=GrnEyedDvl}}].&lt;br /&gt;
&#039;&#039;&#039;If you wish to appeal a decision made by a moderator, refer to the [http://www.twcenter.net/forums/forumdisplay.php?146-The-Tribunal Tribunal] and the Tribunes will judge your case.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image: tribune_radadir.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Content Colour|text=Content}}==&lt;br /&gt;
&#039;&#039;&#039;[[Content Staff]]&#039;&#039;&#039; are members of Total War Center who are dedicated to providing quality content including articles, interviews, reviews, art, competitions and news.&lt;br /&gt;
They can be identified by the following badges:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Content_director.png‎ ]] [[Image:Content_writer_radadir2.png‎ ]] [[Image:librarian_radadir.png]] [[Image:Artist radadir.png]]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=Content Artists}}===&lt;br /&gt;
The Art staff are a branch of Content Staff dedicated to making and improving the site&#039;s graphics. In addition they are able to provide art for TWC members on request, including sigs, userbars, badges, and banners.&lt;br /&gt;
See the Graphics Workshop [http://www.twcenter.net/forums/forumdisplay.php?946-The-Graphics-Workshop here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Writers&#039; Study &amp;amp; Critic&#039;s Quill}}===&lt;br /&gt;
&#039;&#039;&#039;[[The Writers Study|The Writers&#039; Study]]&#039;&#039;&#039; runs a range of weekly and monthly competitions, in addition to regularly encouraging all forms of creative writing. The Writers&#039; Study staff are also responsible for the &#039;&#039;&#039;[[Critic&#039;s Quill]]&#039;&#039;&#039;, which produces articles related to the creative writing that has been submitted to the Writers&#039; Study.  View the Writers&#039; Study [http://www.twcenter.net/forums/forumdisplay.php?1353-The-Writers-Study here] and the Critic&#039;s Quill [http://www.twcenter.net/forums/content.php?127-critic-s-quill here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Eagle Standard}}===&lt;br /&gt;
The &#039;&#039;&#039;[[Eagle Standard]]&#039;&#039;&#039; staff write articles on everything relating to TW games and mods. The articles range from game reviews to modding news, reviews and previews, occasional interviews with modders and, of course, reports on the annual TWC Modding Awards! View the Eagle Standard [http://www.twcenter.net/forums/content.php?126-eagle-standard_1 here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Helios}}===&lt;br /&gt;
The &#039;&#039;&#039;[[Helios]]&#039;&#039;&#039; staff write articles and reviews about anything connected with history. They provide reviews of historical TV shows and history books, academic analysis and personal reflections on the subject of historical eras and events. Read the Helios [http://www.twcenter.net/forums/content.php?124-helios here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The News Team}}===&lt;br /&gt;
The [[News Team]] produces TWC&#039;s Front Page Announcements. They promote Total War games mods and modding tools found on TWC and elsewhere, as well as announcing other items that might be of interest to TWC members.  View the latest announcements on the [http://www.twcenter.net/ front page].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Picture &amp;amp; Video Competitions}}===&lt;br /&gt;
The Picture &amp;amp; Video Competition Director runs three weekly Picture competitions for edited and non-edited screenshots from Total War and non-Total War games. In addition, there is a monthly Total War Video Competition. If competitions do not particularly interest you, feel free to visit anyway to share your screenshots and perhaps get tips n&#039; tricks.  Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?33-Screenshot-Galleries-Picture-of-the-Week-and-Video-Competitions here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Scriptorium}}===&lt;br /&gt;
Librarians decide on the content of the &#039;&#039;&#039;[[Scriptorium]]&#039;&#039;&#039; and are the general custodians of the archives of TWC. As such, they are constantly looking around the forums in search of good articles, worthy of submission to The Scriptorium.  View the forum [http://www.twcenter.net/forums/forumdisplay.php?157-Scriptorium here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Facebook Team}}===&lt;br /&gt;
Keeping you connected to all your Total War News 24/7!  Follow TWC [http://www.facebook.com/twcnet here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Store}}===&lt;br /&gt;
At the official &#039;&#039;&#039;[http://www.cafepress.com/twcenter Total War Center Shop]&#039;&#039;&#039; you can get gear featuring official TWC logos and artwork, as well as art from some of your favorite mods. Each item you purchase puts $2 towards the support of TWC. Funds received from this store will be used to maintain and run TWC. This includes server maintenance, hosting, various software licenses, and prizes and competitions.&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Twitter Team}}===&lt;br /&gt;
Bringing Total War and Total War Center to the unwashed Twitter masses 140 characters at a time!  Follow [http://twitter.com/twcnet?lang=en here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Wiki Team}}===&lt;br /&gt;
The &#039;&#039;&#039;[[TWC Wiki|Wiki Team]]&#039;&#039;&#039; adds content and updates the Wiki on subjects including; the Total War games, mods, modding and the TWC Forum itself. The team also supervise contributions made to the Wiki by other forum members.  You are [[Main_Page|here]]!&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The University}}===&lt;br /&gt;
The &#039;&#039;&#039;[[University]]&#039;&#039;&#039; takes care of organizing and running courses based on varying subjects; while modding related stuff is usually more common, you can find there courses about history, language or misc subjects as well. Anyone can become a Professor: all that you need to have is an interesting course and some students for your class!  View the forum [http://www.twcenter.net/forums/forumdisplay.php?370-TWC-University here]&lt;br /&gt;
&lt;br /&gt;
=={{Gaming Colour|text=Gaming}}==&lt;br /&gt;
&#039;&#039;&#039;[[Gaming Staff]]&#039;&#039;&#039; are responsible for operating the several official TWC Gaming aspects of the website.&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badges:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Gaming director.png]] [[File:Gaming staff.png]]&lt;br /&gt;
&lt;br /&gt;
==={{Gaming Colour|text=Play by Post RPGs}}===&lt;br /&gt;
The Play-by-Post RPG Gaming Staff is responsible for overseeing the TWC Play-by-Post Community Section, promoting a friendly atmosphere, helping in the creation of roleplays and aiding in, not only forum moderation, but game moderation. The Gaming Staff also helps in moderating the community&#039;s discord server and ensuring that the same guidelines on the forum are applied there as well. Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?968-Play-by-Post-RPG-Forum here]&lt;br /&gt;
&lt;br /&gt;
==={{Gaming Colour|text=Total War Hotseats}}===&lt;br /&gt;
The Hotseat Gaming Staff are responsible for overseeing the Total War Hotseat Section and ensuring that the sections remains a friendly environment where anyone can feel welcome participating in the multiplicity of different hotseats available on Total War Center. Additionally, Gaming Staff are responsible for running official tournaments and the different official hotseat series in addition to numerous other hotseat games on various mods and submods. Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?1535-TW-Hotseat-Campaigns here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Total War Center Information]]&lt;br /&gt;
[[Category:Badges]]&lt;br /&gt;
[[Category:Ranks]]&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
	<entry>
		<id>https://wiki.twcenter.net/index.php?title=Staff&amp;diff=72662</id>
		<title>Staff</title>
		<link rel="alternate" type="text/html" href="https://wiki.twcenter.net/index.php?title=Staff&amp;diff=72662"/>
		<updated>2018-11-09T09:08:02Z</updated>

		<summary type="html">&lt;p&gt;Gigbot: /* {{Modding Colour|text=Modding Staff}} */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;TWC Staff are in charge of running various parts of the site.  They currently fall into six major categories: Hex (aka Administration), Moderation, Technical, Tribunal, Content, and Gaming.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For more information about the site, see also:&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[Total War Center]]&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[TWC Official:Terms of Service|Terms of Service]]&#039;&#039;&lt;br /&gt;
*&#039;&#039;[[TWC:FAQ|FAQ]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= The Staff of Total War Center =&lt;br /&gt;
&amp;lt;!--PLEASE DON&#039;T CHANGE THE TITLE ABOVE - It&#039;s used as a #link from the forum--&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:70%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:100%; padding: 0.5em; border:1px solid #6c6c6c; background:#EDEBEB&amp;quot; valign=&amp;quot;top&amp;quot;|&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Hexagon Council|{{Admin Colour|text=Hexagon Council (Administration)}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[[GrnEyedDvl | {{Admin Colour|text=GrnEyedDvl}}]] - Site Owner &amp;amp; Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?23386{{Admin Colour|text=Squid}}] - Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?12850{{Admin Colour|text=pannonian}}] - Technical Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}] - Technical Hex &amp;amp; Content Art&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?65910{{Admin Colour|text=Tango12345}}] - Moderator Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?97029{{Admin Colour|text=lolIsuck}}] - Moderator Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Competitions and Awards Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14940{{Admin Colour|text=Gigantus}}] - Modding Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}] - Gaming Hex&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Moderation Staff|{{Moderator Colour|text=Moderators}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?97029{{Admin Colour|text=lolIsuck}}] - Overseer&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?65910{{Admin Colour|text=Tango12345}}] - Overseer&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?396788{{Moderator Colour|text=Abdülmecid I}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?38654{{Moderator Colour|text=alhoon}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?542692{{Moderator Colour|text=Belthasar Bolton}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36954{{Moderator Colour|text=chriscase}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?90254{{Moderator Colour|text=TheDarkKnight}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?49652{{Moderator Colour|text=Katsumoto de Voltaire}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Moderator Colour|text=Lifthrasir}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?563882{{Moderator Colour|text=NorseThing}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?102075{{Moderator Colour|text=Paleologos}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36087{{Moderator Colour|text=♔Greek Strategos♔}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Modding Staff|{{Modding Colour|text=Modding Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14940{{Admin Colour|text=Gigantus}}] - Modding Hex &amp;amp; Modding Staff Director - Main area M2TW&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?43977{{Modding Colour|text=Axalon}}] - Main areas STW, MTW&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?107541{{Modding Colour|text=Leonardo}}] - Main area Downloads&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?74886{{Modding Colour|text=Magister Militum Flavius Aetius}}] &lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?115779{{Modding Colour|text=Pikestance}}] - Main area TWA&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?77696{{Modding Colour|text=Steph}}] - Main areas NTW, Warhammer&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?10263{{Modding Colour|text=Van Zandt}}] - Main areas RTW, M2TW&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?278816{{Modding Colour|text=SharpEyed}}] - Main areas TWA, Rome2&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Modding Colour|text=King Athelstan}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?559173{{Modding Colour|text=Gyrosmeister}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?131396{{Modding Colour|text=z3n}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Technical Staff|{{Tech Colour|text=Technical Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?21866{{Admin Colour|text=GrnEyedDvl}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?12850{{Admin Colour|text=pannonian}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?23386{{Admin Colour|text=Squid}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?14571{{Tech Colour|text=Augustus Lucifer}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Tribune|{{Black Colour|text=Tribunes}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?169922{{Black Colour|text=Dante Von Hespburg}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?27614{{Black Colour|text=Jom}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?50444{{Black Colour|text=Tiberios}}]&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Content Staff|{{Content Colour|text=Content Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Hex&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?32629{{Admin Colour|text=y2day}}] - Content Art Hex&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=Content Artists}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Content Colour|text=Lifthrasir}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?65699{{Content Colour|text=cedric37}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?102075{{Content Colour|text=paleologos}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Critic&#039;s Quill|{{Content Colour|text=The Critic&#039;s Quill &amp;amp; Writers&#039; Study}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Content Colour|text=Alwyn}}] - Content Director&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?410442{{Content Colour|text=Caillagh de Bodemloze}}] - Deputy Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?32817{{Content Colour|text=Darkan}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?495381r{{Content Colour|text=theSilentKiller}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?302154{{Content Colour|text=Turkafinwë}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Eagle Standard|{{Content Colour|text=The Eagle Standard}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?36306{{Content Colour|text=♔Old Dragoon♔}}] - Content Director&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Deputy Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?77237{{Content Colour|text=Garbad}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?57302{{Content Colour|text=La♔De♔Da♔Brigadier Graham}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?25300{{Content Colour|text=Lord William}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?235336{{Content Colour|text=Theramines}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Gamer&#039;s Gazette|{{Content Colour|text=The Gamer&#039;s Gazette}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?68964-irontaino{{Content Colour|text=irontaino}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Helios|{{Content Colour|text=The Helios}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?340747{{Admin Colour|text=Alwyn}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?169922{{Content Colour|text=Dante Von Hespburg}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?90254{{Content Colour|text=TheDarkKnight}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?35571{{Content Colour|text=isa0005}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?82426{{Content Colour|text=Narf}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?120089{{Content Colour|text=Quintus Hortensius Hortalus}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?96142{{Content Colour|text=San Felipe}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?10263{{Content Colour|text=Van Zandt}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Hub}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?37051{{Admin Colour|text=m_1512}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?480830{{Content Colour|text=Benjin}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?527374{{Content Colour|text=BlackFire Forge}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Content Colour|text=King Athelstan}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Illustrator}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?71862{{Content Colour|text=Lifthrasir}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[News Team|{{Content Colour|text=The News Team}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?410442{{Content Colour|text=Caillagh de Bodemloze}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The Picture &amp;amp; Video Competitions}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Content Colour|text=King Athelstan}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[Scriptorium|{{Content Colour|text=The Scriptorium}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?183879{{Content Colour|text=joerock22}}] - Chief Librarian&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?73851{{Content Colour|text=Maximus IV}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The TWC Facebook Team}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?56254{{Content Colour|text=Noif de Bodemloze}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Content Colour|text=The TWC Twitter Team}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?61336{{Content Colour|text=Gunny}}] - Content Director&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[TWC_Wiki|{{Content Colour|text=The TWC Wiki Team}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?9390{{Content Colour|text=makanyane}}] - Content Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?278816{{Content Colour|text=SharpEyed}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;[[TWC University|{{Content Colour|text=The University}}]]&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?175218{{Admin Colour|text=Flinn}}]&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?125689{{Content Colour|text=General Brewster}}] - The Dean&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;big&amp;gt;[[Gaming Staff|{{Gaming Colour|text=Gaming Staff}}]]&amp;lt;/big&amp;gt;==&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?10097{{Admin Colour|text=Hader}}] - Gaming Hex&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Gaming Colour|text=Play by Post RPGs}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
:*[http://www.twcenter.net/forums/member.php?94104{{Gaming Colour|text=Lucius Malfoy}}] - Gaming Director&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?45705{{Gaming Colour|text=Barry Goldwater}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?135633{{Gaming Colour|text=Gandalfus}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?125689{{Gaming Colour|text=General Brewster}}]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;big&amp;gt;{{Gaming Colour|text=Total War Hotseats}}&amp;lt;/big&amp;gt;===&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?385929{{Gaming Colour|text=BerryKnight}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?357620{{Gaming Colour|text=General Dragon.}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?183879{{Gaming Colour|text=joerock22}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?243573{{Gaming Colour|text=King Athelstan}}]&lt;br /&gt;
::*[http://www.twcenter.net/forums/member.php?545114{{Gaming Colour|text=Mergor}}]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Description of Roles=&lt;br /&gt;
:&#039;&#039;Descriptions below have been taken from this [http://www.twcenter.net/forums/showthread.php?780569-The-Staff-of-Total-War-Center&amp;amp;p=15554950&amp;amp;viewfull=1#post15554950 post] by [http://www.twcenter.net/forums/member.php?315099 Commissar Caligula_]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=={{Admin Colour|text=Hexagon Council (Administration)}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Hexagon Council]]&#039;&#039;&#039; or ‘Hex’ are the main body which performs the day-to-day administration of Total War Center and its forums. They are the highest rank of staff on Total War Center and can be contacted should you have any concerns or questions that you feel other staff cannot answer.&lt;br /&gt;
&#039;&#039;&#039;If you wish to suggest new features for Total War Center, please refer to the [http://www.twcenter.net/forums/forumdisplay.php?9-Questions-amp-Suggestions Questions &amp;amp; Suggestions] fora.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt; &lt;br /&gt;
‎[[File:Administrator_radadir.png‎]]&lt;br /&gt;
&lt;br /&gt;
=={{Moderator Colour|text=Moderation}}==&lt;br /&gt;
&#039;&#039;&#039;[[Moderator]]s&#039;&#039;&#039; form the body which performs the vast majority of day-to-day front-line moderation and they work to ensure the [[TWC Official:Terms of Service|Terms of Service]] are upheld. Global Moderators are Moderators who have moderating powers over most forums on TWC. While regular Moderators usually only moderate one forum or set of forums (e.g. the M2TW forums), Global Moderators are trusted with moderating powers in most forums. They are chosen from existing Moderators and share a badge with other Moderators.&lt;br /&gt;
&#039;&#039;&#039;If you wish to appeal a decision made by a moderator, refer to the [http://www.twcenter.net/forums/forumdisplay.php?146-The-Tribunal Tribunal] or the [http://www.twcenter.net/forums/forumdisplay.php?1309-Praetorium Praetorium].&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Moderators can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Moderator.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Modding Colour|text=Modding Staff}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Modding Staff]]&#039;&#039;&#039; aim to make TWC a great place for both modders and mod-users! As well as helping modders in any way they can, the Modding Staff help users find answers to queries about mods and modding and work to keep TWC&#039;s information about mods and downloads up to date.&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Modding staff badge.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Tech Colour|text=Technical Staff}}==&lt;br /&gt;
Total War Center&#039;s &#039;&#039;&#039;[[Technical Staff]]&#039;&#039;&#039; fix technical problems on the site, ensure that it runs smoothly and may add, configure or remove features if necessary.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;If you wish to conduct informed technical discussions related to TWC&#039;s software, hardware, or similar issues, refer to the [http://www.twcenter.net/forums/forumdisplay.php?321-Technical-Bazaar Technical Bazaar.] For things like &amp;quot;Why doesn&#039;t this feature work?&amp;quot; or &amp;quot;I found something wrong&amp;quot;, please use [http://www.twcenter.net/forums/forumdisplay.php?9-Questions-amp-Suggestions Questions &amp;amp; Suggestions] instead.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Technical_staff_radadir.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Black Colour|text=Tribunes}}==&lt;br /&gt;
The &#039;&#039;&#039;[[Tribune]]s&#039;&#039;&#039; form the Tribunal, a body which exists to provide those members of TWC who have been punished by the Moderation Branch with a place to request the reversal of their punishment. This is in no way a guarantee that the punishment will be removed, but every case presented will be reviewed by a panel of three judges. Tribunes are appointed by Hex to serve indefinitely, and are answerable only to [http://www.twcenter.net/forums/member.php?21866-GrnEyedDvl{{Admin Colour|text=GrnEyedDvl}}].&lt;br /&gt;
&#039;&#039;&#039;If you wish to appeal a decision made by a moderator, refer to the [http://www.twcenter.net/forums/forumdisplay.php?146-The-Tribunal Tribunal] and the Tribunes will judge your case.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badge:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image: tribune_radadir.png]]&lt;br /&gt;
&lt;br /&gt;
=={{Content Colour|text=Content}}==&lt;br /&gt;
&#039;&#039;&#039;[[Content Staff]]&#039;&#039;&#039; are members of Total War Center who are dedicated to providing quality content including articles, interviews, reviews, art, competitions and news.&lt;br /&gt;
They can be identified by the following badges:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Content_director.png‎ ]] [[Image:Content_writer_radadir2.png‎ ]] [[Image:librarian_radadir.png]] [[Image:Artist radadir.png]]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=Content Artists}}===&lt;br /&gt;
The Art staff are a branch of Content Staff dedicated to making and improving the site&#039;s graphics. In addition they are able to provide art for TWC members on request, including sigs, userbars, badges, and banners.&lt;br /&gt;
See the Graphics Workshop [http://www.twcenter.net/forums/forumdisplay.php?946-The-Graphics-Workshop here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Writers&#039; Study &amp;amp; Critic&#039;s Quill}}===&lt;br /&gt;
&#039;&#039;&#039;[[The Writers Study|The Writers&#039; Study]]&#039;&#039;&#039; runs a range of weekly and monthly competitions, in addition to regularly encouraging all forms of creative writing. The Writers&#039; Study staff are also responsible for the &#039;&#039;&#039;[[Critic&#039;s Quill]]&#039;&#039;&#039;, which produces articles related to the creative writing that has been submitted to the Writers&#039; Study.  View the Writers&#039; Study [http://www.twcenter.net/forums/forumdisplay.php?1353-The-Writers-Study here] and the Critic&#039;s Quill [http://www.twcenter.net/forums/content.php?127-critic-s-quill here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Eagle Standard}}===&lt;br /&gt;
The &#039;&#039;&#039;[[Eagle Standard]]&#039;&#039;&#039; staff write articles on everything relating to TW games and mods. The articles range from game reviews to modding news, reviews and previews, occasional interviews with modders and, of course, reports on the annual TWC Modding Awards! View the Eagle Standard [http://www.twcenter.net/forums/content.php?126-eagle-standard_1 here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Helios}}===&lt;br /&gt;
The &#039;&#039;&#039;[[Helios]]&#039;&#039;&#039; staff write articles and reviews about anything connected with history. They provide reviews of historical TV shows and history books, academic analysis and personal reflections on the subject of historical eras and events. Read the Helios [http://www.twcenter.net/forums/content.php?124-helios here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The News Team}}===&lt;br /&gt;
The [[News Team]] produces TWC&#039;s Front Page Announcements. They promote Total War games mods and modding tools found on TWC and elsewhere, as well as announcing other items that might be of interest to TWC members.  View the latest announcements on the [http://www.twcenter.net/ front page].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Picture &amp;amp; Video Competitions}}===&lt;br /&gt;
The Picture &amp;amp; Video Competition Director runs three weekly Picture competitions for edited and non-edited screenshots from Total War and non-Total War games. In addition, there is a monthly Total War Video Competition. If competitions do not particularly interest you, feel free to visit anyway to share your screenshots and perhaps get tips n&#039; tricks.  Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?33-Screenshot-Galleries-Picture-of-the-Week-and-Video-Competitions here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The Scriptorium}}===&lt;br /&gt;
Librarians decide on the content of the &#039;&#039;&#039;[[Scriptorium]]&#039;&#039;&#039; and are the general custodians of the archives of TWC. As such, they are constantly looking around the forums in search of good articles, worthy of submission to The Scriptorium.  View the forum [http://www.twcenter.net/forums/forumdisplay.php?157-Scriptorium here].&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Facebook Team}}===&lt;br /&gt;
Keeping you connected to all your Total War News 24/7!  Follow TWC [http://www.facebook.com/twcnet here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Store}}===&lt;br /&gt;
At the official &#039;&#039;&#039;[http://www.cafepress.com/twcenter Total War Center Shop]&#039;&#039;&#039; you can get gear featuring official TWC logos and artwork, as well as art from some of your favorite mods. Each item you purchase puts $2 towards the support of TWC. Funds received from this store will be used to maintain and run TWC. This includes server maintenance, hosting, various software licenses, and prizes and competitions.&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Twitter Team}}===&lt;br /&gt;
Bringing Total War and Total War Center to the unwashed Twitter masses 140 characters at a time!  Follow [http://twitter.com/twcnet?lang=en here]&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The TWC Wiki Team}}===&lt;br /&gt;
The &#039;&#039;&#039;[[TWC Wiki|Wiki Team]]&#039;&#039;&#039; adds content and updates the Wiki on subjects including; the Total War games, mods, modding and the TWC Forum itself. The team also supervise contributions made to the Wiki by other forum members.  You are [[Main_Page|here]]!&lt;br /&gt;
&lt;br /&gt;
==={{Content Colour|text=The University}}===&lt;br /&gt;
The &#039;&#039;&#039;[[University]]&#039;&#039;&#039; takes care of organizing and running courses based on varying subjects; while modding related stuff is usually more common, you can find there courses about history, language or misc subjects as well. Anyone can become a Professor: all that you need to have is an interesting course and some students for your class!  View the forum [http://www.twcenter.net/forums/forumdisplay.php?370-TWC-University here]&lt;br /&gt;
&lt;br /&gt;
=={{Gaming Colour|text=Gaming}}==&lt;br /&gt;
&#039;&#039;&#039;[[Gaming Staff]]&#039;&#039;&#039; are responsible for operating the several official TWC Gaming aspects of the website.&amp;lt;br&amp;gt;&lt;br /&gt;
They can be identified by the following badges:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Gaming director.png]] [[File:Gaming staff.png]]&lt;br /&gt;
&lt;br /&gt;
==={{Gaming Colour|text=Play by Post RPGs}}===&lt;br /&gt;
The Play-by-Post RPG Gaming Staff is responsible for overseeing the TWC Play-by-Post Community Section, promoting a friendly atmosphere, helping in the creation of roleplays and aiding in, not only forum moderation, but game moderation. The Gaming Staff also helps in moderating the community&#039;s discord server and ensuring that the same guidelines on the forum are applied there as well. Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?968-Play-by-Post-RPG-Forum here]&lt;br /&gt;
&lt;br /&gt;
==={{Gaming Colour|text=Total War Hotseats}}===&lt;br /&gt;
The Hotseat Gaming Staff are responsible for overseeing the Total War Hotseat Section and ensuring that the sections remains a friendly environment where anyone can feel welcome participating in the multiplicity of different hotseats available on Total War Center. Additionally, Gaming Staff are responsible for running official tournaments and the different official hotseat series in addition to numerous other hotseat games on various mods and submods. Visit the forum [http://www.twcenter.net/forums/forumdisplay.php?1535-TW-Hotseat-Campaigns here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Total War Center Information]]&lt;br /&gt;
[[Category:Badges]]&lt;br /&gt;
[[Category:Ranks]]&lt;br /&gt;
[[Category:Staff]]&lt;/div&gt;</summary>
		<author><name>Gigbot</name></author>
	</entry>
</feed>