Raised This Month: $12 Target: $400
 3% 

CS Flags (dod like) - 1.194 [2013-11-09]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay        Approver:   Xanimos (85)
commonbullet
Veteran Member
Join Date: Oct 2005
Old 10-30-2006 , 23:20   CS Flags (dod like) - 1.194 [2013-11-09]
Reply With Quote #1

CS Flags 1.194

Contents
Summary ^

CS Flags game play is similar to dod, or UT domination - flags are fixed points to be checked by teams, the team that captures and keeps flags most wins.
It’s supposed to be played with deathmatch, but should work fine any plugin that manages to respawn players during a round.

Videos ^
There are no "official" videos yet; I found these ones on youtube (links may be eventually broken, I'm not responsible for their content):
Requirements ^

- Amxx 1.75 or above

Installation: ^
  • Plugin – just like any plugin; place csflags.amxx on [amxx_installation_dir]/plugins folder; open [amxx_installation_dir]/config/plugins.ini file and write this line at the end of it: csflags.amxx
  • Editor - only required if you want to edit flag points; same as "Plugin" above with the csflags_editor.amxx.
  • Models – place csflags.mdl in cstrike/models folder
  • Config files – place them into [amxx_installation_dir]/configs/csflags; i.e. cstrike/addons/amxx/configs/csflags
  • Sound files - place sound files into cstrike/sound/csflags directory

CVARS: ^
  • amx_csflags_enabled - 0: disabled, 1: enabled
  • amx_csflags_max_wins – (default 3) max round wins limit ; if it’s 0 there’s no win limit
  • amx_csflags_max_points – (default 100) determines how many points must be scored so a team wins a round
  • amx_csflags_tiematch – if tie match is disabled (0), it will extend map time limit until a team wins the match *
  • amx_csflags_allflags_win – (default 1) when it's enabled (1) a team may win a rounf if it captures all flags
  • amx_csflags_mapendtime – (default 0.5) if a team wins a csflags match it will provide some extra time to vote, or to whatever is needed
  • amx_csflags_remove_map_obj - (default 1) remove maps default objectives on load (defuse, rescue, etc.)
  • amx_csflags_capturefrags - (default 0) number of frags to be added to a player who captures a flag
  • amx_csflags_winfrags - (default 0) number of frags added to each player of the team that wins a round
  • amx_csflags_respawn - (default 0) if it's set to 1, players are moved to each their team spawn points when a round is over
  • amx_csflags_capturedelay - (default 3) time (seconds) required to capture a flag
  • amx_csflags_freeze - (default 0) when a round is over, if it's set to 1, players will freeze until next round starts
  • amx_csflags_vote_startcmd - (default "") if you use a third part voting map system and it provides a command to start voting, it may be useful.
  • amx_csflags_useradio - (default 1) if it's set to 1, the player who captures a flag sends a emulated radio message sound "Control point is secure".
* map extending won’t work if mp_timelimit is set to 0 by default. Check if there aren’t other plugins messing with time; if you experience bugs, maybe you’d better set maxwins to 0 and and tiematch to 1.

Commands: ^
  • amx_csflags_stop – stops current csflag match
  • amx_csflags_restart – reset score and restart csflags match

Editing flags: ^
Install csflags_editor (requires csflag.mdl).
Type in console csflags_edit to start it.

CSFlags points included in package:

Cfg files included in this release:
cs_assault, cs_havana, cs_havana_cz, cs_italy, cs_italy_cz, cs_militia_cz, cs_office_cz, de_airstrip, de_airtrip_cz, de_aztec, de_aztec_cz, de_dust,
de_dust_cz, de_dust2, de_dust2_cz, de_inferno, de_inferno_cz, de_train.


Users CSFlags points: ^

Users gently shared csflags points adds support for many other maps.
Thanks to:
- Setoy
- sHum

Version tracking ^
https://github.com/commonbullet/csflags

Change Log ^
Change logs are spread in this thread posts, but as I seasonally decide to become a organized person, I've started to place them out there (still incomplete):
http://code.google.com/p/csflags/wiki/ChangeLog

Important: source code out there is outdated, use github instead.

Credits ^
  • bAnTAi's lastround plugin (time extending)
  • GHW_Chronic's CTF plugin (score hud)
  • teame06, XxAvalanchexX help on scripting section (using register_think on fakemeta)
  • correct "HLTV" message hook taken from VEN's tutorial "New Round/Player Spawn/Round Start/Round End"
  • schnitzelmaker's tutorial on using new file system have finally made it more clear to me.
  • add user frags functions taken from VEN's CTF plugin

Thanks to all translators!
arkshine, Dav3, Deviance, fezh, Howdy, lucius, MmikiM, SAMURAI16, SeToY

Thanks to all people who have been helping me to improve the plugin by reporting issues or requesting features.

Special thanks to arkshine - much of the plugin features were based on his requests and suggestions.

^
Attached Thumbnails
Click image for larger version

Name:	csflags.jpg
Views:	18125
Size:	42.4 KB
ID:	11636  
Attached Files
File Type: zip users_shared_flagpoints.zip (15.2 KB, 6410 views)
File Type: sma Get Plugin or Get Source (csflags_editor.sma - 5615 views - 17.9 KB)
File Type: zip lang-files.zip (6.3 KB, 3602 views)
File Type: zip csflags-pack-1.194.zip (99.1 KB, 1331 views)
File Type: sma Get Plugin or Get Source (csflags.sma - 2525 views - 71.6 KB)

Last edited by commonbullet; 11-10-2013 at 13:57.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 10-31-2006 , 00:22   Re: CS Flags (dod like)
Reply With Quote #2

Cool!
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
VEN
Veteran Member
Join Date: Jan 2005
Old 10-31-2006 , 14:21   Re: CS Flags (dod like)
Reply With Quote #3

Good job. Let me post my CTF mod source code - feel free to grab some ideas/code for your project.
Attached Files
File Type: sma Get Plugin or Get Source (ctf.sma - 3219 views - 26.6 KB)
VEN is offline
commonbullet
Veteran Member
Join Date: Oct 2005
Old 10-31-2006 , 17:24   Re: CS Flags (dod like)
Reply With Quote #4

Thanks, SweatyBanana; and thank you for posting that, VEN - it looks very cool.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet
NowakFilip
BANNED
Join Date: Oct 2006
Location: United States
Old 10-31-2006 , 17:46   Re: CS Flags (dod like)commonbullet
Reply With Quote #5

I need to try this plugin soon, gerat work commonbullet
NowakFilip is offline
Zenith77
Veteran Member
Join Date: Aug 2005
Old 10-31-2006 , 21:29   Re: CS Flags (dod like)
Reply With Quote #6

Whats this? YOUNDER, there be an approval sailing the seas.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 is offline
commonbullet
Veteran Member
Join Date: Oct 2005
Old 11-01-2006 , 10:09   Re: CS Flags (dod like)
Reply With Quote #7

Thanks ;)
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 11-01-2006 , 10:25   Re: CS Flags (dod like)
Reply With Quote #8

That's awsome.
__________________
Sig(h)!
Obbin is offline
Zeras
Member
Join Date: Dec 2005
Old 11-02-2006 , 13:34   Re: CS Flags (dod like)
Reply With Quote #9

commonbullet, man
I love you, please get servers to get this mod on,
I'm gonna play!
__________________
Zeras
Z is for Zealot;E is for Exucationar;R is for Ranked;A is for Arcinic;S is for Satisfing

[SOZ]
http://shieldsofzeras.bravehost.com/

Greatest Fight in History!!
Kyo vs. Ryu
http://www.classicgaming.com/sngp/sp...kyo_vs_ryu.gif
Zeras is offline
Send a message via AIM to Zeras
MostWanted
BANNED
Join Date: Nov 2006
Old 11-02-2006 , 13:56   Re: CS Flags (dod like)
Reply With Quote #10

Nice Job.
MostWanted is offline
Send a message via MSN to MostWanted
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:59.


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