Diabotical

Diabotical Dev Tracker




24 Sep

Post

Interface

  • In Ranked-Team the 3v3 Circuit option has been removed and it is now possible to queue for 4v4 Wipeout, 3v3 MacGuffin, and 3v3 Extinction separately - 3v3 MacGuffin's skill ratings have been brought over from the 4v4 MacGuffin queue, Extinction's skill ratings from the 3v3 Circuit
  • The Leaderboards have been updated to reflect the Ranked modes
  • Fixed an issue that would prevent queues from being selected

Servers

  • Added servers in the following locations:
    Seattle (Washington), United States of America
    Santa Clara (California), United States of America
    Madrid, Spain

Gameplay

  • Tentative fix to issue causing splash damage to not be applied sometimes

HUD

  • The Machine Gun ammo's icon color in the pickup notice has been updated, successfully this time
External link →
Comment

Originally posted by Headless_Cow

(weapon name, space, ammo count, comma and space to separate multiple weapons)

yo, you've already got the comma delimiter. Spaces are dangerous.

The space isn't necessary after the comma, that's a mistake

Comment

Originally posted by jk_Chesterton

Explosions aren't working well if there are any objects whatsoever in the way, even things like door frames, etc (best watch that clip at 0.25 speed).

I was thinking about how I would code it and came up with this, I throw it out in case it inspires anything:

  • Extend something like 24 vectors a short distance, maybe 20 units or so, around the explosion centre.
  • The heads of the vectors would create a shape that looks like this but smaller.
  • Delete any of the vectors that collided with an object.
  • Check LOS from the heads of the surviving vectors to possible targets within the full 125 radius of the explosion's actual centre.

I dunno, it's just an idea.

Hey, thanks for the clip. I don't think that's an issue with the explosions, it's probably just a collision issue where the game thinks the projectile contact surface has a different orientation than it really does. I've implemented a tentative fix for 357 that will be pushed tomorrow. It's just that we have fast and slow environmental intersection queries. The slow ones provide more info and are used where it's important to accurately characterise the contacting surface (like with grenades). Linear projectiles were using the fast ones by mistake which would ruin the input to the splash logic so I think this will fix that.

At least I'm assuming that this is the issue. In your clip, unfortunately, you are dying and the round is also ending which could be factor. But I don't think so, as you seem to have 25hp when the explosion happens and that's 250ms of being shafted, minimum, so let's go with the collision theory. Let us know if this happens again after 357.

Regard...

Read more
Post

Visual changes

  • Fixed an issue where weapon animations would loop while not firing them

Interface

  • Fixed an issue that prevented Custom Games from showing the correct mode options
  • Updated the Victory and Defeat screens' visual effects
  • Updated translations

Maps

  • In Oxide, some spawns have been adjusted and redundant ones removed for better outcomes when playing Extinction, Blaster ammo has been added to the upper orange area (orange walls), adjusted the position of the Rocket Launcher near red so that it's easier for new players to spot
  • In Sunken, fixed an issue where it was possible to throw the MacGuffin out of the map
  • Collision fixes to Wellspring

Gameplay

  • Fixed the issue of grabbing a weapon or ammo lowering your current ammo in modes where a weapon's starting ammo is higher than its maximum pickup amount
  • game_weapons...
Read more External link →

23 Sep

Comment

Originally posted by BlameZebby

note that not all combinations have been added yet

Yikes, sounds like bad code.

Hey, we agree, sorry about that. There was a misunderstanding late last night (morning?) about how we were going to solve this where I didn't put enough attention to what was being asked and I said "sounds good to me!". I thought the context of all these modes was something internal for our own experimentation, or perhaps to share with some very specific people amongst our close community, and I thought the reason that it was being asked if this was OK was regarding whether there is overhead in the engine to having too many modes (and there isn't, as you'd expect). I had been asked to address this need through new functionality in the past and I didn't want to block whomever needed this for testing any longer. Then I messed up again when approving the patch notes when I just glossed over that part because I was in a hurry as we were keeping somebody awake that needed to do a maintenance task on the master-server after we pushed, so I didn't notice that this was meant to be a public...

Read more
Comment

Originally posted by BlameZebby

note that not all combinations have been added yet

Yikes, sounds like bad code.

It's a temporary method until something is made for this function

Comment

Originally posted by sirarnz

This directional sound issue is really frustrating.

I don't think it will be solved with substituting the enemy jumping/landing/footstep sounds. The sound itself is fine, the problem is with the direction you're facing relevant to the enemy. If he is somewhat behind you, you can't hear them. The levels for the same jumping/movement sound is completely different if the enemy is few "meters" in front of you vs behind you.

I have the same story as u/nonstickswag I'm playing with a group of old quake veterans, everyone has pointed this out. It's quite obvious...

Also, if PnCr and shaft are supposed to give the enemy warning like it was in quake, you'll need to increase the amplitude radius of those sounds. You have to stand right on top of the guy to be within in the radius for the sound.

I have the same story as u/nonstickswag I'm playing with a group of old quake veterans, everyone has pointed this out. It's quite obvious...

The levels are the same, at least in the audio setups that we have tested. We have also asked around our test group and nobody has this issue unfortunately. This is usually related to a surround setting at any software or hardware level.

You can find examples of the same issue in other games, and in all cases this had nothing to do with the games: ...

Read more
Post

Visual changes

  • There are now objective indicators that stay on the sides of the screen when not facing them, which indicate the position of the MacGuffin carrier, MacGuffin spawn, MacGuffin dropped - more gameplay element indicators will be coming soon
  • The MacGuffin objective indicator has changed from the letters MCG to the MacGuffin icon

Interface

  • The game is now translated into Korean - in order to activate it, change your Epic Games Launcher's language in the settings to Korean

Gameplay

  • Additional game_weapon_mode names have been added to allow for different starting weapon combinations to be set in Custom Games.game_weapon_mode: machinegun_blaster_super_shotgun_rocket_launcher_shaft_crossbow_pncr_grenade_launcher; is the set order, remove unwanted weapons from this string to spawn with them - note that not all combinations have been added yet, and that a better meth...
Read more External link →

22 Sep

Comment

Originally posted by lp_kalubec

OMG, that's great! It would be awesome if they were implemented for:

  • Team/ Enemy base in MacGuffin
  • Red/orange tags
  • Teammates
  • The last Egg in extinction (the target)
  • The enemy Egg if you collect a soul in Extinction
  • The MacGuffin location
  • Maybe major powerups too?

It would be even greater if these things were configurable. I can imagine some players being annoyed by these changes.

Thanks for the list. Adding teammates there may be a bit busy for a default, so we may do that one as an option you can enable. Last egg in extinction I assume you mean if that player is a teammate :) Team/Enemy base we'll probably make them appear contextually depending of the state of the game.


21 Sep

Comment

Originally posted by Nood1e

A teammate carrying the MacGuffin is now displayed carrying it on the minimap

This is a start, but I'd much like to see a nav point like when a team mate has the flag / oddball in Halo. Having a big arrow pointing to them and always on the edge of your screen if out of view is really helpful to new players to understand where to be. It would also be nice to see this in extinction as well when you have one player remaining and need to protect them.

We'll try to include sticky pointers in tomorrow's patch.

Post

HUD

  • Powerups are now visible in the minimap
  • A teammate carrying the MacGuffin is now displayed carrying it on the minimap
  • Flags are now visible on the minimap
  • A teammate carrying the Flag is now displayed carrying it on the minimap

Visual changes

  • In instagib the damage number displayed on fragged enemies when having the outgoing damage option selected is now 400 instead of 1000000

Audio

  • In Settings-More settings there is now an option to disable hit beep sounds

Maps

  • Collision fixes to Furnace, and Toya Fortress

Gameplay

  • Fixed Instagib Duel scoring being limited to 2 opposing players when played with larger team sizes
  • Fixed the MacGuffin not spawning if the Instagib setting was selected in Custom Games

Masterserver and matches

  • Internal masterserver stability improvements
... Read more External link →
Comment

Originally posted by kthxpk

Any plans for left? :)

At some point, yes.

Comment

Originally posted by BasedDream

Does changing the weapon model to the center affect where projectiles come out of when firing? For instance, is a rocket always coming out of the middle of my screen no matter where I have my view model, or when it is default is the rocket coming slightly from the right side of the screen?

No, projectiles spawn from your logical origin which is always horizontally centred and independent of the presentation settings of the weapon model.