• 7 Vote(s) - 4.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Semi hardcore 1.1 beta (Killcam on and ff off)
#1
as its name says: Hardcore with killcam and friendly fire OFF

on .dsr file set these settings:
Code:
gameOpt commonOption.hardcoreModeOn "0"
gameOpt commonOption.friendlyFire "0"
gameOpt commonOption.healthRegen "0.0000"
gameOpt commonOption.maxHealth "30.0000"

and u r good to goBig Grin
its a really basic oneBig Grin but I hope u enjoy it

feel free to contact me for bug reports
its too short,simple but working.
source:
CSHARP Code
  1. using System;
  2. using System.Collections.Generic;
  3. using Addon;
  4.  
  5.  
  6. namespace plugin_test
  7. {
  8.  
  9. public class plugin_test : CPlugin
  10. {
  11. /*public override void OnServerFrame()
  12.   {
  13.   hardcore();
  14.   }*/
  15. public override void OnFastRestart()
  16. {
  17. hardcore();
  18. }
  19. public override void OnPlayerConnect(ServerClient Client)
  20. {
  21. SetClientDvar(Client.ClientNum, "g_hardcore \"1\"");
  22. SetClientDvar(Client.ClientNum, "cg_drawCrosshair \"0\"");
  23. SetClientDvar(Client.ClientNum, "cg_scoreboardPingText \"1\"");
  24. }
  25. public void hardcore()
  26. {
  27. foreach (ServerClient client in GetClients())
  28. {
  29. SetClientDvar(client.ClientNum, "g_hardcore \"1\"");
  30. SetClientDvar(client.ClientNum, "cg_drawCrosshair \"0\"");
  31. SetClientDvar(client.ClientNum, "cg_scoreboardPingText \"1\"");
  32. }
  33. }
  34. }
  35. }


.zip   semihc.zip (Size: 1.94 KB / Downloads: 497)
HeXman
  Reply
#2
Really simple, but still +1
  Reply
#3
Excuse for my bad English language), Has installed a plugin, all works except killcam, why?
  Reply
#4
thx...Big Grin
  Reply
#5
Does this plug in just turn FF off or can you set it to reflect also?

Thanks,

TiLLeR
  Reply
#6
Any chance the removal of crosshair can be linked to map change instead of fast restart as i can't imagine to have to do a fast restart in the beginning of every map :/
  Reply
#7
(03-05-2012, 18:47)jnn83 Wrote: Excuse for my bad English language), Has installed a plugin, all works except killcam, why?
check ur killcam option

check the dsr file for:
Code:
gameOpt commonOption.showKillcam "1"

it should be "1" to have killcams
(03-06-2012, 02:49)TiLLeR Wrote: Does this plug in just turn FF off or can you set it to reflect also?

Thanks,

TiLLeR
on/off only!
sry bro but I havent seen ricochet (reflected friendly fire) option on private match or on dedicate servers dvar lists.Confused
  Reply
#8
(03-06-2012, 16:59)Predje Wrote: Any chance the removal of crosshair can be linked to map change instead of fast restart as i can't imagine to have to do a fast restart in the beginning of every map :/

at the moment I am working on it.
tnx for feed back
  Reply
#9
(03-09-2012, 12:06)atenziono Wrote: at the moment I am working on it.
tnx for feed back

Looking forward
  Reply
#10
I am confused by this.

If applied does the server show in the server lists as hardcore, or is this just the age-old method of modifying normal-mode to PLAY like hardcore?
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Infected Stuff is semi broken DidUknowiPwn 2 3,223 09-21-2013, 20:22
Last Post: surtek
  Search Plugin Fluid Killcam N3xT_974 1 2,839 09-10-2013, 20:27
Last Post: Nekochan
  [Release] FXAA Injector Battlefield 3+Best Settings [Update danoc1 v1.3 Beta] iPaddie 31 62,829 08-30-2013, 00:51
Last Post: Squideh
  [Release] Hardcore Simulator mn_acer1 4 4,125 08-25-2013, 13:28
Last Post: mn_acer1
  [Release] Tactical Training Mod Beta 2 Hixos 30 26,291 05-31-2013, 17:20
Last Post: kool123
  [Tutorial] How to get a CS:GO beta key Romuald27 17 9,843 04-05-2013, 18:12
Last Post: SuperNovaAO
  [Release] HideAndSeek Mod v1.0 BETA Tomsen1410 18 17,366 03-21-2013, 08:13
Last Post: Ryanrc
  [Release] Zombie Epidemic Mod Beta Lemon 92 62,257 03-07-2013, 12:30
Last Post: Lemon
  [Release] Black Tomato M 0.4.2 BETA // Ingame Admin Menu d0h! 5 11,930 01-01-2013, 22:23
Last Post: joey
Rainbow [Release] xZombie Mod (Beta) Nekochan 206 86,252 01-01-2013, 08:33
Last Post: SMIRNOFF2096

Forum Jump:


Users browsing this thread: 4 Guest(s)