User Tag List

View Poll Results: Mine Limit?

Voters
59. You may not vote on this poll
  • Limit Mines indepently

    18 30.51%
  • Limit Mines as a team

    7 11.86%
  • No

    29 49.15%
  • IM THINK THEY HAVE TELE

    5 8.47%
Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 121

Thread: Mine Limit

  1. #101
    Whicked Sick Higor's Avatar
    Join Date
    Apr 2012
    Location
    Full sail ahead!
    Posts
    3,676
    Country:
    This code adds the 2 extra builds on OutworldHold

    I left it there for informative purposes (for anyone and myself lol)
    Code:
    event PostBeginPlay()
    {
    	SetTimer( 1, false);
    }
    
    event Timer()
    {
    	local ReplicationInfo R;
    
    	ForEach AllActors ( class'ReplicationInfo', R)
    	{
    		if ( R.IsA('sgCategoryInfo') )
    			Alter(R);
    	}
    
    	Destroy();
    }
    
    function Alter( ReplicationInfo sgCInfo)
    {
    	sgCInfo.SetPropertyText("NewBuild","XC_AntiGravityPlatform");
    	sgCInfo.SetPropertyText("NewCategory","Outworld Hold");
    	sgCInfo.Trigger(self,none);
    
    	sgCInfo.SetPropertyText("NewBuild","sgContainerX");
    	sgCInfo.SetPropertyText("NewCategory","Outworld Hold");
    	sgCInfo.Trigger(self,none);
    }
    Let's say the new code would work like this:
    Code:
    //Obligatory 1 second timer for delayed fixes
    event PostBeginPlay()
    {
    	SetTimer( 1, false);
    }
    
    event Timer()
    {
    	local string LevelName;
    	local ReplicationInfo R;
    
    	//Strip level name
    	LevelName = string(self);
    	LevelName = Left( LevelName, InStr( LevelName, "."));
    
    	if ( InStr( Caps(LevelName),"SWARTZLY") >= 0 )
    		SwartzlyTimedEdit();
    
    	Destroy();
    }
    
    function SwartzlyTimedEdit( ReplicationInfo sgCInfo)
    {
    	local ReplicationInfo R;
    	ForEach AllActors ( class'ReplicationInfo', R)
    	{
    		if ( R.IsA('sgCategoryInfo') )
    			AddEMPto(R);
    	}
    }
    
    function AddEMPto( ReplicationInfo sgCInfo)
    {
    	sgCInfo.SetPropertyText("NewBuild","EMPBomb");
    	sgCInfo.SetPropertyText("NewCategory","Explosives");
    	sgCInfo.Trigger(self,none);
    }
    More stuff can be edited like this depending on the LevelName property, it's easy if you know what to edit.
    (Another good edit is to remove the invisible trees in BathRooms ultimate)
    ------------------------------------- * -------------------------------------

  2. #102
    Administrator |uK|chiseller's Avatar
    Join Date
    Apr 2011
    Posts
    1,968
    Country:
    You really wanna go back to neutron/emp spam in the last 5 minutes? FUN

  3. #103
    Whicked Sick Higor's Avatar
    Join Date
    Apr 2012
    Location
    Full sail ahead!
    Posts
    3,676
    Country:
    No neutron, just EMP in a single, terrible map.

  4. #104
    Dominating Novak's Avatar
    Join Date
    Feb 2013
    Posts
    412
    Country:
    Quote Originally Posted by |uK|chiseller View Post
    You really wanna go back to neutron/emp spam in the last 5 minutes? FUN
    Are you saying you like long OT McNuketzsly games? And players should know what they are getting into when they vote the map?

    Here is a little middle ground. Disable neutron and emp until the last 2:00 of a game on said maps lel. Then watch as the fireworks go off at the end with neutron/emp being disabled once again if it goes into OT. Sounds like some fun coding.

  5. #105
    Administrator |uK|chiseller's Avatar
    Join Date
    Apr 2011
    Posts
    1,968
    Country:
    Quote Originally Posted by K_Soze View Post
    Are you saying you like long OT McNuketzsly games? And players should know what they are getting into when they vote the map?
    Yes, I don't mind. It's not that it happens on a regular basis these days without nuke siren anyway.
    You guys just whine too much.

  6. #106
    Whicked Sick HIGH[+]AdRiaN's Avatar
    Join Date
    Apr 2011
    Location
    Brazil
    Posts
    1,539
    EMP is good in few maps, like mcswarty, niven, simplex... Neutron is shit, it is the worse item ever from siege!

  7. #107
    Dominating Novak's Avatar
    Join Date
    Feb 2013
    Posts
    412
    Country:
    Quote Originally Posted by HIGH[+]AdRiaN View Post
    Neutron is shit, it is the worse item ever from siege!
    Even worse than spy suit? lol

  8. #108
    Whicked Sick HIGH[+]AdRiaN's Avatar
    Join Date
    Apr 2011
    Location
    Brazil
    Posts
    1,539
    I forgot the Spy suit kkkkk

  9. #109
    The Best There Ever Will Be! |uK|B|aZe//.'s Avatar
    Join Date
    Jan 2011
    Location
    London, United Kingdom
    Posts
    6,860
    Quote Originally Posted by |uK|Altered_Ego View Post
    Why do you ask Crsk? You checking out my ass again? Just because I have a wooden dick doesn't mean I want to give you splinters in your mouth.
    pahbahaha

    sorry i had to laugh at this

    LOLOLOL

  10. #110
    Rampage Crsk's Avatar
    Join Date
    Nov 2011
    Location
    I'm out
    Posts
    323
    Country:
    bitch
    w5ykj

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Mine count indicator
    By Banny in forum #siegepug Discussion
    Replies: 9
    Last Post: 07-22-2015, 10:09 PM
  2. The mine issues
    By Janssen in forum zp| * * * -=[SIEGE]=- |uK| One Night Stand -=[SIEGE]=- Server * * *
    Replies: 13
    Last Post: 10-13-2014, 05:07 PM
  3. Super Mine glitch Higor?
    By ][X][~FLuKE~][X][ in forum Code Reviews
    Replies: 48
    Last Post: 08-13-2013, 04:56 PM
  4. MINE'S BIGGER THAN YOURS!!!
    By Lee_Stricklin in forum Screenshots
    Replies: 2
    Last Post: 02-19-2011, 03:51 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •