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

WarriorMod


Post New Thread Reply   
 
Thread Tools Display Modes
MistaGee
Senior Member
Join Date: Aug 2004
Location: Germany (Fulda)
Old 08-29-2010 , 16:37   Re: WarriorMod
Reply With Quote #101

sight, can you update to the stable 1.3.4 version, as that seemed to solve the problem for FirEXE?

cheers
__________________
Ich hab nie behauptet dass ich kein Genie bin!
Mumble-Django: A web interface for Mumble
MistaGee is offline
Send a message via ICQ to MistaGee
sight
Junior Member
Join Date: Jun 2010
Old 08-29-2010 , 16:37   Re: WarriorMod
Reply With Quote #102

Quote:
Originally Posted by MistaGee View Post
Recommend compiling the plugin yourself, that fix!
Cheers
THANK YOU VERY MUTCH !!!!!!!!!!!!
sight is offline
MistaGee
Senior Member
Join Date: Aug 2004
Location: Germany (Fulda)
Old 08-29-2010 , 16:39   Re: WarriorMod
Reply With Quote #103

ok then
__________________
Ich hab nie behauptet dass ich kein Genie bin!
Mumble-Django: A web interface for Mumble
MistaGee is offline
Send a message via ICQ to MistaGee
FirEXE
Member
Join Date: Jun 2010
Location: Lithuania
Old 08-29-2010 , 17:11   Re: WarriorMod
Reply With Quote #104

Oh sorry, since I always compile plugins myself I forgot to mention that.
FirEXE is offline
sight
Junior Member
Join Date: Jun 2010
Old 09-13-2010 , 19:19   Re: WarriorMod
Reply With Quote #105

Hello MistaGee.. i have question.. Can you make function ( Path to store recorded demos )

Example: If warriormod save demo on ( D:\\servers\Number2\orangebox\cstrike\Demo_name.dem ) Can you make some this:

D:\\servers\Number2\orangebox\cstrike\demofolder\ or demo\

or some cvar that man could choose either the same directory

Example:
Code:
// Path to store recorded demos
// -
// Default: ( "." = cstrike folder )
sm_autorecord_path "."
OR Connect to FTP Server and save here Demo., and this feature may be the best, and envied by other developers


If you make this function, you will be a good person and scripter who make this plugin ;)

P.S. sorry for my bad english

Best regards,
Vovka.


And if you can, please post answer to [email protected] Thank you.

Last edited by sight; 09-13-2010 at 19:24.
sight is offline
Raptor10
Senior Member
Join Date: Nov 2008
Old 10-23-2010 , 06:20   Re: WarriorMod
Reply With Quote #106

Hi, I'm using this plugin and my best compliments it's working very well, I just have few questions:

1. How can I select the the Esl cfg ? In the war_config cvar should I write more than one esl cfg like 10n1;2on2 or just one cfg ? It's not clear to me how and where to write the Esl cfg title.

2. Where should I put the Esl cfg to let the plugin pick them up ?

3. What is what It does the cvar "Play Sudden Death on a draw"

Thanks for helping me and sry for a stupid questions..
Raptor10 is offline
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 10-26-2010 , 04:36   Re: WarriorMod
Reply With Quote #107

Quote:
Originally Posted by Raptor10 View Post
1. How can I select the the Esl cfg ? In the war_config cvar should I write more than one esl cfg like 10n1;2on2 or just one cfg ? It's not clear to me how and where to write the Esl cfg title.
If you live default value:
PHP Code:
// Config to exec - %s will be replaced by e.g. 3on3
// -
// Default: "esl%s"
war_config "esl%s" 
Then if on server 6 players and you start the match - plugin load esl3on3.cfg If on server 10 players - plugin load esl5on5.cfg and etc. If you need exec many different cfgs then better use adminmenu_cfgs.txt and exec cfg manually before match.

Quote:
Originally Posted by Raptor10 View Post
2. Where should I put the Esl cfg to let the plugin pick them up ?
Here: YouServer\orangebox\cstrike\cfg

Quote:
Originally Posted by Raptor10 View Post
3. What is what It does the cvar "Play Sudden Death on a draw"
If match finished in draw and war_suddendeath set in "1" then for all players plugin set health in 1HP and gives weapon m249 and starts FUN

P.S. to All
I love this plugin and I want to make this plugin lived
Now I work on extended version of this script and ready to listen all your wishes for improve it.

My TODO list this some new features:
  1. Record demo in specific folder (auto-create folder) --- DONE
  2. Swap players this ability to chose skin --- DONE
  3. Customized swap delay after 1st half --- DONE
  4. Manually change teams names --- DONE
  5. Restrict "rebuy" & "autobuy" commands during Knife Round --- DONE
  6. Fix (remove) bomb on radar during Knife Round --- DONE
  7. Change password in game --- DONE
  8. Show server password for player how type in chat "pw" or "pass" (useful when password changed during match start) --- DONE
  9. Move all or specific player to spectators (from admin menu & cmd) (useful for mix game) --- DONE
  10. Full translation (Now English & Russian) --- DONE
  11. Read steamID from file and inform all about recruitment if it is --- IN PROGRESS
  12. Auto-detect Clan name (reed Clan tag from tab 'CLAN') --- NEED HELP IN IT!!!
  13. Protect STV from been kicked
From a couple of days I will publish my version of this great plugin.
Thank you so much for this MistaGee
__________________
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 10-27-2010 , 01:18   Re: WarriorMod
Reply With Quote #108

Thanks Snake60 for re-supporting this awesome plugin.

I'll quote my previous suggestions and it would be great, if You'd implement it in Your new release:

Quote:
Originally Posted by GrO View Post
- war_break - Breaks the current Live, so Plugin doesn't count next rounds, as Live rounds, until war_continue is executed (war_end.cfg is also executed).

- war_continue - Continues Broken Live from the beginning of each Half deppending on the Half it was broken in (i.e. if Live was Broken in the 1st Half, Live starts 1st Half from scratch after 3 Restarts without the vote, even if Voting is enabled. The same thing with 2nd Half). live.cfg is executed.

Also remember about tv_stoprecord and tv_record commands, so if Live is Broken the Demo stops and WM starts to record it after war_continue is executed along with the sb_status command.
__________________

Last edited by GrO; 10-27-2010 at 01:20.
GrO is offline
Snake60
Senior Member
Join Date: Jul 2008
Location: Russia, Pskov
Old 10-27-2010 , 03:39   Re: WarriorMod
Reply With Quote #109

OK! I will add your wishes in my TODO list.
Thanks for you opinion
__________________
Snake60 is offline
Send a message via ICQ to Snake60 Send a message via MSN to Snake60 Send a message via Skype™ to Snake60
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 10-27-2010 , 06:05   Re: WarriorMod
Reply With Quote #110

Thanks ;]
__________________
GrO is offline
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 20:15.


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