Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Feedback: 19/02 Playtest #29

Closed
11 of 13 tasks
xezno opened this issue Feb 19, 2022 · 1 comment
Closed
11 of 13 tasks

Feedback: 19/02 Playtest #29

xezno opened this issue Feb 19, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request list
Milestone

Comments

@xezno
Copy link
Contributor

xezno commented Feb 19, 2022

  • Inventory slots are often randomly ordered on player spawn
  • Reload weapon automatically when it's empty and you try to fire
  • Remove blocks from disconnected players
    • Only do this if a timer reaches a certain threshold; if not, re-assign all those blocks to newly joined client instance
  • Remove team balancing or balance it in a way that players get all their blocks back when balanced
  • Adjust & balance sniper scope, needs to be easier to use
  • Give maps a fw_config entity that allows them to configure block limits, player limits, spawn timers, etc.
  • Make Team-specific force fields actually work and stop bullets/players
  • Only let people change class when they're in the spawn room
  • UI: Options menu #30
  • Option to delete blocks you've placed
  • Investigate dedicated server performance after several level changes
  • Add 2fort to map pool
@xezno xezno added bug Something isn't working enhancement New feature or request list labels Feb 19, 2022
@xezno xezno self-assigned this Feb 19, 2022
@xezno xezno added this to the Full Release milestone Feb 19, 2022
@xezno xezno removed their assignment Feb 19, 2022
@ShadowBrian
Copy link
Contributor

7b55b43
That was my fix for the inventory slots problem, but the root cause is OnChildAdded being ran in a random order when multiple children are added in one frame.
A "proper" fix would be to add some UI data to the weapons or something so the UI can show them in the same order regardless of which slot they're in, or get Entity.OnChildAdded working better which is gonna be a Facepunch thing

@xezno xezno pinned this issue Feb 25, 2022
@xezno xezno changed the title 19/02 Playtest Feedback Feedback: 19/02 Playtest Feedback Mar 11, 2022
@xezno xezno changed the title Feedback: 19/02 Playtest Feedback Feedback: 19/02 Playtest Mar 11, 2022
@xezno xezno closed this as completed May 7, 2022
@xezno xezno unpinned this issue May 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request list
Projects
None yet
Development

No branches or pull requests

2 participants