Board index Downloads Deus Ex MP Mods ]

Sharpshooter Gametype v1.5 Download (Update 10/27)


Author
Message
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby jager774 » 24 Jun 2013, 10:59


Okay so i've seen them on both Peak and Office, Peak is acceptable :-D
On office, the wide ones are really squashed, can you widen them a bit? they should be waaaaaaaaaaay more wider and not so tall ( 512x256 , 256x128, 128x64,64x32)


chin.democ.
chinny!
chinny!
User avatar

Posts: 2859
Joined:
 10 Aug 2006, 17:19
Location:
 London
Nationality:
Great Britain


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby chin.democ. » 25 Jun 2013, 17:44


What's the latest on the mod Atrey? :wave:


atrey65789
Virtue/4E
Virtue/4E

Posts: 512
Joined:
 21 Jan 2012, 15:27


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby atrey65789 » 26 Jun 2013, 00:15


:wave: Been tweaking somethings, can't find the issue here with the map transition but I am most likely just gonna code my own map transition
at the end of the match. lol


jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby jager774 » 26 Jun 2013, 10:12


You can't do what Red said to do, can you?
"Call the weapon rotation off at the map's end"


atrey65789
Virtue/4E
Virtue/4E

Posts: 512
Joined:
 21 Jan 2012, 15:27


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby atrey65789 » 26 Jun 2013, 16:06


I can't stop the weapon cycle when the match ends, yes... if that is what he ment.


~DJ~
Teh 1337'
Teh 1337'
User avatar

Posts: 2647
Joined:
 29 Jun 2008, 13:18


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby ~DJ~ » 26 Jun 2013, 18:58


um.. how about this?
Code: Select all
simulated function Timer()
{
   if(!bFreezeScores)
   {
      BroadcastMessage("|p3Weapons cycled! 45 seconds to switch!");
      WeaponCycle();
   }
   else if(bFreezeScores)
   {
      return;
   }
Super.Timer();
}


By the way, noticed you dint put Super in the Timer.. it might cause some stuff, so better use super on that kinda stuff.


That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
atrey65789
Virtue/4E
Virtue/4E

Posts: 512
Joined:
 21 Jan 2012, 15:27


Re: Sharpshooter Gametype v1.01 (No Bugs !) - Postby atrey65789 » 26 Jun 2013, 19:27


Ooops.. I ment to say I CAN stop the cycle... will try using Super in the timer DJ.. good point


atrey65789
Virtue/4E
Virtue/4E

Posts: 512
Joined:
 21 Jan 2012, 15:27


Re: Sharpshooter Gametype v1.2 Download - Postby atrey65789 » 26 Jun 2013, 19:33


Bug fixed.. Thank you SO MUCH DJ!!! :D


jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Sharpshooter Gametype v1.2 Download - Postby jager774 » 27 Jun 2013, 10:10


HECK *loving* YES NOW WE CAN PLAY WITH MAP ROTATION?
COME ON CHIN GET IT UP ON THE SERVER!:P


~DJ~
Teh 1337'
Teh 1337'
User avatar

Posts: 2647
Joined:
 29 Jun 2008, 13:18


Re: Sharpshooter Gametype v1.2 Download - Postby ~DJ~ » 30 Jun 2013, 01:21


atrey65789 « Sat Jun 29, 2013 9:44 pm » wrote:Well, It's a good thing that I got the map rotation bug fixed.... Thanks DJ. Now is just for that one bug left with. If you use scope when weapons cycle, you still have the scope.


Saw that on the shoutbox at Chinny's forum..
well..

Code: Select all
simulated function WeaponCycle()
{
local DeusExWeapon dxw;

   //~DJ~: Adding this might do the trick on your WeaponCycle() function at Sharpshooter.uc
   //you can remove this comment later but just pointing it out to paste this code on your function.
   //EDIT: oh, um, "modify" your weapon part to this code below, not just paste it.
   foreach AllActors(class'DeusExWeapon',dxw)
   {
      // Players have scope view even after WeaponCycle, so this is here to prevent that
      if ( dxw != None )
      {
         dxw.bZoomed = False;
         dxw.RefreshScopeDisplay(DeusExPlayer(dxw.Owner), True, False);
      }
   }
}   


SO.. try that maybe? :oops:
EDIT: Atrey do you has Steam? if so please gimme.
EDIT 2: Nevermind, I stalked you and found you, please accept request. My name's CHEKEN on there. :oops:


That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
[FGS]Kalman
Throne/6G
Throne/6G
User avatar

Posts: 939
Joined:
 20 Aug 2010, 15:52
Location:
 9th circle of hell
Nationality:
Hungary


Re: Sharpshooter Gametype v1.2 Download - Postby [FGS]Kalman » 30 Jun 2013, 10:34


Nice gametype, but it doesn't like me, it gives me the worst weapons (scramble grenade, sword, pistol, baton etc. I got only melee once yesterday)


Image

deadmau5 is Canada's apology for Justin Bieber!!
Image
Vexus
Principality/2C
Principality/2C
User avatar

Posts: 247
Joined:
 11 Oct 2008, 01:35
Location:
 California


Re: Sharpshooter Gametype v1.2 Download - Postby Vexus » 01 Jul 2013, 01:59


I always get metabolic end product weapons as well.


ShadowRunner wrote:lolz, the mayhem of this thread is huge...

~][FGS][Nobody~ wrote:Is there anything I can put in your mouth to make you stop talking rubbish? :-s

anax wrote:wow you are amazing. like this woman
http://www.youtube.com/watch?v=bl4B9NA-NLE

[FGS]Kalman wrote:Lol I thought for 2-3 months everybody talks like a sir here, then I realised it's the forum's censorship

~][FGS][Nobody~ wrote:Oh my god.. why are small minded people just so... SMALL MINDED! ](*,)
jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Sharpshooter Gametype v1.23 Download (Update 7/1) - Postby jager774 » 02 Jul 2013, 13:25


An outdoor map for Sharpshooter, the original incomplete brushwork is made by Defy.
I edited it to work with Sharpshooter
Features:
-Added sharpshooter textures
-13 separated playerstarts
-Moody lighting
-Large map, small filesize
DXSS_Park.rar

:wave:


You do not have the required permissions to view the files attached to this post.
atrey65789
Virtue/4E
Virtue/4E

Posts: 512
Joined:
 21 Jan 2012, 15:27


Re: Sharpshooter Gametype v1.23 Download (Update 7/1) - Postby atrey65789 » 02 Jul 2013, 13:52


Thanks for your contribution Jager! :)


jager774
THIS IS SPARTAAA!!!
THIS IS SPARTAAA!!!

Posts: 358
Joined:
 02 Dec 2011, 22:07
Nationality:
Hungary


Re: Sharpshooter Gametype v1.23 Download (Update 7/1) - Postby jager774 » 02 Jul 2013, 14:38


Forgot to add the waterzone actor._.
And I already contributed with the textures once:P
there: fixed
DXSS_Park2.rar


You do not have the required permissions to view the files attached to this post.


Return to MP Mods

Who is online

Users browsing this forum: No registered users and 2 guests