AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [BETA] Domination (https://forums.alliedmods.net/showthread.php?t=90348)

ot_207 04-17-2009 05:55

[BETA] Domination
 
3 Attachment(s)
Description
This mod is based on the Domination gameplay from Unreal Tournament 99.
How is this played?
Well there are domination points placed arround the map, your team needs to touch them in order to make the points become their. These points produce money and give team points. The team that will always have in control more points will be the winner.
Overdomination is the moment when a team killes all the team players of the other.
It is adviced to use this with CSDM.
CSDM 2.1.2
CSDM 2.1.2k Beta

Admin use information:
The plugin has only one admin command - dom_menu
Here you can do these things:
Edit point properties: -> name, model, the points given to a team, delete it, or move it to a new location
Create a new point (maximum 10!) (you can make it bigger if you want but you don't need more than 10 I'm sure of it!
This plugin will save the points in a txt file and even after map change the points will be saved! With all the properties that you have set!
In domination.cfg you can set the maximum players your server has, the maximum points that you need, and add more models for the points!

Server use:
Do not modify the text files that the plugin creates!
The plugin needs to be compiled locally!!!

Modules:
#include <fun>
#include <cstrike>
#include <engine>
#include <fakemeta>


Instalation:
domination.cfg and domination.sma go into "addons\amxmodx\scripting"
mapname.txt (de_dust2.txt) goes in: "addons\amxmodx\data\domination"

Cvars:
domination_rotate_speed (default 30.0) - this is the rotation speed of the points
domination_control_point_light (default 1) - this makes the dynamic light arround the points
domination_admin_godmode_when_editing (default 1) -give the godmode property to the admin that is editing the points
domination_point_seconds_to_wait (default 10) - how much time a points need to stay for a team after giving points
domination_overdominate_point_win (default 3) - team score points on overdomination
domination_money_reward_when_dead (default 50) - money reward if you are dead and the point gives money to your team
domination_money_reward_extra_toucher (default 100) - money given to the player that touched the point
domination_money_reward_for_team (default 100) - money reward for team members
domination_money_reward_when_stealing_point (default 100) - money reward when you capture a point
domination_money_reward_overdomination (default 200) - money for every teammember when team overdominates

To do:
- Winning team will chose next map! (modify mapchooser.sma)
- Add ut sounds and comments
- Multilanguage (after plugin completion!)
- Archive, with all of them (after more spawn map points and after plugin completion!)
- Add bot support

Screens:
http://img4.**************/my.php?image=halflife00.jpg
http://img17.**************/my.php?image=halflife01o.jpg

Good plugins that can be used with this:
NadeModes
SentryGuns
CS Shop
Knife Mod
And all other plugins that offer powers that a player can buy!

Request for the moderators:
Do not approve it before it is complete!

Suggestions are welcomed!

crazyeffect 04-17-2009 06:04

Re: Domination
 
cool ;:D

Are there models included?

PHP Code:

// Here you can add more models! 
new g_model_database[][] = 
{
 
"models/w_weaponbox.mdl",
 
"models/v_tripmine.mdl",
 
"models/w_satchel.mdl",
 
"models/w_deagle.mdl"



Arkshine 04-17-2009 06:06

Re: Domination
 
Models from valve/. All players have already these models.

crazyeffect 04-17-2009 06:06

Re: Domination
 
Ohhh, ok :D

dorin2oo7 04-17-2009 06:09

Re: Domination
 
GJ +k

ot_207 04-17-2009 06:09

Re: Domination
 
Quote:

Originally Posted by crazyeffect (Post 807360)
Ohhh, ok :D

You can also add new ones (yours) beacuse the models are precached!

alan_el_more 04-17-2009 06:42

Re: Domination
 
Sounds good, GJ :D

tuty 04-17-2009 07:11

Re: Domination
 
i like it ot :!:

GG

ot_207 04-17-2009 07:42

Re: Domination
 
Glad you like it ^^

DruGzOG 04-17-2009 10:03

Re: Domination
 
Good Job, Another Good Plugin :)


All times are GMT -4. The time now is 13:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.