<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Two major tools of Plutonium released.]]></title><description><![CDATA[<p dir="auto">Plutonium released the source code of 2 tools that where used to created custom content for PlutoIW5 and MW2:R (a IW4x mod that you should keep an eye out for)</p>
<h4>ZoneBuilder</h4>
<p dir="auto">The ZoneBuilder is a tool that is used to work with fastfiles. Its main features are compiling, dumping and verifying of fastfiles. It can be used to quickly port maps from one Modern Warfare title to another or to create custom content from weapons to full conversion mods.</p>
<h3>IW5 GSC Assembler and Disassembler</h3>
<p dir="auto">This tool can convert the compiled GSC that comes with IW5 into human readable files and back. In the development of PlutoniumIW5 it was used to set-up the minimap on custom maps.</p>
<p dir="auto">Both the <a href="https://github.com/ZoneTool/zonetool" target="_blank" rel="noopener noreferrer nofollow ugc">ZoneBuilder</a> and the <a href="https://github.com/ZoneTool/gsc-asm" target="_blank" rel="noopener noreferrer nofollow ugc">GSC Dis-/Assembler</a> can be found on GitHub.</p>
<p dir="auto">IW4 GSC:<br />
:::</p>
<pre><code>#include maps\mp\_utility;

main()
{

	maps\mp\mp_rust_precache::main();
	maps\createart\mp_rust_art::main();
	maps\mp\mp_rust_fx::main();

	maps\mp\_load::main();

	maps\mp\_compass::setupMiniMap( "compass_map_mp_rust" );

	setdvar( "compassmaxrange", "1400" );

	ambientPlay( "ambient_mp_duststorm" );

	game[ "attackers" ] = "allies";
	game[ "defenders" ] = "axis";

	thread killTrigger( (1080, 1645, -156 - 30), 40, 30 );
}
</code></pre>
<p dir="auto">:::</p>
<p dir="auto">IW5 GSC (Disassembled)<br />
:::</p>
<pre><code>fn:1650
checkclearparams
GetByte 1
SetLevelFieldVariableField 15006
ScriptFarFunctionCall2 1650 903
DecTop
PreScriptCall
GetString compass_map_mp_rust
ScriptFarFunctionCall 7785 1218
DecTop
GetString ambient_mp_duststorm
Call&lt;1&gt; ambientplay
DecTop
GetString 1400
GetString compassmaxrange
Call&lt;2&gt; setdvar
DecTop
GetString allies
GetString attackers
GetGameRef
EvalArrayRef
SetVariableField
GetString axis
GetString defenders
GetGameRef
EvalArrayRef
SetVariableField
ScriptLocalFunctionCall2 5
DecTop
End
fn:15008
checkclearparams
PreScriptCall
GetByte 2
GetFloat 0.9
GetFloat 0.15
GetString quarry
GetString default
ScriptFarFunctionCall 14376 884
DecTop
End
</code></pre>
<p dir="auto">:::</p>
]]></description><link>https://forum.awog.at/topic/73/two-major-tools-of-plutonium-released</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 16:03:06 GMT</lastBuildDate><atom:link href="https://forum.awog.at/topic/73.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Sep 2019 20:39:36 GMT</pubDate><ttl>60</ttl></channel></rss>