![]() |
![]() |
|
#1
|
|||
|
|||
|
Warning: TWI have updated the whitelist to remove the old version of this mutator and add the new. Please install the new version if you want to use perks.
11 June 2010 Updated to version 1.1 which improves responsiveness and efficiency, and also does not require the client to download the mutator file. KFAntiBlocker (Whitelisted) Download it here. Ignore the discussion below, TWI have since approved this mutator. Last edited by Benjamin; 06-30-2010 at 07:15 AM. |
|
#2
|
|||
|
|||
|
Nice work
|
|
#3
|
|||
|
|||
|
Thumbsup sir!
|
|
#4
|
|||
|
|||
|
Fantastic. I was hoping for something like this to be created.
Only one problem I can see. If people are inside one another, how can you give money to specific player? Great work, though. Two thumbs up! |
|
#5
|
|||
|
|||
|
Quote:
It's the same deal currently, if the place is too crowded you can't move around and thus you can't really choose who you give money to, and if you are too close to someone it just goes straight through them.
|
|
|
||||
|
||||
|
Passed this one up the list for white listing. Please make sure Xienen can have a copy of your code.
__________________
![]() Pretty, what do we blow up first? - Myn Donos |
|
#7
|
|||
|
|||
|
YAY!!! Go Ben!!!!
|
|
#8
|
|||
|
|||
|
Thanks, I've sent him a PM.
|
|
|
||||
|
||||
|
Looks good guys, let me make sure Ramm has no problem with White Listing it and it'll go into the next White List update.
|
|
#10
|
|||
|
|||
|
B$%&#in......you know the word.
|
|
#11
|
|||
|
|||
|
But bBlockActors does not simply control collision with other players but BlockingVolumes, Ladders, DestroyableMeshes and other level apparatus that may lead to problems / exploits...
|
|
#12
|
|||
|
|||
|
Dammit, that's a good point...
However, care to give some specific examples? Last edited by Benjamin; 07-17-2009 at 01:49 PM. |
|
#13
|
||||
|
||||
|
Walk out of the playing area in any map really. I haven't check myself but if players no longer collide blocking volumes and/or ladders (meshes) in many cases that's all that's keeping players in that map at certain points.
|
|
#14
|
|||
|
|||
|
That's what I thought, but I've just tested some maps and I haven't been able to get out of them. Perhaps I don't fully understand, I'm very new to all of this.
Either way I think I may have an alternative solution, but I'll see how it goes. Last edited by Benjamin; 07-17-2009 at 02:53 PM. |
|
#15
|
|||
|
|||
|
Example: Westlondon all the zombie spawn ramps become climbable, various glitches like the gate one that were solved by blocking volumes become active again...
Some sort of bBlockOtherPlayers will need to be implemented at the engine level by TWI because when you dig down through all the unrealscript layers blocking behaviour is actually implemented in this native C++ function: Code:
virtual UBOOL ShouldTrace(AActor *SourceActor, DWORD TraceFlags); In the meantime this mutator is unfortunately not really safe to be used and its white-listing potentially opens up levelling exploits. EDIT: Seeing as it could be easier for the devs to implement perhaps ALL player-player collision should just simply be removed like it is in many other online games (bullet/projectiles/money and other actors would obviously still collide with players). As I see it all it does is cause this problem and some exploits involving jumping on other players heads. At any rate I really think what this mutator attempts to implement is an extremely necessary feature that should be made possible asap. Last edited by rallfo; 07-17-2009 at 10:18 PM. |
|
#16
|
|||
|
|||
|
Quote:
Oh well, thanks for the information. Previously I had thought that it would have to be implemented at engine-level, then I thought that perhaps bBlockActors could be used for this purpose. Shame. |
|
#17
|
|||
|
|||
|
Unfortunately I am 100% sure, having in fact tried it out myself (singleplayer + fly is a good way to test collision) and having a rudimentary understanding of how UE2 works in this regard.
From the docs: Quote:
In case you weren't aware this is the base class of ALL objects in the game world and therefore include ladders, blockingvolumes and everything else by definition. Essentially the game engine does not support specifically setting player vs player collision at this stage, hence my previous post calling for TWI to add it. EDIT: Don't get me wrong it's a real shame your solution doesn't work perfectly, if anything I'd want it to work more than you! (imagine 32 players in an undersized trader) But a solution to a problem can't go creating more... On consideration a more refined reproach would be to only disable collision if a player is penetrating/touching the Trader volume, which would mitigate this issue outside the trader, but then there is still the issue of the blocking volumes used to stop players climbing behind the counter and getting stuck. Best solution is if TWI added a flag to KFHumanPawn setting whether it collides with other ones or not. Last edited by rallfo; 07-18-2009 at 08:29 AM. |
|
#18
|
|||
|
|||
|
It gives me no pleasure being the bringer of bad news that causes you to have to remove this for the time being, especially something I would have loved to use on my own server, thanks for doing the right thing and showing great responsibility.
![]() In line with your decision TWI should be informed of what they need to implement engine-side and asked to remove this version of the mutator from the whitelist. Last edited by rallfo; 07-18-2009 at 08:27 AM. |
|
#19
|
|||
|
|||
|
Haha it's ok, I'm very grateful you've pointed out this flaw to me. I would not have liked to be the one who inadvertently opened up another avenue for exploiting.
![]() I did think I had a possible workaround but upon further thought it wouldn't really be possible. UnrealScript is confusing! It's great though at the same time, and I'm glad to have started getting into it. I've PM'd a dev about this now, and the request. |
|
#20
|
||||
|
||||
|
Instead of removing collision you could shrink the collision cylinder to a very small radius. Should be enough to allow players to walk through eachother but not blocking volumes.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|