Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Release Forum » [SSGM4 PLUGIN] Domination Release 1.0
[SSGM4 PLUGIN] Domination Release 1.0 [message #464125] Fri, 09 March 2012 20:18 Go to previous message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma:
General (2 Stars)

Hi gamers Smile

WEBSITE: http://www.ultraaow.com
DOWNLOAD: http://www.ultraaow.com/downloads/Domination_Plugin_SSGM4.zip

I've been working on a new plugin that will enable a Domination Mode on the map(s) you choose.

Domination is basically this:
You have a few (up to 8 ) Control Points on a map. When you repair one of these Control Points
you will start getting 1 Capture Point per second. When the configurable capture points
requirement to win has been met the team that collected most Capture Points will win.
When a Capture Point is captured a vehicle or two can spawn, configurable in the mapsection.
To lookup the status of the game score type: !score | !points | !status

You can load the plugin and then mix it with other type maps and modes so you can turn off
Domination Mode on maps you dont want to use it on simply by setting the DOM_CP1_Create=0 under
the [mapname.mix_DOM] section.
This allows mixing AOW, Coop, Sniping and Domination on different maps Smile

I also tried to keep it MOD independent so you can use it in Renegade, A Path Beyond and
Tiberium Crystal War or any other Renegade based modification.
To use the plugin on other mods than Renegade you will have to edit the [Domination] section
options and enter a custom Control Point preset, skintype, Sniper presets and sounds.

I've also coded in a simple Sniper Mode so you can have snipers only on domination mode enabled
maps. Snipers do have C4 though, needed to kill the Control Points.
To enable sniper only mode on a certain map you enter a 1 for the option DOM_Snipers_Only under
the [mapname.mix_DOM] section. Also under this section you can set what Sniper characters to use,
you could also set it to PIC's and Raveshaws if you would like that.

There is an option called Start_With_Repair_Guns under [Domination] which will grant all players
a repairgun if they do not already have one when they spawn.

It also has options to disable base defeneses, vehicle factories and harvesters if you do not
want them ingame. The building destruction takes place 8 seconds into the game, exactly enough
time for both Harvesters to be created in case you DO want them ingame.

You can also make the buildings indestructible by setting DOM_Invincible_Buildings=1 under the
[mapname.mix_DOM] section.

Since domination uses custom sounds for capturing and losing a control point, the game client
(players) need to have the DominationSounds in their data folder. NOTE: These sounds are NOT
required, if people don't have them its fine, they just won't be able to hear when a Control Point
is captured or lost.

You can do two things:
1) TT 4.0 Downloader
Create a Package for download on your server using the TT built in recourcemanager.
This way clients that have Scripts 4.0 can download the DominationSounds.mix files when
they connect to your server.

How to do this?:
Copy the file DominationSounds.mix to your server data folder.
Next open a Command Prompt window and changedirectory to where your server is installed.
Once there type this (change path to where the fds is located):
PackageEditor convert "C:\Westwood\RenegadeFDS\Server\data\DominationSounds.mix" 1.0 CNC3
Press enter and the server will create a package for the file
Next we need to install the package by typing:
PackageEditor install "DominationSounds" [enter]
And press enter, the package will then be installed.
Now locate the ttfs folder for your server and upload its contents to your website. Then set the
repositoryUrl link in tt.cfg to your website ttfs location. EXAMPLE below:
repositoryUrl = "http://www.ultraaow.com/renegade/ttfs/";
Setting up tt.cfg and have clients auto-download the dominationsounds package when they join
the server. You have to set up a gameDefinition for each map you host domination mode on.
Like:

--begin tt.cfg example--
gameDefinitions:
{
	Field:
	{
		mapName = "C&C_Field";
		packages = ["DominationSounds"];
		serverPresetsFile = "objects.aow";
	};
	Hourglass:
	{
		mapName = "C&C_Hourglass";
		packages = ["DominationSounds"];
		serverPresetsFile = "objects.aow";
	};
	WallsFlying:
	{
		mapName = "C&C_Walls_Flying";
		packages = ["DominationSounds"];
		serverPresetsFile = "objects.aow";
	};
};

rotation:
[
	"Field",
	"Hourglass",
	"WallsFlying"
];

downloader:
{
	repositoryUrl = "[url]http://www.ultraaow.com/renegade/ttfs/[/url]";
};

--end tt.cfg example--



2) Distribute the DominationSounds.zip and have people install the wav files into their data folder
before they join the server.


If you have problems or need help or have suggestions then please contact me in one of these ways:

www.multiplayerforums.com - forums
zunnie@multiplayerforums.com - email
irc.multiplayerforums.com #MPF - irc

Smile

Greetz zunnie


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png

[Updated on: Sat, 10 March 2012 13:30]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [MAP] C&C_Nod_Invasion
Next Topic: [MAP] C&C_Tropical
Goto Forum:
  


Current Time: Sun Apr 28 21:01:16 MST 2024

Total time taken to generate the page: 0.00658 seconds