This document outlines a list of suggestions and improvements for SFD. Each suggestion is evaluated based on its potential impact on the game and the difficulty of its implementation. The ranking system uses a 0 to 3 stars scale, where 0 stars represent the lowest rank and 3 stars represent the highest.
-
Impact: Measures the potential benefit or significance of the suggestion to overall gameplay, user experience, or community engagement.
- ★☆☆ - Low impact
- ★★☆ - Moderate impact
- ★★★ - High impact
-
Difficulty: Assesses the estimated complexity and resources required to implement the suggestion.
- ★☆☆ - Easy to implement
- ★★☆ - Moderately difficult to implement
- ★★★ - Very difficult to implement
Each suggestion includes a brief description, followed by its impact and difficulty ratings.
-
Fix Ban Evasion
- Description: Players can currently emulate foreign IDs to bypass bans or even gain moderator access. Consider integrating more robust Steam features to address this issue.
- Impact: ★★★
- Difficulty: ★★★
-
Fix Server Crash
- Description: Cheaters can send junk packets that cause the server to lag or crash, likely due to an overflow of excessively large numbers sent by the client. Investigate and resolve this issue.
- Impact: ★★★
- Difficulty: ★★☆
-
Allow Moderators to Join When a Server is Full
- Description: Enable moderators to join as spectators when a server is full, or provide an alternative method for them to moderate the server.
- Impact: ★★☆
- Difficulty: ★★☆
-
Extended Profiles
-
Manual Votes
-
Chat Improvements
-
Custom UI
-
Improve
/give
Command -
Mute, Kick, and Ban for a Specific Amount of Time
- Description: Implement the ability to mute, kick, and ban players for specific durations.
- Impact: ★★☆
- Difficulty: ★☆☆
-
Increase Player Slots
-
Discord Rich Presence
- Description: Integrate Discord Rich Presence to enhance player engagement.
- Impact: ★★☆
- Difficulty: ★★★
-
Improved AI
- Description: Enhance AI capabilities to include throwing objects, deflecting bullets, using grenades, and more.
- Impact: ★★★
- Difficulty: ★★★
-
Expanded Dropdown Menu
- Description: Expand the dropdown menu from the player list to include actions like visiting Steam profiles, muting, etc.
- Impact: ★★☆
- Difficulty: ★☆☆
-
Steam Servers
- Description: Add Steam based servers.
- Impact: ★★★
- Difficulty: ★★★
-
Requirements to Join
- Description: Add more requirements to join a server, like friends-only and so on.
- Impact: ★☆☆
- Difficulty: ★★☆
-
Reload for Maps/Textures
- Description: Reload new maps and textures in-game.
- Impact: ★★★
- Difficulty: ★★☆
-
Unicode Font
- Description: Add unicode font or Russian/Chinese support at the very least.
- Impact: ★★☆
- Difficulty: ★☆☆
-
Add More Triggers
- Description: Introduce additional triggers, particularly scripted triggers.
- Impact: ★★★
- Difficulty: ★★☆
-
Individual Cameras
- Description: Add triggers to enable individual cameras for custom maps.
- Impact: ★★☆
- Difficulty: ★★☆
-
Extended Profile Modifiers
- Description: Expand profile modifiers to include features like Jump Modifier.
- Impact: ★★☆
- Difficulty: ★☆☆
-
Parallax Effect for Background
- Description: Add a parallax effect for background tiles to enhance visual depth.
- Impact: ★★☆
- Difficulty: ★★☆
-
Unlock Burnt Skin
- Description: Allow the burnt skin to be used for alive players.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Extended Effects
- Description: Add more effects, for instance CFTXT's color, size, duration and so on.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Colorable Messages
- Description: Allow to color chat messages through scripts.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Unlocked Names
- Description: Challenges could name the player 'Johnny', this is impossible for non-bots outside of challenges.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Map/Script Testing
- Description: Simulate higher ping that actually affects your game for controlled players.
- Impact: ★★☆
- Difficulty: ★★☆
-
Sound Improvements
- Description: Pitch, speed, directional etc.
- Impact: ★☆☆
- Difficulty: ★★☆
-
Upgrade Language Version
- Description: Update the scripting language to a newer version of C#, as the current version is outdated.
- Impact: ★★★
- Difficulty: ★★☆
-
Improve API for Player Portrait and Music Trigger
- Description: Enhance the API to offer more options for player portraits and music triggers.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Add Handling for
WeaponItem.STREETSWEEPER
- Description: Implement support for
WeaponItem.STREETSWEEPER
in theIGame.SpawnWeaponItem
method. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description: Implement support for
-
Better API Collision
- Description: Improve collision handling in the API, particularly in the
Area
andRayCasts
functions. - Impact: ★★☆
- Difficulty: ★★☆
- Description: Improve collision handling in the API, particularly in the
-
More
IProjectile
Features- Description: Expand the
IProjectile
API to include more features, similar to the CustomProjectiles class. - Impact: ★★☆
- Difficulty: ★☆☆
- Description: Expand the
-
Improved API for Chat Messages
- Description: Enhance the API for chat-related features, for instance prevent messages from being sent in
Events.UserMessageCallback
. - Impact: ★★☆
- Difficulty: ★★☆
- Description: Enhance the API for chat-related features, for instance prevent messages from being sent in
-
Fix TeleportTrigger Cast
- Description: Resolve the issue where TeleportTrigger is not being cast to its respective class.
- Impact: ★☆☆
- Difficulty: ★☆☆
-
Fix
PlayerWeaponAddedActionCallback
- Description: Fix
PlayerWeaponAddedActionCallback
. Picking up a weapon while blocking, does not work with this event. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description: Fix
-
Improve
ObjectCreatedCallback
- Description: Make
ObjectCreatedCallback
detectIPlayer
s too, or create a separate event for the creation of players. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description: Make
-
Improve
GiveWeaponItem
- Description:
GiveWeaponItem
should have an optional boolean parameter whether to show the CFTXT message of the weapon being given above the player. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description:
-
Improve
IPlayer.Gib
- Description:
IPlayer.Gib
should return aIObject[]
with the gibs produced. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description:
-
Improve
IObject.Destroy
- Description:
IObject.Destroy
should return aIObject[]
with the debris produced. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description:
-
Add User Join/Leave Callback
- Description: Add
OnUserJoin
andOnUserLeave
callbacks. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description: Add
-
Fix
IObjectGroupMarker.Spawn()
- Description:
IObjectGroupMarker.Spawn()
should return a list of spawnedIObject
. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description:
-
Decapitations
-
More Items
-
Weapons
-
New Tiles & Colors
-
Zombie Animations
- Description: Add zombie animations for players who choose a zombie skin.
- Impact: ★★☆
- Difficulty: ★☆☆
-
Tier 4 Challenges
- Description: Add Tier 4 challenges to unlock new items.
- Impact: ★★☆
- Difficulty: ★★☆
-
More Official Maps
- Description: Add more official versus/survival maps and campaigns.
- Impact: ★★☆
- Difficulty: ★★☆
-
GAMEPAD_INPUT_DISABLED Crash
- Description: Fix the game crash that occurs when
GAMEPAD_INPUT_DISABLED
is true while editing keybindings. - Impact: ★☆☆
- Difficulty: ★☆☆
- Description: Fix the game crash that occurs when
-
Holes in female items
- Description: A lot of female items have holes inside.
- Impact: ★☆☆
- Difficulty: ★★☆
-
Upgrade the Entire Engine
- Description: Transition from .NET Framework to .NET Core and upgrade from XNA to FNA. Also, remove obsolete and outdated libraries where possible.
- Impact: ★★★
- Difficulty: ★★★
-
Cross-Platform Compatibility
- Description: Move away from Windows-specific APIs to allow the game to be played on multiple platforms like Linux and macOS.
- Impact: ★★★
- Difficulty: ★★★
-
Terminal Server
- Description: Add a console server, enabling cross-platform hosting on headless Linux servers.
- Impact: ★★★
- Difficulty: ★★★
The suggestions in this list aim to provide a balanced approach to improving SFD. By prioritizing these improvements based on their impact and difficulty, the development team can focus on delivering the most valuable enhancements to the game.